aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Added hooks for logout to all IUserService and all that implement it.Teravus Ovares2008-01-201-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>
* * 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.
* * Added the files for work units for the purpose of sending out updates to ↵Teravus Ovares2008-01-083-0/+78
| | | | regions.
* * Added more methods to MessageServiceTeravus Ovares2008-01-081-49/+161
|
* * Switched over to RegionProfileData from using RegionInfo because ↵Teravus Ovares2008-01-082-22/+64
| | | | | | | RegionInfo was missing the httpURI on the MessageService. * Fixed some code, added a method.
* * Message Server stuff.Teravus Ovares2008-01-071-11/+11
|
* * More message server methodsTeravus Ovares2008-01-072-2/+104
|
* * Adding More to the MessageServer classes.Teravus Ovares2008-01-072-0/+273
| | | | | * Don't forget to prebuild
* * A few more Message Server comms related updatesTeravus Ovares2008-01-061-7/+1
|
* * Added some userserver glue for communications with the message server Teravus Ovares2008-01-061-74/+14
| | | | | * Added some code for the message server, fixed a few references and starting to flesh it out.
* Set svn:eol-style.Jeff Ames2008-01-061-225/+225
|
* * Added shell Messaging Server. Don't run the MessagingServer yet or you ↵Teravus Ovares2008-01-051-0/+226
might end up with problems later.