aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A better purge of trash folder.Diva Canto2009-08-191-2/+6
|
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-101-4/+4
|\
| * Replace the Replaceable modules nameMelanie2009-08-101-4/+4
| |
* | Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-101-1/+1
|/
* Removed IAssetCache.Diva Canto2009-08-101-2/+2
| | | | WARNING: PLEASE MAKE SURE TO USE THIS NEW bin/OpenSim.addin.xml
* Complete the work on the Replaceable interface logic. From this commit onwardsMelanie2009-08-061-1/+102
| | | | | the mere presence of a full version of a replaceable module will cause the replaceable module in core to be deactivated.
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-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
* From: Rick Alther <alther@us.ibm.com>Sean Dague2009-07-201-1/+0
| | | | | | | | | | | This patch fixes a problem in the RestXmlWriter where an exception may be thrown when ToString() is called. ToString() is closing the last tag prior to returning the string object, which it shouldn't do. People should be closing the XML tags and document properly and not rely on the ToString() side effect to do it for them. This is most noticeable if you hit the /regions/ and /regioninfo/ REST calls. If you are running r9579 or later, these calls will result in an error.
* Thank you kindly, Fly-Man for a patch that solves:Charles Krinke2009-07-121-1/+72
| | | | | | [RADMIN] Exception whilst loading default avatars ; Object reference not set to an instance of an object.
* Now we are past revision 10000, I think its time to start to fix that ↵MW2009-07-101-2/+2
| | | | massive bug that was introduced in revision 1. So here is the first part of that fix.
* This extra assignment to the singleton should not be needed but may help makeMelanie Thielker2009-07-101-0/+1
| | | | | | the tests pass
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-5/+5
| | | | | | Change all uses of the HttpServer properties to use the new singleton
* Thank you kindly, RandomHuman for a patch that:Charles Krinke2009-07-081-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.
* - adding a Persistent flag to RegionInfoDr Scofield2009-07-031-1/+12
| | | | | - adding EstateSettings.Save() to RemoteAdmin ACL code (invoked only when region is persistent)
* Enable the RemoteAdmin module to save regions as ini files rather than XMLMelanie Thielker2009-06-261-18/+21
|
* Heart surgery no.2: the inventory service hooks. diva2009-06-103-9/+9
| | | | | | | 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.
* persists Estate.PublicAccess settings across reboots [re #552]Dr Scofield2009-06-101-0/+3
|
* makes voice setting persistent [re #552]Dr Scofield2009-06-101-0/+2
|
* adding lastlogin information to admin_exists_user: will be 0 if theDr Scofield2009-06-101-0/+9
| | | | | user does not exist or hasn't logged in yet.
* Formatting cleanup.Jeff Ames2009-06-103-13/+11
|
* ARGH!!!! note to self: ALWAYS use String.IsNullOrEmpty(...)!Dr Scofield2009-06-091-1/+2
| | | | | | this patch fixes RemoteAdminPlugin gratuitously updating the user password even if no update was intended.
* Add copyright headers.Jeff Ames2009-06-041-0/+27
|
* * Fix race condition in save oarJustin Clarke Casey2009-06-011-4/+2
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-0127-27/+27
| | | | LICENSE.txt.
* * Upped version number to 0.6.5lbsa712009-05-252-6/+6
|
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2009-05-231-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)
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-222-6/+1
| | | | | | - Fix typographical error in RPC response. - Remove obsolete commentary.
* Hooked up the RestRegionPlugin Get Region/xxx/terrain so it outputs xml ↵MW2009-05-211-2/+6
| | | | | | | | containing the terrain heightmap rather than the old "terrain not implemented" message. The format of the terrain data is: the floats encoded in Base64 and serialised into xml. So I think far from ideal, but as the support for outputting that format was already there... Still need to hook up a method for remotely loading this data.
* Add copyright headers, formatting cleanup.Jeff Ames2009-05-201-5/+5
|
* Remove the old asset cache and local services and the configurations for themMelanie Thielker2009-05-181-2/+2
|
* logging ACL list additionsDr Scofield2009-05-181-1/+2
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-181-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)
* fixing XmlWriter problemDr Scofield2009-05-185-99/+124
|
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-154-13/+14
| | | | | | | | | | | | -- 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
* * Improve loadregions so that all region configs are checked for clashes ↵Justin Clarke Casey2009-05-141-20/+15
| | | | (e.g. same uuid) rather than just one
* * refactor: move bottom part of 'xml2' serializaton to separate classJustin Clarke Casey2009-05-141-1/+0
|
* more fixes to default avatar appearance creationDr Scofield2009-05-121-14/+18
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-121-39/+34
| | | | | | Change updateAppearance so that nothing is done to the user's appearance unless explicitly requested.
* partially fixing avatar appearance codeDr Scofield2009-05-121-58/+62
|
* Fixed handling of inventory a bitHomer Horwitz2009-05-091-8/+8
| | | | | | | | | - AssetType isn't InventoryType. Those enums contain different numbers. Use AssetType for the asset type, InventoryType for the inventory type. - The ToString method (or ToLower) of AssetType/InventoryType doesn't necessarily return the correct LLSD string. - Replaced several magic numbers by their corresponding enum. - Fixed the invType for gestures and animations in the library. This should fix Mantis #3610 and the non-terminating inventory loading
* RemoteAdminPlugin was using a mixture of both "true"/"false" and 0/1Dr Scofield2009-05-071-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)
* From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-071-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.
* * If an item creator id contains an iar loaded name, create a temporary ↵Justin Clarke Casey2009-05-051-36/+4
| | | | profile and hashed UUID to represent the user
* Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames2009-05-052-5/+5
|
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-0414-5/+16
|
* * Initial infrastructure for ospa only uuid hashing of retrieved inventory itemsJustin Clarke Casey2009-05-041-6/+23
|
* Thanks BlueWall for Mantis #3578 - adding Hypergrid connection to JSON StatsDahlia Trimble2009-05-041-0/+2
|
* Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-05-021-0/+2
| | | | | | | | | Move json stats to non-published resource name Remove well-known resource name for json stats, creating dynamic uris with private keys and add a user configurable resource name for region owner usage.
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-04-291-1/+1
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-291-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.