OpenSimMirror/OpenSim/Server/Handlers
Cinder 0fa94f222d Refactor AgentPreferences so that database operations happen centrally. the opensim way.
Signed-off-by: Diva Canto <diva@metaverseink.com>
2015-06-13 07:27:42 -07:00
..
AgentPreferences Refactor AgentPreferences so that database operations happen centrally. the opensim way. 2015-06-13 07:27:42 -07:00
Asset refactor: consistently put all test classes in the OpenSim.Tests.Common package rather than some in OpenSim.Tests.Common.Mock 2014-11-25 23:21:37 +00:00
Authentication Update OpenID server handler with proper interface. fixes http://opensimulator.org/mantis/view.php?id=7301 2014-08-13 20:06:07 -04:00
Authorization Add "show caps stats by user" and "show caps stats by cap" console commands to print various counts of capability invocation by user and by cap 2013-07-08 22:03:07 +01:00
Avatar Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
BakedTextures In XBakes use proper disposal semantics to always close the stream on Store() no matter what 2014-12-20 01:32:49 +00:00
Base Move PluginManager 2012-10-19 07:38:36 -04:00
Estate minor: fix compiler warnings in EstateDataRobustConnector 2015-03-14 00:18:35 +00:00
Freeswitch Implement a method to allow regions to query the gridwide Freeswitch 2010-11-21 22:17:25 +00:00
Friends Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
Grid OpenSimExtras 2014-08-06 17:25:12 -04:00
GridUser Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
Hypergrid Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
Inventory Another major overhaul of inventory downloading, this time pertaining to inventory links. Added yet another function to IInventoryService to get multiple items at once, so that fetching collections of linked items is done once per folder instead of once per item. 2015-05-08 20:53:28 -07:00
Land Implement Scope ID lookup on GetLandData. Stacked regions were not handled 2011-01-03 19:40:55 +00:00
Login * Added a Basic DOS protection container/base object for the most common HTTP Server handlers. XMLRPC Handler, GenericHttpHandler and <Various>StreamHandler 2013-10-07 21:35:55 -05:00
Map Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
Neighbour Add "show caps stats by user" and "show caps stats by cap" console commands to print various counts of capability invocation by user and by cap 2013-07-08 22:03:07 +01:00
Presence Close streams immediately when we finish using them 2014-07-21 08:30:03 +01:00
Profiles Just for now, don't alert the user or log if we couldn't change their server-side preferences due to no e-mail address being sent. 2014-11-25 23:23:10 +00:00
Properties Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8.2.*") 2015-04-29 18:47:17 -07:00
Simulation Label all threadpool calls being made in core OpenSimulator. This is to add problem diagnosis. 2014-11-25 23:23:10 +00:00
UserAccounts Added tests for UserAccountService in Robust. In the process fixed a couple of bugs in the network connectors. For some reason the robust-bound code had a CreateUser method, while the client-bound code had no such method. I assume someone is extending the client-side code with their own connectors. I added the missing method, but didn't add it to the service interface. 2015-05-11 19:55:23 -07:00