aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/IGridServices.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-18Possible fix for: Remoting exceptions with adjacent non-running sims.Tleiades Hax1-1/+4
Bugs 449, 454, 408, 244, 197 implemented InformClientOfNeighbours as an asynchroneous process, handling timeouts without blocking the main thread. Improved logging of errors, removed catch all in try catch
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-07-16changed to native line ending encodingSean Dague1-41/+41
2007-07-12Fixed a number of bugs in the local InstantMessage handling, sending ↵MW1-2/+0
InstantMessages will no longer crash the server. But they still aren't really working correctly, you can't type replies to received messages.
2007-07-03*Removed GridInfo class as it has been previously replaced with the much ↵mingchen1-7/+2
better NetworkServersInfo class *Got the GridServer in OGS1 to go through with registering the region, but the actual storage of the region isnt working right now. **After this is fixed, grid mode should work!
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-3/+0
* added some licensing info