Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change default groups messaging module in hardcode to the empty string. | Melanie | 2011-10-12 | 1 | -1/+1 |
| | | | | | Modules should not assume thet they are the one and only, but only be enabled when explicitly configured. | ||||
* | Changed actual default values of 'ServiceConnectorModule' and ↵ | Makopoppo | 2011-06-24 | 1 | -1/+1 |
| | | | | 'MessagingModule' in [Groups] section in accordance with OpenSim.ini.example descriptions | ||||
* | Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dll | Diva Canto | 2011-04-30 | 1 | -2/+0 |
| | |||||
* | First stab at cleaning up Caps. Compiles. Untested. | Diva Canto | 2011-04-30 | 1 | -2/+1 |
| | |||||
* | Comment out some startup logging lines to make up for the one I added ↵ | Justin Clark-Casey (justincc) | 2011-04-02 | 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) | ||||
* | Formatting cleanup. | Jeff Ames | 2010-10-27 | 1 | -2/+2 |
| | |||||
* | Pass in requesting agent ID when GetGroupMembers is called in the XMLRPC ↵ | Justin Clark-Casey (justincc) | 2010-10-19 | 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... | ||||
* | Display more information when xmlrpcgroupsserver comms fails | Justin Clark-Casey (justincc) | 2010-10-19 | 1 | -8/+9 |
| | | | | Improve debugging messages | ||||
* | Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵ | Melanie | 2010-05-06 | 1 | -139/+135 |
| | | | | | | | | for groups" Causes an exception within HttpServer, headers have already been sent. This reverts commit 8187fccd258bf0936d3db8663844e07a7b81e9fc. | ||||
* | Patch from mcortez: Update groups, add ALPHA Siman grid connector for groups | Melanie | 2010-05-05 | 1 | -135/+139 |
| | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | * May fix mantis #4603. | Diva Canto | 2010-04-05 | 1 | -64/+64 |
| | | | | * My local git wants to commit the groups files for line endings, I'm gonna let it do it. | ||||
* | Patch from mcortez. This appears to be a huge change to the groups module | Melanie | 2010-04-04 | 1 | -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. | ||||
* | oops, add file missing from last commit | Justin Clark-Casey (justincc) | 2010-04-01 | 1 | -9/+7 |
| | | | | refactor out redundant method from GroupsMessagingModule | ||||
* | expose methods that allow region modules to send messages to groups | Justin Clark-Casey (justincc) | 2010-04-01 | 1 | -63/+81 |
| | |||||
* | Ensure the specified imSessionID exists in the DroppedSession collection ↵ | Michael Cortez | 2009-10-05 | 1 | -1/+1 |
| | | | | before attempting to access it. | ||||
* | Replace the Replaceable modules name | Melanie | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | Continue with renaming of Groups module components | Michael Cortez | 2009-08-05 | 1 | -15/+12 |
| | |||||
* | Fixes mono Add-In references for the OptionalModules add-in so that groups ↵ | Michael Cortez | 2009-08-05 | 1 | -0/+2 |
| | | | | doesn't throw errors, and so that the add-in is correctly reported as "OptionalModules" rather then as "SampleMoney" | ||||
* | Begin refactoring XmlRpcGroups to a more generic Groups module that allows ↵ | Michael Cortez | 2009-08-05 | 1 | -0/+548 |
for replaceable Groups Service Connectors. |