| Commit message (Expand) | Author | Age | Files | Lines |
* | Make default "show friends" console command show friends fetched from the fri... | Justin Clark-Casey (justincc) | 2012-03-30 | 2 | -4/+3 |
* | refactor: Move "friends show cache" console command out into separate Friends... | Justin Clark-Casey (justincc) | 2012-03-30 | 2 | -93/+19 |
* | Add simple login test with online friends. Add IFriendsModule.GrantRights() ... | Justin Clark-Casey (justincc) | 2012-03-30 | 2 | -50/+73 |
* | refactor: Stop passing both IClientAPI and agentID to friend event listeners,... | Justin Clark-Casey (justincc) | 2012-03-29 | 3 | -20/+52 |
* | Add simple regression test for logging in with offline friends. Don't expect... | Justin Clark-Casey (justincc) | 2012-03-29 | 1 | -1/+46 |
* | Add back parts of reverted changes that were not concerned with child agent c... | Justin Clark-Casey (justincc) | 2012-03-29 | 1 | -0/+3 |
* | Change namespace on CallingCardModule and correct interface file placemant. A... | Melanie | 2012-03-29 | 1 | -2/+29 |
* | Revert "Simplify friends caching by only doing this for root agents - no func... | Justin Clark-Casey (justincc) | 2012-03-29 | 2 | -21/+47 |
* | Committing the Avination calling card module | Melanie | 2012-03-29 | 1 | -0/+286 |
* | Pushing the Avination Calling card hooks. Module to follow. | Melanie | 2012-03-29 | 1 | -4/+17 |
* | Simplify friends caching by only doing this for root agents - no functions re... | Justin Clark-Casey (justincc) | 2012-03-28 | 2 | -47/+21 |
* | Add "friends show cache <first-name> <last-name>" command for debugging purpo... | Justin Clark-Casey (justincc) | 2012-03-28 | 1 | -2/+76 |
* | HG Friends: don't notify if the server isn't there. | Diva Canto | 2012-03-22 | 1 | -7/+10 |
* | HG Friends: reroute the status notifications to the HGFriends service, so tha... | Diva Canto | 2012-03-21 | 2 | -7/+26 |
* | HG Friends: pulled sim-bound notification code to HGStatusNotifier, so that w... | Diva Canto | 2012-03-21 | 3 | -20/+58 |
* | Removed extraneous debug message | Diva Canto | 2012-03-21 | 1 | -3/+0 |
* | Removed extraneous debug messages. Added a check for UUID.Zero. | Diva Canto | 2012-03-20 | 1 | -16/+23 |
* | HG Friends: allow the establishment of HG friendships without requiring co-pr... | Diva Canto | 2012-03-20 | 2 | -119/+202 |
* | HG Friends: fixed bug introduced by 571efeddb20f38bb4164074b3c217be5387ca2e0 ... | Diva Canto | 2012-01-10 | 1 | -2/+2 |
* | Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region... | Diva Canto | 2011-12-29 | 1 | -22/+59 |
* | Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ... | Justin Clark-Casey (justincc) | 2011-12-05 | 1 | -2/+2 |
* | Comment out the vebose logging on HGFriendsModule. | Justin Clark-Casey (justincc) | 2011-11-16 | 1 | -12/+11 |
* | temporarily increasing logging in HGFriendsModule for debugging | Justin Clark-Casey (justincc) | 2011-11-15 | 1 | -1/+24 |
* | Add comments about trying to avoid synchronous work off the EventManager.OnMa... | Justin Clark-Casey (justincc) | 2011-11-15 | 1 | -1/+4 |
* | remove SceneCommunicationService.OnAvatarCrossingIntoRegion. This stuff is n... | Justin Clark-Casey (justincc) | 2011-11-15 | 1 | -1/+0 |
* | Rename FetchFriendslist() -> CacheFriends() and RefetchFriends() -> RecacheFr... | Justin Clark-Casey (justincc) | 2011-11-15 | 2 | -15/+13 |
* | refactor: rename m_NeedsListOfFriends => m_NeedsListOfOnlineFriends to better... | Justin Clark-Casey (justincc) | 2011-11-15 | 1 | -5/+5 |
* | For clients that are entering a simulator from initial login, stop executing ... | Justin Clark-Casey (justincc) | 2011-11-15 | 1 | -5/+27 |
* | refactor: Don't create a new UUID for passing uuids to client - UUIDs are str... | Justin Clark-Casey (justincc) | 2011-11-15 | 1 | -4/+6 |
* | Add test for removing a friendship. | Justin Clark-Casey (justincc) | 2011-11-14 | 2 | -11/+31 |
* | Improved method doc for AddFriend() - it actually does set up a two-way relat... | Justin Clark-Casey (justincc) | 2011-11-14 | 2 | -4/+5 |
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-11-14 | 2 | -7/+1 |
* | Add test for adding a friend whilst online | Justin Clark-Casey (justincc) | 2011-11-14 | 2 | -6/+30 |
* | Add very simple FriendsModuleTests.TestNoFriends() | Justin Clark-Casey (justincc) | 2011-11-14 | 2 | -1/+81 |
* | If a friends identifier which is too short is given to HGFriendsModule.GetOnl... | Justin Clark-Casey (justincc) | 2011-11-14 | 1 | -1/+8 |
* | Port the Avination offline messaging system to Core | Melanie | 2011-11-02 | 1 | -3/+1 |
* | Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o... | Justin Clark-Casey (justincc) | 2011-10-25 | 1 | -0/+1 |
* | minor: temporarily comment out the local status notify friends messages seen ... | Justin Clark-Casey (justincc) | 2011-06-27 | 1 | -1/+1 |
* | A few more cleanups on the way to close http://opensimulator.org/mantis/view.... | Diva Canto | 2011-06-11 | 1 | -11/+3 |
* | Only send AgentOnline to the client if the friendsOnline list has elements. A... | Diva Canto | 2011-06-11 | 1 | -1/+1 |
* | Added a Sleep in between each site call, to slow the xml-rpc requests down. | Diva Canto | 2011-06-10 | 1 | -37/+40 |
* | More tweaking on the UserAgentServiceConnector: add constructor that does not... | Diva Canto | 2011-06-10 | 1 | -1/+1 |
* | This hopefully fixes all issues with online/offline notifications across grid... | Diva Canto | 2011-06-07 | 2 | -3/+10 |
* | More on the hunt for the slow down on HGFriendsModule. - Don't requests the o... | Diva Canto | 2011-06-06 | 1 | -48/+71 |
* | Moved the Mono Addins declaration of the HGFriendsModule to where the one for... | Diva Canto | 2011-06-06 | 1 | -1/+0 |
* | HG friends: Status notifications working. Also initial logins get the online ... | Diva Canto | 2011-05-23 | 2 | -47/+207 |
* | More on HG Friends. Added Delete(string, string) across the board. Added secu... | Diva Canto | 2011-05-22 | 2 | -107/+212 |
* | Fixed permissions bug related to friends in PermissionsModule. Added FriendsD... | Diva Canto | 2011-05-21 | 2 | -208/+154 |
* | HG Friends working to some extent: friendships offered and accepted correctly... | Diva Canto | 2011-05-19 | 2 | -39/+550 |
* | Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open... | Diva Canto | 2011-04-12 | 1 | -1/+1 |