aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer.Modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to ↵John Hurliman2009-10-211-2/+1
| | | | | | 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
* * Removed OpenSim.Data.NHibernateJohn Hurliman2009-10-191-1/+1
| | | | * Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing
* Fixed interface between the Messaging server and the grid server.Diva Canto2009-10-031-42/+29
|
* Catch and print exceptions in MessagingService, to diagnose mysterious ↵Diva Canto2009-10-011-35/+51
| | | | disappearances of the Messaging server.
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* * Lock timers when Calling Start() and Stop() when the Thread Context is ↵Teravus Ovares (Dan Olivares)2009-09-091-1/+2
| | | | murky. This affects Mono only.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-0110-10/+10
| | | | LICENSE.txt.
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2009-05-232-8/+8
| | | | | | | | | | needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient)
* * Fission OGS1UserServices into user service and OGS1 user data plugin ↵Justin Clarke Casey2009-04-221-1/+1
| | | | | | | | | components * Make OGS1UserServices inherit from UserManagerBase * This allows grid mode regions to use the same user data plugin infrastructure as grid servers and standalone OpenSims
* svn attribute fixes so that we can play nice between windows and linuxSean Dague2009-02-261-186/+186
|
* Renamed IMessageUserServerService to IInterServiceUserService.csMW2009-02-253-192/+192
| | | | | Renamed MessageUserServerModule to InterMessageUserServerModule
* Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵MW2009-02-253-6/+6
| | | | name as it could be confused with the Grid Server namespace or with the IGridService in the region servers.
* More refactoring of the Grid, User and Messaging servers. MW2009-02-252-7/+7
|
* Setting svn:eol-style=native on new files.Mike Mazur2009-02-2410-1341/+1341
|
* Same treatment for the MessagingServer... added ↵MW2009-02-2410-0/+1342
OpenSim.Grid.MessagingServer.Modules for the modules/components of it.