Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | let all clients get a group title update on create group | UbitUmarov | 2017-05-05 | 1 | -1/+1 |
| | |||||
* | Allow avatar to be charged group membership fees when a money module is in use | Kevin Cozens | 2017-01-06 | 1 | -1/+19 |
| | |||||
* | Only apply group creation fee > 0 and pass group name when applying fee | Kevin Cozens | 2017-01-06 | 1 | -2/+2 |
| | |||||
* | Restructure god level and permissions | Melanie Thielker | 2017-01-06 | 1 | -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 cleanup | Melanie Thielker | 2017-01-05 | 1 | -21/+21 |
| | |||||
* | Fixed grammer in a comment | Kevin Cozens | 2016-08-18 | 1 | -1/+1 |
| | |||||
* | Fixed typo in two group messages | Kevin Cozens | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | make sure all new scenepresences have fresh groups information at creation ↵ | UbitUmarov | 2016-08-04 | 1 | -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 ↵ | UbitUmarov | 2016-08-04 | 1 | -0/+6 |
| | | | | GetMembershipData(), wait for client to ask for it not telling in OnNewClient, as other modules do. | ||||
* | apply the change to groups v2 also | UbitUmarov | 2016-07-26 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of opensimulator.org:/var/git/opensim | Melanie Thielker | 2016-07-04 | 1 | -5/+1 |
|\ | |||||
| * | cleanup a bit AgentGroupDataUpdate sending | UbitUmarov | 2016-07-01 | 1 | -5/+1 |
| | | |||||
* | | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 2016-07-04 | 1 | -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 ↵ | UbitUmarov | 2016-07-01 | 1 | -51/+51 |
| | | | | interregions invite/eject messages, etc | ||||
* | Revert " don't try to send initial AgentGroupDataUpdate to NPCs" this was | UbitUmarov | 2016-06-28 | 1 | -3/+10 |
| | | | | | | already done This reverts commit 84a6a6e008c64d8197177aff1b42a412e5623638. | ||||
* | don't try to send initial AgentGroupDataUpdate to NPCs | UbitUmarov | 2016-06-28 | 1 | -10/+3 |
| | |||||
* | Mantis #7937: don't send group info to NPCs | Diva Canto | 2016-06-23 | 1 | -0/+5 |
| | |||||
* | Same change here too. | Diva Canto | 2016-06-23 | 1 | -1/+4 |
| | |||||
* | Mantis #7920: group info was not being updated in many situations. ↵ | Diva Canto | 2016-06-19 | 1 | -10/+37 |
| | | | | (regression) Putting back the heavy messaging. | ||||
* | Restored sending group membership data via EventQueue -- this had been a ↵ | Diva Canto | 2016-06-19 | 1 | -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 V2 | Diva Canto | 2016-06-19 | 1 | -0/+1 |
| | |||||
* | Restore SendAgentGroupDataUpdate() call in GroupsModule.cs. | Robert Adams | 2016-06-11 | 1 | -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 V2 | UbitUmarov | 2015-09-28 | 1 | -12/+18 |
| | |||||
* | apply changes to xmlrcp groups to groups V2, compiles but not tested :( | UbitUmarov | 2015-09-27 | 1 | -164/+77 |
| | |||||
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | On teleport to a region that already has a child agent established (e.g. a ↵ | Justin Clark-Casey (justincc) | 2014-08-15 | 1 | -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 user | Oren Hurvitz | 2014-05-06 | 1 | -2/+3 |
| | |||||
* | Fixed Debug command for Groups. (Use of wrong capitalization caused *two* ↵ | Oren Hurvitz | 2014-03-24 | 1 | -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-11 | 1 | -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-12 | 1 | -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 Canto | 2013-08-05 | 1 | -2/+2 |
| | | | | the fields get messed up because the transfer is async | ||||
* | Groups: Better warning messages to the user. | Diva Canto | 2013-07-28 | 1 | -0/+4 |
| | |||||
* | Removed commented lines and useless debug message | Diva Canto | 2013-07-28 | 1 | -16/+0 |
| | |||||
* | Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ↵ | Diva Canto | 2013-07-28 | 1 | -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 Canto | 2013-07-28 | 1 | -0/+4 |
| | |||||
* | Several major improvements to group (V2) chat. Specifically: handle ↵ | Diva Canto | 2013-07-27 | 1 | -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 groups | Diva Canto | 2013-07-23 | 1 | -11/+10 |
| | |||||
* | minor: remove some mono compiler warnings in new groups code | Justin Clark-Casey (justincc) | 2013-07-08 | 1 | -1/+1 |
| | |||||
* | Groups V2: charge for group creation only after the group has been ↵ | Diva Canto | 2013-06-30 | 1 | -1/+4 |
| | | | | successfully created | ||||
* | Mantis #6620 (removed debug message) | Diva Canto | 2013-06-07 | 1 | -1/+1 |
| | |||||
* | Update the money framework to allow sending the new style linden "serverside ↵ | Melanie | 2013-05-25 | 1 | -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 Canto | 2013-02-19 | 1 | -0/+1467 |
rest to Addons.Groups.dll. |