aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/Local (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added GetDisplayNames capability. For now, we don't actually use display ↵Diva Canto2015-01-091-0/+1
| | | | names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others.
* Several major improvements to group (V2) chat. Specifically: handle ↵Diva Canto2013-07-271-22/+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/+347
rest to Addons.Groups.dll.