Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2019-05-19 | 1 | -37/+49 |
| | |||||
* | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2016-11-03 | 1 | -36/+35 |
| | |||||
* | Fix bug where loading an OAR with a deeded parcel would always set the ↵ | Justin Clark-Casey (justincc) | 2012-11-24 | 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. | ||||
* | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 2012-11-12 | 1 | -1/+1 |
| | |||||
* | Remove any mention of IRegionModule from region names and comments to aid | Melanie | 2012-11-12 | 1 | -1/+1 |
| | | | | grepping for remaining uses | ||||
* | Revert "Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 2012-09-30 | 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. | ||||
* | Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 2012-09-30 | 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 | ||||
* | Save membership fee to the database when a group is created. | Kevin Cozens | 2012-08-03 | 1 | -25/+25 |
| | |||||
* | Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than ↵ | Justin Clark-Casey (justincc) | 2012-07-11 | 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. | ||||
* | Tunnel [GroupsModule] DebugEnabled setting down into ↵ | Justin Clark-Casey (justincc) | 2011-12-16 | 1 | -3/+9 |
| | | | | XmlRpcGroupsServicesConnectorModule so that we can record cache misses | ||||
* | Changed actual default values of 'ServiceConnectorModule' and ↵ | Makopoppo | 2011-06-24 | 1 | -1/+1 |
| | | | | 'MessagingModule' in [Groups] section in accordance with OpenSim.ini.example descriptions | ||||
* | Display more information when xmlrpcgroupsserver comms fails | Justin Clark-Casey (justincc) | 2010-10-19 | 1 | -5/+5 |
| | | | | Improve debugging messages | ||||
* | For all Flotasm group module XMLRPC calls, correct parameter ↵ | Justin Clark-Casey (justincc) | 2010-09-17 | 1 | -9/+2 |
| | | | | | | requestingAgentID to RequestingAgentID This was stopping the get group member roles call from working, and may have affected other things | ||||
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -2/+2 |
| | |||||
* | Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵ | Melanie | 2010-05-06 | 1 | -50/+167 |
| | | | | | | | | for groups" Causes an exception within HttpServer, headers have already been sent. This reverts commit 8187fccd258bf0936d3db8663844e07a7b81e9fc. | ||||
* | Patch from mcortez: Update groups, add ALPHA Siman grid connector for groups | Melanie | 2010-05-05 | 1 | -167/+50 |
| | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | add a missing initialization of the m_memoryCache in ↵ | Justin Clark-Casey (justincc) | 2010-04-16 | 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 | ||||
* | Patch from mcortez to add basic caching to the groups module. This prevents ↵ | John Hurliman | 2010-04-14 | 1 | -42/+89 |
| | | | | database/network explosions when you have a significant number of group-owned prims in a scene | ||||
* | * May fix mantis #4603. | Diva Canto | 2010-04-05 | 1 | -72/+72 |
| | | | | * My local git wants to commit the groups files for line endings, I'm gonna let it do it. | ||||
* | Patch from mcortez. This appears to be a huge change to the groups module | Melanie | 2010-04-04 | 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. | ||||
* | Adding the groups update (Mantis #4646) | Melanie | 2010-04-02 | 1 | -74/+123 |
| | | | | Thanks, mcortez. | ||||
* | replace recent IModule.GetGroup() with better GetGroupRecord(string name) | Justin Clark-Casey (justincc) | 2010-03-26 | 1 | -3/+0 |
| | |||||
* | minor: some debugging information and spacing changes to group module | Justin Clark-Casey (justincc) | 2010-03-25 | 1 | -5/+3 |
| | |||||
* | add get group by name method to IGroupsModule | Justin Clark-Casey (justincc) | 2010-03-25 | 1 | -1/+0 |
| | |||||
* | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-09-29 | 1 | -1/+1 |
| | |||||
* | Add additional instrumentation so that when there is an xmlrpc call failure, ↵ | Michael Cortez | 2009-09-18 | 1 | -15/+27 |
| | | | | the actual xml that was returned from the groups service can be logged. | ||||
* | Revert "Thank you, mcortez, for a patch to address showing users in group list" | Michael Cortez | 2009-09-18 | 1 | -27/+15 |
| | | | | This reverts commit 69ef95693ae6451e2c754b22190557f3bf15777b. | ||||
* | Thank you, mcortez, for a patch to address showing users in group list | Melanie | 2009-09-17 | 1 | -15/+27 |
| | | | | | Removed patch 0005, which was unrelated and likely accidental, and further didn't apply. | ||||
* | Replace the Replaceable modules name | Melanie | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-08-09 | 1 | -2/+2 |
| | |||||
* | Continue with renaming of Groups module components | Michael Cortez | 2009-08-05 | 1 | -1/+1 |
| | |||||
* | Fixes mono Add-In references for the OptionalModules add-in so that groups ↵ | Michael Cortez | 2009-08-05 | 1 | -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 Cortez | 2009-08-05 | 1 | -0/+1007 |
for replaceable Groups Service Connectors. |