aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IGridUserService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-7/+7
2012-10-01On more virtual methodDiva Canto1-1/+1
2012-09-27Removed the bits about the TOSModule. That module doesn't go into core. ↵Diva Canto1-9/+0
WARNING: migration on GridUser withdrawn too, but left the migration number there.
2012-09-25TOS module. WARNING: migration in GridUser table.Diva Canto1-0/+8
2012-01-16Allow retrival of multiple user records in one operation, analog to presenceMelanie1-1/+2
2010-09-29Part two of the previous commit, making IGridUserService.LoggedOut() more ↵John Hurliman1-1/+11
flexible without changing current behavior
2010-09-29Made IGridUserService.SetLastPosition() more flexible to allow different ↵John Hurliman1-2/+12
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-06-05* Bug fix in TP home: typo in unpacking of GridUserInfo.Diva Canto1-1/+1
* Bug fix in TPs across neighboring regions: bug was introduced when getting rid of crashed sessions.
2010-05-20Removed sessionID from GridUserservice again. Removed parcel crossing ↵Diva Canto1-1/+1
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 ↵unknown1-1/+1
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-07GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto1-1/+41
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-6/+6
for it. GridUserService makes more sense; it's the user of the grid, "grid user". I changed it everywhere.
2010-03-05add initial UserGrid service classes as per diva's directionJustin Clark-Casey (justincc)1-34/+29
this will initially store home location data instead of the presence service compiles but not enough to actually test yet
2010-03-01Friends rights under control.Diva Canto1-1/+5
2010-02-25Added server-side Friends in connector. Untested.Diva Canto1-0/+28
2010-02-09Implement the methods needed for the login service to populate the friendslistMelanie1-2/+2
on the friends service
2010-02-09Add the friends service skel and correct some namespace issuesMelanie1-1/+1
2010-02-05Clarify some namesMelanie1-3/+2
2010-02-04Finally cutting the gordian knot. Friends needs to be both a module and aMelanie1-12/+10
service, and never the twain shall meet. This finally opens up the path to a working friends implementation
2010-02-04Some interface and data structure changes, add the missing method in friendsMelanie1-2/+2
2010-02-01Beginning of friends.Diva Canto1-8/+10
2010-01-04AvatarStore. Untested, but completeMelanie1-0/+2
2010-01-04Some work on avatar service. Retrieval and storage doneMelanie1-1/+1
2010-01-04Avatar appearance skeletonMelanie1-7/+11
2009-11-10* Update namespace in the regioncombinermodule.Teravus Ovares (Dan Olivares)1-1/+1
2009-11-10* Move RegionCombinerModule to it's own projectTeravus Ovares (Dan Olivares)1-0/+0
* Moves the mono_metadata_token_from_dor message to a different module on loading.
2009-09-13* Add the RegionCombinerModule backTeravus Ovares (Dan Olivares)1-4/+10
* Yay anonymous delegate in an anonymous delegate.
2009-08-10Stub out the Profile and Presence servicesMelanie1-3/+2
2009-06-22Update svn properties.Jeff Ames1-38/+38
2009-06-14Factoring out "land_data" / RequestLandData that was hanging off of ↵diva1-38/+38
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.
2009-06-14Update svn properties.Jeff Ames1-38/+38
2009-06-14Oops. Forgot to add this file.diva1-33/+38
2009-05-05Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames1-0/+27
2009-05-05Some refactoring. Database is now active in the new user serverMelanie Thielker1-1/+1
2009-05-05Add an interface skeleton for user servicesMelanie Thielker1-0/+6