Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-10-21 | * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to ↵ | John Hurliman | 1 | -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 | |||||
2009-10-19 | * Removed OpenSim.Data.NHibernate | John Hurliman | 1 | -1/+1 | |
* Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing | |||||
2009-10-03 | Fixed interface between the Messaging server and the grid server. | Diva Canto | 1 | -42/+29 | |
2009-10-01 | Catch and print exceptions in MessagingService, to diagnose mysterious ↵ | Diva Canto | 1 | -35/+51 | |
disappearances of the Messaging server. | |||||
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-09-09 | * Lock timers when Calling Start() and Stop() when the Thread Context is ↵ | Teravus Ovares (Dan Olivares) | 1 | -1/+2 | |
murky. This affects Mono only. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 10 | -10/+10 | |
LICENSE.txt. | |||||
2009-05-23 | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵ | Adam Frisby | 2 | -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) | |||||
2009-04-22 | * Fission OGS1UserServices into user service and OGS1 user data plugin ↵ | Justin Clarke Casey | 1 | -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 | |||||
2009-02-26 | svn attribute fixes so that we can play nice between windows and linux | Sean Dague | 1 | -186/+186 | |
2009-02-25 | Renamed IMessageUserServerService to IInterServiceUserService.cs | MW | 3 | -192/+192 | |
Renamed MessageUserServerModule to InterMessageUserServerModule | |||||
2009-02-25 | Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵ | MW | 3 | -6/+6 | |
name as it could be confused with the Grid Server namespace or with the IGridService in the region servers. | |||||
2009-02-25 | More refactoring of the Grid, User and Messaging servers. | MW | 2 | -7/+7 | |
2009-02-24 | Setting svn:eol-style=native on new files. | Mike Mazur | 10 | -1341/+1341 | |
2009-02-24 | Same treatment for the MessagingServer... added ↵ | MW | 10 | -0/+1342 | |
OpenSim.Grid.MessagingServer.Modules for the modules/components of it. |