aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Changed various modules to not initialize timers unless the module is ↵John Hurliman2009-10-231-1/+2
| | | | | | initialized. Ideally, the timers would not initialize unless the module was actually enabled, but Melanie's work on configuring module loading from a config file should make that unnecessary * Wrapped the Bitmap class used to generate the world map tile in a using statement to dispose of it after the JPEG2000 data is created
* Patch by mcortez: Remove lock from scene presence updating in groups moduleMelanie2009-10-211-9/+7
|
* Make sure that keys exist in arrays before trying to access them.Michael Cortez2009-10-051-3/+9
|
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* Group Membership information is sent out from two different locations, ↵Michael Cortez2009-09-181-8/+24
| | | | refactored out the filtered membership list code and used it in both locations.
* Add a little debugging for filtered groups lists based on requesterMichael Cortez2009-09-181-0/+19
|
* Try to filter the groups list returns for User A, when sending to User B, ↵Michael Cortez2009-09-181-3/+16
| | | | based on User A's preferences for ShowInProfile.
* Remove debug messages from some areas that have been highly tested, and ↵Michael Cortez2009-09-181-23/+0
| | | | debug info is no longer nessesary.
* Adding additional debug to output the group powers specified when updating a ↵Michael Cortez2009-09-181-1/+7
| | | | group role. This will be used to solve some issues with the Group Powers enum.
* Add additional debugging to help track down bug with notices not going to ↵Michael Cortez2009-09-181-1/+14
| | | | group owner/founder.
* Revert "Thank you, mcortez, for a patch to address showing users in group list"Michael Cortez2009-09-181-73/+29
| | | | This reverts commit 69ef95693ae6451e2c754b22190557f3bf15777b.
* Thank you, mcortez, for a patch to address showing users in group listMelanie2009-09-171-29/+73
| | | | | Removed patch 0005, which was unrelated and likely accidental, and further didn't apply.
* * fix missing lock on XMLRPC GroupsModuleTeravus Ovares (Dan Olivares)2009-09-141-1/+4
|
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
|
* Fixing comments re: INI file.Michael Cortez2009-08-061-3/+3
|
* Continue with renaming of Groups module componentsMichael Cortez2009-08-051-11/+16
|
* 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/+1335
for replaceable Groups Service Connectors.