aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-117/+120
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-96/+193
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
grepping for remaining uses
2012-10-20Relocate temporary debug message for sending group IMs to online members ↵Justin Clark-Casey (justincc)1-4/+12
only so that we can add ms it takes to send. This is chiefly to assess how long it may still take to send messages to such filtered groups.
2012-10-20Add experimental [Groups] MessageOnlineUsersOnly option for Flotsam XmlRpc ↵Justin Clark-Casey (justincc)1-7/+69
groups. This retrieves and caches information from the PresenceService to only send messages to online users. This is reported to much improve performance for large groups where most users are offline. Cache is 20 seconds to balance requests against users not receiving messages until cache updates. This is an alternative to an approach where login/logout notification is sent directly from simulator to groups service. However, I'm not convinced that this PresenceService approach is actually better. Needs more thought.
2011-10-27Removed use of 'is' operator and casting to find the root ScenePresence in ↵Dan Lake1-8/+7
MessageTransfer modules and Groups module.
2011-10-12Change default groups messaging module in hardcode to the empty string.Melanie1-1/+1
Modules should not assume thet they are the one and only, but only be enabled when explicitly configured.
2011-06-24Changed actual default values of 'ServiceConnectorModule' and ↵Makopoppo1-1/+1
'MessagingModule' in [Groups] section in accordance with OpenSim.ini.example descriptions
2011-04-30Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dllDiva Canto1-2/+0
2011-04-30First stab at cleaning up Caps. Compiles. Untested.Diva Canto1-2/+1
2011-04-02Comment out some startup logging lines to make up for the one I added ↵Justin Clark-Casey (justincc)1-3/+0
earlier on. Most of these are where the region modules are telling us they are disabled. Convention is only to log when enabled (even that is really noisy)
2010-10-27Formatting cleanup.Jeff Ames1-2/+2
2010-10-19Pass in requesting agent ID when GetGroupMembers is called in the XMLRPC ↵Justin Clark-Casey (justincc)1-2/+2
groups module This allows the groups xmlrpc server to act appropriately if the requesting agent has permission to see all group members Not sure why this wasn't being done before...
2010-10-19Display more information when xmlrpcgroupsserver comms failsJustin Clark-Casey (justincc)1-8/+9
Improve debugging messages
2010-05-06Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵Melanie1-139/+135
for groups" Causes an exception within HttpServer, headers have already been sent. This reverts commit 8187fccd258bf0936d3db8663844e07a7b81e9fc.
2010-05-05Patch from mcortez: Update groups, add ALPHA Siman grid connector for groupsMelanie1-135/+139
Signed-off-by: Melanie <melanie@t-data.com>
2010-04-05* May fix mantis #4603.Diva Canto1-64/+64
* My local git wants to commit the groups files for line endings, I'm gonna let it do it.
2010-04-04Patch from mcortez. This appears to be a huge change to the groups moduleMelanie1-118/+98
and I can't say if this is beneficial or destructive due to the way it was delivered (zipfile). Pushing this on faith alone.
2010-04-01oops, add file missing from last commitJustin Clark-Casey (justincc)1-9/+7
refactor out redundant method from GroupsMessagingModule
2010-04-01expose methods that allow region modules to send messages to groupsJustin Clark-Casey (justincc)1-63/+81
2009-10-05Ensure the specified imSessionID exists in the DroppedSession collection ↵Michael Cortez1-1/+1
before attempting to access it.
2009-10-05Ensure the specified imSessionID exists in the DroppedSession collection ↵Michael Cortez1-1/+1
before attempting to access it.
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-08-05Continue with renaming of Groups module componentsMichael Cortez1-15/+12
2009-08-05Fixes mono Add-In references for the OptionalModules add-in so that groups ↵Michael Cortez1-0/+2
doesn't throw errors, and so that the add-in is correctly reported as "OptionalModules" rather then as "SampleMoney"
2009-08-05Begin refactoring XmlRpcGroups to a more generic Groups module that allows ↵Michael Cortez1-1/+1
for replaceable Groups Service Connectors.
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
the ball rolling on replacable modules. No user functionality yet
2009-06-18* Corrected CAPS namespacesArthur Valadares1-1/+1
* "luke, use the sed"
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-14Remove all messages from the groups module that would be output when it isMelanie Thielker1-6/+2
NOT enabled.
2009-05-09Prevent normal (Text) IM from being logged by the group message module in Melanie Thielker1-1/+2
debug mode. Fixes Mantis #3609
2009-04-29* Correct log message formatJustin Clarke Casey1-29/+29
* Fix XmlRpcGroupData.XmlRpcCall() to correctly handle response
2009-04-27Add copyright headers. Formatting cleanup.Jeff Ames1-78/+65
2009-04-26- Setting groups-messaging module to by disabled by default (groups module ↵Homer Horwitz1-3/+3
already is). - Make sure it really is Close()d when the configuration isn't sane.
2009-04-25Thank you kindly, MCortez for a patch that:Charles Krinke1-145/+278
The attached patch fixes a few problems that people were having with the Messaging provided by the XmlRpcGroups optional module, namely: * Fixes 2x echo in group messaging * Fixes problems with cross instance, non-neighbor, messaging
2009-04-22more cleanupDr Scofield1-35/+28
2009-04-21Thank you kindly, MCortez, for a patch that:Charles Krinke1-0/+3
* Refactors the xmlrpc calls to a single location to make it easier to debug and include alternative xmlrpc call mechanisms * Includes an alternative xmlrpc call mechanism that sets HTTP Keep-Alive to false which solves nearly all System.Net exceptions on some windows environments
2009-04-21Update svn properties.Jeff Ames1-430/+430
2009-04-20Also make GroupsMessaging quit trying to run and reduce it's debugMelanie Thielker1-2/+9
spamming somewhat
2009-04-18Thank you kindly, MCortez, for a patch that:Charles Krinke1-0/+423
Added is a patch that adds a rough Groups implementation. This patch allows the creation, adding and maintaining Groups, Roles and Members. Work has begun on a very naive implementation of messaging, and minimal support for notifications {no attachments yet}. Proposals are not yet supported, but are on the to-do list. This implementation is not active by default, and must be configured in OpenSim.ini to become active.