aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update version numbers to 0.5Jeff Ames2008-02-071-1/+1
|
* Converted logging to use log4net.Jeff Ames2008-02-052-29/+23
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey2008-02-041-13/+14
| | | | | | | * The immediate upshot is that "show uptime" from the console will now show uptime on all server types (user, asset, grid, etc) * DEV: This refactoring is far from complete - only just enough to makes the "show uptime" command common accross the servers. More is needed, but in this case it's somewhat like eating cabbage, which I prefer not to do all at once
* * 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.