aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/InstantMessage/PresenceModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-3/+2
| | | | | | | | | | | | | | | | | | | | OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx!
* * prune and regrade log messages relating to client login and logoutJustin Clarke Casey2009-01-061-9/+8
|
* Added local lookup before we ask the messaging server.Homer Horwitz2008-11-261-6/+26
| | | | | Still not tested. May contain bugs.
* Next step of the PresenceModule. Still not complete; local optimizations and theHomer Horwitz2008-11-251-33/+101
| | | | | | messaging server changes are still missing. Completely untested. May contain bugs.
* WIP: Adding a few things to PresenceModule. Not quite finished yet.Homer Horwitz2008-11-241-2/+83
|
* - Evaluate config only onceHomer Horwitz2008-11-241-21/+35
| | | | | - Fixed some locking issues
* Plumb in the presence notifications and region shutdown/restart messagesMelanie Thielker2008-11-231-9/+15
| | | | | | | | | 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.
* Add error handling to catch the WebExceptions thrown if you haveMelanie Thielker2008-11-231-23/+48
| | | | | | no messaging server
* Adding root agent position messages to the message serverMelanie Thielker2008-11-221-0/+42
|
* Add root agent tracking to presence moduleMelanie Thielker2008-11-221-5/+17
|
* Next step in the presence module - some core plumbing included atMelanie Thielker2008-11-221-0/+18
| | | | | | no extra cost
* Adding region up/down notifications to the PresenceModule. MessagingMelanie Thielker2008-11-221-0/+42
| | | | | | Server portion remains to be implemented
* Check in the presence module skeletonMelanie Thielker2008-11-221-0/+100