aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * May fix mantis #4603.Diva Canto2010-04-051-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 moduleMelanie2010-04-041-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 commitJustin Clark-Casey (justincc)2010-04-011-9/+7
| | | | refactor out redundant method from GroupsMessagingModule
* expose methods that allow region modules to send messages to groupsJustin Clark-Casey (justincc)2010-04-011-63/+81
|
* Ensure the specified imSessionID exists in the DroppedSession collection ↵Michael Cortez2009-10-051-1/+1
| | | | before attempting to access it.
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
|
* Continue with renaming of Groups module componentsMichael Cortez2009-08-051-15/+12
|
* Fixes mono Add-In references for the OptionalModules add-in so that groups ↵Michael Cortez2009-08-051-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 Cortez2009-08-051-0/+548
for replaceable Groups Service Connectors.