aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-251-1/+0
* On teleport to a region that already has a child agent established (e.g. a ne...Justin Clark-Casey (justincc)2014-08-151-1/+1
* On verbose groups messaging logging, count all operations in reported time wh...Justin Clark-Casey (justincc)2014-05-191-3/+3
* Split verbose groups messaging logging into its own setting separate from tha...Justin Clark-Casey (justincc)2014-05-191-23/+77
* Fix recent regression from 77e7bbc where an attachment on a received group no...Justin Clark-Casey (justincc)2014-05-193-4/+27
* For XmlRpcGroups (Flotsam) module, when MessageOnlineUsersOnly = true, handle...Justin Clark-Casey (justincc)2014-05-121-13/+26
* Add send group notice regression test for when MessageOnlineUsersOnly=trueJustin Clark-Casey (justincc)2014-05-121-0/+71
* minor: eliminate unused UUID in xmlrpc GroupsMessagingModule.ProcessMessageFr...Justin Clark-Casey (justincc)2014-05-121-2/+0
* Show more meaningful error messages when failed to give an item to another userOren Hurvitz2014-05-061-2/+3
* When sending group notices through group messaging, allow the agent ID to use...Justin Clark-Casey (justincc)2014-03-122-6/+6
* Send group notices through the same messaging module mechanism used to send g...Justin Clark-Casey (justincc)2014-03-113-91/+151
* Add regression test for sending group notices via xmlrpc groups connector.Justin Clark-Casey (justincc)2014-03-072-0/+56
* Log information about which function, request data and agent ID triggered an ...Justin Clark-Casey (justincc)2014-02-141-14/+5
* Create regression test TestSendAgentGroupDataUpdate() for groups agent data s...Justin Clark-Casey (justincc)2013-12-181-3/+62
* refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-152-6/+4
* Added support for attachments to group notices when using Flotsam groups.Kevin Cozens2013-10-151-50/+122
* Don't try and send group updates to NPCs via event queue, since NPCs have no ...Justin Clark-Casey (justincc)2013-08-121-1/+0
* Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ...Diva Canto2013-07-281-16/+6
* Update the money framework to allow sending the new style linden "serverside ...Melanie2013-05-251-1/+1
* Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)2013-02-271-18/+28
* minor: Capitalize GroupsModule command categoryJustin Clark-Casey (justincc)2013-01-101-1/+1
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+1
* Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)2012-11-242-66/+76
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-124-4/+4
* Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-124-4/+4
* Relocate temporary debug message for sending group IMs to online members only...Justin Clark-Casey (justincc)2012-10-201-4/+12
* Add experimental [Groups] MessageOnlineUsersOnly option for Flotsam XmlRpc gr...Justin Clark-Casey (justincc)2012-10-201-7/+69
* Fix build break from commit e469879Justin Clark-Casey (justincc)2012-10-201-1/+1
* Add "debug groups verbose <true|false>" region console commandJustin Clark-Casey (justincc)2012-10-191-0/+29
* Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto2012-09-301-1/+0
* Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2012-09-301-0/+1
* Save membership fee to the database when a group is created.Kevin Cozens2012-08-031-25/+25
* Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-111-2/+1
* Remove mono compiler warning. Adjust message log to error from infoJustin Clark-Casey (justincc)2012-04-281-2/+2
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-1/+1
* Added missing refresh of group membership client side cache to the groups mod...Snoopy Pfeffer2012-04-051-1/+2
* Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...Snoopy Pfeffer2012-03-271-23/+99
* User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer2012-03-271-2/+20
* Fix a race condition in the simian groups connector. When requests wereMic Bowman2012-02-131-8/+63
* Remove IClientAPI from the money module. It was only used to pass in theMelanie2012-01-281-1/+1
* Move HandleObjectGroupUpdate() from GroupsModule to Scene.PacketHandlers.cs a...Justin Clark-Casey (justincc)2011-12-191-30/+0
* Fix bug where objects couldn't be set back to the "none" group.Justin Clark-Casey (justincc)2011-12-171-8/+13
* Fix bug where objects could not be set to a new group if the group had been c...Justin Clark-Casey (justincc)2011-12-171-1/+26
* Tunnel [GroupsModule] DebugEnabled setting down into XmlRpcGroupsServicesConn...Justin Clark-Casey (justincc)2011-12-162-11/+10
* Port the Avination offline messaging system to CoreMelanie2011-11-021-1/+1
* Removed use of 'is' operator and casting to find the root ScenePresence in Me...Dan Lake2011-10-272-14/+12
* Change default groups messaging module in hardcode to the empty string.Melanie2011-10-121-1/+1
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-1/+1
* rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-2/+2
* Changed actual default values of 'ServiceConnectorModule' and 'MessagingModul...Makopoppo2011-06-243-3/+3