aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/MessageServersConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-9/+6
(this took a while to run).
2008-04-15* Make it easier to follow logins on the user server by changing and tidying ↵Justin Clarke Casey1-7/+7
up log messages
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-02-26* More Message server stuff. Still not ready.Teravus Ovares1-13/+84
2008-02-25* Message Server Linkages (still not ready for use so don't start it yet)Teravus Ovares1-1/+9
2008-02-05Converted logging to use log4net.Jeff Ames1-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.
2008-01-07* Adding More to the MessageServer classes.Teravus Ovares1-0/+27
* Don't forget to prebuild
2008-01-06* A few more Message Server comms related updatesTeravus Ovares1-2/+2
2008-01-06* Added some userserver glue for communications with the message server Teravus Ovares1-0/+157
* Added some code for the message server, fixed a few references and starting to flesh it out.