aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/RemoteController (unfollow)
Commit message (Collapse)AuthorFilesLines
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.
2009-06-10persists Estate.PublicAccess settings across reboots [re #552]Dr Scofield1-0/+3
2009-06-10makes voice setting persistent [re #552]Dr Scofield1-0/+2
2009-06-10adding lastlogin information to admin_exists_user: will be 0 if theDr Scofield1-0/+9
user does not exist or hasn't logged in yet.
2009-06-09ARGH!!!! note to self: ALWAYS use String.IsNullOrEmpty(...)!Dr Scofield1-1/+2
this patch fixes RemoteAdminPlugin gratuitously updating the user password even if no update was intended.
2009-06-01* Fix race condition in save oarJustin Clarke Casey1-4/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-23* Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby1-20/+20
needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient)
2009-05-22From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-2/+1
- Fix typographical error in RPC response. - Remove obsolete commentary.
2009-05-20Add copyright headers, formatting cleanup.Jeff Ames1-5/+5
2009-05-18logging ACL list additionsDr Scofield1-1/+2
2009-05-18From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-1/+18
Fixes: [1] Sharing exception on remote OAR management [2] Occasional 505 error talking to Tomcat [3] Occasional mono aborts caused by mlog in the script engine's app domain (mono 2.4)
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva1-2/+3
-- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
2009-05-12more fixes to default avatar appearance creationDr Scofield1-14/+18
2009-05-12From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-39/+34
Change updateAppearance so that nothing is done to the user's appearance unless explicitly requested.
2009-05-12partially fixing avatar appearance codeDr Scofield1-58/+62
2009-05-07RemoteAdminPlugin was using a mixture of both "true"/"false" and 0/1Dr Scofield1-51/+51
(XmlRpc boolean encoding) to return boolean values --- sometimes both variants in the SAME XmlRpc method! As XmlRpc DOES have a proper encoding for boolean, i think we should use that --- having a mixture of both is a bad thing in any case. this patch changes all "true"/"false" boolean "encodings" to just true/false which will be properly encoded by XmlRpc. BIG FAT NOTE: this might/will break existing customers of RemoteAdminPlugin --- make sure your scripts, apps, etc get updated accordingly (unless you have already been dealing with this mess before)
2009-05-07From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield1-106/+673
This update implements support for creation of one or more default avatars from information contained in a file default_appearance.xml. Each avatar may have any number of "outfits" with each outfit representing a different ensemble. The default avatars get created the first time the RemoteAdmin interface is used to define a user. I've tested this quite a bit, but it will benefit from lost of attention, I'm sure.
2009-05-05Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames1-4/+4
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-04-29From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-9/+67
Added two new (optional) attributes to create_user and update_user requests. <gender> - can be 'm' or 'f'. 'm' is default if not specified. <model> - specifies another, existing, avatar that should be used as an appearance prototype for this user. If <model> is specified, then <gender> is ignored. If <model> is not specified, then 'm' implies a model avatar of "Default Male", and 'f' implies a default of "Default Female". At the moment the inventory is not copied. This change means that an avatar will only look like ruth if none of the possible models exist in the user database.
2009-04-29From: Alan Webb <alan_webb@us.ibm.com> & Dr Scofield <drscofield@xyzzyxyzzy.net>Dr Scofield1-41/+191
- Adds an admin_modify_region call to allow changing of parcel voice settings and changing of public/private status - add boolean "public" and boolean "enable_voice" to admin_create_region XmlRpc call to allow specifying of public/private status and to allow enabling voice for all parcels; also added config variables to allow setting of defaults for those - fixing cut-and-paste artefacts
2009-04-27From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield1-1/+287
Added support for access control lists. Scene: Added test to AddNewClient for an entry in the access list when connecting to a region with limited access. EstateSettings: Added an HasAccess(UUID) property to test for an entry in the estate's access list. RemoteAdmin: Add RPC calls for admin_acl_list, clear, add, and remove.
2009-04-17* Run RemoteAdminPlugin user info queries through cache service rather than ↵Justin Clarke Casey1-10/+18
direct
2009-04-15Add a console command facility to the RemoteAdmin plugin.Melanie Thielker1-0/+47
2009-03-27From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-7/+30
Fixed problem with REST services caused by changes to the OpenSim core code base - the comms manager had been 'modularized'. Also added additional debugging to RemoteAdmin interface.
2009-03-12 merging XmlRpcCreateUserMethod and XmlRpcCreateUserMethodEmail, addingDr Scofield1-117/+28
optional about_virtual_world and about_real_world parameters to XmlRpcUpdateUserAccountMethod to allow setting of "About" and "First Life" tab in avatar profile.
2009-03-10* Cleanup and CCC (Code Convention Conformance)lbsa711-208/+250