aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/GroupsModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* let all clients get a group title update on create groupUbitUmarov2017-05-051-1/+1
* Allow avatar to be charged group membership fees when a money module is in useKevin Cozens2017-01-061-1/+19
* Only apply group creation fee > 0 and pass group name when applying feeKevin Cozens2017-01-061-2/+2
* Restructure god level and permissionsMelanie Thielker2017-01-061-1/+1
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-21/+21
* Fixed grammer in a commentKevin Cozens2016-08-181-1/+1
* Fixed typo in two group messagesKevin Cozens2016-08-171-1/+1
* make sure all new scenepresences have fresh groups information at creation ti...UbitUmarov2016-08-041-1/+1
* add GetActiveMembershipData() to groups modules, let core groups also have Ge...UbitUmarov2016-08-041-0/+6
* apply the change to groups v2 alsoUbitUmarov2016-07-261-1/+2
* Merge branch 'master' of opensimulator.org:/var/git/opensimMelanie Thielker2016-07-041-5/+1
|\
| * cleanup a bit AgentGroupDataUpdate sendingUbitUmarov2016-07-011-5/+1
* | Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker2016-07-041-2/+1
|/
* revert several changes to groups modules (agentGroupData is private). change ...UbitUmarov2016-07-011-51/+51
* Revert " don't try to send initial AgentGroupDataUpdate to NPCs" this wasUbitUmarov2016-06-281-3/+10
* don't try to send initial AgentGroupDataUpdate to NPCsUbitUmarov2016-06-281-10/+3
* Mantis #7937: don't send group info to NPCsDiva Canto2016-06-231-0/+5
* Same change here too.Diva Canto2016-06-231-1/+4
* Mantis #7920: group info was not being updated in many situations. (regressio...Diva Canto2016-06-191-10/+37
* Restored sending group membership data via EventQueue -- this had been a regr...Diva Canto2016-06-191-1/+2
* Minor -- deregister an event handler in Groups V2Diva Canto2016-06-191-0/+1
* Restore SendAgentGroupDataUpdate() call in GroupsModule.cs.Robert Adams2016-06-111-7/+13
* remove groups handlers onClientClose also on groups V2UbitUmarov2015-09-281-12/+18
* apply changes to xmlrcp groups to groups V2, compiles but not tested :(UbitUmarov2015-09-271-164/+77
* seems to compile ( tests comented out)UbitUmarov2015-09-021-1/+1
* 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
* Show more meaningful error messages when failed to give an item to another userOren Hurvitz2014-05-061-2/+3
* Fixed Debug command for Groups. (Use of wrong capitalization caused *two* "de...Oren Hurvitz2014-03-241-1/+1
* Send group notices through the same messaging module mechanism used to send g...Justin Clark-Casey (justincc)2014-03-111-3/+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-281-0/+4
* 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-281-0/+4
* Several major improvements to group (V2) chat. Specifically: handle join/drop...Diva Canto2013-07-271-4/+22
* Improvement of fetching name in groupsDiva Canto2013-07-231-11/+10
* minor: remove some mono compiler warnings in new groups codeJustin Clark-Casey (justincc)2013-07-081-1/+1
* Groups V2: charge for group creation only after the group has been successful...Diva Canto2013-06-301-1/+4
* Mantis #6620 (removed debug message)Diva Canto2013-06-071-1/+1
* Update the money framework to allow sending the new style linden "serverside ...Melanie2013-05-251-1/+1
* First commit of Diva Groups. The Data bits went to OpenSim.Data core, the res...Diva Canto2013-02-191-0/+1467