🔀 Merge branch 'website/epic-games' into next
[rhynodge.git] / src /
2017-04-05 David ‘Bombe’ RodenAdd blacklist filter for certain sizes
2016-10-18 David ‘Bombe’ RodenUse fallback queries for accessing the pirate bay
2016-10-18 David ‘Bombe’ RodenAdd fallback query
2016-06-01 David ‘Bombe’ RodenFix date parsing
2016-05-30 David ‘Bombe’ RodenUse shorter getter annotation syntax
2016-05-30 David ‘Bombe’ RodenDon’t repeat header with every line
2016-05-29 David ‘Bombe’ RodenUse string interpolation
2016-05-29 David ‘Bombe’ RodenShow optional columns
2016-05-29 David ‘Bombe’ RodenUse a single state and trigger for weather services
2016-05-29 David ‘Bombe’ RodenUse a single hour state for all weather services
2016-05-28 David ‘Bombe’ RodenFix class name
2016-05-28 David ‘Bombe’ RodenAdd watcher for wetter.de
2016-05-28 David ‘Bombe’ RodenAdd wetter.de trigger
2016-05-28 David ‘Bombe’ RodenAdd parser for wetter.de
2016-05-28 David ‘Bombe’ RodenMove WindDirection to parent package
2016-05-28 David ‘Bombe’ RodenAnnotate Filter interface with @NotNull
2016-05-28 David ‘Bombe’ RodenInclude whitespace at the end of each CSS line
2016-05-28 David ‘Bombe’ RodenUse characters instead of CSS transform to display...
2016-05-28 David ‘Bombe’ RodenUse arrows to display wind direction
2016-05-28 David ‘Bombe’ RodenFix and improve table display
2016-05-27 David ‘Bombe’ RodenAdd test for missing rain amount
2016-05-27 David ‘Bombe’ RodenUse German abbreviations for cardinal directions
2016-05-27 David ‘Bombe’ RodenParse HTML from HTTP request before processing it
2016-05-27 David ‘Bombe’ RodenMake wetter.com state JSON-serializable
2016-05-27 David ‘Bombe’ RodenUse correct timezone in tests
2016-05-27 David ‘Bombe’ RodenAdd watcher that gets Hamburg’s weather
2016-05-27 David ‘Bombe’ RodenAdd wetter.com trigger
2016-05-27 David ‘Bombe’ Rodenwetter.com state can iterate over its hour states
2016-05-27 David ‘Bombe’ RodenRemove debug output
2016-05-27 David ‘Bombe’ RodenUse zoned date time instead of local
2016-05-26 David ‘Bombe’ RodenAdd unit test for wetter.com state
2016-05-26 David ‘Bombe’ RodenExtract inner classes, some cleanups
2016-05-25 David ‘Bombe’ RodenMove package to new structure
2016-05-25 David ‘Bombe’ RodenAdd filter and state for wetter.com
2016-05-23 David ‘Bombe’ RodenMove Savoy ticker filter to its package
2016-03-30 David ‘Bombe’ RodenRename test data
2016-03-30 David ‘Bombe’ RodenAdd unit test for pirate bay filter
2015-10-24 David ‘Bombe’ RodenUse The Pirate Bay’s .onion hostname
2015-10-24 David ‘Bombe’ RodenUse proxy to access The Pirate Bay
2015-10-02 David ‘Bombe’ RodenSwitch Pirate Bay back to the .org domain
2015-09-20 David ‘Bombe’ RodenReplace space characters in URLs with encoded values
2015-08-26 David ‘Bombe’ RodenFix parsing of “Cyanide & Happiness.”
2015-08-26 David ‘Bombe’ RodenAdd test for “Girl Genius,” fix parsing
2015-08-26 David ‘Bombe’ RodenOnly return a title if an image is found
2015-08-26 David ‘Bombe’ RodenRewrite “heldentage” test
2015-08-26 David ‘Bombe’ RodenMove and update test HTML for “heldentage.”
2015-08-26 David ‘Bombe’ RodenUse slightly different selector for “heldentage.”
2015-08-26 David ‘Bombe’ RodenMove test HTML to correct path
2015-08-26 David ‘Bombe’ RodenFix SATW parser, add test
2015-08-26 David ‘Bombe’ RodenMake tests match the new behaviour
2015-08-26 David ‘Bombe’ RodenDon’t send mail on an empty state
2015-08-26 David ‘Bombe’ RodenReturn failed state if no comic is found
2015-08-26 David ‘Bombe’ RodenUse new URL for pirate bay
2015-08-26 David ‘Bombe’ RodenOnly use a single thread for requests
2015-08-26 David ‘Bombe’ RodenClean up imports
2015-08-26 David ‘Bombe’ RodenMention status code in failed state
2015-08-26 David ‘Bombe’ RodenActually put reaction name in email text
2015-08-26 David ‘Bombe’ RodenDon’t assume we always have a magnet URI
2015-08-26 David ‘Bombe’ RodenAdd some logging to episode filter
2015-08-26 David ‘Bombe’ RodenCreate error message for correct state
2015-08-26 David ‘Bombe’ RodenAdd logging to HTML filter
2015-08-26 David ‘Bombe’ RodenFixed parsing of KickAssTorrents
2015-08-26 David ‘Bombe’ RodenUse new hostname for KickAssTorrents
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’ RodenRemove unnecessary input stream
2015-05-09 David ‘Bombe’ RodenStart outfitting core classes for Guice
2015-05-06 David ‘Bombe’ RodenLog exceptions when sending emails
2015-05-06 David ‘Bombe’ RodenSet default values differently
2015-05-05 David ‘Bombe’ RodenInclude name of missing option in exception
2015-05-05 David ‘Bombe’ RodenParse options from environment
2015-05-04 David ‘Bombe’ RodenAdd test for SMBC
2015-05-04 David ‘Bombe’ RodenExtract comment from image
2015-05-04 David ‘Bombe’ RodenFix image URL extraction of SMBC
2015-05-04 David ‘Bombe’ RodenReplace anonymous class by lambda
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-02-20 David ‘Bombe’ RodenFix Sinfest filter and add a test
2015-02-20 David ‘Bombe’ RodenRemove all those useless comments
2015-02-11 David ‘Bombe’ RodenFix URL for kickass.to
2015-02-11 David ‘Bombe’ RodenUpdate HTTP client to 4.4, ignore faulty SSL hostnames
2015-02-11 David ‘Bombe’ RodenAdd test for kickass.to parser
2015-02-11 David ‘Bombe’ RodenFix name extraction
2015-02-11 David ‘Bombe’ RodenUse test class to load resources from
2015-02-11 David ‘Bombe’ RodenRename comic loader to resource loader
2015-02-10 David ‘Bombe’ RodenFix Cyanide & Happiness filter and add unit test
2015-02-10 David ‘Bombe’ RodenUse new comic loader, update HTML file and test
2015-02-10 David ‘Bombe’ RodenUse comic loader for Business Cat filter test.
2015-02-10 David ‘Bombe’ RodenAdd parser for Chief O’Brien at Work.
2015-01-28 David ‘Bombe’ RodenPrevent empty or formatted strings from being parsed...
2015-01-28 David ‘Bombe’ RodenAbort a reaction with a failed state if an exception...
2015-01-24 David ‘Bombe’ RodenAdd business cat comic watcher.
2015-01-11 David ‘Bombe’ RodenUse correct trigger for TorrentHound watcher.
2014-12-21 David ‘Bombe’ RodenAdd watchers for TorrentHound.
2014-12-21 David ‘Bombe’ RodenAdd filter for TorrentHound results page.
2014-12-21 David ‘Bombe’ RodenFactor out torrent matchers.
2014-12-21 David ‘Bombe’ RodenAdd watchers for torrentz.eu results.
2014-12-21 David ‘Bombe’ RodenAdd filter to torrentz.eu result pages.
2014-10-17 David ‘Bombe’ RodenPrint the strip’s comment right below the strip for...
next