aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-01-20* Added hooks for logout to all IUserService and all that implement it.Teravus Ovares1-1/+1
* Added a Logout message with a name on the console * Added a *fixme* message to figure out why the current agent session is null * After updating you may notice that there's a login <user> and also a logout<user>
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* Added the files for work units for the purpose of sending out updates to ↵Teravus Ovares3-0/+78
regions.
2008-01-08* Added more methods to MessageServiceTeravus Ovares1-49/+161
2008-01-08* Switched over to RegionProfileData from using RegionInfo because ↵Teravus Ovares2-22/+64
RegionInfo was missing the httpURI on the MessageService. * Fixed some code, added a method.
2008-01-07* Message Server stuff.Teravus Ovares1-11/+11
2008-01-07* More message server methodsTeravus Ovares2-2/+104
2008-01-07* Adding More to the MessageServer classes.Teravus Ovares2-0/+273
* Don't forget to prebuild
2008-01-06* A few more Message Server comms related updatesTeravus Ovares1-7/+1
2008-01-06* Added some userserver glue for communications with the message server Teravus Ovares1-74/+14
* Added some code for the message server, fixed a few references and starting to flesh it out.
2008-01-06Set svn:eol-style.Jeff Ames1-225/+225
2008-01-05* Added shell Messaging Server. Don't run the MessagingServer yet or you ↵Teravus Ovares1-0/+226
might end up with problems later.