aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer/UserPresenceData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-06-03* This should fix presence issues.Teravus Ovares1-1/+2
2008-06-02* This update enables grid wide presence updates.Teravus Ovares1-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.
2008-05-01* Rolled back a few changes.Adam Frisby1-3/+7
2008-05-01* Cleaning code still.Adam Frisby1-7/+3
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-2/+1
(this took a while to run).
2008-04-02changing more references to OpenSim.DataSean Dague1-1/+1
2008-03-18Formatting cleanup.Jeff Ames1-30/+26
2008-01-15* Mother of all commits:Adam Frisby1-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.
2008-01-08* Switched over to RegionProfileData from using RegionInfo because ↵Teravus Ovares1-1/+4
RegionInfo was missing the httpURI on the MessageService. * Fixed some code, added a method.
2008-01-07* More message server methodsTeravus Ovares1-0/+1
2008-01-07* Adding More to the MessageServer classes.Teravus Ovares1-10/+12
* Don't forget to prebuild
2007-12-30* Fixed References in Prebuild so the project compilesTeravus Ovares1-15/+10
* Added Friends List methods to IUserData interface * Created Stub friendslist Database Methods
2007-12-27* Optimized usingslbsa711-4/+3
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-11added copyright noticesJeff Ames1-0/+28
2007-12-08set svn:eol-styleJeff Ames1-25/+25
2007-12-07* All remoting calls are now using Serializable valuesTeravus Ovares1-0/+25
* There's still goofyness though, because other regions are denying child agent avatar. * Still more debugging required.