Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Group chat: prevent a situation where dupe IMs could occur. | Diva Canto | 2013-07-28 | 1 | -9/+3 |
| | |||||
* | Group chat: guard against duplicate sends | Diva Canto | 2013-07-28 | 1 | -4/+5 |
| | |||||
* | Changing the visibility test in groups service to be UUID.Zero.ToString() ↵ | Diva Canto | 2013-07-28 | 1 | -2/+2 |
| | | | | instead of "all" because some paths in the code assume there's a UUI in the RequestingAgent string. | ||||
* | Same issue as previous commit. | Diva Canto | 2013-07-28 | 1 | -8/+5 |
| | |||||
* | Fix an issue where HG members of groups weren't seeing the entire membership ↵ | Diva Canto | 2013-07-28 | 1 | -2/+20 |
| | | | | for group chat. | ||||
* | More on group chat: only root agents should subscribe to OnInstantMessage, ↵ | Diva Canto | 2013-07-27 | 1 | -1/+14 |
| | | | | or else they'll see an echo of their own messages after teleporting. | ||||
* | More bug fixes on group chat | Diva Canto | 2013-07-27 | 1 | -15/+19 |
| | |||||
* | Several major improvements to group (V2) chat. Specifically: handle ↵ | Diva Canto | 2013-07-27 | 1 | -115/+270 |
| | | | | | | 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. | ||||
* | Trying to decrease the lag on group chat. (Groups V2 only) | Diva Canto | 2013-07-26 | 1 | -16/+24 |
| | |||||
* | First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵ | Diva Canto | 2013-02-19 | 1 | -0/+594 |
rest to Addons.Groups.dll. |