UbitUmarov
|
d0912b6151
let StreamReader be in using statements
|
hace 7 años |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
hace 7 años |
Oren Hurvitz
|
99ac770abb
Close streams immediately when we finish using them
|
hace 10 años |
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
|
hace 11 años |
Justin Clark-Casey (justincc)
|
884d603cac
Rather than instantiating a UTF8 encoding everywhere when we want to supress the BOM, use a single Util.UTF8NoBomEncoding.
|
hace 12 años |
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.
|
hace 12 años |
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.
|
hace 12 años |
Diva Canto
|
8ad426f329
Removed extraneous debug message
|
hace 12 años |
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.
|
hace 12 años |
Justin Clark-Casey (justincc)
|
4567555c49
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead of OSHttpRequest/OSHttpResponse.
|
hace 13 años |
Justin Clark-Casey (justincc)
|
b89534ad0a
Remove mono compiler warnings. Fix problem with co-ordinate given in deregister region message
|
hace 13 años |
Diva Canto
|
0d29f73916
Commented a few extra debug messages.
|
hace 13 años |
Diva Canto
|
24f28d3534
HG friends: Status notifications working. Also initial logins get the online friends in other grids.
|
hace 13 años |
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.
|
hace 13 años |
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.
|
hace 13 años |
Diva Canto
|
d21e9c755f
HG Friends working to some extent: friendships offered and accepted correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
|
hace 13 años |