aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/GroupsModule.cs (follow)
Commit message (Collapse)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
| | | | | Create a class GodController which controls all aspects of god level, viewer modes and user levels at ScenePresence level.
* 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 ↵UbitUmarov2016-08-041-1/+1
| | | | time (grouptitle missing but not that needed at that point) (use direct calls exactly where we want things to happen), reusing a funtion name to rename later
* add GetActiveMembershipData() to groups modules, let core groups also have ↵UbitUmarov2016-08-041-0/+6
| | | | GetMembershipData(), wait for client to ask for it not telling in OnNewClient, as other modules do.
* 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
|/ | | | | | | | be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set.
* revert several changes to groups modules (agentGroupData is private). change ↵UbitUmarov2016-07-011-51/+51
| | | | interregions invite/eject messages, etc
* Revert " don't try to send initial AgentGroupDataUpdate to NPCs" this wasUbitUmarov2016-06-281-3/+10
| | | | | | already done This reverts commit 84a6a6e008c64d8197177aff1b42a412e5623638.
* 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. ↵Diva Canto2016-06-191-10/+37
| | | | (regression) Putting back the heavy messaging.
* Restored sending group membership data via EventQueue -- this had been a ↵Diva Canto2016-06-191-1/+2
| | | | regression. Took the opportunity to refactor that code, so that both Groups V2 and XmlRpcGroups can use the same function.
* 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
| | | | | | Restore linkage to OnAgentClosed since the merge solved the reference problem by looking up the agent. This should address Mantis 7915 and 7920.
* 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 ↵Justin Clark-Casey (justincc)2014-08-151-1/+1
| | | | | | neighbour) don't resend all the initial avatar and object data again. This is unnecessary since it has been received (and data continues to be received) in the existing child connection.
* 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* ↵Oren Hurvitz2014-03-241-1/+1
| | | | | | "debug" options to appear in "help") This is a (small) part of http://opensimulator.org/mantis/view.php?id=6949
* Send group notices through the same messaging module mechanism used to send ↵Justin Clark-Casey (justincc)2014-03-111-3/+1
| | | | | | | | group chat to avoid timeout issues when sending messages to large groups. Only implementing for XmlRpcGroups initially to test. May require MessageOnlineUsersOnly = true in [Groups] to be effective. In relation to http://opensimulator.org/mantis/view.php?id=7037
* 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
| | | | | | | event queue. I think there is an argument for sending this information to NPCs anyway since in some cases it appears a lot easier to write server-side bots by hooking into such internal events. However, would need to stop event messages building up on NPC queues if they are never retrieved.
* Group notices bug fix: use a new IM for each member of the group, otherwise ↵Diva Canto2013-08-051-2/+2
| | | | the fields get messed up because the transfer is async
* 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
| | | | handler from both Groups modules in core, and replaced them with an operation on IGroupsModule.
* This makes group search work (Groups V2).Diva Canto2013-07-281-0/+4
|
* Several major improvements to group (V2) chat. Specifically: handle ↵Diva Canto2013-07-271-4/+22
| | | | | | join/drop appropriately, invitechatboxes. The major departure from flotsam is to send only one message per destination region, as opposed to one message per group member. This reduces messaging considerably in large groups that have clusters of members in certain regions.
* 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 ↵Diva Canto2013-06-301-1/+4
| | | | successfully created
* 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
| | | | | | is now viewerside" messages regarding currency This will require all money modules to be refactored!
* First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵Diva Canto2013-02-191-0/+1467
rest to Addons.Groups.dll.