aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added support for attachments to group notices when using Flotsam groups.Kevin Cozens2013-10-151-50/+122
* Stop "handle sit user name" command from trying to sit avatars on objects whi...Justin Clark-Casey (justincc)2013-08-221-0/+3
* Stop "sit user name" and "stand user name" console commands from trying to si...Justin Clark-Casey (justincc)2013-08-221-2/+8
* Add --regex options to "sit user name" and "stand user name" console commands...Justin Clark-Casey (justincc)2013-08-201-50/+81
* Add experimental "sit user name" and "stand user name" console commands in Si...Justin Clark-Casey (justincc)2013-08-201-0/+180
* 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
* Commented out ChatSessionRequest capability in Vivox and Freeswitch. We aren'...Diva Canto2013-07-262-18/+18
* Fix passing of voice distance attenuation to the Vivox voice server.Justin Clark-Casey (justincc)2013-05-301-1/+1
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2013-05-281-1/+1
|\
| * Update the money framework to allow sending the new style linden "serverside ...Melanie2013-05-251-1/+1
* | First change in Vivox for ages! -- added a lock to serialize calls to vivox s...Diva Canto2013-05-281-14/+25
|/
* Fix issue in ConciergeModule where UpdateBroker was sending malformed XML if ...Justin Clark-Casey (justincc)2013-04-231-2/+4
* Stop attempts to update/add existing attachments in user inventory when telep...Justin Clark-Casey (justincc)2013-03-281-1/+1
* Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-261-0/+1
* Fix "show attachments" command probably broken in commit addab12 (Wed Jan 2 2...Justin Clark-Casey (justincc)2013-03-201-10/+7
* Multiattach, part 1Melanie2013-03-181-1/+1
* Fixed typos in TempAttachmentsModule. No changes.Diva Canto2013-03-021-1/+1
* Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)2013-02-273-32/+47
* minor: Change summary in "show appearance" console command to "incomplete" ra...Justin Clark-Casey (justincc)2013-02-211-1/+1
* IRCBridgeModule: optional agent-alertbox for IRC enabled Regions look in Open...PixelTomsen2013-01-194-273/+305
* Add "debug set set animations true|false" region console command.Justin Clark-Casey (justincc)2013-01-181-19/+4
* minor: Capitalize GroupsModule command categoryJustin Clark-Casey (justincc)2013-01-101-1/+1
* Fix indenting on ConsoleDisplayTable, align indenting on "show animations" co...Justin Clark-Casey (justincc)2013-01-021-1/+1
* minor: Allow objects to be added directly to a row on a ConsoleDisplayTable r...Justin Clark-Casey (justincc)2013-01-021-1/+1
* Add "show animations" console command for debug purposes.Justin Clark-Casey (justincc)2013-01-022-0/+216
* 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
* All optional modules' directives moved out of addin.xmlDiva Canto2012-11-133-0/+6
* 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
* Fix script error messages not showing up in viewer 3 and associated viewers.Justin Clark-Casey (justincc)2012-10-251-2/+3
* 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
* minor: Increase attachment name field from 36 to 50 chars in "attachments sho...Justin Clark-Casey (justincc)2012-10-191-1/+1
* Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto2012-09-304-4/+1
* Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2012-09-304-1/+4
* Don't fail to create an IRC nick if nick randomization is disabled in the IRC...Justin Clark-Casey (justincc)2012-09-201-3/+3
* script invocations cannot have void return typeSignpostMarv2012-09-171-9/+9
* refactoring to allow Scene.GetLandData to accept Vector3 as an argument. Note...SignpostMarv2012-09-082-2/+2
* Let the temp attachment module add a command to allow attaching without permi...Melanie2012-08-151-3/+38
* Perform ownership transfer and permission propagation as well as neededMelanie2012-08-141-0/+28
* Move inititalization to RegionLoaded to avoid a module loading order issueMelanie2012-08-141-8/+8
* Implement the temp attachments. UNTESTEDMelanie2012-08-141-0/+44
* Add the skeleton for the temp attachments moduleMelanie2012-08-141-0/+82
* Save membership fee to the database when a group is created.Kevin Cozens2012-08-031-25/+25
* Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)2012-07-251-0/+1
* Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)2012-07-253-3/+3