aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* Warnings--onefang2019-06-041-1/+1
* Add [Region] .ini block.onefang2019-05-281-5/+15
* Don't read .ini region files, use .xml instead.onefang2019-05-191-7/+10
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-198-150/+404
* More caches directory fixes, including moving console history there.David Walter Seikel2016-11-071-1/+1
* More config path fixes.David Walter Seikel2016-11-051-19/+26
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-0333-8873/+737
* Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuidJustin Clark-Casey (justincc)2012-11-171-4/+0
* Added a few more AssemblyInfos. (Plus added the one in OptionalModules, which...Diva Canto2012-11-132-0/+66
* Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't hav...Diva Canto2012-11-131-2/+2
* Remove the old style module loader and all references to itMelanie2012-11-121-3/+0
* Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-121-1/+1
* One more module converted: XMLRPCModule. Removed it from the special loading ...Diva Canto2012-11-111-2/+2
* One more module: DynamicTextureModule. Removed it from the special load in th...Diva Canto2012-11-111-2/+2
* One more module converted: LoadImageURLModule. Also removed it from its hard-...Diva Canto2012-11-111-2/+2
* Get rid of some unnecessary casts in RemoteAdminPlugin.Justin Clark-Casey (justincc)2012-09-291-5/+5
* Remove deprecated parameters for region_id.Michelle Argus2012-09-221-74/+0
* Comment out the long unused afaik HTTP agent handlers.Justin Clark-Casey (justincc)2012-09-212-19/+25
* Support multi-region OAR filesOren Hurvitz2012-09-141-0/+7
* Don't include time to transmit response back to requester when assessing slow...Justin Clark-Casey (justincc)2012-06-131-1/+0
* Saving estate state is really slow (relatively) and it getsMic Bowman2012-05-101-2/+3
* Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer2012-02-031-2/+2
* Allow RemoteAdmin to deal with all the different kinds of region id parameter...Justin Clark-Casey (justincc)2012-01-061-215/+191
* addresses mantis #5827nebadon2011-12-191-1/+1
* Remove a left over log outputMelanie2011-12-081-2/+1
* Remove warning in admin_save_oar xmlrpc method where noassets == true was com...Justin Clark-Casey (justincc)2011-12-071-1/+1
* Have admin_load_heighmap and admin_save_heightmap xmlrpcadmin methods return ...Justin Clark-Casey (justincc)2011-12-071-2/+2
* Refactor RemoteAdminPlugin so that every xmlrpc method calls a common block o...Justin Clark-Casey (justincc)2011-12-071-1711/+1370
* Implement XMLRPCAdmin command admin_teleport_agent.Justin Clark-Casey (justincc)2011-12-071-0/+113
* Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)2011-12-054-15/+15
* Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake2011-11-031-1/+1
* Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake2011-11-031-1/+1
* RemoteAdmin - Added optional terrain loading on region create using parameter...Michelle Argus2011-10-211-21/+41
* Slightly change log message in LoadRegionsPluginJustin Clark-Casey (justincc)2011-10-191-1/+1
* Region-UUID - can not be zero-uuidPixel Tomsen2011-10-191-1/+13
* Remove the inconsistently applied now pointless FailIfRemoteAdminDisabled() c...Justin Clark-Casey (justincc)2011-10-081-39/+1
* replace List used by m_accessIP in RemoteAdminPlugin with the more efficient ...Justin Clark-Casey (justincc)2011-10-081-5/+4
* Add option to allow only explicitly listed IPs to access RemoteAdmin facilities.Justin Clark-Casey (justincc)2011-10-081-124/+116
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2011-10-041-1/+1
|\
| * Turn off keepalives when commands are specifiedMic Bowman2011-10-041-1/+1
* | When creating a new user on the comand line, give the option of allowing a UU...Justin Clark-Casey (justincc)2011-10-041-1/+1
|/
* Add ability to pass in the permissions option (perm) to save oar via RemoteAdminJustin Clark-Casey (justincc)2011-10-011-1/+8
* Removed uncalled region load method.Kevin Houlihan2011-09-241-30/+0
* Reinstate option to land an npc when it reaches a target.Justin Clark-Casey (justincc)2011-09-221-1/+1
* Reattaching a region was failing if the estate name had not changed (issue 50...Kevin Houlihan2011-09-161-4/+13
* Added a check to the CreateRegion method of the RemoteAdmin module that the s...Kevin Houlihan2011-09-091-0/+13
* early code to allow scripts to force npcs not to fly when moving to targetJustin Clark-Casey (justincc)2011-08-101-1/+1
* refactor: rename the move to position methods to move to target to be consist...Justin Clark-Casey (justincc)2011-08-031-1/+1
* get rid of vestigal move to parametersJustin Clark-Casey (justincc)2011-08-031-2/+2
* Partially fix autopilot/go hereJustin Clark-Casey (justincc)2011-08-021-1/+1