aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-37/+49
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-36/+35
* Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)2012-11-241-66/+61
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
* Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-121-1/+1
* Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto2012-09-301-1/+0
* Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2012-09-301-0/+1
* Save membership fee to the database when a group is created.Kevin Cozens2012-08-031-25/+25
* Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-111-2/+1
* Tunnel [GroupsModule] DebugEnabled setting down into XmlRpcGroupsServicesConn...Justin Clark-Casey (justincc)2011-12-161-3/+9
* Changed actual default values of 'ServiceConnectorModule' and 'MessagingModul...Makopoppo2011-06-241-1/+1
* Display more information when xmlrpcgroupsserver comms failsJustin Clark-Casey (justincc)2010-10-191-5/+5
* For all Flotasm group module XMLRPC calls, correct parameter requestingAgentI...Justin Clark-Casey (justincc)2010-09-171-9/+2
* Formatting cleanup.Jeff Ames2010-09-121-2/+2
* Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector for...Melanie2010-05-061-50/+167
* Patch from mcortez: Update groups, add ALPHA Siman grid connector for groupsMelanie2010-05-051-167/+50
* add a missing initialization of the m_memoryCache in XmlRpcGroupsServicesConn...Justin Clark-Casey (justincc)2010-04-161-1/+1
* Patch from mcortez to add basic caching to the groups module. This prevents d...John Hurliman2010-04-141-42/+89
* * May fix mantis #4603.Diva Canto2010-04-051-72/+72
* Patch from mcortez. This appears to be a huge change to the groups moduleMelanie2010-04-041-14/+84
* Adding the groups update (Mantis #4646)Melanie2010-04-021-74/+123
* replace recent IModule.GetGroup() with better GetGroupRecord(string name)Justin Clark-Casey (justincc)2010-03-261-3/+0
* minor: some debugging information and spacing changes to group moduleJustin Clark-Casey (justincc)2010-03-251-5/+3
* add get group by name method to IGroupsModuleJustin Clark-Casey (justincc)2010-03-251-1/+0
* Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-1/+1
* Add additional instrumentation so that when there is an xmlrpc call failure, ...Michael Cortez2009-09-181-15/+27
* Revert "Thank you, mcortez, for a patch to address showing users in group list"Michael Cortez2009-09-181-27/+15
* Thank you, mcortez, for a patch to address showing users in group listMelanie2009-09-171-15/+27
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
* Formatting cleanup.Jeff Ames2009-08-091-2/+2
* Continue with renaming of Groups module componentsMichael Cortez2009-08-051-1/+1
* Fixes mono Add-In references for the OptionalModules add-in so that groups do...Michael Cortez2009-08-051-0/+2
* Begin refactoring XmlRpcGroups to a more generic Groups module that allows fo...Michael Cortez2009-08-051-0/+1007