index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Addons
/
Groups
/
GroupsMessagingModule.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-07-21
Include the group name in group IM's
Oren Hurvitz
1
-0
/
+7
2014-05-19
On verbose groups messaging logging, count all operations in reported time wh...
Justin Clark-Casey (justincc)
1
-2
/
+2
2014-05-19
Split verbose groups messaging logging into its own setting separate from tha...
Justin Clark-Casey (justincc)
1
-3
/
+31
2014-03-24
Check settings for groups module
Oren Hurvitz
1
-1
/
+9
2014-03-12
When sending group notices through group messaging, allow the agent ID to use...
Justin Clark-Casey (justincc)
1
-3
/
+7
2014-03-11
Send group notices through the same messaging module mechanism used to send g...
Justin Clark-Casey (justincc)
1
-6
/
+23
2013-07-28
Group chat: prevent a situation where dupe IMs could occur.
Diva Canto
1
-9
/
+3
2013-07-28
Group chat: guard against duplicate sends
Diva Canto
1
-4
/
+5
2013-07-28
Changing the visibility test in groups service to be UUID.Zero.ToString() ins...
Diva Canto
1
-2
/
+2
2013-07-28
Same issue as previous commit.
Diva Canto
1
-8
/
+5
2013-07-28
Fix an issue where HG members of groups weren't seeing the entire membership ...
Diva Canto
1
-2
/
+20
2013-07-27
More on group chat: only root agents should subscribe to OnInstantMessage, or...
Diva Canto
1
-1
/
+14
2013-07-27
More bug fixes on group chat
Diva Canto
1
-15
/
+19
2013-07-27
Several major improvements to group (V2) chat. Specifically: handle join/drop...
Diva Canto
1
-115
/
+270
2013-07-26
Trying to decrease the lag on group chat. (Groups V2 only)
Diva Canto
1
-16
/
+24
2013-02-19
First commit of Diva Groups. The Data bits went to OpenSim.Data core, the res...
Diva Canto
1
-95
/
+82
2012-11-12
Cleanup on region modules: gave short node id's to all of them.
Diva Canto
1
-1
/
+1
2012-11-12
Remove any mention of IRegionModule from region names and comments to aid
Melanie
1
-1
/
+1
2012-10-20
Relocate temporary debug message for sending group IMs to online members only...
Justin Clark-Casey (justincc)
1
-4
/
+12
2012-10-20
Add experimental [Groups] MessageOnlineUsersOnly option for Flotsam XmlRpc gr...
Justin Clark-Casey (justincc)
1
-7
/
+69
2011-10-27
Removed use of 'is' operator and casting to find the root ScenePresence in Me...
Dan Lake
1
-8
/
+7
2011-10-12
Change default groups messaging module in hardcode to the empty string.
Melanie
1
-1
/
+1
2011-06-24
Changed actual default values of 'ServiceConnectorModule' and 'MessagingModul...
Makopoppo
1
-1
/
+1
2011-04-30
Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dll
Diva Canto
1
-2
/
+0
2011-04-30
First stab at cleaning up Caps. Compiles. Untested.
Diva Canto
1
-2
/
+1
2011-04-02
Comment out some startup logging lines to make up for the one I added earlier...
Justin Clark-Casey (justincc)
1
-3
/
+0
2010-10-27
Formatting cleanup.
Jeff Ames
1
-2
/
+2
2010-10-19
Pass in requesting agent ID when GetGroupMembers is called in the XMLRPC grou...
Justin Clark-Casey (justincc)
1
-2
/
+2
2010-10-19
Display more information when xmlrpcgroupsserver comms fails
Justin Clark-Casey (justincc)
1
-8
/
+9
2010-05-06
Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector for...
Melanie
1
-139
/
+135
2010-05-05
Patch from mcortez: Update groups, add ALPHA Siman grid connector for groups
Melanie
1
-135
/
+139
2010-04-05
* May fix mantis #4603.
Diva Canto
1
-64
/
+64
2010-04-04
Patch from mcortez. This appears to be a huge change to the groups module
Melanie
1
-118
/
+98
2010-04-01
oops, add file missing from last commit
Justin Clark-Casey (justincc)
1
-9
/
+7
2010-04-01
expose methods that allow region modules to send messages to groups
Justin Clark-Casey (justincc)
1
-63
/
+81
2009-10-05
Ensure the specified imSessionID exists in the DroppedSession collection befo...
Michael Cortez
1
-1
/
+1
2009-10-05
Ensure the specified imSessionID exists in the DroppedSession collection befo...
Michael Cortez
1
-1
/
+1
2009-08-10
Replace the Replaceable modules name
Melanie
1
-1
/
+1
2009-08-05
Continue with renaming of Groups module components
Michael Cortez
1
-15
/
+12
2009-08-05
Fixes mono Add-In references for the OptionalModules add-in so that groups do...
Michael Cortez
1
-0
/
+2
2009-08-05
Begin refactoring XmlRpcGroups to a more generic Groups module that allows fo...
Michael Cortez
1
-1
/
+1
2009-07-10
Committing the interface change and the addition to the modules to get
Melanie Thielker
1
-0
/
+5
2009-06-18
* Corrected CAPS namespaces
Arthur Valadares
1
-1
/
+1
2009-06-01
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
1
-1
/
+1
2009-05-14
Remove all messages from the groups module that would be output when it is
Melanie Thielker
1
-6
/
+2
2009-05-09
Prevent normal (Text) IM from being logged by the group message module in
Melanie Thielker
1
-1
/
+2
2009-04-29
* Correct log message format
Justin Clarke Casey
1
-29
/
+29
2009-04-27
Add copyright headers. Formatting cleanup.
Jeff Ames
1
-78
/
+65
2009-04-26
- Setting groups-messaging module to by disabled by default (groups module al...
Homer Horwitz
1
-3
/
+3
2009-04-25
Thank you kindly, MCortez for a patch that:
Charles Krinke
1
-145
/
+278
[next]