Stop logging when starting the plugin failed.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / ReplyShell.java
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 reply if both its post and...
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.