aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/GroupsMessagingModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-16/+16
* add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ...UbitUmarov2016-07-231-0/+2
* Include the group name in group IM'sOren Hurvitz2014-07-211-0/+7
* On verbose groups messaging logging, count all operations in reported time wh...Justin Clark-Casey (justincc)2014-05-191-2/+2
* Split verbose groups messaging logging into its own setting separate from tha...Justin Clark-Casey (justincc)2014-05-191-3/+31
* Check settings for groups moduleOren Hurvitz2014-03-241-1/+9
* When sending group notices through group messaging, allow the agent ID to use...Justin Clark-Casey (justincc)2014-03-121-3/+7
* Send group notices through the same messaging module mechanism used to send g...Justin Clark-Casey (justincc)2014-03-111-6/+23
* Group chat: prevent a situation where dupe IMs could occur.Diva Canto2013-07-281-9/+3
* Group chat: guard against duplicate sendsDiva Canto2013-07-281-4/+5
* Changing the visibility test in groups service to be UUID.Zero.ToString() ins...Diva Canto2013-07-281-2/+2
* Same issue as previous commit.Diva Canto2013-07-281-8/+5
* Fix an issue where HG members of groups weren't seeing the entire membership ...Diva Canto2013-07-281-2/+20
* More on group chat: only root agents should subscribe to OnInstantMessage, or...Diva Canto2013-07-271-1/+14
* More bug fixes on group chatDiva Canto2013-07-271-15/+19
* Several major improvements to group (V2) chat. Specifically: handle join/drop...Diva Canto2013-07-271-115/+270
* Trying to decrease the lag on group chat. (Groups V2 only)Diva Canto2013-07-261-16/+24
* First commit of Diva Groups. The Data bits went to OpenSim.Data core, the res...Diva Canto2013-02-191-0/+594