Stop logging when starting the plugin failed.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / PostShell.java
2010-10-14 David ‘Bombe’ RodenReturn replies sorted.
2010-10-14 David ‘Bombe’ RodenPrevent NPEs when accessing an unset time.
2010-10-14 David ‘Bombe’ RodenThe used UUIDs are an implementation detail. Hide it.
2010-10-14 David ‘Bombe’ RodenAlways create Shells with IDs.
2010-10-14 David ‘Bombe’ RodenOnly allow unshelling a post if its Sone is not a shell.
2010-10-14 David ‘Bombe’ RodenAdd some shell creators.
2010-10-14 David ‘Bombe’ RodenChange contract of Shell.getShelled().
2010-10-14 David ‘Bombe’ RodenWrap Post and Reply into a Shell.