aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/Remote/GroupsServiceRemoteConnectorModule.cs (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.
* Added HTTP Authentication also to Groups and offline IM.Diva Canto2014-05-231-7/+1
|
* Added a optional key between the group remote connectors, sim and service. ↵Diva Canto2014-05-031-1/+2
| | | | This allows for more secure group services, to be used by collections of mutually-trusting grids.
* This makes group search work (Groups V2).Diva Canto2013-07-281-1/+1
|
* 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.
* Mantis #6552 -- stricter error (crash) if server URL is malformed.Diva Canto2013-02-251-5/+2
|
* Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the ↵Diva Canto2013-02-251-1/+1
| | | | roles cache.
* First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵Diva Canto2013-02-191-0/+437
rest to Addons.Groups.dll.