🔀 Merge branch 'website/epic-games' into next
[rhynodge.git] / src / main / java / net / pterodactylus / rhynodge / engine /
2024-02-26 David ‘Bombe’ Roden🔊 Log exceptions that occur when running a reaction
2024-02-24 David ‘Bombe’ Roden⬆️ Update a bunch of dependencies
2023-04-29 David ‘Bombe’ Roden✨ Only send an email if previous state was not a failur...
2021-10-25 David ‘Bombe’ Roden🐛 Fix broken change detection
2020-09-21 David ‘Bombe’ Roden♻️ Move output generation to state
2015-08-26 David ‘Bombe’ RodenDon’t send mail on an empty state
2015-08-26 David ‘Bombe’ RodenOnly use a single thread for requests
2015-08-26 David ‘Bombe’ RodenActually put reaction name in email text
2015-08-26 David ‘Bombe’ RodenCreate error message for correct state
2015-08-25 David ‘Bombe’ RodenDon’t specify charsets in content types
2015-08-25 David ‘Bombe’ RodenAdd error output twice, for now
2015-05-09 David ‘Bombe’ RodenUse Guice to create core classes
2015-05-09 David ‘Bombe’ RodenStart outfitting core classes for Guice
2015-05-06 David ‘Bombe’ RodenSet default values differently
2015-05-05 David ‘Bombe’ RodenParse options from environment
2015-05-04 David ‘Bombe’ RodenSend email if a state comes back as empty
2015-05-04 David ‘Bombe’ RodenSend an email if a reaction fails with an exception
2015-01-28 David ‘Bombe’ RodenAbort a reaction with a failed state if an exception...
2014-10-14 David ‘Bombe’ RodenAllow long parameter names.
2014-03-28 David ‘Bombe’ RodenSplit the engine in smaller parts.
2014-03-28 David ‘Bombe’ RodenReorder some code.
2014-03-27 David ‘Bombe’ RodenLoad last state later, and only if required.
2014-03-27 David ‘Bombe’ RodenUse Java 1.8, and its Optional.
2014-03-27 David ‘Bombe’ RodenMove running the query into its own method.
2014-03-27 David ‘Bombe’ RodenSimplify state filtering.
2014-03-27 David ‘Bombe’ RodenMove waiting for next reaction to start into its own...
2014-03-27 David ‘Bombe’ RodenDon’t calculate time more than once.
2014-03-27 David ‘Bombe’ RodenUse custom object to return information about the next...
2014-03-25 David ‘Bombe’ RodenReturn the correct name for the next reaction.
2014-03-17 David ‘Bombe’ RodenRefactor engine, use Optionals in the state manager.
2013-02-18 David ‘Bombe’ RodenEnhance trigger interface to allow merging states.
2013-01-11 David ‘Bombe’ RodenMerge branch 'master' into rewrite
2013-01-10 David ‘Bombe’ RodenRename project to “Rhynodge.”