aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/MessageServerConfig.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Message Server Linkages (still not ready for use so don't start it yet)Teravus Ovares2008-02-251-0/+6
|
* Minor cleanup.Jeff Ames2008-02-201-1/+1
|
* Converted logging to use log4net.Jeff Ames2008-02-051-0/+1
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Mother of all commits:Adam Frisby2008-01-151-9/+9
| | | | | | | * 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.
* * A few more Message Server comms related updatesTeravus Ovares2008-01-061-0/+21
|
* * Added some userserver glue for communications with the message server Teravus Ovares2008-01-061-0/+116
* Added some code for the message server, fixed a few references and starting to flesh it out.