aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield2008-09-022-5/+1
| | | | | | cleanup: warnings, readability
* Update svn properties, formatting cleanup.Jeff Ames2008-08-287-388/+258
|
* adds XmlRcpLoadOAR support to RemoteAdminPlugin.csDr Scofield2008-08-281-0/+96
|
* From: Richard Alimi <ralimi@us.ibm.com>Sean Dague2008-08-271-1/+1
| | | | | | | | The following patch fixes the import of assets via the REST interface to use the proper Base64->Bytes conversion. The previous conversion did not work correctly for binary data, in particular for textures.
* bug fixes:Dr Scofield2008-08-221-1/+1
| | | | | | | | - GridInfoServices was not paying attention to location of ini file - typo in RemoteAdminPlugin
* - fixes a bug in RemoteAdminPlugin where CreateRegion would not payDr Scofield2008-08-221-12/+27
| | | | | | | | | attention to regionload_regionsdir from OpenSim.ini - fixes a type on RegionLoaderFileSystem
* - corrects statement about {asset,user,inventory} source configurationDr Scofield2008-08-211-3/+8
| | | | | | | | | | | | | as those all work with MySQL (and are in fact required it seems); adds examples as well - adds region_file_template functionality for the create_region XmlRpc call of RemoteAdminPlugin - cleans up and fixes typo in UserProfileData
* fixing Rest/Inventory stuff again. changes somehow got lost locally.Dr Scofield2008-08-205-20/+11
|
* oops. forgot.Dr Scofield2008-08-202-0/+289
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2008-08-206-895/+1573
| | | | | | cleanups of the REST inventory code.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-198-101/+30
|
* * If two regions have configuration information that conflicts (save xy ↵Justin Clarke Casey2008-08-181-2/+55
| | | | location, same uuid or same internal ip port) then complain loudly and don't start up
* Formatting cleanup.Jeff Ames2008-08-187-332/+230
|
* Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker2008-08-151-1/+4
| | | | | | | | | hierarchical rights structure. MasterAvatar: Owner of the region server (may be null), net gods (users with GodLevel 200), Estate owner (from database). Look at Opensim.ini.example to enable net gods. Estate owner will default to master avatar.
* Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames2008-08-151-3/+5
|
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-0/+44
| | | | | | The following patch allows an asset to be added via the REST interface.
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-0/+29
| | | | | | | | The following patch implements adding prims to a region using the Xml2 format.
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-4/+35
| | | | | | | | | | | | | | | | The following patch implements retrieving prims in Xml2 format via the REST interface. For example: http://localhost:9000/admin/regions/<region-uuid>/prims/ It also allows an additional parameter which specifies a bounding box. If this parameter is specified, only prims within the bounding box are retrieved. For example: http://localhost:9000/admin/regions/8cd759b4-e077-489d-9a34-e1ff70ef65dd/prims/0,0,0,128,128,128 will retrieve only the prims whose positions are in the bounding box with corners (0,0,0) and (128,128,128).
* From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield2008-08-151-1/+1
| | | | | | | The following patch allows spaces in usernames and passwords in HTTP Basic authentication for REST services.
* Minor formatting cleanup.Jeff Ames2008-08-071-1/+1
|
* From: alan webb <alan_webb@us.ibm.com>Dr Scofield2008-08-061-2/+6
| | | | | | | this adds image conversion features to the REST inventory/asset code.
* Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵Mike Mazur2008-08-064-0/+44
| | | | dlls. Fix issue 1876.
* dropping GridInfo prototype, now properly implemented asDr Scofield2008-07-281-122/+0
| | | | | | | GridInfoService.
* oops. forgot to add addin.xml for GridInfoPlugin. also, slightDr Scofield2008-07-251-1/+2
| | | | | | | | | reordering of plugin initialisation to ensure that it will return base information about grid, even if [GridInfo] config section is not there.
* first cut at a GridInfo plugin (mantis #1825). Currently just spitsDr Scofield2008-07-251-0/+121
| | | | | | | | | | | | | | out everything in the [GridInfo] section :-D Also, not yet LLSD but XmlRpc, LLSD via GET will follow. OpenSim.ini.example contains sample values and explanation. Oh, and default values provided are platform: OpenSim mode: standalone | grid have fun.
* From: awebbDr Scofield2008-07-252-0/+284
| | | | | | test code for REST handlers.
* From: awebbDr Scofield2008-07-256-308/+620
| | | | | | Further improvements to the REST handlers.
* Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur2008-07-235-29/+0
| | | | attributes to external XML files. Fix issues 1682 and 1786.
* * eliminated some warnings and added some const and readonlieslbsa712008-07-211-1/+1
| | | | | | | | | * refactored some member names for readability and ccc (code convention conformance) * took away two refs from Rest.Inventory since * System.IO is part of System * System.Xml.Serialization is part of System.Xml
* adding support for Xml2 serialization format to XmlRpcLoadXMLMethod.Dr Scofield2008-07-141-1/+20
|
* Mantis#1682. Revert temporarily, Sempuki's mono addins patchCharles Krinke2008-07-117-0/+31
| | | | | while he studies the issues in Windows a little bit.
* Mantis#1541. Thank you kindly, Phrearch for a patch that:Charles Krinke2008-07-101-3/+3
| | | | | Solves Remote Admin create_region type Casting failure.
* Mantis#1682. Thank you kindly, Sempuki for a patch that:Charles Krinke2008-07-107-31/+0
| | | | | | Move control of Mono.Addins from source attributes to external XML files. This removes a lot of coupling of the source with Mono.Addins
* Copyright notices and formatting cleanup.Jeff Ames2008-07-063-4/+4
|
* Renaming UserManagerBase.SetUserProfile(UserProfileData) to Dr Scofield2008-07-041-0/+106
| | | | | | | | | | | UserManager.UpdateUserProfile(UserProfileData). Adding UpdateUserProfile(UserProfileData) to IUserService interface. Adding RemoteAdminPlugin.XmlRpcUpdateUserAccountMethod(...) to provide a remote update capability.
* * Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2008-07-022-8/+0
| | | | | | | | * Migration should be automatic on sqlite and mysql * Migration is not automatic on mssql, you will need to drop the invType column manually * Migration should be fine, but as for any db change, I would recommend making sure you have backups before moving past this revision
* From: Alan M Webb <awebb@vnet.ibm.com>Dr Scofield2008-07-026-0/+4524
| | | | | | | This adds REST services for inventory access. It also allows inventory uploads.
* making XmlRpcs of RemoteController more robust; this fixes mantis #1467Dr Scofield2008-07-011-17/+23
|
* Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke2008-06-273-4/+46
| | | | | | | | | | Currently module loading is done ad-hoc. I propose creating a simple loader class that leverages Mono.Addins (and perhaps the new .NET addins when they become available in mono). Attached is a basic patch for review that compiles into HEAD, but doesn't yet replace any existing ad-hoc loaders.
* small change to last commitMW2008-06-263-9/+9
|
* As per the suggestion on the mailing list, added support for a OpenSim.xml ↵MW2008-06-263-9/+9
| | | | | | | config file, instead of a ini file. INI files still work the same as they did before, just now if a ini file isn't found, it looks for a OpenSim.xml file (of course in xml format) and if found uses that. Includes a OpenSim.Example.xml for reference (the default settings saved as a xml file).
* * Refactor: Split opensim background server into a separate classJustin Clarke Casey2008-06-014-8/+8
|
* while investigating why IRCBridgeModule.Close() was having no effect, iDr Scofield2008-05-302-3/+14
| | | | | | | | | | | | | | | | | | | noticed that Scene.Close() will only call Close on non-shared region modules. i've now added code to SceneManager.Close() to collect all shared region module from each scene before calling Scene.Close() on it and then, once, all Scenes are closed, go through the list of collected shared region modules and close them as well. SceneManager.Close() is only called when we initiate a shutdown --- i've verified that a Scene restart does not trigger the shutdown of shared modules :-) also, this adds a couple of bug fixes to the IRCBridgeModule (which after all didn't take kindly to being closed) as well as a check to InterregionModule's Close() call. finally, this fixes the RestPlugin's XmlWriter so that it no longer includes the "xsd=..." and "xsi=..." junk.
* cleaning up returned XML REST doclet (no more xsi, xsd) Dr Scofield2008-05-295-4/+66
|
* Formatting cleanup.Jeff Ames2008-05-282-3/+3
|
* cleaning up: coding style guidelines violation in RestPlugin.cs. Dr Scofield2008-05-271-1/+2
| | | | | | adding support for enabled = true|false for IRCBridgeModule
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-255-172/+167
|
* here are further enhancements to the IHttpAgentHandler and to BaseHttpServer ↵Dr Scofield2008-05-224-24/+172
| | | | | | | | | | | | | (from awebb) i've added the OSHttpStatusCodes enumeration of HTTP status codes, have adapted BaseHttpServer to use those. then RestPlugin now has proper Failure handling returning proper HTTP status codes. Regions/POSTHandler is work-in-progress.
* renaming GETRestRegionPlugin to GETHandler as that's what it really is.Dr Scofield2008-05-211-0/+0
|
* i'm extending the RestStreamHandler.Handler(...) signature to actually Dr Scofield2008-05-202-6/+62
| | | | | | | | | | | provide OSHttpRequest and OSHttpResponse to our REST handler. also, this adds proper RestPlugin.IsGod() checking against the X-OpenSim-Godkey HTTP request header. last, i added XML doc comments to RestPlugin.cs