aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/RemoteController (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-24try to implement core load oar optionsUbitUmarov1-1/+4
2015-08-24 rename ImapTileModule as IMAPImageUploadModule to match coreUbitUmarov1-1/+1
2015-03-28varregion: remove use of Constants.RegionSize is various places.Robert Adams1-3/+3
2015-03-23Make log output of remote admin's restart region call reflect restart cancell...Melanie Thielker1-2/+4
2015-03-07Make the maptile uploader in remote admin fire and forget so the controlling ...Melanie Thielker1-1/+4
2014-11-21Add an XmlRpc method to get a region's root agent count. This is intendedMelanie Thielker1-0/+26
2014-08-23Add an admin message to refesh a region's map tile. Will be used to periodicallyMelanie Thielker1-0/+27
2014-08-05 put back a check for null foldedpermsUbitUmarov1-1/+1
2014-01-10Refactored: use a single function to apply an object's folded permissions to ...Oren Hurvitz1-7/+5
2013-11-20Added admin_authenticate_user commandEva Comaroski1-0/+136
2013-11-08Make admin_save_oar request submit a request ID and log this for tracking.Justin Clark-Casey (justincc)1-4/+14
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-08-17Fix issues with RemoteAdmin admin_save_heightmap and admin_load_heightmap not...Justin Clark-Casey (justincc)1-15/+30
2013-05-09minor: Remove mono compiler warning in RemoteAdminPluginJustin Clark-Casey (justincc)1-1/+1
2013-05-06Added new method to Remote Admin for reloading the estate settings. This is m...Diva Canto1-0/+17
2013-05-03On startup, start scenes after we're set up all local scenes, rather than sta...Justin Clark-Casey (justincc)1-0/+1
2013-04-04Fix XmlRpcAdmin admin_exists_user call so that it actually returns the last u...Justin Clark-Casey (justincc)1-1/+1
2013-03-26Add admin_get_agents xmlrpc method.Justin Clark-Casey (justincc)1-0/+66
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-0/+1
2013-03-24Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-0/+1
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)1-1/+1
2013-02-01Revert "Update assembly version numbers"BlueWall1-1/+1
2013-02-01Update assembly version numbersBlueWall1-1/+1
2013-01-23Implement get version RemoteAdmin callMelanie1-0/+16
2013-01-16Add admin_refresh_search command to RemoteAdminMelanie1-0/+29
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...teravus1-12/+79
2012-11-13Added a few more AssemblyInfos. (Plus added the one in OptionalModules, which...Diva Canto1-0/+33
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-14Support multi-region OAR filesOren Hurvitz1-0/+7
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-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-10-21RemoteAdmin - Added optional terrain loading on region create using parameter...Michelle Argus1-21/+41
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