aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer/UserPresenceData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * This update enables grid wide presence updates.Teravus Ovares2008-06-021-0/+1
| | | | | | | * 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/+7
|
* * Cleaning code still.Adam Frisby2008-05-011-7/+3
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-2/+1
| | | | (this took a while to run).
* changing more references to OpenSim.DataSean Dague2008-04-021-1/+1
|
* Formatting cleanup.Jeff Ames2008-03-181-30/+26
|
* * Mother of all commits:Adam Frisby2008-01-151-1/+1
| | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
* * Switched over to RegionProfileData from using RegionInfo because ↵Teravus Ovares2008-01-081-1/+4
| | | | | | | RegionInfo was missing the httpURI on the MessageService. * Fixed some code, added a method.
* * More message server methodsTeravus Ovares2008-01-071-0/+1
|
* * Adding More to the MessageServer classes.Teravus Ovares2008-01-071-0/+49
* Don't forget to prebuild