OpenSimMirror/OpenSim/Framework/Communications
John Hurliman 32ccd5bb40 * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to Util.FireAndForget()
* Changed Util.FireAndForget() to use any of five different methods set with async_call_method in the [Startup] section of OpenSim.ini. Look at the example config for possible values
2009-10-21 23:03:18 -07:00
..
Cache Revert "Rewrote parts of the code that were double-locking different objects. This is about half of the code base reviewed." 2009-10-07 01:45:49 +01:00
Clients Use Util.UTF8 instead of creating a new heap object every time. 2009-10-10 06:35:31 -07:00
Limit Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
Osp Formatting cleanup. 2009-10-01 01:17:47 +09:00
Properties Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
Services Formatting cleanup. 2009-10-01 01:17:47 +09:00
Tests Formatting cleanup. 2009-10-01 01:17:47 +09:00
XMPP * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) 2009-10-02 18:31:08 -07:00
CommunicationsManager.cs A slight improvement on name fetching -- using the local name cache, since it exists. 2009-10-09 14:36:08 -07:00
GenericAsyncResult.cs Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contain an unmanaged resource that will not automatically be disposed when they are GCed), and commenting out some ManualResetEvents that are not in use yet 2009-10-09 02:10:53 -07:00
IAuthentication.cs Adds session authentication upon NewUserConnections. Adds user key authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities. 2009-04-14 19:35:35 +00:00
IAvatarService.cs Formatting cleanup. 2009-10-01 01:17:47 +09:00
IInterServiceInventoryServices.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
IMessagingService.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
IUserAdminService.cs Formatting cleanup. 2009-10-01 01:17:47 +09:00
IUserService.cs Formatting cleanup. 2009-10-01 09:38:36 +09:00
RestClient.cs * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to Util.FireAndForget() 2009-10-21 23:03:18 -07:00
TemporaryUserProfilePlugin.cs Formatting cleanup. 2009-10-01 09:38:36 +09:00
UserManagerBase.cs Formatting cleanup. 2009-10-01 01:17:47 +09:00