Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bandaid for ghost users, check and remove them from Presence when they log on. | onefang | 2019-08-15 | 1 | -0/+11 |
| | | | | | | | | 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. | ||||
* | Add method doc for IPresenceService | Justin Clark-Casey (justincc) | 2012-10-20 | 1 | -1/+37 |
| | |||||
* | More cleaning on presence. Friends online/offline works again. | Diva Canto | 2010-05-08 | 1 | -28/+0 |
| | |||||
* | Fixed Presence unit test. Removed unnecessary packing/unpacking of obsolete ↵ | Diva Canto | 2010-05-07 | 1 | -6/+0 |
| | | | | fields. | ||||
* | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 2010-05-07 | 1 | -22/+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. | ||||
* | * Changed IPresenceService Logout, so that it takes a position and a lookat | Diva Canto | 2010-01-10 | 1 | -1/+1 |
| | | | | * CommsManager.AvatarService rerouted | ||||
* | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 2010-01-08 | 1 | -0/+20 |
| | |||||
* | * Added packing/unpacking of the Home fields in PresenceInfo | Diva Canto | 2009-12-28 | 1 | -0/+9 |
| | | | | * Cleaned up IUserService and beefed up UserAccoutData | ||||
* | Adding new fields and home location methid to presence. Adding cleanup | Melanie | 2009-12-28 | 1 | -0/+4 |
| | | | | (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/+5 |
| | |||||
* | Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵ | Diva Canto | 2009-12-27 | 1 | -1/+38 |
| | | | | just compiles. | ||||
* | Changed GetAgents to take string[] instead of UUID[] | Diva Canto | 2009-12-27 | 1 | -1/+1 |
| | |||||
* | Remove the sesion from returned presence info | Melanie | 2009-12-27 | 1 | -2/+0 |
| | |||||
* | Interface changes | Melanie | 2009-12-27 | 1 | -10/+6 |
| | |||||
* | More beef to the IPresenceService interface. | Diva Canto | 2009-12-26 | 1 | -1/+12 |
| | |||||
* | Presence Step 1 | Melanie | 2009-12-27 | 1 | -1/+8 |
| | |||||
* | Tweak presence handling and whip up a database connector and handler | Melanie | 2009-11-18 | 1 | -1/+1 |
| | | | | for testign the new generic table handling | ||||
* | Change PresenceData to PresenceInfo to remove a naming conflict in the | Melanie | 2009-11-18 | 1 | -0/+8 |
| | | | | OpenSim.Data namespace | ||||
* | Stub out the Profile and Presence services | Melanie | 2009-08-10 | 1 | -0/+37 |