aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)2015-01-081-4/+6
* refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-251-1/+1
* Add "wearables check" console commandJustin Clark-Casey (justincc)2014-11-251-9/+87
* Add "wearables show" console command.Justin Clark-Casey (justincc)2014-11-251-3/+97
* refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-251-1/+0
* Start long-lived thread in IRCConnector via watchdog rather than indepedently...Justin Clark-Casey (justincc)2014-09-041-13/+5
* 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
* Eliminated many warningsOren Hurvitz2014-04-232-3/+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
* varregion: many more updates removing the constant RegionSize and replacingRobert Adams2013-12-262-0/+4
* 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-154-11/+9
* 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