| Commit message (Expand) | Author | Files | Lines |
2015-09-29 | try fix some whitespaces VS decided to change | UbitUmarov | 1 | -26/+28 |
2015-09-29 | add processing of AvatarGroupsRequest message that should be used to get oth... | UbitUmarov | 1 | -7/+34 |
2015-09-28 | remove groups handlers onClientClosed | UbitUmarov | 1 | -29/+32 |
2015-09-27 | let SendAvatarGroupsReply fall back to UDP if no caps and make use of it | UbitUmarov | 1 | -67/+1 |
2015-09-27 | several changes to xmlrpcGroups. Packets AgentData and AgentGroupData are pr... | UbitUmarov | 1 | -83/+67 |
2015-09-26 | in xmlrpcGroups send all groups on MakeRoot. this will slow down crossings e... | UbitUmarov | 1 | -2/+2 |
2015-09-04 | Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op... | Diva Canto | 4 | -4/+0 |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -1/+1 |
2014-11-25 | refactor: consistently put all test classes in the OpenSim.Tests.Common packa... | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2014-08-15 | On teleport to a region that already has a child agent established (e.g. a ne... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-08-12 | change XMLIrpgGroups attach to events, using the more correct | UbitUmarov | 1 | -7/+24 |
2014-05-19 | On verbose groups messaging logging, count all operations in reported time wh... | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2014-05-19 | Split verbose groups messaging logging into its own setting separate from tha... | Justin Clark-Casey (justincc) | 1 | -23/+77 |
2014-05-19 | Fix recent regression from 77e7bbc where an attachment on a received group no... | Justin Clark-Casey (justincc) | 3 | -4/+27 |
2014-05-12 | For XmlRpcGroups (Flotsam) module, when MessageOnlineUsersOnly = true, handle... | Justin Clark-Casey (justincc) | 1 | -13/+26 |
2014-05-12 | Add send group notice regression test for when MessageOnlineUsersOnly=true | Justin Clark-Casey (justincc) | 1 | -0/+71 |
2014-05-12 | minor: eliminate unused UUID in xmlrpc GroupsMessagingModule.ProcessMessageFr... | Justin Clark-Casey (justincc) | 1 | -2/+0 |
2014-05-06 | Show more meaningful error messages when failed to give an item to another user | Oren Hurvitz | 1 | -2/+3 |
2014-03-12 | When sending group notices through group messaging, allow the agent ID to use... | Justin Clark-Casey (justincc) | 2 | -6/+6 |
2014-03-11 | Send group notices through the same messaging module mechanism used to send g... | Justin Clark-Casey (justincc) | 3 | -91/+151 |
2014-03-07 | Add regression test for sending group notices via xmlrpc groups connector. | Justin Clark-Casey (justincc) | 2 | -0/+56 |
2014-02-14 | Log information about which function, request data and agent ID triggered an ... | Justin Clark-Casey (justincc) | 1 | -14/+5 |
2013-12-18 | Create regression test TestSendAgentGroupDataUpdate() for groups agent data s... | Justin Clark-Casey (justincc) | 1 | -3/+62 |
2013-11-15 | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 2 | -6/+4 |
2013-10-15 | Added support for attachments to group notices when using Flotsam groups. | Kevin Cozens | 1 | -50/+122 |
2013-08-12 | Don't try and send group updates to NPCs via event queue, since NPCs have no ... | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2013-07-28 | Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ... | Diva Canto | 1 | -16/+6 |
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-27 | Make sure we dispose of WebResponse, StreamReader and Stream in various place... | Justin Clark-Casey (justincc) | 1 | -18/+28 |
2013-01-10 | minor: Capitalize GroupsModule command category | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-11-24 | Consistenly make NUnit test cases inherit from OpenSimTestCase which automati... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-11-24 | Fix bug where loading an OAR with a deeded parcel would always set the parcel... | Justin Clark-Casey (justincc) | 2 | -66/+76 |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 2 | -106/+7 |
2012-11-12 | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 4 | -4/+4 |
2012-11-12 | Remove any mention of IRegionModule from region names and comments to aid | Melanie | 4 | -4/+4 |
2012-10-20 | Relocate temporary debug message for sending group IMs to online members only... | Justin Clark-Casey (justincc) | 1 | -4/+12 |
2012-10-20 | Add experimental [Groups] MessageOnlineUsersOnly option for Flotsam XmlRpc gr... | Justin Clark-Casey (justincc) | 1 | -7/+69 |
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-09-30 | Revert "Added request.Proxy=null everywhere, as discussed in http://stackover... | Diva Canto | 1 | -1/+0 |
2012-09-30 | Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com... | Diva Canto | 1 | -0/+1 |
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 c... | Justin Clark-Casey (justincc) | 1 | -2/+1 |
2012-04-28 | Remove mono compiler warning. Adjust message log to error from info | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2012-04-27 | Add regression test for teleporting an agent between separated regions on the... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
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-02-13 | Fix a race condition in the simian groups connector. When requests were | Mic Bowman | 1 | -8/+63 |