aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/GridUser/GridUserServerPostHandler.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Close streams immediately when we finish using themOren Hurvitz2014-08-021-14/+2
* Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-231-2/+3
* Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)2013-07-081-1/+1
* Deleted debug messages. Fixed a null ref exception on the POST handler of Gri...Diva Canto2013-07-021-2/+4
* Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)2012-07-131-8/+5
* Allow retrival of multiple user records in one operation, analog to presenceMelanie2012-01-161-0/+42
* Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)2011-12-051-1/+1
* Part two of the previous commit, making IGridUserService.LoggedOut() more fle...John Hurliman2010-09-291-1/+1
* Made IGridUserService.SetLastPosition() more flexible to allow different poss...John Hurliman2010-09-291-1/+1
* Removed sessionID from GridUserservice again. Removed parcel crossing detecti...Diva Canto2010-05-201-2/+1
* * Added sessionID to IGridUserService.SetLastPosition(), as some connectors w...unknown2010-05-201-1/+2
* These files are part of the GridUserService write-up.Diva Canto2010-05-071-0/+278