aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/GridUser (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-11/+24
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-8/+20
2012-11-13Last 27 modules' directives (service connectors out).Diva Canto2-0/+4
2012-09-26Use GridUser properly for foreign users.Diva Canto1-3/+3
2012-09-25TOS module. WARNING: migration in GridUser table.Diva Canto2-5/+54
2012-06-12OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent ↵Justin Clark-Casey (justincc)1-22/+6
rather than scanning all scene for the presence with the right id Stop checking IsLoggingOut on these listeners, if called with a root agent then we always want to perform these actions. This covers cases where the client is closed due to manual kick, simulator shutdown, etc.
2012-01-16Allow retrival of multiple user records in one operation, analog to presenceMelanie2-0/+9
2011-08-31Don't set a GridUser entry for NPCs.Justin Clark-Casey (justincc)1-1/+4
Resolves http://opensimulator.org/mantis/view.php?id=5665
2011-08-11comment out some of the currently less useful debug log messagesJustin Clark-Casey (justincc)1-1/+2
2010-10-29for now, comment out some older or redundant log debug lines to make ↵Justin Clark-Casey (justincc)1-2/+2
diagnostics easier
2010-09-29Cleanup: Removed an unreferenced variable from ActivityDetector.csJohn Hurliman1-11/+1
2010-09-29Part two of the previous commit, making IGridUserService.LoggedOut() more ↵John Hurliman3-5/+5
flexible without changing current behavior
2010-09-29Made IGridUserService.SetLastPosition() more flexible to allow different ↵John Hurliman3-6/+11
possible implementations. This doesn't change any behavior or any Robust code, but it simplifies the SimianGrid connector by using the standard OpenSim interface for setting last position now
2010-05-20Removed sessionID from GridUserservice again. Removed parcel crossing ↵Diva Canto3-13/+5
detection from Robust connector. Fixed Simian to continue to send those location updates upon parcel crossing, without changing the interface.
2010-05-20* Added sessionID to IGridUserService.SetLastPosition(), as some connectors ↵unknown3-6/+6
will want to track position against sessionID instead of userID * Updated SimianPresenceServiceConnector to use the new LoggedOut/SetHome/etc methods and only update session position on parcel crossing
2010-05-07These files are part of the GridUserService write-up.Diva Canto2-0/+269
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto1-15/+54
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.
2010-03-05Justin, I must have been dyslexic when I wrote UserGridService as the name ↵Diva Canto1-0/+139
for it. GridUserService makes more sense; it's the user of the grid, "grid user". I changed it everywhere.