aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer/UserPresenceData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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