aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer/PresenceInformer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Same treatment for the MessagingServer... added ↵MW2009-02-241-135/+0
| | | | OpenSim.Grid.MessagingServer.Modules for the modules/components of it.
* Some cleaning up in the MesssagingServer and GridServer.MW2009-02-241-8/+0
|
* * optimized usings.lbsa712009-02-121-1/+1
|
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-1/+2
|
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-8/+8
|
* * This should fix presence issues.Teravus Ovares2008-06-031-2/+2
|
* * This update enables grid wide presence updates.Teravus Ovares2008-06-021-8/+73
| | | | | | | * You'll need to start-up the MessageingServer and set it up. It sets up like any of the other grid servers. * All user presence data is kept in memory for speed, while the agent is online. That means if you shutdown the messaging server or the messaging server crashes, it forgets who's online/offline. * Occasionally the region-cache will get stale if regions move around a lot. if it gets stale, run clear-cache on the messaging server console to clear the region cache.
* * Rolled back a few changes.Adam Frisby2008-05-011-3/+8
|
* * Cleaning code still.Adam Frisby2008-05-011-8/+3
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-10/+3
| | | | (this took a while to run).
* changing more references to OpenSim.DataSean Dague2008-04-021-1/+1
|
* Formatting cleanup.Jeff Ames2008-03-181-2/+0
|
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-041-0/+27
|
* * Added base thread pool based presence informing to the message server. Teravus Ovares2008-02-261-0/+59
* Not ready yet for use.