aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-04mantis 8287: applied modified patch by hand, thx watcher64UbitUmarov1-0/+2
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-11/+11
2016-08-11 to do that don't use slideexpiration; add cap event ChatterBoxForceCloseUbitUmarov1-1/+1
2016-08-11 stop renewing xml cache entries expires. Let them expire or grid changes wil...UbitUmarov1-4/+4
2016-07-23change group lists control so it does show something (only xmlrpcgroups for n...UbitUmarov1-5/+7
2016-07-01xmlrpcgroups: make use of a forgotten GetMemberGroupProfilemethod, put back x...UbitUmarov1-13/+17
2016-07-01increase xmlrpc timeout in xmlrpcgroups, disable its cache until its entries ...UbitUmarov1-1/+5
2016-06-19Removed a couple of verbose messagesDiva Canto1-1/+0
2015-12-19reduce xmlrpcgroups error messages if its debug option is off. Disable keepal...UbitUmarov1-14/+15
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto1-1/+0
2014-02-14Log information about which function, request data and agent ID triggered an ...Justin Clark-Casey (justincc)1-14/+5
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-3/+2
2013-02-27Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)1-18/+28
2012-11-24Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)1-66/+61
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
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto1-1/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto1-0/+1
2012-08-03Save membership fee to the database when a group is created.Kevin Cozens1-25/+25
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)1-2/+1
2011-12-16Tunnel [GroupsModule] DebugEnabled setting down into XmlRpcGroupsServicesConn...Justin Clark-Casey (justincc)1-3/+9
2011-06-24Changed actual default values of 'ServiceConnectorModule' and 'MessagingModul...Makopoppo1-1/+1
2010-10-19Display more information when xmlrpcgroupsserver comms failsJustin Clark-Casey (justincc)1-5/+5
2010-09-17For all Flotasm group module XMLRPC calls, correct parameter requestingAgentI...Justin Clark-Casey (justincc)1-9/+2
2010-09-12Formatting cleanup.Jeff Ames1-2/+2
2010-06-08backport xmlrpcgroups cache from masterJustin Clark-Casey (justincc)1-44/+91
2010-05-14* Allows both old and new OpenSim.ini params for the XmlRpc Groups Service Co...unknown1-27/+60
2010-05-06Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector for...Melanie1-50/+167
2010-05-06Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector for...Melanie1-50/+167
2010-05-05Patch from mcortez: Update groups, add ALPHA Siman grid connector for groupsMelanie1-167/+50
2010-05-05back port groups changesunknown1-89/+192
2010-05-05Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector for...Melanie1-126/+83
2010-05-05Patch from mcortez: Update groups, add ALPHA Siman grid connector for groupsMelanie1-83/+126
2010-04-16add a missing initialization of the m_memoryCache in XmlRpcGroupsServicesConn...Justin Clark-Casey (justincc)1-1/+1
2010-04-14Patch from mcortez to add basic caching to the groups module. This prevents d...John Hurliman1-42/+89
2010-04-05* May fix mantis #4603.Diva Canto1-72/+72
2010-04-04Patch from mcortez. This appears to be a huge change to the groups moduleMelanie1-14/+84
2010-04-02Adding the groups update (Mantis #4646)Melanie1-74/+123
2010-03-26replace recent IModule.GetGroup() with better GetGroupRecord(string name)Justin Clark-Casey (justincc)1-3/+0
2010-03-25minor: some debugging information and spacing changes to group moduleJustin Clark-Casey (justincc)1-5/+3
2010-03-25add get group by name method to IGroupsModuleJustin Clark-Casey (justincc)1-1/+0
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames1-1/+1
2009-09-18Add additional instrumentation so that when there is an xmlrpc call failure, ...Michael Cortez1-15/+27
2009-09-18Revert "Thank you, mcortez, for a patch to address showing users in group list"Michael Cortez1-27/+15
2009-09-17Thank you, mcortez, for a patch to address showing users in group listMelanie1-15/+27
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-08-09Formatting cleanup.Jeff Ames1-2/+2
2009-08-05Continue with renaming of Groups module componentsMichael Cortez1-1/+1
2009-08-05Fixes mono Add-In references for the OptionalModules add-in so that groups do...Michael Cortez1-0/+2
2009-08-05Begin refactoring XmlRpcGroups to a more generic Groups module that allows fo...Michael Cortez1-92/+183