aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Presence (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-2/+2
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-032-17/+10
|
* Rather than instantiating a UTF8 encoding everywhere when we want to supress ↵Justin Clark-Casey (justincc)2012-07-131-5/+4
| | | | | | the BOM, use a single Util.UTF8NoBomEncoding. This class is thread-safe (as evidenced by the provision of the system-wide Encoding.UTF8 which does not suppress BOM on output).
* Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ↵Justin Clark-Casey (justincc)2011-12-051-1/+1
| | | | | | | | of OSHttpRequest/OSHttpResponse. This is required for the substitution of different HTTP servers or the newer HttpServer.dll without having to commit to a particular implementation. This is also required to write regression tests that involve the HTTP layer. If you need to recompile, all you need to do is replace OSHttpRequest/OSHttpResponse references with IOSHttpRequest/IOSHttpResponse.
* remove some mono compiler warnings and unnecessary dictionary instantiationsJustin Clark-Casey (justincc)2011-01-211-2/+0
|
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-43/+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.
* Now showing friends online upon grid login.Diva Canto2010-02-261-0/+3
|
* Several more buglets removed.Diva Canto2010-01-131-4/+6
|
* * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-101-1/+8
| | | | * CommsManager.AvatarService rerouted
* Test client for remote presence connector, and for the service itself. ↵Diva Canto2010-01-021-1/+1
| | | | Connector seems to work well.
* * All modules and connectors for user account service are in place. Untested.Diva Canto2009-12-291-2/+2
| | | | * Cleaned up a few things on presence connectors
* Adding new fields and home location methid to presence. Adding cleanupMelanie2009-12-281-0/+29
| | | | (deleting all but one presence record) on logout so that they don't pile up.
* Database and presence changes. UntestedMelanie2009-12-281-5/+4
|
* Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵Diva Canto2009-12-271-8/+144
| | | | just compiles.
* Change the signature of the forms requester data in preparation to gettingMelanie2009-12-271-4/+4
| | | | to where lists can be sent as requests
* Just make it compile :)Melanie2009-12-271-2/+2
|
* Presence Step 1Melanie2009-12-271-10/+0
|
* Tweak presence handling and whip up a database connector and handlerMelanie2009-11-181-0/+27
| | | | for testign the new generic table handling
* Add the presence server connectorMelanie2009-11-172-0/+216