aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/XmlRpcGroupsServicesConnectorModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-37/+49
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-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-36/+35
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 ↵UbitUmarov1-4/+4
will ignored as long something keeq requesting (like group profiles refreshs). reduce the expire time more ignoring folish config.
2016-07-23change group lists control so it does show something (only xmlrpcgroups for ↵UbitUmarov1-5/+7
now). This will never work without a centralized dispatcher/controler, or more complex information exchange.
2016-07-01xmlrpcgroups: make use of a forgotten GetMemberGroupProfilemethod, put back ↵UbitUmarov1-13/+17
xmlrpc cache since it is necessary to prevent folish viewers flooding
2016-07-01increase xmlrpc timeout in xmlrpcgroups, disable its cache until its entries ↵UbitUmarov1-1/+5
invalidation is checked
2016-06-19Removed a couple of verbose messagesDiva Canto1-1/+0
2015-12-19reduce xmlrpcgroups error messages if its debug option is off. Disable ↵UbitUmarov1-14/+15
keepalive by default
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵Diva Canto1-1/+0
OpenSim.Framework.
2014-02-14Log information about which function, request data and agent ID triggered an ↵Justin Clark-Casey (justincc)1-14/+5
XmlRpcGroupsServiceConnector error
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-3/+2
Thanks to Kira for this patch from http://opensimulator.org/mantis/view.php?id=6845
2013-02-27Make sure we dispose of WebResponse, StreamReader and Stream in various ↵Justin Clark-Casey (justincc)1-18/+28
places where we were not already.
2012-11-24Fix bug where loading an OAR with a deeded parcel would always set the ↵Justin Clark-Casey (justincc)1-66/+61
parcel owner ID to the estate owner even if the group UUID was present. Aims to address http://opensimulator.org/mantis/view.php?id=6355 As part of this work, an incomplete IXGroupsData was added which currently only allows store/fetch/delete of group records (i.e. no membership data etc) This is subject to change and currently only an in-memory storage implementation exists for regression test purposes.
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
grepping for remaining uses
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in ↵Diva Canto1-1/+0
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." But the patch is here, in case anyone wants to try it. This reverts commit 531edd51d82ecd6a842a2611c99e9919634491ef.
2012-09-30Added request.Proxy=null everywhere, as discussed in ↵Diva Canto1-0/+1
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. Thanks R.Gunther (rigun@rigutech.nl) https://lists.berlios.de/pipermail/opensim-users/2012-September/010986.html
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 ↵Justin Clark-Casey (justincc)1-2/+1
constructing fresh copies. The encodings are thread-safe and already used in such a manner in other places. This isn't done where Byte Order Mark output is suppressed, since Encoding.UTF8 is constructed to output the BOM.
2011-12-16Tunnel [GroupsModule] DebugEnabled setting down into ↵Justin Clark-Casey (justincc)1-3/+9
XmlRpcGroupsServicesConnectorModule so that we can record cache misses
2011-06-24Changed actual default values of 'ServiceConnectorModule' and ↵Makopoppo1-1/+1
'MessagingModule' in [Groups] section in accordance with OpenSim.ini.example descriptions
2010-10-19Display more information when xmlrpcgroupsserver comms failsJustin Clark-Casey (justincc)1-5/+5
Improve debugging messages
2010-09-17For all Flotasm group module XMLRPC calls, correct parameter ↵Justin Clark-Casey (justincc)1-9/+2
requestingAgentID to RequestingAgentID This was stopping the get group member roles call from working, and may have affected other things
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 ↵unknown1-27/+60
Connector * Fix problem with RequestingAgentID not being sent correctly to server resulting in failed xmlrpc calls * Improved debug output
2010-05-06Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵Melanie1-50/+167
for groups" Causes an exception within HttpServer, headers have already been sent. This reverts commit 8187fccd258bf0936d3db8663844e07a7b81e9fc.
2010-05-06Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵Melanie1-50/+167
for groups" Causes an exception within HttpServer, headers have already been sent. This reverts commit 8187fccd258bf0936d3db8663844e07a7b81e9fc.
2010-05-05Patch from mcortez: Update groups, add ALPHA Siman grid connector for groupsMelanie1-167/+50
Signed-off-by: Melanie <melanie@t-data.com>
2010-05-05back port groups changesunknown1-89/+192
2010-05-05Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵Melanie1-126/+83
for groups" The patch was for 0.7 This reverts commit 608bb0dfefbbc97aded6d1357dd9d350053411fb.
2010-05-05Patch from mcortez: Update groups, add ALPHA Siman grid connector for groupsMelanie1-83/+126
Mantis #4646 Signed-off-by: Melanie <melanie@t-data.com>
2010-04-16add a missing initialization of the m_memoryCache in ↵Justin Clark-Casey (justincc)1-1/+1
XmlRpcGroupsServicesConnectorModule the lack of this caused me a NullReferenceException when calling some groups methods directly though in principle it would also fail in other situations
2010-04-14Patch from mcortez to add basic caching to the groups module. This prevents ↵John Hurliman1-42/+89
database/network explosions when you have a significant number of group-owned prims in a scene
2010-04-05* May fix mantis #4603.Diva Canto1-72/+72
* My local git wants to commit the groups files for line endings, I'm gonna let it do it.
2010-04-04Patch from mcortez. This appears to be a huge change to the groups moduleMelanie1-14/+84
and I can't say if this is beneficial or destructive due to the way it was delivered (zipfile). Pushing this on faith alone.
2010-04-02Adding the groups update (Mantis #4646)Melanie1-74/+123
Thanks, mcortez.
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
the actual xml that was returned from the groups service can be logged.
2009-09-18Revert "Thank you, mcortez, for a patch to address showing users in group list"Michael Cortez1-27/+15
This reverts commit 69ef95693ae6451e2c754b22190557f3bf15777b.
2009-09-17Thank you, mcortez, for a patch to address showing users in group listMelanie1-15/+27
Removed patch 0005, which was unrelated and likely accidental, and further didn't apply.
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