aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-30Renamed VERSION_NUMBER to VersionNumberDiva Canto1-2/+2
2014-12-30This cleans up versioning. Specifically:Diva Canto1-2/+2
2014-12-30WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto1-1/+1
2014-12-29Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto1-1/+1
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)1-2/+2
2014-11-19Minor: Include missing EventHost power for group owner role.AliciaRaven1-0/+1
2014-09-21Fixed a hard-to-run-into bug in groups: at the time of creation of a group, t...Diva Canto1-10/+18
2014-09-05For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)1-2/+3
2014-08-15On teleport to a region that already has a child agent established (e.g. a ne...Justin Clark-Casey (justincc)1-1/+1
2014-07-31If REMOVEAGENTFROMGROUP core groups call fails because requesting agent does ...Justin Clark-Casey (justincc)4-10/+22
2014-07-31Don't overwrite the null result with the true result is groups service REMOVE...Justin Clark-Casey (justincc)2-2/+4
2014-07-31Fix bug where calling PUTGROUP on the core groups service without specifying ...Justin Clark-Casey (justincc)1-1/+1
2014-07-21Include the group name in group IM'sOren Hurvitz1-0/+7
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2014-06-08Don't try to package null invites.Diva Canto1-1/+5
2014-05-30minor: Comment out log line in Groups V2 GroupsServicePostHandler for now whi...Justin Clark-Casey (justincc)1-1/+1
2014-05-23Added HTTP Authentication also to Groups and offline IM.Diva Canto3-34/+32
2014-05-19On verbose groups messaging logging, count all operations in reported time wh...Justin Clark-Casey (justincc)1-2/+2
2014-05-19Split verbose groups messaging logging into its own setting separate from tha...Justin Clark-Casey (justincc)1-3/+31
2014-05-15Don't warn on not seeing [Groups] Robust section for core groups as this does...Justin Clark-Casey (justincc)1-2/+2
2014-05-06Show more meaningful error messages when failed to give an item to another userOren Hurvitz1-2/+3
2014-05-03Added a optional key between the group remote connectors, sim and service. Th...Diva Canto3-5/+44
2014-03-26- Increased the threadpool timeout to 10 minutesOren Hurvitz1-3/+3
2014-03-24Fixed Debug command for Groups. (Use of wrong capitalization caused *two* "de...Oren Hurvitz1-1/+1
2014-03-24Check settings for groups moduleOren Hurvitz1-1/+9
2014-03-24Better error messagesOren Hurvitz2-3/+3
2014-03-12When sending group notices through group messaging, allow the agent ID to use...Justin Clark-Casey (justincc)1-3/+7
2014-03-11Send group notices through the same messaging module mechanism used to send g...Justin Clark-Casey (justincc)2-9/+24
2014-02-20In core.groups GroupsServiceRemoveConnector, if GetGroupRecord() or UpdateGro...Justin Clark-Casey (justincc)1-4/+6
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2-3/+3
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-09-05Restore group membership check for HG users in QueryAccess.Diva Canto1-3/+6
2013-08-13minor: Eliminate one of the duplicate 'have's in the HG message telling the u...Justin Clark-Casey (justincc)1-1/+1
2013-08-12Don't try and send group updates to NPCs via event queue, since NPCs have no ...Justin Clark-Casey (justincc)1-3/+7
2013-08-05Group notices bug fix: use a new IM for each member of the group, otherwise t...Diva Canto1-2/+2
2013-07-28Groups: Better warning messages to the user.Diva Canto2-3/+11
2013-07-28Group chat: prevent a situation where dupe IMs could occur.Diva Canto1-9/+3
2013-07-28Group chat: guard against duplicate sendsDiva Canto1-4/+5
2013-07-28Changing the visibility test in groups service to be UUID.Zero.ToString() ins...Diva Canto4-5/+9
2013-07-28Same issue.Diva Canto1-0/+1
2013-07-28Same issue as previous commit.Diva Canto2-14/+17
2013-07-28Fix an issue where HG members of groups weren't seeing the entire membership ...Diva Canto1-2/+20
2013-07-28Removed commented lines and useless debug messageDiva Canto1-16/+0
2013-07-28Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ...Diva Canto1-21/+6
2013-07-28This makes group search work (Groups V2).Diva Canto5-1/+87
2013-07-27More on group chat: only root agents should subscribe to OnInstantMessage, or...Diva Canto1-1/+14
2013-07-27More bug fixes on group chatDiva Canto1-15/+19
2013-07-27Several major improvements to group (V2) chat. Specifically: handle join/drop...Diva Canto6-191/+292
2013-07-26Trying to decrease the lag on group chat. (Groups V2 only)Diva Canto1-16/+24
2013-07-24Decreased the time of group cache to 1 min, because it was getting on my nerv...Diva Canto1-1/+1