RemoteAdmin:RemoteAdmin Proposals
From OpenSimulator
(Difference between revisions)
(Created page with "{{Quicklinks}} {{proposal}} {{content}} ==Introduction== This is a page dedicated to OpenSim's remote administration module <big>'''Please see [[Remoteadmin:ReamoteAdmin_Stand...") |
m (Add new proposal admin_verify_password) |
||
(13 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
{{content}} | {{content}} | ||
− | ==Introduction== | + | == Introduction == |
This is a page dedicated to OpenSim's remote administration module | This is a page dedicated to OpenSim's remote administration module | ||
− | <big>'''Please see [[ | + | <big>'''Please see [[RemoteAdmin:RemoteAdmin Standards|RemoteAdmin Standards]] for proposed naming schema'''</big> |
Line 17: | Line 17: | ||
== RemoteAdmin Proposal Table == | == RemoteAdmin Proposal Table == | ||
− | {| | + | {| cellspacing="0" cellpadding="5" border="1" align="center" style="width: 100%;" class="sortable" |
− | |- style="background-color:# | + | |- style="background-color:#57C604;font-size:10pt;font-weight:bold;border-bottom:1px solid;" align="center" valign="bottom" |
| Function | | Function | ||
| Description | | Description | ||
Line 31: | Line 31: | ||
| admin_save_iar | | admin_save_iar | ||
| executes the Save IAR command | | executes the Save IAR command | ||
+ | | | ||
+ | | Michelle Argus | ||
+ | |- style="font-size:8pt;border-bottom:1px solid;" valign="top" | ||
+ | | admin_quit_region | ||
+ | | close region without removing region from the map. | ||
| | | | ||
| Michelle Argus | | Michelle Argus | ||
Line 38: | Line 43: | ||
| | | | ||
| Michelle Argus | | Michelle Argus | ||
− | + | |- style="font-size:8pt;border-bottom:1px solid;" valign="top" | |
+ | | admin_fcache_clear | ||
+ | | executes the fcache clear command | ||
+ | | | ||
+ | | Michelle Argus | ||
+ | |- style="font-size:8pt;border-bottom:1px solid;" valign="top" | ||
+ | | admin_get_windlight_scene | ||
+ | | get windlight settings | ||
+ | | | ||
+ | | Michelle Argus | ||
+ | |- style="font-size:8pt;border-bottom:1px solid;" valign="top" | ||
+ | | admin_set_windlight_scene | ||
+ | | set windlight settings | ||
+ | | | ||
+ | | Michelle Argus | ||
+ | |- style="font-size:8pt;border-bottom:1px solid;" valign="top" | ||
+ | | admin_set_windlight_scene_targeted | ||
+ | | set windlight settings for target agent | ||
+ | | | ||
+ | | Michelle Argus | ||
+ | |- style="font-size:8pt;border-bottom:1px solid;" valign="top" | ||
+ | | admin_region_stats | ||
+ | | quary the region stats, similar to osGetRegionStats | ||
+ | | | ||
+ | | Michelle Argus | ||
+ | |- style="font-size:8pt;border-bottom:1px solid;" valign="top" | ||
+ | | admin_set_log_level | ||
+ | | change the log level of the console, eg when problems occure | ||
+ | | | ||
+ | | Michelle Argus | ||
+ | |- style="font-size:8pt;border-bottom:1px solid;" valign="top" | ||
+ | | admin_backup | ||
+ | | executes the backup command | ||
+ | | | ||
+ | | Michelle Argus | ||
+ | |- style="font-size:8pt;border-bottom:1px solid;" valign="top" | ||
+ | | admin_config_get | ||
+ | | executes the config get command | ||
+ | | | ||
+ | | Michelle Argus | ||
+ | |- style="font-size:8pt;border-bottom:1px solid;" valign="top" | ||
+ | | admin_export_map | ||
+ | | executes the export map command | ||
+ | | | ||
+ | | Michelle Argus | ||
+ | |- style="font-size:8pt;border-bottom:1px solid;" valign="top" | ||
+ | | admin_kill_uuid | ||
+ | | executes the kill uuid command | ||
+ | | | ||
+ | | Michelle Argus | ||
+ | |- style="font-size:8pt;border-bottom:1px solid;" valign="top" | ||
+ | | admin_load_user_model | ||
+ | | Ability to select a avatar appearance model and apply it to a specifc avatar (OpenSim 0.9.x) | ||
+ | | | ||
+ | | djphil | ||
+ | |- style="font-size:8pt;border-bottom:1px solid;" valign="top" | ||
+ | | admin_verify_password | ||
+ | | Ability to check the password of a user in order to secure the use of other remote admin functions (OpenSim 0.9.x) | ||
+ | | | ||
+ | | djphil | ||
|} | |} |
Latest revision as of 06:24, 25 August 2021
This article or section is a Proposal It does not represent the current state of OpenSim, but is an idea for future work in OpenSim. Please feel free to update this page as part of the proposal discussion. |
This article or section contains incomplete information. Please help us by completing the content on this page. |
[edit] Introduction
This is a page dedicated to OpenSim's remote administration module
Please see RemoteAdmin Standards for proposed naming schema
- Please post your Function along with a brief description of what it would be for, or do and an example of it.
- Make sure it begins with admin_.
- And remember, almost anything within reason can be posted here as an idea, who knows, maybe a variation of your request can be possible.
- Consider posting your proposal to Mantis so that we can smoothly discuss about it. After that, add the link to mantis issue in the description.
[edit] RemoteAdmin Proposal Table
Function | Description | Example Usage | Signed |
admin_teleport_all_agents | Teleports all agents in a simulator or specifyed region to a region/position | Michelle Argus | |
admin_save_iar | executes the Save IAR command | Michelle Argus | |
admin_quit_region | close region without removing region from the map. | Michelle Argus | |
admin_load_iar | executes the Load IAR command | Michelle Argus | |
admin_fcache_clear | executes the fcache clear command | Michelle Argus | |
admin_get_windlight_scene | get windlight settings | Michelle Argus | |
admin_set_windlight_scene | set windlight settings | Michelle Argus | |
admin_set_windlight_scene_targeted | set windlight settings for target agent | Michelle Argus | |
admin_region_stats | quary the region stats, similar to osGetRegionStats | Michelle Argus | |
admin_set_log_level | change the log level of the console, eg when problems occure | Michelle Argus | |
admin_backup | executes the backup command | Michelle Argus | |
admin_config_get | executes the config get command | Michelle Argus | |
admin_export_map | executes the export map command | Michelle Argus | |
admin_kill_uuid | executes the kill uuid command | Michelle Argus | |
admin_load_user_model | Ability to select a avatar appearance model and apply it to a specifc avatar (OpenSim 0.9.x) | djphil | |
admin_verify_password | Ability to check the password of a user in order to secure the use of other remote admin functions (OpenSim 0.9.x) | djphil |