aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-11-232-6/+4
|\
| * refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-152-6/+4
* | Merge branch 'master' into careminsterMelanie2013-11-031-50/+122
|\ \ | |/
| * Added support for attachments to group notices when using Flotsam groups.Kevin Cozens2013-10-151-50/+122
* | Merge branch 'master' into careminsterMelanie2013-08-131-1/+0
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2013-07-291-16/+6
|\ \ | |/
| * Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ...Diva Canto2013-07-281-16/+6
* | Merge branch 'master' into careminsterMelanie2013-05-301-1/+1
|\ \ | |/
| * Update the money framework to allow sending the new style linden "serverside ...Melanie2013-05-251-1/+1
* | Merge branch 'master' into careminsterMelanie2013-02-271-18/+28
|\ \ | |/
| * Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)2013-02-271-18/+28
* | Merge branch 'master' into careminsterMelanie2013-01-111-1/+1
|\ \ | |/
| * minor: Capitalize GroupsModule command categoryJustin Clark-Casey (justincc)2013-01-101-1/+1
* | Merge branch 'master' into careminsterMelanie2012-11-253-67/+77
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-11-134-4/+4
|\ \ | |/
| * Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-124-4/+4
* | Merge branch 'master' into careminsterMelanie2012-11-124-4/+4
|\ \ | |/
| * Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-124-4/+4
* | Merge branch 'master' into careminsterMelanie2012-10-202-7/+106
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-08-031-25/+25
|\ \ | |/
| * Save membership fee to the database when a group is created.Kevin Cozens2012-08-031-25/+25
* | Merge branch 'master' into careminsterMelanie2012-07-121-2/+1
|\ \ | |/
| * Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-111-2/+1
* | Merge branch 'master' into careminsterMelanie2012-04-291-2/+2
|\ \ | |/
| * Remove mono compiler warning. Adjust message log to error from infoJustin Clark-Casey (justincc)2012-04-281-2/+2
* | Merge branch 'master' into careminsterMelanie2012-04-271-1/+1
|\ \ | |/
| * Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-1/+1
* | Merge branch 'master' into careminsterMelanie2012-04-071-1/+2
|\ \ | |/
| * Added missing refresh of group membership client side cache to the groups mod...Snoopy Pfeffer2012-04-051-1/+2
* | Merge branch 'master' into careminsterMelanie2012-03-271-25/+119
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-02-151-8/+63
|\ \ | |/
| * Fix a race condition in the simian groups connector. When requests wereMic Bowman2012-02-131-8/+63
* | Merge branch 'master' into careminsterMelanie2012-01-281-1/+1
|\ \ | |/
| * Remove IClientAPI from the money module. It was only used to pass in theMelanie2012-01-281-1/+1
* | Merge branch 'master' into careminsterMelanie2011-12-191-30/+0
|\ \ | |/
| * Move HandleObjectGroupUpdate() from GroupsModule to Scene.PacketHandlers.cs a...Justin Clark-Casey (justincc)2011-12-191-30/+0
* | Merge branch 'master' into careminsterMelanie2011-12-182-12/+41
|\ \ | |/
| * 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