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