aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add "debug set set animations true|false" region console command.Justin Clark-Casey (justincc)2013-01-251-19/+4
* minor: Capitalize GroupsModule command categoryJustin Clark-Casey (justincc)2013-01-251-1/+1
* Fix indenting on ConsoleDisplayTable, align indenting on "show animations" co...Justin Clark-Casey (justincc)2013-01-041-1/+1
* minor: Allow objects to be added directly to a row on a ConsoleDisplayTable r...Justin Clark-Casey (justincc)2013-01-041-1/+1
* Add "show animations" console command for debug purposes.Justin Clark-Casey (justincc)2013-01-042-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
* Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-112-4/+2
* refactor: Rename ConsoleTableRow and ConsoleTableColumn to ConsoleDisplayTabl...Justin Clark-Casey (justincc)2012-05-231-6/+6
* refactor: rename ConsoleTable -> ConsoleDisplayTable for clarityJustin Clark-Casey (justincc)2012-05-231-1/+1
* Add ConsoleTable framework class for future uniform formatting of console out...Justin Clark-Casey (justincc)2012-05-101-8/+26
* Add "attachments" show console command that will show the server's record of ...Justin Clark-Casey (justincc)2012-05-101-0/+177
* Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)2012-05-032-48/+59
* 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
* Add online/offline indicator to "friends show" region console command.Justin Clark-Casey (justincc)2012-04-241-3/+14
* Added missing refresh of group membership client side cache to the groups mod...Snoopy Pfeffer2012-04-051-1/+2
* minor: remove some now unneeded code from FriendsCommandsModuleJustin Clark-Casey (justincc)2012-03-301-55/+0
* Make default "show friends" console command show friends fetched from the fri...Justin Clark-Casey (justincc)2012-03-301-4/+83
* refactor: Move "friends show cache" console command out into separate Friends...Justin Clark-Casey (justincc)2012-03-301-0/+165
* minor: clean up some code formatting in VivoxVoiceModule.csJustin Clark-Casey (justincc)2012-03-271-54/+25
* 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
* Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)2012-03-081-5/+5
* Fix a race condition in the simian groups connector. When requests wereMic Bowman2012-02-131-8/+63
* Fix: get embedded objects from Notecard fails with activated FreeSwitchVoiceM...PixelTomsen2012-02-141-3/+3
* Remove IClientAPI from the money module. It was only used to pass in theMelanie2012-01-281-1/+1
* Add "app find <uuid-or-start-of-uuid>" command to find the appearance using a...Justin Clark-Casey (justincc)2012-01-101-0/+50