Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-04-25 | Updated the code to handle Agent Preferences. Thanks to TomDataworks for ↵ | Geir Nøklebye | 1 | -12/+4 | |
providing a final solution. Signed-off-by: Kevin Cozens <kevin@ve3syb.ca> (mantis #7610) | |||||
2015-06-14 | Removed the pgsql table for AgentPrefs, because it is not working. For now ↵ | Diva Canto | 1 | -4/+12 | |
the Agent Preferences feature will not work with PGSQL installations -- someone who uses PGSQL needs to send a table that works. | |||||
2015-06-14 | Removing the Store methods in the DB layer of AgentPreferences, as they were ↵ | Diva Canto | 1 | -4/+0 | |
simply calling the base ones. | |||||
2015-06-14 | Quell three new warnings I introduced with AgentPrefsData, return an empty ↵ | Cinder | 1 | -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> | |||||
2015-06-13 | SQLite and PGSQL adapters for AgentPreferences | Cinder | 1 | -5/+4 | |
Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-06-13 | Refactor AgentPreferences so that database operations happen centrally. the ↵ | Cinder | 1 | -15/+2 | |
opensim way. Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-06-13 | Relicense AgentPreferences files to BSD and OpenSimulator | Cinder | 1 | -23/+24 | |
Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-06-13 | Support for Linden AgentPreferences capability and friends ↵ | Cinder | 1 | -0/+73 | |
(UpdateAgentLanguage and UpdateAgentInformation) and Mantis #7157 Signed-off-by: Diva Canto <diva@metaverseink.com> |