aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/GroupsModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-05 let all clients get a group title update on create groupUbitUmarov1-1/+1
2017-01-06Allow avatar to be charged group membership fees when a money module is in useKevin Cozens1-1/+19
2017-01-06Only apply group creation fee > 0 and pass group name when applying feeKevin Cozens1-2/+2
2017-01-06Restructure god level and permissionsMelanie Thielker1-1/+1
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-21/+21
2016-08-18Fixed grammer in a commentKevin Cozens1-1/+1
2016-08-17Fixed typo in two group messagesKevin Cozens1-1/+1
2016-08-04make sure all new scenepresences have fresh groups information at creation ti...UbitUmarov1-1/+1
2016-08-04add GetActiveMembershipData() to groups modules, let core groups also have Ge...UbitUmarov1-0/+6
2016-07-26 apply the change to groups v2 alsoUbitUmarov1-1/+2
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker1-2/+1
2016-07-01cleanup a bit AgentGroupDataUpdate sendingUbitUmarov1-5/+1
2016-07-01revert several changes to groups modules (agentGroupData is private). change ...UbitUmarov1-51/+51
2016-06-28Revert " don't try to send initial AgentGroupDataUpdate to NPCs" this wasUbitUmarov1-3/+10
2016-06-28 don't try to send initial AgentGroupDataUpdate to NPCsUbitUmarov1-10/+3
2016-06-23Mantis #7937: don't send group info to NPCsDiva Canto1-0/+5
2016-06-23Same change here too.Diva Canto1-1/+4
2016-06-19Mantis #7920: group info was not being updated in many situations. (regressio...Diva Canto1-10/+37
2016-06-19Restored sending group membership data via EventQueue -- this had been a regr...Diva Canto1-1/+2
2016-06-19Minor -- deregister an event handler in Groups V2Diva Canto1-0/+1
2016-06-11Restore SendAgentGroupDataUpdate() call in GroupsModule.cs.Robert Adams1-7/+13
2015-09-28 remove groups handlers onClientClose also on groups V2UbitUmarov1-12/+18
2015-09-27 apply changes to xmlrcp groups to groups V2, compiles but not tested :(UbitUmarov1-164/+77
2015-09-02seems to compile ( tests comented out)UbitUmarov1-1/+1
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-05-06Show more meaningful error messages when failed to give an item to another userOren Hurvitz1-2/+3
2014-03-24Fixed Debug command for Groups. (Use of wrong capitalization caused *two* "de...Oren Hurvitz1-1/+1
2014-03-11Send group notices through the same messaging module mechanism used to send g...Justin Clark-Casey (justincc)1-3/+1
2013-09-07Bring Core Groups up to current versionroot1-54/+55
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 Canto1-0/+4
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 Canto1-0/+4
2013-07-27Several major improvements to group (V2) chat. Specifically: handle join/drop...Diva Canto1-4/+22
2013-07-23Improvement of fetching name in groupsDiva Canto1-11/+10
2013-07-08minor: remove some mono compiler warnings in new groups codeJustin Clark-Casey (justincc)1-1/+1
2013-06-30Groups V2: charge for group creation only after the group has been successful...Diva Canto1-1/+4
2013-06-07Mantis #6620 (removed debug message)Diva Canto1-1/+1
2013-05-25Update the money framework to allow sending the new style linden "serverside ...Melanie1-1/+1
2013-05-25Update the money framework to allow sending the new style linden "serverside ...Melanie1-1/+1
2013-02-19First commit of Diva Groups. The Data bits went to OpenSim.Data core, the res...Diva Canto1-300/+306
2013-01-10minor: Capitalize GroupsModule command categoryJustin Clark-Casey (justincc)1-1/+1
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-29/+0
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
2012-10-20Fix build break from commit e469879Justin Clark-Casey (justincc)1-1/+1
2012-10-19Add "debug groups verbose <true|false>" region console commandJustin Clark-Casey (justincc)1-0/+29
2012-04-05Added missing refresh of group membership client side cache to the groups mod...Snoopy Pfeffer1-1/+2