Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-05-07 | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 1 | -3/+1 | |
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. | |||||
2009-12-30 | Unit tests for presence. They helped fix a couple of wrongnesses. | Diva Canto | 1 | -1/+1 | |
2009-12-28 | Adding new fields and home location methid to presence. Adding cleanup | Melanie | 1 | -0/+3 | |
(deleting all but one presence record) on logout so that they don't pile up. | |||||
2009-12-28 | Database and presence changes. Untested | Melanie | 1 | -1/+1 | |
2009-12-27 | Finish the presence service | Melanie | 1 | -3/+5 | |
2009-12-27 | Presence Step 1 | Melanie | 1 | -6/+4 | |
2009-11-18 | Implement generic delete method | Melanie | 1 | -1/+2 | |
2009-11-18 | Tweak presence handling and whip up a database connector and handler | Melanie | 1 | -2/+2 | |
for testign the new generic table handling | |||||
2009-11-18 | Change PresenceData to PresenceInfo to remove a naming conflict in the | Melanie | 1 | -2/+2 | |
OpenSim.Data namespace | |||||
2009-10-23 | Adding the presence service skeleton | Melanie | 1 | -7/+7 | |
2009-09-06 | Revising the user account data interfaces. No user functionality yet | Melanie | 1 | -8/+7 | |
2009-09-04 | Fully implement unencrypted auth token operations | Melanie | 1 | -0/+4 | |
2009-09-04 | Add the user authentication data adapter. This is meant to use a new table | Melanie | 1 | -5/+15 | |
schema, but can read the old ones for compatibility. It should not be used to write to the old tables unless you know what you're doing! This is untested and will probably not work. | |||||
2009-07-01 | Formatting cleanup. | Jeff Ames | 1 | -7/+7 | |
2009-07-01 | Add copyright headers. | Jeff Ames | 1 | -1/+26 | |
2009-07-01 | Update svn properties. | Jeff Ames | 1 | -17/+17 | |
2009-06-29 | Thank you kindly, Snowdrop, for a patch that solves: | Charles Krinke | 1 | -0/+17 | |
The current API for MRM is quite sparse, this patch supplies basic support for accessing the task inventory of object. |