Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -37/+49 | |
2018-02-04 | mantis 8287: applied modified patch by hand, thx watcher64 | UbitUmarov | 1 | -0/+2 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -11/+11 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -36/+35 | |
2016-08-11 | to do that don't use slideexpiration; add cap event ChatterBoxForceClose | UbitUmarov | 1 | -1/+1 | |
2016-08-11 | stop renewing xml cache entries expires. Let them expire or grid changes ↵ | UbitUmarov | 1 | -4/+4 | |
will ignored as long something keeq requesting (like group profiles refreshs). reduce the expire time more ignoring folish config. | |||||
2016-07-23 | change group lists control so it does show something (only xmlrpcgroups for ↵ | UbitUmarov | 1 | -5/+7 | |
now). This will never work without a centralized dispatcher/controler, or more complex information exchange. | |||||
2016-07-01 | xmlrpcgroups: make use of a forgotten GetMemberGroupProfilemethod, put back ↵ | UbitUmarov | 1 | -13/+17 | |
xmlrpc cache since it is necessary to prevent folish viewers flooding | |||||
2016-07-01 | increase xmlrpc timeout in xmlrpcgroups, disable its cache until its entries ↵ | UbitUmarov | 1 | -1/+5 | |
invalidation is checked | |||||
2016-06-19 | Removed a couple of verbose messages | Diva Canto | 1 | -1/+0 | |
2015-12-19 | reduce xmlrpcgroups error messages if its debug option is off. Disable ↵ | UbitUmarov | 1 | -14/+15 | |
keepalive by default | |||||
2015-09-04 | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 1 | -1/+0 | |
OpenSim.Framework. | |||||
2014-02-14 | Log information about which function, request data and agent ID triggered an ↵ | Justin Clark-Casey (justincc) | 1 | -14/+5 | |
XmlRpcGroupsServiceConnector error | |||||
2013-11-15 | refactor: 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-27 | Make 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-24 | Fix 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-12 | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 1 | -1/+1 | |
2012-11-12 | Remove any mention of IRegionModule from region names and comments to aid | Melanie | 1 | -1/+1 | |
grepping for remaining uses | |||||
2012-09-30 | Revert "Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 1 | -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-30 | Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 1 | -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-03 | Save membership fee to the database when a group is created. | Kevin Cozens | 1 | -25/+25 | |
2012-07-11 | Where 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-16 | Tunnel [GroupsModule] DebugEnabled setting down into ↵ | Justin Clark-Casey (justincc) | 1 | -3/+9 | |
XmlRpcGroupsServicesConnectorModule so that we can record cache misses | |||||
2011-06-24 | Changed actual default values of 'ServiceConnectorModule' and ↵ | Makopoppo | 1 | -1/+1 | |
'MessagingModule' in [Groups] section in accordance with OpenSim.ini.example descriptions | |||||
2010-10-19 | Display more information when xmlrpcgroupsserver comms fails | Justin Clark-Casey (justincc) | 1 | -5/+5 | |
Improve debugging messages | |||||
2010-09-17 | For 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-12 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2010-06-08 | backport xmlrpcgroups cache from master | Justin Clark-Casey (justincc) | 1 | -44/+91 | |
2010-05-14 | * Allows both old and new OpenSim.ini params for the XmlRpc Groups Service ↵ | unknown | 1 | -27/+60 | |
Connector * Fix problem with RequestingAgentID not being sent correctly to server resulting in failed xmlrpc calls * Improved debug output | |||||
2010-05-06 | Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵ | Melanie | 1 | -50/+167 | |
for groups" Causes an exception within HttpServer, headers have already been sent. This reverts commit 8187fccd258bf0936d3db8663844e07a7b81e9fc. | |||||
2010-05-06 | Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵ | Melanie | 1 | -50/+167 | |
for groups" Causes an exception within HttpServer, headers have already been sent. This reverts commit 8187fccd258bf0936d3db8663844e07a7b81e9fc. | |||||
2010-05-05 | Patch from mcortez: Update groups, add ALPHA Siman grid connector for groups | Melanie | 1 | -167/+50 | |
Signed-off-by: Melanie <melanie@t-data.com> | |||||
2010-05-05 | back port groups changes | unknown | 1 | -89/+192 | |
2010-05-05 | Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵ | Melanie | 1 | -126/+83 | |
for groups" The patch was for 0.7 This reverts commit 608bb0dfefbbc97aded6d1357dd9d350053411fb. | |||||
2010-05-05 | Patch from mcortez: Update groups, add ALPHA Siman grid connector for groups | Melanie | 1 | -83/+126 | |
Mantis #4646 Signed-off-by: Melanie <melanie@t-data.com> | |||||
2010-04-16 | add 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-14 | Patch from mcortez to add basic caching to the groups module. This prevents ↵ | John Hurliman | 1 | -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 Canto | 1 | -72/+72 | |
* My local git wants to commit the groups files for line endings, I'm gonna let it do it. | |||||
2010-04-04 | Patch from mcortez. This appears to be a huge change to the groups module | Melanie | 1 | -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-02 | Adding the groups update (Mantis #4646) | Melanie | 1 | -74/+123 | |
Thanks, mcortez. | |||||
2010-03-26 | replace recent IModule.GetGroup() with better GetGroupRecord(string name) | Justin Clark-Casey (justincc) | 1 | -3/+0 | |
2010-03-25 | minor: some debugging information and spacing changes to group module | Justin Clark-Casey (justincc) | 1 | -5/+3 | |
2010-03-25 | add get group by name method to IGroupsModule | Justin Clark-Casey (justincc) | 1 | -1/+0 | |
2009-09-29 | Add copyright header. Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-09-18 | Add additional instrumentation so that when there is an xmlrpc call failure, ↵ | Michael Cortez | 1 | -15/+27 | |
the actual xml that was returned from the groups service can be logged. | |||||
2009-09-18 | Revert "Thank you, mcortez, for a patch to address showing users in group list" | Michael Cortez | 1 | -27/+15 | |
This reverts commit 69ef95693ae6451e2c754b22190557f3bf15777b. | |||||
2009-09-17 | Thank you, mcortez, for a patch to address showing users in group list | Melanie | 1 | -15/+27 | |
Removed patch 0005, which was unrelated and likely accidental, and further didn't apply. | |||||
2009-08-10 | Replace the Replaceable modules name | Melanie | 1 | -1/+1 | |
2009-08-09 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2009-08-05 | Continue with renaming of Groups module components | Michael Cortez | 1 | -1/+1 | |