aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/UserAccountService/GridUserService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-09Avoid registering console commands in every single instance of GridUserServic...Diva Canto1-16/+22
2014-02-15In GridUserService, if a UUID is given consistently use the longest matched e...Justin Clark-Casey (justincc)1-6/+19
2014-01-30Add "show grid user" robust/standalone console command for debug purposes.Justin Clark-Casey (justincc)1-0/+33
2013-11-05minor: comment out "SetLastPosition" GridUserService debug message for now.Justin Clark-Casey (justincc)1-1/+2
2013-09-03Fix logic errors in "show grid users online" console command which didn't act...Justin Clark-Casey (justincc)1-3/+2
2013-09-03Add experimental "show grid users online" console command to show grid users ...Justin Clark-Casey (justincc)1-0/+39
2013-07-06A little more debugDiva Canto1-1/+1
2013-07-02Deleted debug messages. Fixed a null ref exception on the POST handler of Gri...Diva Canto1-4/+1
2013-07-02More debug messagesDiva Canto1-1/+5
2013-07-02This should have a strong effect on the Unknown User issue mantis #6625Diva Canto1-1/+16
2013-04-27Make method virtualDiva Canto1-1/+1
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-1/+12
2012-09-30Made a method of GridUserService virtual so it can be overridden.Diva Canto1-12/+1
2012-09-27Removed the bits about the TOSModule. That module doesn't go into core. WARNI...Diva Canto1-2/+0
2012-09-25TOS module. WARNING: migration in GridUser table.Diva Canto1-0/+2
2012-01-16Allow retrival of multiple user records in one operation, analog to presenceMelanie1-1/+11
2012-01-16Add methods to allow the groups modules to query online status and last loginMelanie1-1/+11
2010-09-29Part two of the previous commit, making IGridUserService.LoggedOut() more fle...John Hurliman1-1/+1
2010-09-29Made IGridUserService.SetLastPosition() more flexible to allow different poss...John Hurliman1-1/+1
2010-05-20Removed sessionID from GridUserservice again. Removed parcel crossing detecti...Diva Canto1-1/+1
2010-05-20* Added sessionID to IGridUserService.SetLastPosition(), as some connectors w...unknown1-1/+1
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto1-6/+89
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+1
2010-03-05Justin, I must have been dyslexic when I wrote UserGridService as the name fo...Diva Canto1-8/+8
2010-03-05add initial UserGrid service classes as per diva's directionJustin Clark-Casey (justincc)1-23/+30
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto1-2/+2
2010-01-17HG teleports through gatekeeper are working.Diva Canto1-10/+0
2010-01-17Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto1-23/+34
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-1/+1
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-1/+1
2009-06-14Update svn properties.Jeff Ames1-68/+68
2009-06-14Pulled out HelloNeighbour into its own service, INeighbourService, which may ...diva1-73/+68
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-22cleaning out warnings.Dr Scofield1-3/+1
2009-05-18Refactor: Change "Servers" to "Server", since the can only be one. BreakMelanie Thielker1-2/+2
2009-05-18Nonowrking intermadiate commit,, DO NOT USEMelanie Thielker1-0/+0
2009-05-14Move the server request handlers into a separate lib nunit can digestMelanie Thielker1-1/+1
2009-05-09Add the asset service connectors and sample config. READ WARNINGS!!!Melanie Thielker1-10/+17
2009-05-09FInish basic asset server functionality on the new asset serverMelanie Thielker1-4/+26
2009-05-08The new asset server now actually serves existing assetsMelanie Thielker1-0/+2
2009-05-08More additions to the nextgen reference UGAIMMelanie Thielker1-6/+6
2009-05-05Some refactoring. Database is now active in the new user serverMelanie Thielker1-2/+2
2009-05-05Plumb the new server connector logicMelanie Thielker1-6/+9
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker1-1/+1
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-1/+1
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-3/+3
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby1-2/+2
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2008-02-20Minor cleanup.Jeff Ames1-1/+1