Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename TestHelper => TestHelpers for consistency | Justin Clark-Casey (justincc) | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | rename test SceneSetupHelpers -> SceneHelpers for consistency | Justin Clark-Casey (justincc) | 2011-08-06 | 1 | -2/+2 |
| | |||||
* | Changed actual default values of 'ServiceConnectorModule' and ↵ | Makopoppo | 2011-06-24 | 3 | -3/+3 |
| | | | | 'MessagingModule' in [Groups] section in accordance with OpenSim.ini.example descriptions | ||||
* | a few minor formatting tweaks | Justin Clark-Casey (justincc) | 2011-06-01 | 1 | -3/+4 |
| | |||||
* | A final couple of tweaks to GroupsModule.cs. Remove unneeded delegate, and ↵ | James Stallings aka Hiro Protagonist | 2011-06-01 | 1 | -9/+22 |
| | | | | prettify codeing style/formatting | ||||
* | revert the prematurely included groups patch, yet again | Justin Clark-Casey (justincc) | 2011-06-01 | 1 | -22/+5 |
| | |||||
* | Fill in the new OwnerData field in the LLUDP ScriptDialog message. | Justin Clark-Casey (justincc) | 2011-05-31 | 1 | -5/+22 |
| | | | | | If we don't do this then viewer 2.8 crashes. Resolves http://opensimulator.org/mantis/view.php?id=5510 | ||||
* | revert the patch that accidentally got added in the last commit | Justin Clark-Casey (justincc) | 2011-05-31 | 1 | -22/+5 |
| | |||||
* | update libomv libraries to 0.9.0 | Justin Clark-Casey (justincc) | 2011-05-31 | 1 | -5/+22 |
| | | | | this is a prerequisite to fixing llDialog issues for the latest Linden viewers, since they are now making use of a new OwnerData field in the ScriptDialog message | ||||
* | Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just ↵ | Justin Clark-Casey (justincc) | 2011-05-21 | 1 | -1/+0 |
| | | | | OpenSim.Tests.Common instead | ||||
* | Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dll | Diva Canto | 2011-04-30 | 2 | -3/+0 |
| | |||||
* | First stab at cleaning up Caps. Compiles. Untested. | Diva Canto | 2011-04-30 | 2 | -4/+2 |
| | |||||
* | Comment out some startup logging lines to make up for the one I added ↵ | Justin Clark-Casey (justincc) | 2011-04-02 | 1 | -3/+0 |
| | | | | | | earlier on. Most of these are where the region modules are telling us they are disabled. Convention is only to log when enabled (even that is really noisy) | ||||
* | Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. | Justin Clark-Casey (justincc) | 2011-03-09 | 1 | -1/+0 |
| | | | | This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement. | ||||
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-03-05 | 1 | -1/+1 |
| | |||||
* | Change SimianGroupsServicesConnectorModule.GetAgentGroupMembership() so that ↵ | Justin Clark-Casey (justincc) | 2011-01-31 | 2 | -33/+52 |
| | | | | | | | it returns null if the user isn't a member of the group. This matches the behaviour of the same method for Flotsam Groups. This is the behaviour assumed by existing code. Method doc also added to IGroupsServicesConnector to the make the contract clear. | ||||
* | Make the default for the very verbose XMLRPC groups debug setting false ↵ | Justin Clark-Casey (justincc) | 2011-01-04 | 1 | -2/+1 |
| | | | | rather than true! | ||||
* | Start implementing a test for 'share with group' object functionality. Not ↵ | Justin Clark-Casey (justincc) | 2010-12-14 | 1 | -4/+2 |
| | | | | | | | yet complete. While implementing this, a bug was fixed in scene setup helpers where module RegionLoaded() was called immediately after AddRegion() instead of waiting for all AddRegions() to complete. Also, XmlRpcGroupsModule non-message functionality will now work without a message transfer module (as indicated in the comments but with a contradictory implementation) | ||||
* | Add mock group services connector and use this in tests | Justin Clark-Casey (justincc) | 2010-12-14 | 2 | -3/+12 |
| | |||||
* | add infrastructure for groups module tests | Justin Clark-Casey (justincc) | 2010-12-14 | 1 | -0/+54 |
| | |||||
* | Refactor appearance and avatar data sending code. Paritioning the routines ↵ | Mic Bowman | 2010-11-27 | 1 | -3/+6 |
| | | | | | | | into "one-to-many" and "many-to-one" makes it possible to call the right function on presence creation (both child and root) and when a child agent is promoted to root. This brings the total number of appearance sends down to one or two on login. Cleaned up the avatar update calls in the groups code. Cleaned up some commented and debugging code, and a few formating fixes. | ||||
* | Formatting cleanup. | Jeff Ames | 2010-10-27 | 1 | -2/+2 |
| | |||||
* | Pass in requesting agent ID when GetGroupMembers is called in the XMLRPC ↵ | Justin Clark-Casey (justincc) | 2010-10-19 | 2 | -3/+6 |
| | | | | | | | groups module This allows the groups xmlrpc server to act appropriately if the requesting agent has permission to see all group members Not sure why this wasn't being done before... | ||||
* | Display more information when xmlrpcgroupsserver comms fails | Justin Clark-Casey (justincc) | 2010-10-19 | 2 | -13/+14 |
| | | | | 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 | 3 | -24/+21 |
| | |||||
* | * Changed a few OSD.FromBinary() calls to the more accurate OSD.FromULong() ↵ | John Hurliman | 2010-08-17 | 1 | -1/+1 |
| | | | | to fix the build | ||||
* | Clean up IMoneyModule and adjust the other modules to the changes | Melanie Thielker | 2010-07-02 | 1 | -2/+2 |
| | |||||
* | Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector ↵ | Melanie | 2010-05-06 | 5 | -206/+436 |
| | | | | | | | | for groups" Causes an exception within HttpServer, headers have already been sent. This reverts commit 8187fccd258bf0936d3db8663844e07a7b81e9fc. | ||||
* | Added copying of Viewer field to the agent circuit data that is being passed ↵ | Diva Canto | 2010-05-05 | 2 | -106/+106 |
| | | | | | | on TPs and crossings. (XmlRpcGroups files want to be committed too) | ||||
* | Patch from mcortez: Update groups, add ALPHA Siman grid connector for groups | Melanie | 2010-05-05 | 5 | -542/+312 |
| | | | | 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 | 2 | -52/+160 |
| | | | | 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 | 5 | -197/+197 |
| | | | | * My local git wants to commit the groups files for line endings, I'm gonna let it do it. | ||||
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2010-04-04 | 1 | -31/+31 |
|\ | |||||
| * | * Made UserAccountService handle UserLevel, UserFlags and UserTitle ↵ | Diva Canto | 2010-04-03 | 2 | -106/+106 |
| | | | | | | | | | | | | appropriately. * Removed Store service from the UserAccount handler. | ||||
* | | Patch from mcortez. This appears to be a huge change to the groups module | Melanie | 2010-04-04 | 5 | -231/+337 |
|/ | | | | | and I can't say if this is beneficial or destructive due to the way it was delivered (zipfile). Pushing this on faith alone. | ||||
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2010-04-02 | 1 | -63/+79 |
|\ | |||||
| * | oops, add file missing from last commit | Justin Clark-Casey (justincc) | 2010-04-01 | 1 | -9/+7 |
| | | | | | | | | refactor out redundant method from GroupsMessagingModule | ||||
| * | expose methods that allow region modules to send messages to groups | Justin Clark-Casey (justincc) | 2010-04-01 | 1 | -63/+81 |
| | | |||||
* | | Adding the groups update (Mantis #4646) | Melanie | 2010-04-02 | 4 | -294/+1543 |
|/ | | | | Thanks, mcortez. | ||||
* | fix build break. First argument of GetGroupRecord is not a uuid | Justin Clark-Casey (justincc) | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Remove a redundant method body | Melanie | 2010-03-29 | 1 | -21/+1 |
| | |||||
* | * Fixed a dictionary value retrieval in GroupsModule | John Hurliman | 2010-03-26 | 1 | -2/+3 |
| | |||||
* | replace recent IModule.GetGroup() with better GetGroupRecord(string name) | Justin Clark-Casey (justincc) | 2010-03-26 | 2 | -23/+26 |
| | |||||
* | minor: some debugging information and spacing changes to group module | Justin Clark-Casey (justincc) | 2010-03-25 | 3 | -7/+7 |
| | |||||
* | add get group by name method to IGroupsModule | Justin Clark-Casey (justincc) | 2010-03-25 | 2 | -10/+27 |
| | |||||
* | NetworkServersInfo removed from CommsManager. | Diva Canto | 2010-01-10 | 1 | -2/+3 |
| | |||||
* | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 2010-01-08 | 1 | -21/+20 |
| | |||||
* | minor: remove mono compiler warning due to unreachable code in GroupsModule | Justin Clark-Casey (justincc) | 2009-11-17 | 1 | -2/+2 |
| |