Don’t send Accept-Encoding header, send User-Agent instead.
[rhynodge.git] / src /
2013-01-06 David ‘Bombe’ RodenDon’t send Accept-Encoding header, send User-Agent...
2013-01-06 David ‘Bombe’ RodenExtract reaction name from file name.
2013-01-06 David ‘Bombe’ RodenLog when a reaction is being run.
2013-01-06 David ‘Bombe’ RodenDisable the example.
2013-01-06 David ‘Bombe’ RodenUse JSON for configuration files, remove all references...
2013-01-06 David ‘Bombe’ RodenPersist states across reruns.
2013-01-06 David ‘Bombe’ RodenAdd JSON properties.
2013-01-06 David ‘Bombe’ RodenIncludes the time in the state.
2013-01-06 David ‘Bombe’ RodenAdd manager for state (uses Jackson to read/write JSON).
2013-01-05 David ‘Bombe’ RodenUse JAXB insteaof of Simple-XML for parsing XML files.
2013-01-05 David ‘Bombe’ RodenMove XML parsing into its own method.
2013-01-05 David ‘Bombe’ RodenAdd javadoc.
2013-01-04 David ‘Bombe’ RodenRemove logging to standard output.
2013-01-04 David ‘Bombe’ RodenAdd main starter.
2013-01-04 David ‘Bombe’ RodenAdd exmaple XML file.
2013-01-04 David ‘Bombe’ RodenAdd watcher that dynamically loads and unloads XML...
2013-01-04 David ‘Bombe’ RodenAdd loader for reactions from chains.
2013-01-04 David ‘Bombe’ RodenChain defintion model.
2013-01-04 David ‘Bombe’ RodenAdd method to remove reactions.
2013-01-04 David ‘Bombe’ RodenStore reactions with their name, change synchronization.
2013-01-03 David ‘Bombe’ RodenShow file count, seed count, and leech count in mail.
2013-01-03 David ‘Bombe’ RodenExtract file count, seed count, and leech count.
2013-01-03 David ‘Bombe’ RodenAdd plain text and HTML output to new-torrent trigger.
2013-01-03 David ‘Bombe’ RodenReturn an output instead of a trigger object.
2013-01-03 David ‘Bombe’ RodenAdd default Output implementation.
2013-01-03 David ‘Bombe’ RodenDefines output that will be processed by actions.
2013-01-03 David ‘Bombe’ RodenImplement sending the mail as multipart/alternative.
2013-01-03 David ‘Bombe’ RodenDon’t trigger if state was not successful.
2013-01-03 David ‘Bombe’ RodenSkip filters if any state is not successful.
2013-01-02 David ‘Bombe’ RodenAdd email action.
2013-01-02 David ‘Bombe’ RodenAdd trigger that detects new torrents.
2013-01-02 David ‘Bombe’ RodenTreat a null state as a failed state.
2013-01-02 David ‘Bombe’ RodenExtract a sensible ID from a torrent and use it for...
2013-01-02 David ‘Bombe’ RodenMake the object that trigger an action available.
2013-01-02 David ‘Bombe’ RodenAdd trigger that always triggers.
2013-01-02 David ‘Bombe’ RodenAdd filter to extract a torrent state from an HTML...
2013-01-02 David ‘Bombe’ RodenAdd state for torrent files.
2013-01-02 David ‘Bombe’ RodenAdd failed state.
2013-01-02 David ‘Bombe’ RodenAdd HTML filter and state.
2013-01-02 David ‘Bombe’ RodenOverride toString().
2013-01-02 David ‘Bombe’ RodenAdd HTTP query and state.
2013-01-02 David ‘Bombe’ RodenRun filters after query to convert the state.
2013-01-02 David ‘Bombe’ RodenAdd filters to reaction.
2013-01-02 David ‘Bombe’ RodenAdd filter interface.
2013-01-02 David ‘Bombe’ RodenAdd log4j configuration.
2013-01-02 David ‘Bombe’ RodenAdd reactor engine.
2013-01-02 David ‘Bombe’ RodenAdd action that writes the states to standard output.
2013-01-02 David ‘Bombe’ RodenAdd trigger that checks for changes in a FileState.
2013-01-02 David ‘Bombe’ RodenDe-generify main interfaces.
2013-01-02 David ‘Bombe’ RodenUpdate javadoc.
2013-01-02 David ‘Bombe’ RodenAdd an update interval to a reaction.
2013-01-02 David ‘Bombe’ RodenTry to bind together queries, triggers, and actions.
2013-01-02 David ‘Bombe’ RodenAdd trigger for the existence of files.
2013-01-02 David ‘Bombe’ RodenAdd a file query.
2013-01-02 David ‘Bombe’ RodenAdd a file state.
2013-01-02 David ‘Bombe’ RodenAdd abstract State implementation.
2013-01-02 David ‘Bombe’ RodenAdd type parameter for the state.
2013-01-02 David ‘Bombe’ RodenAdd package documentation.
2013-01-02 David ‘Bombe’ RodenAdd action interface.
2013-01-02 David ‘Bombe’ RodenAdd query interface.
2013-01-02 David ‘Bombe’ RodenAdd trigger interface.
2013-01-02 David ‘Bombe’ RodenAdd state interface.