aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-17Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuidJustin Clark-Casey (justincc)1-4/+0
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus3-37/+98
2012-11-13Added a few more AssemblyInfos. (Plus added the one in OptionalModules, which...Diva Canto2-0/+66
2012-11-13Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't hav...Diva Canto1-2/+2
2012-11-12Remove the old style module loader and all references to itMelanie1-3/+0
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
2012-11-11One more module converted: XMLRPCModule. Removed it from the special loading ...Diva Canto1-2/+2
2012-11-11One more module: DynamicTextureModule. Removed it from the special load in th...Diva Canto1-2/+2
2012-11-11One more module converted: LoadImageURLModule. Also removed it from its hard-...Diva Canto1-2/+2
2012-09-29Get rid of some unnecessary casts in RemoteAdminPlugin.Justin Clark-Casey (justincc)1-5/+5
2012-09-22Remove deprecated parameters for region_id.Michelle Argus1-74/+0
2012-09-21Comment out the long unused afaik HTTP agent handlers.Justin Clark-Casey (justincc)2-19/+25
2012-09-14Support multi-region OAR filesOren Hurvitz1-0/+7
2012-06-13Don't include time to transmit response back to requester when assessing slow...Justin Clark-Casey (justincc)1-1/+0
2012-06-03When regions are set to shut down the instance, always send notifications toMelanie1-6/+30
2012-05-28If a region is not found on a simulator, make the health query returnMelanie1-4/+13
2012-05-10Saving estate state is really slow (relatively) and it getsMic Bowman1-2/+3
2012-02-03Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer1-2/+2
2012-01-28Add the ability to abort a pending restart using the viewer UI or aMelanie1-1/+19
2012-01-06Allow RemoteAdmin to deal with all the different kinds of region id parameter...Justin Clark-Casey (justincc)1-215/+191
2011-12-19addresses mantis #5827nebadon1-1/+1
2011-12-12Remove spammy log messages when querying sim healthMelanie1-8/+0
2011-12-08Remove a left over log outputMelanie1-2/+1
2011-12-08Remove superfluous try blockMelanie1-27/+14
2011-12-08Adapt to justincc's remote admin refactorMelanie1-1744/+1394
2011-12-07Remove warning in admin_save_oar xmlrpc method where noassets == true was com...Justin Clark-Casey (justincc)1-1/+1
2011-12-07Have admin_load_heighmap and admin_save_heightmap xmlrpcadmin methods return ...Justin Clark-Casey (justincc)1-2/+2
2011-12-07Refactor RemoteAdminPlugin so that every xmlrpc method calls a common block o...Justin Clark-Casey (justincc)1-1711/+1370
2011-12-07Implement XMLRPCAdmin command admin_teleport_agent.Justin Clark-Casey (justincc)1-0/+113
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)4-15/+15
2011-11-03Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake1-1/+1
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake1-1/+1
2011-10-21RemoteAdmin - Added optional terrain loading on region create using parameter...Michelle Argus1-21/+41
2011-10-19Slightly change log message in LoadRegionsPluginJustin Clark-Casey (justincc)1-1/+1
2011-10-19Region-UUID - can not be zero-uuidPixel Tomsen1-1/+13
2011-10-08Remove the inconsistently applied now pointless FailIfRemoteAdminDisabled() c...Justin Clark-Casey (justincc)1-39/+1
2011-10-08replace List used by m_accessIP in RemoteAdminPlugin with the more efficient ...Justin Clark-Casey (justincc)1-5/+4
2011-10-08Add option to allow only explicitly listed IPs to access RemoteAdmin facilities.Justin Clark-Casey (justincc)1-124/+116
2011-10-04When creating a new user on the comand line, give the option of allowing a UU...Justin Clark-Casey (justincc)1-1/+1
2011-10-04Turn off keepalives when commands are specifiedMic Bowman1-1/+1
2011-10-01Add ability to pass in the permissions option (perm) to save oar via RemoteAdminJustin Clark-Casey (justincc)1-1/+8
2011-09-24Removed uncalled region load method.Kevin Houlihan1-30/+0
2011-09-22Reinstate option to land an npc when it reaches a target.Justin Clark-Casey (justincc)1-1/+1
2011-09-16Reattaching a region was failing if the estate name had not changed (issue 50...Kevin Houlihan1-4/+13
2011-09-09Added a check to the CreateRegion method of the RemoteAdmin module that the s...Kevin Houlihan1-0/+13
2011-08-10early code to allow scripts to force npcs not to fly when moving to targetJustin Clark-Casey (justincc)1-1/+1
2011-08-03refactor: rename the move to position methods to move to target to be consist...Justin Clark-Casey (justincc)1-1/+1
2011-08-03get rid of vestigal move to parametersJustin Clark-Casey (justincc)1-2/+2
2011-08-02Partially fix autopilot/go hereJustin Clark-Casey (justincc)1-1/+1
2011-08-02Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)1-7/+7