aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer/Main.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Refactored out common http handler operationslbsa712008-03-281-8/+5
|
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
|
* * Four more warnings bite the dust.Adam Frisby2008-03-051-1/+2
|
* * More Message server stuff. Still not ready.Teravus Ovares2008-02-261-1/+1
|
* * Message Server Linkages (still not ready for use so don't start it yet)Teravus Ovares2008-02-251-12/+25
|
* Update version numbers to 0.5Jeff Ames2008-02-071-1/+1
|
* Converted logging to use log4net.Jeff Ames2008-02-051-20/+16
| | | | | | 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
* * 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.