Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-06-02 | HG Friends bug fix: connector was shrinking principalID to UUID. | Diva Canto | 1 | -12/+12 | |
2011-05-22 | More on HG Friends. Added Delete(string, string) across the board. Added ↵ | Diva Canto | 1 | -0/+15 | |
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. | |||||
2011-05-21 | Fixed permissions bug related to friends in PermissionsModule. Added ↵ | Diva Canto | 1 | -1/+16 | |
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. | |||||
2011-05-19 | HG Friends working to some extent: friendships offered and accepted ↵ | Diva Canto | 1 | -3/+10 | |
correctly handled. Friends list showing correct foreign names. TODO: GrantRights. | |||||
2011-04-12 | Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵ | Diva Canto | 2 | -2/+1 | |
OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd. | |||||
2010-08-23 | Remove various warnings and improve logging messages. No functional changes. | Justin Clark-Casey (justincc) | 1 | -7/+1 | |
2010-06-04 | Fixed a couple of buglets in Friendship offers / acceptance / decline when ↵ | Diva Canto | 2 | -2/+9 | |
avies are in different sims. | |||||
2010-05-18 | Change an exception reporting to include the stack trace. "e.Message" just | Melanie | 1 | -1/+1 | |
_won't_ do. Might look more elegant, but it's too little information. | |||||
2010-03-01 | Friends rights under control. | Diva Canto | 1 | -1/+3 | |
2010-02-28 | Friends connectors finished. Status notification working across the board. ↵ | Diva Canto | 1 | -9/+103 | |
One last bug: friends online upon login are not being sent to the user. | |||||
2010-02-27 | Status notification (online/offline) working for same sim. | Diva Canto | 1 | -0/+5 | |
2010-02-26 | * Friendship offers starting to work in the same sim. Not quite right yet. | Diva Canto | 1 | -0/+66 | |
* Added skeleton for out Connectors/Friends/FriendsSimConnector.cs * Moved request handler to its own file | |||||
2010-02-26 | Flags on Store(Friend) are supposed to be MyFlags. | Diva Canto | 1 | -1/+1 | |
2010-02-26 | * Friends out connector completed. Grid login retrieves friends correctly. | Diva Canto | 1 | -0/+241 | |
* Added friends configs to grid .inis |