aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/MessageServersConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-2305:24:49 - [PRESENCE]: Logging off 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb ↵Melanie Thielker1-1/+52
because the region they were in has gone Or, in other words, a region crash/restart no longer messes up presence.
2008-11-23Plumb in the presence notifications and region shutdown/restart messagesMelanie Thielker1-1/+92
from the presence module to the message server, through the user server and on into the database. This should fix the "Already logged in" issue that grids see after a sim crashes, or a user crashes out of a sim. Not yet a 100% solution for friends, but getting there.
2008-11-22Move user server -> message server notifications into a separate threadMelanie Thielker1-1/+86
to make the user server more responsive
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-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.
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-6/+6
2008-06-02* This update enables grid wide presence updates.Teravus Ovares1-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.
2008-05-16Formatting cleanup.Jeff Ames1-11/+11
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-05-01* Rolled back a few changes.Adam Frisby1-36/+34
2008-05-01* Cleaning code still.Adam Frisby1-34/+36
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-2/+2
* Made a bunch more members static, removed some dead code, general cleaning.
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.