| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Once again OOP proves it's worse that spaghetti, but cutting up the
spaghetti and hiding it all over the kitchen.
Note the commented out bits from GateKeeperService.cs, this stuff is
checked TWICE, though this time is for HGers, or not.
|
| |
|
|
|
|
| |
Restrict IPresenceData.VerifyAgent to only return bool result
|
| |
|
|
|
|
| |
this is not already being done.
|
| |
|
| |
|
| |
|
|
|
|
| |
to add a LastSeen field of type "Timestamp" to Presence for MySQL
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
conform to the changes in the generic table handler.
|
|
|
|
|
| |
This was a large, heavily conflicted merge and things MAY have got broken.
Please check!
|
|
|
|
| |
missing from response, namely Library and Friends. Appearance service is also missing.
|
|
|
|
| |
(deleting all but one presence record) on logout so that they don't pile up.
|
| |
|
|
|