aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/IGroupsServicesConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Several major improvements to group (V2) chat. Specifically: handle ↵Diva Canto2013-07-271-6/+0
| | | | | | 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.
* First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵Diva Canto2013-02-191-0/+118
rest to Addons.Groups.dll.