aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteAgentPreferencesData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removing the Store methods in the DB layer of AgentPreferences, as they were ↵Diva Canto2015-06-141-4/+0
| | | | simply calling the base ones.
* Quell three new warnings I introduced with AgentPrefsData, return an empty ↵Cinder2015-06-141-2/+2
| | | | | | llsd map instead of an empty llsd block when no AgentPrefs service is available to try and appease Firestorm Signed-off-by: Diva Canto <diva@metaverseink.com>
* SQLite and PGSQL adapters for AgentPreferencesCinder2015-06-131-0/+64
Signed-off-by: Diva Canto <diva@metaverseink.com>