Change all copyright headers to include 2012.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Reply.java
2012-03-08 David ‘Bombe’ RodenChange all copyright headers to include 2012.
2012-03-05 David ‘Bombe’ RodenMerge branch 'release-0.8' 0.8
2012-01-27 David ‘Bombe’ RodenStore a reply’s known status in the reply itself.
2011-10-04 David ‘Bombe’ RodenMerge branch 'release-0.7.2' 0.7.2
2011-09-28 David ‘Bombe’ RodenMove common fields and setters to Reply.
2011-09-28 David ‘Bombe’ RodenAdd abstract base class for replies, move post reply...
2011-04-13 David ‘Bombe’ RodenBring image-management up to speed.
2011-04-10 David ‘Bombe’ RodenMerge branch 'release-0.6.1' 0.6.1
2011-04-07 David ‘Bombe’ RodenFilter posts and replies from the future.
2010-11-01 David ‘Bombe’ RodenAdd time comparator.
2010-10-29 David ‘Bombe’ RodenMerge branch 'master' into next
2010-10-29 David ‘Bombe’ RodenAdd lots of synchronization.
2010-10-16 David ‘Bombe’ RodenRestrict identity to the ID again.
2010-10-15 David ‘Bombe’ RodenAdd ID-only constructors.
2010-10-15 David ‘Bombe’ RodenRemove the shell stuff, make objects mutable.
2010-10-14 David ‘Bombe’ RodenUse all parameters for equality.
2010-10-14 David ‘Bombe’ RodenStore the Sone in the reply.
2010-10-14 David ‘Bombe’ RodenAdd container for replies.