aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer/UserPresenceData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Same treatment for the MessagingServer... added ↵MW2009-02-241-50/+0
| | | | OpenSim.Grid.MessagingServer.Modules for the modules/components of it.
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-1/+1
| | | | | | | | | | | | | | on-/offline updates, calling cards for friends. This adds methods in the DB layer and changes the MessagingServer, so a full update (incl. UGAIM) is necessary to get it working. Older regions shouldn't break, nor should older UGAIM break newer regions, but friends/presence will only work with all concerned parts (UGAIM, source region and destination region) at this revision (or later). I added the DB code for MSSQL, too, but couldn't test that. BEWARE: May contain bugs.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-2/+2
| | | | | | | * 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.
* * This should fix presence issues.Teravus Ovares2008-06-031-1/+2
|
* * This update enables grid wide presence updates.Teravus Ovares2008-06-021-0/+1
| | | | | | | * 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.
* * Rolled back a few changes.Adam Frisby2008-05-011-3/+7
|
* * Cleaning code still.Adam Frisby2008-05-011-7/+3
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-2/+1
| | | | (this took a while to run).
* changing more references to OpenSim.DataSean Dague2008-04-021-1/+1
|
* Formatting cleanup.Jeff Ames2008-03-181-30/+26
|
* * Mother of all commits:Adam Frisby2008-01-151-1/+1
| | | | | | | * 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.
* * Switched over to RegionProfileData from using RegionInfo because ↵Teravus Ovares2008-01-081-1/+4
| | | | | | | RegionInfo was missing the httpURI on the MessageService. * Fixed some code, added a method.
* * More message server methodsTeravus Ovares2008-01-071-0/+1
|
* * Adding More to the MessageServer classes.Teravus Ovares2008-01-071-0/+49
* Don't forget to prebuild