aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* try to implement core load oar optionsUbitUmarov2015-08-241-1/+4
|
* rename ImapTileModule as IMAPImageUploadModule to match coreUbitUmarov2015-08-241-1/+1
|
* Merge branch 'mbworkvar2' into ubitvarUbitUmarov2015-08-191-3/+3
|\
| * varregion: remove use of Constants.RegionSize is various places.Robert Adams2015-03-281-3/+3
| | | | | | | | More use of the Util routines for conversion of region handles into addresses.
* | Make log output of remote admin's restart region call reflect restart ↵Melanie Thielker2015-03-231-2/+4
|/ | | | cancellations properly.
* Make the maptile uploader in remote admin fire and forget so the controlling ↵Melanie Thielker2015-03-071-1/+4
| | | | host gets a timely reply.
* Add an XmlRpc method to get a region's root agent count. This is intendedMelanie Thielker2014-11-211-0/+26
| | | | to let us restart grid regions when the last agent leaves.
* Merge branch 'avination-current'Melanie Thielker2014-08-231-0/+27
|\
| * Add an admin message to refesh a region's map tile. Will be used to periodicallyMelanie Thielker2014-08-231-0/+27
| | | | | | | | rebuild the world map to clean out unused tiles.
* | put back a check for null foldedpermsUbitUmarov2014-08-051-1/+1
| |
* | Merge branch 'master' into careminsterMelanie2014-01-281-7/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * | Refactored: use a single function to apply an object's folded permissions to ↵Oren Hurvitz2014-01-101-7/+5
| | | | | | | | | | | | its main permissions
* | | Merge branch 'master' into careminsterMelanie2013-11-231-4/+150
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs prebuild.xml runprebuild.bat
| * | Added admin_authenticate_user commandEva Comaroski2013-11-201-0/+136
| | |
| * | Make admin_save_oar request submit a request ID and log this for tracking.Justin Clark-Casey (justincc)2013-11-081-4/+14
| | | | | | | | | | | | Previous behaviour of always logging 'name' is unhelpful since this actually an error message parameter which is only filled out if an error has occurred
* | | Merge branch 'master' into careminsterMelanie2013-08-171-15/+30
|\ \ \ | |/ / | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Services/Connectors/Neighbour/NeighbourServicesConnector.cs
| * | Fix issues with RemoteAdmin admin_save_heightmap and admin_load_heightmap ↵Justin Clark-Casey (justincc)2013-08-171-15/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | not working. This is because they were wrongly looking for both regionid and region_id parameters in the same request. Now only region_id is required (and recognized), regionid having been already deprecated for some time. This is essentially Michelle Argus' patch from http://opensimulator.org/mantis/view.php?id=6737 but with tabs replaced with spaces. Thanks!
* | | Merge branch 'master' into careminsterMelanie2013-05-111-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Services/LLLoginService/LLLoginResponse.cs OpenSim/Services/LLLoginService/LLLoginService.cs OpenSim/Tests/Common/Mock/TestClient.cs
| * | minor: Remove mono compiler warning in RemoteAdminPluginJustin Clark-Casey (justincc)2013-05-091-1/+1
| | |
* | | Merge branch 'master' into careminsterMelanie2013-05-061-0/+17
|\ \ \ | |/ /
| * | Added new method to Remote Admin for reloading the estate settings. This is ↵Diva Canto2013-05-061-0/+17
| | | | | | | | | | | | meant to be called when some other program has changed the data on the backend.
* | | Merge branch 'master' into careminsterMelanie2013-05-041-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Application/OpenSimBase.cs OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs
| * | On startup, start scenes after we're set up all local scenes, rather than ↵Justin Clark-Casey (justincc)2013-05-031-0/+1
| | | | | | | | | | | | | | | | | | | | | starting scenes before others have been created. This aims to avoid a race condition where scenes could look to inform neighbours that they were up before those neighbours had been created. http://opensimulator.org/mantis/view.php?id=6618
* | | Merge branch 'master' into careminsterMelanie2013-04-041-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Fix XmlRpcAdmin admin_exists_user call so that it actually returns the last ↵Justin Clark-Casey (justincc)2013-04-041-1/+1
| | | | | | | | | | | | user login time rather than serializing the DateTime directly which generates a set of unexpected fields. lastlogin return is in unix timestamp format.
* | Merge branch 'master' into careminsterMelanie2013-03-271-0/+66
|\ \ | |/
| * Add admin_get_agents xmlrpc method.Justin Clark-Casey (justincc)2013-03-261-0/+66
| | | | | | | | | | | | This allows one to retrieve information about agents from a particular region (name, id, position, etc.) Similar to output from "show users" See http://opensimulator.org/wiki/Remoteadmin:admin_get_agents for more details
| * Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-261-0/+1
| | | | | | | | with our own and add export permissions as well as a new definition for "All" as meaning "all conventional permissions" rather than "all possible permissions"
* | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-241-0/+1
| | | | | | | | with our own and add export permissions as well as a new definition for "All" as meaning "all conventional permissions" rather than "all possible permissions"
* | Implement get version RemoteAdmin callMelanie2013-01-231-0/+16
| |
* | Add admin_refresh_search command to RemoteAdminMelanie2013-01-161-0/+29
| |
* | Merge branch 'master' into careminsterMelanie2012-11-171-4/+0
|\ \ | |/
| * Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuidJustin Clark-Casey (justincc)2012-11-171-4/+0
| | | | | | | | | | This was necessary historically but hasn't been for many years. Can still get CreatorIdAsUuid, which is really just a UUID cached version of the string CreatorId
* | Merge branch 'master' into careminsterMelanie2012-09-291-5/+5
|\ \ | |/ | | | | | | | | | | Conflicts: CONTRIBUTORS.txt OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
| * Get rid of some unnecessary casts in RemoteAdminPlugin.Justin Clark-Casey (justincc)2012-09-291-5/+5
| | | | | | | | | | This was stopping http://code.google.com/p/opensimtools/wiki/RemoteAdminPHPClass from working with some methods (e.g. create_user). However, this casting has been around for at least 2 years so I'm puzzled that it worked in the first place, though it probably is extremely old sample code.
* | Merge branch 'master' into careminsterMelanie2012-09-241-74/+0
|\ \ | |/ | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs
| * Remove deprecated parameters for region_id.Michelle Argus2012-09-221-74/+0
| | | | | | | | Remove deprecated parameters for region_id as anounced in january 2012.
* | Merge branch 'master' into careminsterMelanie2012-09-161-0/+7
|\ \ | |/ | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs OpenSim/Region/Framework/Scenes/EventManager.cs
| * Support multi-region OAR filesOren Hurvitz2012-09-141-0/+7
| | | | | | | | Merged ArchiveWriteRequestPreparation.cs and ArchiveWriteRequestExecution.cs. This simplifies the code, and it's faster to write each scene to the archive as it's found rather than all at once at the end.
* | When regions are set to shut down the instance, always send notifications toMelanie2012-06-031-6/+30
| | | | | | | | all affected regions and disregard the region id parameter.
* | If a region is not found on a simulator, make the health query returnMelanie2012-05-281-4/+13
| | | | | | | | | | | | 0 to indicate it's still starting rather than an error. There are other methods that can discover the presence of a region and slow starting regions may cause the watchdog to kill them while they start,
* | Merge branch 'master' into careminsterMelanie2012-02-041-2/+2
|\ \ | |/ | | | | | | | | Conflicts: OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
| * Changed save oar and save iar parameter -p|--profile to -h|--home, including ↵Snoopy Pfeffer2012-02-031-2/+2
| | | | | | | | corresponding RemoteAdmin parameter
* | Add the ability to abort a pending restart using the viewer UI or aMelanie2012-01-281-1/+19
| | | | | | | | RemoteAdmin message
* | Merge branch 'master' into careminsterMelanie2012-01-061-210/+190
|\ \ | |/ | | | | | | Conflicts: OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
| * Allow RemoteAdmin to deal with all the different kinds of region id ↵Justin Clark-Casey (justincc)2012-01-061-215/+191
| | | | | | | | | | | | | | parameter that have been used in different methods. See http://opensimulator.org/mantis/view.php?id=5814 Thanks Michelle Argus!
* | Merge branch 'master' into careminsterMelanie2011-12-191-1/+1
|\ \ | |/
| * addresses mantis #5827nebadon2011-12-191-1/+1
| | | | | | | | | | RAdmin - admin_save_oar fails if noassets parameter missing thanks Michelle Argus
| * Remove a left over log outputMelanie2011-12-081-2/+1
| |
* | Remove spammy log messages when querying sim healthMelanie2011-12-121-8/+0
| |