UbitUmarov
|
d0912b6151
let StreamReader be in using statements
|
7 gadi atpakaļ |
UbitUmarov
|
9c75f8a57e
avoid NULL refs
|
8 gadi atpakaļ |
UbitUmarov
|
371c9dd2af
bad merge?
|
9 gadi atpakaļ |
Melanie Thielker
|
5f51abada9
If GridUserService is asked for a nonexistent user, bail gracefully
|
10 gadi atpakaļ |
Oren Hurvitz
|
99ac770abb
Close streams immediately when we finish using them
|
10 gadi atpakaļ |
Diva Canto
|
20f20895cf
Adds optional HTTP Basic Authentication to Robust service connectors.
|
10 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
e19defde36
Add "show caps stats by user" and "show caps stats by cap" console commands to print various counts of capability invocation by user and by cap
|
11 gadi atpakaļ |
Diva Canto
|
4d24bf75fd
Deleted debug messages. Fixed a null ref exception on the POST handler of GridUserServerPostHandler.cs
|
11 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
884d603cac
Rather than instantiating a UTF8 encoding everywhere when we want to supress the BOM, use a single Util.UTF8NoBomEncoding.
|
12 gadi atpakaļ |
Melanie
|
e13a17cc0c
Allow retrival of multiple user records in one operation, analog to presence
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
4567555c49
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead of OSHttpRequest/OSHttpResponse.
|
13 gadi atpakaļ |
John Hurliman
|
b6e0563ad7
Part two of the previous commit, making IGridUserService.LoggedOut() more flexible without changing current behavior
|
14 gadi atpakaļ |
John Hurliman
|
9b7c99f0cf
Made IGridUserService.SetLastPosition() more flexible to allow different 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
|
14 gadi atpakaļ |
Diva Canto
|
13c22015e5
Removed sessionID from GridUserservice again. Removed parcel crossing detection from Robust connector. Fixed Simian to continue to send those location updates upon parcel crossing, without changing the interface.
|
14 gadi atpakaļ |
unknown
|
59dec2f989
* Added sessionID to IGridUserService.SetLastPosition(), as some connectors will want to track position against sessionID instead of userID
|
14 gadi atpakaļ |
Diva Canto
|
15562017f2
These files are part of the GridUserService write-up.
|
14 gadi atpakaļ |