aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/MessageServersConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-6/+6
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-6/+6
|
* * This update enables grid wide presence updates.Teravus Ovares2008-06-021-3/+3
| | | | | | | * You'll need to start-up the MessageingServer and set it up. It sets up like any of the other grid servers. * All user presence data is kept in memory for speed, while the agent is online. That means if you shutdown the messaging server or the messaging server crashes, it forgets who's online/offline. * Occasionally the region-cache will get stale if regions move around a lot. if it gets stale, run clear-cache on the messaging server console to clear the region cache.
* Formatting cleanup.Jeff Ames2008-05-161-11/+11
|
* Formatting cleanup.Jeff Ames2008-05-141-1/+1
|
* * Rolled back a few changes.Adam Frisby2008-05-011-36/+34
|
* * Cleaning code still.Adam Frisby2008-05-011-34/+36
|
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-011-2/+2
| | | | | * Made a bunch more members static, removed some dead code, general cleaning.
* * 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.