Store the Sone ID instead of the Sone itself in the session.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Core.java
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.