Don’t register shutdown hooks for all Services.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / SoneDownloader.java
2010-10-21 David ‘Bombe’ RodenDon’t register shutdown hooks for all Services.
2010-10-19 David ‘Bombe’ RodenAdd “unknown” Sone state, initialize local and remote...
2010-10-19 David ‘Bombe’ RodenSet status of Sone when downloading, prepare for fetch...
2010-10-17 David ‘Bombe’ RodenParse time from downloaded Sone.
2010-10-16 David ‘Bombe’ RodenDon’t forget to set the name of the Sone.
2010-10-16 David ‘Bombe’ RodenStore request URI in yet unknown Sones when parsing.
2010-10-16 David ‘Bombe’ RodenChange Sone downloading logic.
2010-10-16 David ‘Bombe’ RodenRemove warning about parameter assignment.
2010-10-16 David ‘Bombe’ RodenAdd javadoc comment.
2010-10-16 David ‘Bombe’ RodenDon’t watch local Sones for updates, we already have...
2010-10-16 David ‘Bombe’ RodenMake Sone parsing available from the outside.
2010-10-15 David ‘Bombe’ RodenSet modification counter to 0 after loading the Sone...
2010-10-15 David ‘Bombe’ RodenSet posts and replies in parsed Sones.
2010-10-15 David ‘Bombe’ RodenDon’t crash on parsing incorrect XML.
2010-10-15 David ‘Bombe’ RodenAllow Sone, Post, and Reply creation only through the...
2010-10-15 David ‘Bombe’ RodenAdd parsing stub.
2010-10-15 David ‘Bombe’ RodenAllow method chaining in Profile.
2010-10-14 David ‘Bombe’ RodenAdd Sone downloader.