| Commit message (Expand) | Author | Files | Lines |
2013-09-07 | Bring Core Groups up to current version | root | 1 | -54/+55 |
2013-08-12 | Don't try and send group updates to NPCs via event queue, since NPCs have no ... | Justin Clark-Casey (justincc) | 1 | -3/+7 |
2013-08-05 | Group notices bug fix: use a new IM for each member of the group, otherwise t... | Diva Canto | 1 | -2/+2 |
2013-07-28 | Groups: Better warning messages to the user. | Diva Canto | 1 | -0/+4 |
2013-07-28 | Removed commented lines and useless debug message | Diva Canto | 1 | -16/+0 |
2013-07-28 | Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ... | Diva Canto | 1 | -21/+6 |
2013-07-28 | This makes group search work (Groups V2). | Diva Canto | 1 | -0/+4 |
2013-07-27 | Several major improvements to group (V2) chat. Specifically: handle join/drop... | Diva Canto | 1 | -4/+22 |
2013-07-23 | Improvement of fetching name in groups | Diva Canto | 1 | -11/+10 |
2013-07-08 | minor: remove some mono compiler warnings in new groups code | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-06-30 | Groups V2: charge for group creation only after the group has been successful... | Diva Canto | 1 | -1/+4 |
2013-06-07 | Mantis #6620 (removed debug message) | Diva Canto | 1 | -1/+1 |
2013-05-25 | Update the money framework to allow sending the new style linden "serverside ... | Melanie | 1 | -1/+1 |
2013-05-25 | Update the money framework to allow sending the new style linden "serverside ... | Melanie | 1 | -1/+1 |
2013-02-19 | First commit of Diva Groups. The Data bits went to OpenSim.Data core, the res... | Diva Canto | 1 | -300/+306 |
2013-01-10 | minor: Capitalize GroupsModule command category | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 1 | -29/+0 |
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 |
2012-10-20 | Fix build break from commit e469879 | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-10-19 | Add "debug groups verbose <true|false>" region console command | Justin Clark-Casey (justincc) | 1 | -0/+29 |
2012-04-05 | Added missing refresh of group membership client side cache to the groups mod... | Snoopy Pfeffer | 1 | -1/+2 |
2012-03-27 | Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user... | Snoopy Pfeffer | 1 | -23/+99 |
2012-03-27 | User level based restrictions for HyperGrid teleports, asset uploads, group c... | Snoopy Pfeffer | 1 | -2/+20 |
2012-01-28 | Remove IClientAPI from the money module. It was only used to pass in the | Melanie | 1 | -1/+1 |
2011-12-19 | Move HandleObjectGroupUpdate() from GroupsModule to Scene.PacketHandlers.cs a... | Justin Clark-Casey (justincc) | 1 | -30/+0 |
2011-12-17 | Fix bug where objects couldn't be set back to the "none" group. | Justin Clark-Casey (justincc) | 1 | -8/+13 |
2011-12-17 | Fix bug where objects could not be set to a new group if the group had been c... | Justin Clark-Casey (justincc) | 1 | -1/+26 |
2011-12-16 | Tunnel [GroupsModule] DebugEnabled setting down into XmlRpcGroupsServicesConn... | Justin Clark-Casey (justincc) | 1 | -8/+1 |
2011-11-02 | Port the Avination offline messaging system to Core | Melanie | 1 | -1/+1 |
2011-10-27 | Removed use of 'is' operator and casting to find the root ScenePresence in Me... | Dan Lake | 1 | -6/+5 |
2011-06-01 | a few minor formatting tweaks | Justin Clark-Casey (justincc) | 1 | -3/+4 |
2011-06-01 | A final couple of tweaks to GroupsModule.cs. Remove unneeded delegate, and pr... | James Stallings aka Hiro Protagonist | 1 | -9/+22 |
2011-06-01 | revert the prematurely included groups patch, yet again | Justin Clark-Casey (justincc) | 1 | -22/+5 |
2011-05-31 | Fill in the new OwnerData field in the LLUDP ScriptDialog message. | Justin Clark-Casey (justincc) | 1 | -5/+22 |
2011-05-31 | revert the patch that accidentally got added in the last commit | Justin Clark-Casey (justincc) | 1 | -22/+5 |
2011-05-31 | update libomv libraries to 0.9.0 | Justin Clark-Casey (justincc) | 1 | -5/+22 |
2011-04-30 | Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dll | Diva Canto | 1 | -1/+0 |
2011-04-30 | First stab at cleaning up Caps. Compiles. Untested. | Diva Canto | 1 | -2/+1 |
2011-01-04 | Make the default for the very verbose XMLRPC groups debug setting false rathe... | Justin Clark-Casey (justincc) | 1 | -2/+1 |
2010-12-14 | Start implementing a test for 'share with group' object functionality. Not y... | Justin Clark-Casey (justincc) | 1 | -4/+2 |
2010-11-27 | Refactor appearance and avatar data sending code. Paritioning the routines in... | Mic Bowman | 1 | -3/+6 |
2010-11-24 | Prevent an overlength button label from producing a debug dump and aborting | Melanie | 1 | -3/+6 |
2010-10-19 | Pass in requesting agent ID when GetGroupMembers is called in the XMLRPC grou... | Justin Clark-Casey (justincc) | 1 | -1/+4 |
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2010-08-17 | * Changed a few OSD.FromBinary() calls to the more accurate OSD.FromULong() t... | John Hurliman | 1 | -1/+1 |
2010-07-02 | Clean up IMoneyModule and adjust the other modules to the changes | Melanie Thielker | 1 | -2/+2 |
2010-07-02 | Clean up IMoneyModule and adjust the other modules to the changes | Melanie Thielker | 1 | -2/+2 |
2010-05-14 | * Allows both old and new OpenSim.ini params for the XmlRpc Groups Service Co... | unknown | 1 | -4/+20 |
2010-05-06 | Revert "Patch from mcortez: Update groups, add ALPHA Siman grid connector for... | Melanie | 1 | -2/+1 |