aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/MessageServersConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-9/+6
| | | | (this took a while to run).
* * Make it easier to follow logins on the user server by changing and tidying ↵Justin Clarke Casey2008-04-151-7/+7
| | | | up log messages
* Formatting cleanup.Jeff Ames2008-03-181-26/+26
|
* * More Message server stuff. Still not ready.Teravus Ovares2008-02-261-13/+84
|
* * Message Server Linkages (still not ready for use so don't start it yet)Teravus Ovares2008-02-251-1/+9
|
* Converted logging to use log4net.Jeff Ames2008-02-051-10/+6
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Adding More to the MessageServer classes.Teravus Ovares2008-01-071-0/+27
| | | | | * Don't forget to prebuild
* * A few more Message Server comms related updatesTeravus Ovares2008-01-061-2/+2
|
* * Added some userserver glue for communications with the message server Teravus Ovares2008-01-061-0/+157
* Added some code for the message server, fixed a few references and starting to flesh it out.