aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Presence (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-2/+13
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-8/+18
|
* Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵Justin Clark-Casey (justincc)2012-05-091-0/+0
| | | | | | | | the actual class names. This is usually because the file name was singular (*Service*) but the class name was plural (*Services*). This is to make configuration easier rather than having to look in the c# code itself to find the slightly different name of the connector. This does not affect existing configuration since the files are being renamed rather than the classes.
* Add url to logging if SynchronousRestFormsRequester.MakRequest() throws an ↵Justin Clark-Casey (justincc)2012-02-071-12/+18
| | | | exception in service connectors
* Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto2011-04-121-1/+0
| | | | OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-52/+2
| | | | | | home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
* * XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto2010-04-301-1/+1
| | | | * Removed a few buglets and added better exception handling.
* Removed unnecessary debug messageDiva Canto2010-02-261-1/+1
|
* Now showing friends online upon grid login.Diva Canto2010-02-261-2/+2
|
* * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-101-1/+3
| | | | * CommsManager.AvatarService rerouted
* * All modules and connectors for user account service are in place. Untested.Diva Canto2009-12-291-15/+13
| | | | * Cleaned up a few things on presence connectors
* Adding new fields and home location methid to presence. Adding cleanupMelanie2009-12-281-0/+46
| | | | (deleting all but one presence record) on logout so that they don't pile up.
* Database and presence changes. UntestedMelanie2009-12-281-2/+2
|
* Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵Diva Canto2009-12-271-0/+377
just compiles.