Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistently use using() to make sure we dispose of used MySqlCommands where ↵ | Justin Clark-Casey (justincc) | 2012-04-30 | 1 | -17/+19 |
| | | | | this is not already being done. | ||||
* | remove further mono compiler warnings | Justin Clark-Casey (justincc) | 2011-05-06 | 1 | -1/+1 |
| | |||||
* | fix build break | Justin Clark-Casey (justincc) | 2010-10-13 | 1 | -1/+1 |
| | |||||
* | Correctly update the LastSeen field | Melanie Thielker | 2010-10-13 | 1 | -1/+1 |
| | |||||
* | Ensure no UUID.Zero region ID is ever written to presence. Add a Migration | Melanie Thielker | 2010-10-13 | 1 | -1/+3 |
| | | | | to add a LastSeen field of type "Timestamp" to Presence for MySQL | ||||
* | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 2010-05-07 | 1 | -63/+3 |
| | | | | | | 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. | ||||
* | Formatting cleanup. Add copyright notices. | Jeff Ames | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | remove test presence from NullPresenceData since this appears to stop ↵ | Justin Clark-Casey (justincc) | 2010-03-04 | 1 | -2/+2 |
| | | | | | | | existing sessions with home locations from being picked up only tested for a single user so this may still fail for multiple users this may well be all academic anyway since standalone need to persistently store home location in presence data in some way | ||||
* | Make an exception report more clear. Fix a database access in Presence to | Melanie | 2010-02-08 | 1 | -15/+22 |
| | | | | conform to the changes in the generic table handler. | ||||
* | Merge branch 'master' into presence-refactor | Melanie | 2010-02-08 | 1 | -17/+16 |
| | | | | | This was a large, heavily conflicted merge and things MAY have got broken. Please check! | ||||
* | New LL login service is working! -- tested in standalone only. Things still ↵ | Diva Canto | 2010-01-01 | 1 | -3/+3 |
| | | | | missing from response, namely Library and Friends. Appearance service is also missing. | ||||
* | Adding new fields and home location methid to presence. Adding cleanup | Melanie | 2009-12-28 | 1 | -0/+52 |
| | | | | (deleting all but one presence record) on logout so that they don't pile up. | ||||
* | Add the migration for friends and guard the presence Report function | Melanie | 2009-12-28 | 1 | -0/+4 |
| | |||||
* | Add the MySQL presence data module | Melanie | 2009-12-27 | 1 | -0/+93 |