UbitUmarov
|
d0912b6151
let StreamReader be in using statements
|
7 gadi atpakaļ |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
7 gadi atpakaļ |
Oren Hurvitz
|
99ac770abb
Close streams immediately when we finish using them
|
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ļ |
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ļ |
Justin Clark-Casey (justincc)
|
bf5f8b54ae
Remove the somewhat misleading logging of the string length of some unknown requests, as this appeared to be some kind of numbered error code.
|
12 gadi atpakaļ |
Diva Canto
|
4a9ca3ca8f
HG Friends: reroute the status notifications to the HGFriends service, so that they can scale better. They were previously being handled by the UAS; that is still there, but it's now obsolete and will be removed in a future release.
|
12 gadi atpakaļ |
Diva Canto
|
8ad426f329
Removed extraneous debug message
|
12 gadi atpakaļ |
Diva Canto
|
d08ad6459a
HG Friends: allow the establishment of HG friendships without requiring co-presence in the same sim. Using avatar picker, users can now search for names such as "[email protected]:9000", find them, and request friendship. Friendship requests are stored if target user is offline. TESTED ON STANDALONE ONLY.
|
12 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
4567555c49
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead of OSHttpRequest/OSHttpResponse.
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
b89534ad0a
Remove mono compiler warnings. Fix problem with co-ordinate given in deregister region message
|
13 gadi atpakaļ |
Diva Canto
|
0d29f73916
Commented a few extra debug messages.
|
13 gadi atpakaļ |
Diva Canto
|
24f28d3534
HG friends: Status notifications working. Also initial logins get the online friends in other grids.
|
13 gadi atpakaļ |
Diva Canto
|
336665e035
More on HG Friends. Added Delete(string, string) across the board. Added security to friendship identifiers so that they can safely be deleted across worlds. Had to change Get(string) to use LIKE because the secret in the identifier is not always known -- affects only HG visitors. BOTTOM LINE SO FAR: HG friendships established and deleted safely across grids, local rights working but not (yet?) being transmitted back.
|
13 gadi atpakaļ |
Diva Canto
|
58c53c41de
Fixed permissions bug related to friends in PermissionsModule. Added FriendsData[] GetFriends(string principalID) to IFriendsData and FriendInfo[] GetFriends(string PrincipalID) to IFriendsService. Refactored some more in the FriendsModule. Made client get notification of local friends permissions upon HGLogin. HG Friends object permissions work.
|
13 gadi atpakaļ |
Diva Canto
|
d21e9c755f
HG Friends working to some extent: friendships offered and accepted correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
|
13 gadi atpakaļ |