Return to storing the ID instead of getting it from the identity.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Core.java
2010-10-13 David ‘Bombe’ RodenRemove warning about parameter assignment.
2010-10-13 David ‘Bombe’ RodenAdd method to delete a Sone.
2010-10-13 David ‘Bombe’ RodenAdd some logging.
2010-10-13 David ‘Bombe’ RodenStub for creating Sones.
2010-10-13 David ‘Bombe’ RodenStore the Sone ID instead of the Sone itself in the...
2010-10-13 David ‘Bombe’ RodenAdd method to store the configuration when the core...
2010-10-13 David ‘Bombe’ RodenLog number of Sones that will be loaded.
2010-10-13 David ‘Bombe’ RodenAdd name to Sone constructor call.
2010-10-13 David ‘Bombe’ RodenExpose the local Sones.
2010-10-13 David ‘Bombe’ RodenDon’t try to parse null values.
2010-10-12 David ‘Bombe’ RodenSet Freenet interface in core.
2010-10-12 David ‘Bombe’ RodenAdd loading of local sones from a configuration.
2010-10-12 David ‘Bombe’ RodenAdd core stub.