| Commit message (Expand) | Author | Files | Lines |
2014-03-12 | When sending group notices through group messaging, allow the agent ID to use... | Justin Clark-Casey (justincc) | 1 | -3/+7 |
2014-03-11 | Send group notices through the same messaging module mechanism used to send g... | Justin Clark-Casey (justincc) | 2 | -9/+24 |
2014-02-20 | In core.groups GroupsServiceRemoveConnector, if GetGroupRecord() or UpdateGro... | Justin Clark-Casey (justincc) | 1 | -4/+6 |
2014-01-16 | Can delete the Offline Messages sent to/from a user. | Oren Hurvitz | 4 | -0/+37 |
2014-01-16 | In the offline message table, store the sender. | Oren Hurvitz | 2 | -3/+3 |
2014-01-16 | Fixed offline IM | Oren Hurvitz | 1 | -8/+4 |
2013-11-15 | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 2 | -3/+3 |
2013-10-04 | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 2 | -2/+2 |
2013-09-05 | Restore group membership check for HG users in QueryAccess. | Diva Canto | 1 | -3/+6 |
2013-08-13 | minor: Eliminate one of the duplicate 'have's in the HG message telling the u... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-08-12 | Don't try and send group updates to NPCs via event queue, since NPCs have no ... | Justin Clark-Casey (justincc) | 1 | -3/+7 |
2013-08-05 | Group notices bug fix: use a new IM for each member of the group, otherwise t... | Diva Canto | 1 | -2/+2 |
2013-07-28 | Groups: Better warning messages to the user. | Diva Canto | 2 | -3/+11 |
2013-07-28 | Group chat: prevent a situation where dupe IMs could occur. | Diva Canto | 1 | -9/+3 |
2013-07-28 | Group chat: guard against duplicate sends | Diva Canto | 1 | -4/+5 |
2013-07-28 | Changing the visibility test in groups service to be UUID.Zero.ToString() ins... | Diva Canto | 4 | -5/+9 |
2013-07-28 | Same issue. | Diva Canto | 1 | -0/+1 |
2013-07-28 | Same issue as previous commit. | Diva Canto | 2 | -14/+17 |
2013-07-28 | Fix an issue where HG members of groups weren't seeing the entire membership ... | Diva Canto | 1 | -2/+20 |
2013-07-28 | Removed commented lines and useless debug message | Diva Canto | 1 | -16/+0 |
2013-07-28 | Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ... | Diva Canto | 1 | -21/+6 |
2013-07-28 | This makes group search work (Groups V2). | Diva Canto | 5 | -1/+87 |
2013-07-27 | More on group chat: only root agents should subscribe to OnInstantMessage, or... | Diva Canto | 1 | -1/+14 |
2013-07-27 | More bug fixes on group chat | Diva Canto | 1 | -15/+19 |
2013-07-27 | Several major improvements to group (V2) chat. Specifically: handle join/drop... | Diva Canto | 6 | -191/+292 |
2013-07-26 | Trying to decrease the lag on group chat. (Groups V2 only) | Diva Canto | 1 | -16/+24 |
2013-07-24 | Decreased the time of group cache to 1 min, because it was getting on my nerv... | Diva Canto | 1 | -1/+1 |
2013-07-23 | Improvement of fetching name in groups | Diva Canto | 1 | -11/+10 |
2013-07-08 | minor: remove some mono compiler warnings in new groups code | Justin Clark-Casey (justincc) | 4 | -8/+1 |
2013-07-08 | Add "show caps stats by user" and "show caps stats by cap" console commands t... | Justin Clark-Casey (justincc) | 3 | -3/+3 |
2013-06-30 | Groups V2: charge for group creation only after the group has been successful... | Diva Canto | 1 | -1/+4 |
2013-06-18 | minor: remove mono compiler warning in OfflineIMService | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-06-09 | More on mantis #6666 -- Groups V2 remote connector. | Diva Canto | 1 | -7/+4 |
2013-06-08 | Groups V2 -- fix mantis #6666 | Diva Canto | 1 | -0/+3 |
2013-06-07 | Mantis #6620 (removed debug message) | Diva Canto | 1 | -1/+1 |
2013-05-25 | Update the money framework to allow sending the new style linden "serverside ... | Melanie | 1 | -1/+1 |
2013-05-13 | Groups: Improve error handling on remote connector. | Diva Canto | 1 | -4/+9 |
2013-05-13 | Fixes mantis #6636 -- Groups | Diva Canto | 2 | -1/+7 |
2013-04-25 | Groups: make some methods protected. | Diva Canto | 1 | -7/+7 |
2013-02-27 | Switched to using the other Util function with a default value. | Diva Canto | 1 | -1/+2 |
2013-02-27 | Moved the HG default variables out of [Startup] and into their own section [H... | Diva Canto | 1 | -1/+1 |
2013-02-25 | Mantis #6552 -- stricter error (crash) if server URL is malformed. | Diva Canto | 1 | -5/+2 |
2013-02-25 | Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the roles... | Diva Canto | 4 | -3/+16 |
2013-02-22 | Added new Util function for reading config vars that's more generic than the ... | Diva Canto | 1 | -1/+1 |
2013-02-21 | Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de... | Diva Canto | 1 | -4/+4 |
2013-02-19 | Updated AssemblyInfo.cs for Groups and OfflineIM to 0.7.6.*. Removed Assembly... | Diva Canto | 2 | -4/+2 |
2013-02-19 | First commit of Diva Groups. The Data bits went to OpenSim.Data core, the res... | Diva Canto | 17 | -0/+8712 |
2013-02-19 | Offline IM: moved the Data and MySQL bits to the corresponding places in core... | Diva Canto | 3 | -141/+0 |
2013-02-18 | One more sql statement on migration #2 for offline im, to really clean up thi... | Diva Canto | 1 | -0/+1 |
2013-02-18 | Donating Diva OfflineIM as an addon in a single dll, OpenSim.Addons.OpenSim.dll | Diva Canto | 9 | -0/+1016 |