Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added GetDisplayNames capability. For now, we don't actually use display ↵ | Diva Canto | 2015-01-09 | 1 | -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 Canto | 2014-05-23 | 1 | -7/+1 |
| | |||||
* | Added a optional key between the group remote connectors, sim and service. ↵ | Diva Canto | 2014-05-03 | 1 | -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 Canto | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | Several major improvements to group (V2) chat. Specifically: handle ↵ | Diva Canto | 2013-07-27 | 1 | -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 Canto | 2013-02-25 | 1 | -5/+2 |
| | |||||
* | Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the ↵ | Diva Canto | 2013-02-25 | 1 | -1/+1 |
| | | | | roles cache. | ||||
* | First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵ | Diva Canto | 2013-02-19 | 1 | -0/+437 |
rest to Addons.Groups.dll. |