Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ↵ | Justin Clark-Casey (justincc) | 2011-12-05 | 1 | -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 instantiations | Justin Clark-Casey (justincc) | 2011-01-21 | 1 | -2/+0 |
| | |||||
* | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 2010-05-07 | 1 | -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 Canto | 2010-02-26 | 1 | -0/+3 |
| | |||||
* | Several more buglets removed. | Diva Canto | 2010-01-13 | 1 | -4/+6 |
| | |||||
* | * Changed IPresenceService Logout, so that it takes a position and a lookat | Diva Canto | 2010-01-10 | 1 | -1/+8 |
| | | | | * CommsManager.AvatarService rerouted | ||||
* | Test client for remote presence connector, and for the service itself. ↵ | Diva Canto | 2010-01-02 | 1 | -1/+1 |
| | | | | Connector seems to work well. | ||||
* | * All modules and connectors for user account service are in place. Untested. | Diva Canto | 2009-12-29 | 1 | -2/+2 |
| | | | | * Cleaned up a few things on presence connectors | ||||
* | Adding new fields and home location methid to presence. Adding cleanup | Melanie | 2009-12-28 | 1 | -0/+29 |
| | | | | (deleting all but one presence record) on logout so that they don't pile up. | ||||
* | Database and presence changes. Untested | Melanie | 2009-12-28 | 1 | -5/+4 |
| | |||||
* | Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵ | Diva Canto | 2009-12-27 | 1 | -8/+144 |
| | | | | just compiles. | ||||
* | Change the signature of the forms requester data in preparation to getting | Melanie | 2009-12-27 | 1 | -4/+4 |
| | | | | to where lists can be sent as requests | ||||
* | Just make it compile :) | Melanie | 2009-12-27 | 1 | -2/+2 |
| | |||||
* | Presence Step 1 | Melanie | 2009-12-27 | 1 | -10/+0 |
| | |||||
* | Tweak presence handling and whip up a database connector and handler | Melanie | 2009-11-18 | 1 | -0/+27 |
| | | | | for testign the new generic table handling | ||||
* | Add the presence server connector | Melanie | 2009-11-17 | 2 | -0/+216 |