aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-10-01Add ability to pass in the permissions option (perm) to save oar via RemoteAdminJustin Clark-Casey (justincc)1-1/+8
Applies patch in http://opensimulator.org/mantis/view.php?id=5686 Thanks Michelle Argus!
2011-09-16Reattaching a region was failing if the estate name had not changed (issue ↵Kevin Houlihan1-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-09Added a check to the CreateRegion method of the RemoteAdmin module that the ↵Kevin Houlihan1-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-02Add 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-17Mantis #5442: Add admin_save_heightmapMelanie1-0/+56
2011-04-15Make 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-15Thanks Snoopy for a patch that allows setting of perms on items given to new ↵BlueWall1-1/+34
avatars
2010-11-25Change all restarting to use the restart module. Remove hardcoded behaviorMelanie1-5/+12
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ↵Diva Canto1-1/+5
themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. New migration in inventory table in order to make CreatorID varchar(255).
2010-11-08Formatting cleanup.Jeff Ames1-1/+1
2010-11-03Change the default of the new bind_ip_address RemoteAdmin option to 0.0.0.0Melanie1-1/+1
so it reflects the prior default. We are not in the habot of changing default behavior without good reason and making localhost the default would break most current use cases.
2010-11-03Admin Server can now bind to a private ip addressmores1-1/+3
Signed-off-by: Melanie <melanie@t-data.com>
2010-10-30READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie1-10/+8
It contains a major interface version bump and will NOT work with earlier grid services. This is preliminary work that will lead to layers support. Rest appearance services are commented out completely, they will have to be adapted by someone who actually uses them. Remote admin is working, but has no layers support. There is no layers support in the database. Login likely won't work. You have been warned.
2010-10-21First attempt to get multiple attachments working to support viewer2.Master ScienceSim1-4/+4
The attachment code appears to work correctly for 1.23 viewers so, in spite of some big changes in the internal representation, there don't appear to be regressions. That being said, I still can't get a viewer2 avatar to show correctly.
2010-10-20Major refactoring of appearance handling.Master ScienceSim1-18/+10
AvatarService -- add two new methods, GetAppearance and SetAppearance to get around the lossy encoding in AvatarData. Preseve the old functions to avoid changing the behavior for ROBUST services. AvatarAppearance -- major refactor, moved the various encoding methods used by AgentCircuitData, ClientAgentUpdate and ScenePresence into one location. Changed initialization. AvatarAttachments -- added a class specifically to handle attachments in preparation for additional functionality that will be needed for viewer 2. AvatarFactory -- removed a number of unused or methods duplicated in other locations. Moved in all appearance event handling from ScenePresence. Required a change to IClientAPI that propogated throughout all the IClientAPI implementations.
2010-10-15Made OARs use the new serialization procedure. (TPs/crossings still on the ↵Diva Canto1-1/+1
old one) Added an options argument down the pipeline. For the time being it takes --old-guids as an option to produce <Guid> instead of <UUID>.
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman1-6/+6
* Removed StorageManager * CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system ↵Justin Clark-Casey (justincc)1-12/+11
folder up from connectors into Scene.Inventory.cs This fixes the problem for all architectures (hg as well as local and grid) and means we don't have to dupe code between connectors. Not ideal in that it becomes non-modular, but methods in Scene.Inventory.cs should eventually be modularized anyway.
2010-09-03In RemoveAdminPlugin, use a .ini file template in XmlRpcCreateRegionMethod ↵Justin Clark-Casey (justincc)1-5/+25
rather than an older XML one This is a patch from http://opensimulator.org/mantis/view.php?id=4973. Thanks randomhuman
2010-08-13Updated the create_region command in the RemoteAdmin plugin to properly ↵randomhuman1-27/+65
support estates without seeking further input on the console.
2010-08-01Renamed variables in RemoteAdmin plugin to be closer to the coding standards.randomhuman1-472/+473
2010-08-01Changed all method names in the RemoteAdmin plugin to use the correct ↵randomhuman1-30/+30
capitalization.
2010-06-13Fox my changes to radminMelanie1-2/+2
2010-06-13Thank you, Snoopy2, for a patch to fix RemoteAdmin. Committed with the followingMelanie1-341/+608
changes: - Start location is NOT optional. The signature was defined with it being mandataory and there is no reason to change it - Adjusted comments to remove misleading or no longer true comments. Default is neuter, according to the code, not male, as the comment stated.
2010-05-18Allow remote admin to be used on a different port from the main region portMelanie Thielker1-2/+3
2010-05-08More cleaning on presence. Friends online/offline works again.Diva Canto1-3/+3
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto1-1/+1
home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
2010-04-05* May fix mantis #4603.Diva Canto1-1/+3
* My local git wants to commit the groups files for line endings, I'm gonna let it do it.
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman1-1/+1
CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
2010-01-11Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto1-2/+2
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2010-01-10* Starting to clean the house...Diva Canto1-1/+0
* Fixed circular dependency
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto1-7/+12
* CommsManager.AvatarService rerouted
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie1-38/+2
appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process.
2010-01-08A few more inches... Old friends things removed. Less references to ↵Diva Canto1-12/+19
UserProfileService.
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto1-203/+230
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-2/+2
2009-12-04Allow terrain heightmaps to be loaded directly from URIs via the remote ↵Justin Clark-Casey (justincc)1-2/+15
admin plugin See http://opensimulator.org/mantis/view.php?id=4418 Thanks StrawberryFride See
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an ↵John Hurliman1-4/+1
unknown asset type, and log an error if it ever does happen
2009-11-02Fix an invalid argument exception in the remote admin module when.Melanie1-1/+1
Patch from CasperW
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)1-8/+8
- adding LandDataSerializer to OAR mechanics
2009-10-01Formatting cleanup.Jeff Ames1-103/+48
2009-09-09* Lock timers when Calling Start() and Stop() when the Thread Context is ↵Teravus Ovares (Dan Olivares)1-1/+4
murky. This affects Mono only.
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-6/+6
* Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html
2009-07-12Thank you kindly, Fly-Man for a patch that solves:Charles Krinke1-1/+72
[RADMIN] Exception whilst loading default avatars ; Object reference not set to an instance of an object.
2009-07-08Thank you kindly, RandomHuman for a patch that:Charles Krinke1-0/+94
The admin_close_region method removes a region from the simulator without deleting it. The region can then be recreated by calling admin_create_region with the same UUID. There is also a change to admin_create_region to facilitate this.The reason I want to have this functionality is to make it possible to detach regions when they are idle and recreate them on demand through a web interface. It's probably doable using the existing methods by saving and loading oars, but it also doesn't seem like that should be necessary.
2009-07-03- adding a Persistent flag to RegionInfoDr Scofield1-1/+12
- adding EstateSettings.Save() to RemoteAdmin ACL code (invoked only when region is persistent)
2009-06-26Enable the RemoteAdmin module to save regions as ini files rather than XMLMelanie Thielker1-18/+21
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-6/+6
Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.