aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer.Modules/MessageServersConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* All grid servers deleted, including user server. They served us well.Diva Canto2010-01-101-514/+0
|
* if an xml rpc method throws an exception, log as an error to the console as ↵Justin Clark-Casey (justincc)2009-12-031-0/+1
| | | | well as returning the exception to the caller
* Implemented a Watchdog class. Do not manually create Thread objects anymore, ↵John Hurliman2009-10-221-4/+4
| | | | use Watchdog.StartThread(). While your thread is running call Watchdog.UpdateThread(). When it is shutting down call Watchdog.RemoveThread(). Most of the threads in OpenSim have been updated
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2009-05-231-7/+7
| | | | | | | | | | 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)
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
|
* * This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares2009-03-271-2/+2
| | | | | | * Important: HttpServer.dll was changed to HttpServer_OpenSim.dll so that the HttpServer references do not conflict if you've copied the OpenMetaverse.Http.dll and requirements to the OpenSimulator bin folder. This means that if you reference HttpServer.dll in any projects, you will need to change the reference to HttpServer_OpenSim.dll. It still uses the Same HttpServer namespace though.
* Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵MW2009-02-251-2/+2
| | | | 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-251-5/+8
|
* Setting svn:eol-style=native on new files.Mike Mazur2009-02-241-509/+509
|
* First step in separating out the Userserver console command handling to a ↵MW2009-02-241-0/+509
"module". Added OpenSim.Grid.UserServer.Modules project/dll which now contains the components of the userserver. With the OpenSim.Grid.UserServer being the setup and initiate exe.