Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-05-09 | minor: Remove mono compiler warning in RemoteAdminPlugin | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2013-05-06 | Added new method to Remote Admin for reloading the estate settings. This is ↵ | Diva Canto | 1 | -0/+17 | |
meant to be called when some other program has changed the data on the backend. | |||||
2013-05-03 | On startup, start scenes after we're set up all local scenes, rather than ↵ | Justin Clark-Casey (justincc) | 1 | -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 | |||||
2013-04-04 | Fix XmlRpcAdmin admin_exists_user call so that it actually returns the last ↵ | Justin Clark-Casey (justincc) | 1 | -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. | |||||
2013-03-26 | Add admin_get_agents xmlrpc method. | Justin Clark-Casey (justincc) | 1 | -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 | |||||
2013-03-26 | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 1 | -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" | |||||
2013-03-24 | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 1 | -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" | |||||
2013-02-19 | Deleted all AssemblyFileVersion directives | Diva Canto | 1 | -1/+1 | |
2013-02-05 | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force. | |||||
2013-02-01 | Revert "Update assembly version numbers" | BlueWall | 1 | -1/+1 | |
This reverts commit 141ad829f448b9138b12be7cf99c834c1f3977ec. | |||||
2013-02-01 | Update assembly version numbers | BlueWall | 1 | -1/+1 | |
2013-01-23 | Implement get version RemoteAdmin call | Melanie | 1 | -0/+16 | |
2013-01-16 | Add admin_refresh_search command to RemoteAdmin | Melanie | 1 | -0/+29 | |
2012-11-17 | Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuid | Justin Clark-Casey (justincc) | 1 | -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 | |||||
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 1 | -12/+79 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-11-13 | Added a few more AssemblyInfos. (Plus added the one in OptionalModules, ↵ | Diva Canto | 1 | -0/+33 | |
which had been forgotten.) | |||||
2012-09-29 | Get rid of some unnecessary casts in RemoteAdminPlugin. | Justin Clark-Casey (justincc) | 1 | -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. | |||||
2012-09-22 | Remove deprecated parameters for region_id. | Michelle Argus | 1 | -74/+0 | |
Remove deprecated parameters for region_id as anounced in january 2012. | |||||
2012-09-14 | Support multi-region OAR files | Oren Hurvitz | 1 | -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. | |||||
2012-06-03 | When regions are set to shut down the instance, always send notifications to | Melanie | 1 | -6/+30 | |
all affected regions and disregard the region id parameter. | |||||
2012-05-28 | If a region is not found on a simulator, make the health query return | Melanie | 1 | -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, | |||||
2012-02-03 | Changed save oar and save iar parameter -p|--profile to -h|--home, including ↵ | Snoopy Pfeffer | 1 | -2/+2 | |
corresponding RemoteAdmin parameter | |||||
2012-01-28 | Add the ability to abort a pending restart using the viewer UI or a | Melanie | 1 | -1/+19 | |
RemoteAdmin message | |||||
2012-01-06 | Allow RemoteAdmin to deal with all the different kinds of region id ↵ | Justin Clark-Casey (justincc) | 1 | -215/+191 | |
parameter that have been used in different methods. See http://opensimulator.org/mantis/view.php?id=5814 Thanks Michelle Argus! | |||||
2011-12-19 | addresses mantis #5827 | nebadon | 1 | -1/+1 | |
RAdmin - admin_save_oar fails if noassets parameter missing thanks Michelle Argus | |||||
2011-12-12 | Remove spammy log messages when querying sim health | Melanie | 1 | -8/+0 | |
2011-12-08 | Remove a left over log output | Melanie | 1 | -2/+1 | |
2011-12-08 | Remove superfluous try block | Melanie | 1 | -27/+14 | |
2011-12-08 | Adapt to justincc's remote admin refactor | Melanie | 1 | -1744/+1394 | |
2011-12-07 | Remove warning in admin_save_oar xmlrpc method where noassets == true was ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
comparing against an object rather than a string | |||||
2011-12-07 | Have admin_load_heighmap and admin_save_heightmap xmlrpcadmin methods return ↵ | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
success = true on success rather than false | |||||
2011-12-07 | Refactor RemoteAdminPlugin so that every xmlrpc method calls a common block ↵ | Justin Clark-Casey (justincc) | 1 | -1711/+1370 | |
of code to do password checks, etc., instead of copy/pasting this code into every method | |||||
2011-12-07 | Implement XMLRPCAdmin command admin_teleport_agent. | Justin Clark-Casey (justincc) | 1 | -0/+113 | |
This allows someone with access to this command on the XMLRPCAdmin interface to teleport an avatar to an arbitrary region and/or position. | |||||
2011-10-21 | RemoteAdmin - Added optional terrain loading on region create using ↵ | Michelle Argus | 1 | -21/+41 | |
parameter heightmap_file to specify the terrain file to be loaded | |||||
2011-10-08 | Remove the inconsistently applied now pointless FailIfRemoteAdminDisabled() ↵ | Justin Clark-Casey (justincc) | 1 | -39/+1 | |
check on XMLRPC RemoteAdmin handlers. If admin is disabled then the XMLRPC handlers are never registered, which means that they cannot be called anyway. | |||||
2011-10-08 | replace List used by m_accessIP in RemoteAdminPlugin with the more efficient ↵ | Justin Clark-Casey (justincc) | 1 | -5/+4 | |
HashSet | |||||
2011-10-08 | Add option to allow only explicitly listed IPs to access RemoteAdmin facilities. | Justin Clark-Casey (justincc) | 1 | -124/+116 | |
Also adds password check to some functions where this was missing and fixes some parameter checking. This is a patch from http://opensimulator.org/mantis/view.php?id=5715 with a few small unrelated spacing tweaks from me. Thanks Michelle Argus. | |||||
2011-10-04 | When creating a new user on the comand line, give the option of allowing a ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
UUID to be specified to override the randomly generated one. This can be useful in some migration cases where recreating user accounts with known IDs will preserve region scene object ownership. | |||||
2011-10-04 | Turn off keepalives when commands are specified | Mic Bowman | 1 | -1/+1 | |
2011-10-01 | Add ability to pass in the permissions option (perm) to save oar via RemoteAdmin | Justin Clark-Casey (justincc) | 1 | -1/+8 | |
Applies patch in http://opensimulator.org/mantis/view.php?id=5686 Thanks Michelle Argus! | |||||
2011-09-16 | Reattaching a region was failing if the estate name had not changed (issue ↵ | Kevin Houlihan | 1 | -4/+13 | |
5035). Using the RemoteAdmin API to close then recreate a region would fail if the estate name had not changed. If the estate name /was/ changed then the existing estate would be renamed rather than a new one being created. The problem really arose from a lack of distinction in the data storage layer between creating new estates and loading existing ones. | |||||
2011-09-09 | Added a check to the CreateRegion method of the RemoteAdmin module that the ↵ | Kevin Houlihan | 1 | -0/+13 | |
specified user exists. A meaningful exception message is returned if the user is not found. Previously it was returning "Object not set..." | |||||
2011-07-02 | Add profile, merge, noassets and skip-assets options for loading/saving oars ↵ | Justin Clark-Casey (justincc) | 1 | -2/+39 | |
via RemoteAdmin This is http://opensimulator.org/mantis/view.php?id=5453 Thanks Michelle Argus! | |||||
2011-04-17 | Mantis #5442: Add admin_save_heightmap | Melanie | 1 | -0/+56 | |
2011-04-15 | Make remote admin error messages more helpful on windows. | Justin Clark-Casey (justincc) | 1 | -88/+73 | |
Also, make log messages conform more with convention. | |||||
2011-04-15 | Thanks Snoopy for a patch that allows setting of perms on items given to new ↵ | BlueWall | 1 | -1/+34 | |
avatars | |||||
2010-12-03 | Fix status responses in remote admin | Melanie | 1 | -2/+2 | |
2010-12-03 | Improve health reporting | Melanie | 1 | -1/+5 | |
2010-11-25 | Change all restarting to use the restart module. Remove hardcoded behavior | Melanie | 1 | -5/+12 | |
2010-11-25 | Fix a bug caused by leftover code | Melanie | 1 | -4/+0 | |