rhynodge.git
2013-01-04 David ‘Bombe... Store reactions with their name, change synchronization.
2013-01-03 David ‘Bombe... Show file count, seed count, and leech count in mail.
2013-01-03 David ‘Bombe... Extract file count, seed count, and leech count.
2013-01-03 David ‘Bombe... Add plain text and HTML output to new-torrent trigger.
2013-01-03 David ‘Bombe... Return an output instead of a trigger object.
2013-01-03 David ‘Bombe... Add default Output implementation.
2013-01-03 David ‘Bombe... Defines output that will be processed by actions.
2013-01-03 David ‘Bombe... Implement sending the mail as multipart/alternative.
2013-01-03 David ‘Bombe... Don’t trigger if state was not successful.
2013-01-03 David ‘Bombe... Skip filters if any state is not successful.
2013-01-02 David ‘Bombe... Add email action.
2013-01-02 David ‘Bombe... Add trigger that detects new torrents.
2013-01-02 David ‘Bombe... Treat a null state as a failed state.
2013-01-02 David ‘Bombe... Extract a sensible ID from a torrent and use it for...
2013-01-02 David ‘Bombe... Make the object that trigger an action available.
2013-01-02 David ‘Bombe... Add trigger that always triggers.
2013-01-02 David ‘Bombe... Add filter to extract a torrent state from an HTML...
2013-01-02 David ‘Bombe... Add state for torrent files.
2013-01-02 David ‘Bombe... Add failed state.
2013-01-02 David ‘Bombe... Add HTML filter and state.
2013-01-02 David ‘Bombe... Override toString().
2013-01-02 David ‘Bombe... Add HTTP query and state.
2013-01-02 David ‘Bombe... Run filters after query to convert the state.
2013-01-02 David ‘Bombe... Add filters to reaction.
2013-01-02 David ‘Bombe... Add filter interface.
2013-01-02 David ‘Bombe... Add log4j configuration.
2013-01-02 David ‘Bombe... Add reactor engine.
2013-01-02 David ‘Bombe... Add action that writes the states to standard output.
2013-01-02 David ‘Bombe... Add log4j dependency.
2013-01-02 David ‘Bombe... Add trigger that checks for changes in a FileState.
2013-01-02 David ‘Bombe... De-generify main interfaces.
2013-01-02 David ‘Bombe... Update javadoc.
2013-01-02 David ‘Bombe... Add newline to EOF.
2013-01-02 David ‘Bombe... Set source file encoding to UTF-8.
2013-01-02 David ‘Bombe... Add an update interval to a reaction.
2013-01-02 David ‘Bombe... Use latest Guava version.
2013-01-02 David ‘Bombe... Try to bind together queries, triggers, and actions.
2013-01-02 David ‘Bombe... Add trigger for the existence of files.
2013-01-02 David ‘Bombe... Add a file query.
2013-01-02 David ‘Bombe... Add a file state.
2013-01-02 David ‘Bombe... Add abstract State implementation.
2013-01-02 David ‘Bombe... Add type parameter for the state.
2013-01-02 David ‘Bombe... Add package documentation.
2013-01-02 David ‘Bombe... Add dependency on Guava.
2013-01-02 David ‘Bombe... Add action interface.
2013-01-02 David ‘Bombe... Add query interface.
2013-01-02 David ‘Bombe... Add trigger interface.
2013-01-02 David ‘Bombe... Add state interface.
2013-01-02 David ‘Bombe... Add Maven POM file.