Store the insert URI in the information used for inserting.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / SoneParser.java
2014-02-28 David ‘Bombe’ RodenVerify that the avatar ID belongs to an image of the...
2014-02-28 David ‘Bombe’ RodenMove protocol version handling and time parsing into...
2014-02-28 David ‘Bombe’ RodenThrow a different exception if a Sone is too new.
2014-02-28 David ‘Bombe’ RodenFix formatting.
2014-02-28 David ‘Bombe’ RodenRemove some impossible-to-trigger code.
2014-02-28 David ‘Bombe’ RodenRemove unnecessary parameter.
2014-02-28 David ‘Bombe’ RodenVerify that a invalid Sone time causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that an image with invalid dimensions causes...
2014-02-28 David ‘Bombe’ RodenVerify that an invalid image causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that an invalid parent album causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that an invalid album causes an error.
2014-02-28 David ‘Bombe’ RodenThrow exception on invalid reply times.
2014-02-28 David ‘Bombe’ RodenThrow exception on invalid replies.
2014-02-28 David ‘Bombe’ RodenThrow special exception if a time can not be parsed.
2014-02-28 David ‘Bombe’ RodenThrow exception when a post misses something vital.
2014-02-28 David ‘Bombe’ RodenThrow a duplicate field exception when a duplicate...
2014-02-28 David ‘Bombe’ RodenThrow malformed XML exception when fields can not be...
2014-02-28 David ‘Bombe’ RodenUse exceptions to signal an error when parsing a Sone.
2014-02-28 David ‘Bombe’ RodenRevert "Return an optional from the Sone parser."
2014-02-28 David ‘Bombe’ RodenReturn absent() instead of null.
2014-02-28 David ‘Bombe’ RodenMake profile fields immutable.
2014-02-28 David ‘Bombe’ RodenReturn an optional from the Sone parser.
2014-02-28 David ‘Bombe’ RodenClean up imports.
2014-02-28 David ‘Bombe’ RodenRemove declared exception, it's never thrown.
2014-02-28 David ‘Bombe’ RodenLog the content of the protocol version optionals.
2014-02-28 David ‘Bombe’ RodenOnly log the IDs of Sones.
2014-02-28 David ‘Bombe’ RodenStore the avatar ID differently in profile.
2014-02-28 David ‘Bombe’ RodenUse the given database instead of the core to load...
2014-02-28 David ‘Bombe’ RodenAdd database parameter to Sone parser.
2014-02-28 David ‘Bombe’ RodenRemove unnecessary parameter.
2014-02-28 David ‘Bombe’ RodenMove parsing of protocol version into its own method.
2014-02-28 David ‘Bombe’ RodenMove parsing of Sone XML into its own method.
2014-02-28 David ‘Bombe’ RodenClean up imports.
2014-02-28 David ‘Bombe’ RodenMove parsing of client information into its own method.
2014-02-28 David ‘Bombe’ RodenSet client information in Sone builder.
2014-02-28 David ‘Bombe’ RodenDon’t copy the insert URI into the parsed Sone.
2014-02-28 David ‘Bombe’ RodenDon’t parse the (non-existing!) request URI from the...
2014-02-28 David ‘Bombe’ RodenRemove setIdentity() from Sone.
2014-02-28 David ‘Bombe’ RodenStore birth date in its own class, only update it via...
2014-02-28 David ‘Bombe’ RodenStore a Sone’s name in its own class, use a modifier...
2014-02-28 David ‘Bombe’ RodenMove Sone parsing into its own class.