Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-21 | 4 | -18/+18 | |
| | ||||||
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2008-10-20 | 7 | -63/+152 | |
| | | | | | | | | cleanups and assorted fixes to REST inventory, asset, and appearance services. | |||||
* | actually enabling SaveOAR XmlRpc ;-) | Dr Scofield | 2008-10-20 | 1 | -4/+93 | |
| | ||||||
* | Add the beginnings of a sim health check (through remote admin) | Melanie Thielker | 2008-10-10 | 1 | -0/+56 | |
| | ||||||
* | Small remote admin cleanups/additions | Melanie Thielker | 2008-10-09 | 1 | -0/+4 | |
| | ||||||
* | cleaning up OSHttpResponse: note that read access to extra header | Dr Scofield | 2008-10-06 | 1 | -40/+32 | |
| | | | | | | | | | | | | | | | fields is GONE (HttpServer does not support that), you can read the "normal" HTTP headers available via properties, and you can add headers. also, it is now possible to set a timeout for KeepAlive (for those clients that pay attention to it). this also fixes the broken REST inventory/assets/appearance services, they should be working again. testcase for OSHttpResponse will follow. | |||||
* | adds admin_exists_user XmlRpc call. | Dr Scofield | 2008-10-06 | 1 | -0/+74 | |
| | ||||||
* | - a couple of minor code cleanups in RestInventoryServices | Dr Scofield | 2008-09-30 | 1 | -25/+25 | |
| | | | | | | | - cleanups and more comments in ChatModule and IRCBridgeModule - adding Name support in ScenePresence | |||||
* | Update svn properties. Minor formatting cleanup. Fix a compiler warning. ↵ | Jeff Ames | 2008-09-28 | 1 | -1/+1 | |
| | | | | Fix a UUID vs null comparison. | |||||
* | * Patch from JHurliman | Teravus Ovares | 2008-09-26 | 2 | -32/+32 | |
| | | | | | | | | | * Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes.. | |||||
* | * minor: fix lolbug in RestInventoryService spotted by jhurliman | Justin Clarke Casey | 2008-09-26 | 1 | -2/+2 | |
| | ||||||
* | * minor: remove warnings | Justin Clarke Casey | 2008-09-26 | 1 | -2/+2 | |
| | ||||||
* | From: alan webb (alan_webb@us.ibm.com) | Dr Scofield | 2008-09-24 | 1 | -60/+60 | |
| | | | | | | cleanups. | |||||
* | cleanups, fixing REST appearance services. | Dr Scofield | 2008-09-24 | 2 | -110/+128 | |
| | ||||||
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-09-23 | 2 | -9/+9 | |
| | ||||||
* | this add POST support for asset services (howto forthcoming) and fixes | Dr Scofield | 2008-09-23 | 1 | -9/+109 | |
| | | | | | | | a couple of minor bugs. | |||||
* | cleanups in inventory REST code. also, disables digest authentications | Dr Scofield | 2008-09-22 | 6 | -9/+38 | |
| | | | | | | | | | | | for inventory REST calls for the time being, as firefox, curl, and also python's urllib2 cannot authenticate using digest auth. fix permission checking for prim inventory to be the same as for normal edit ops. | |||||
* | * minor: warnings removal | Justin Clarke Casey | 2008-09-21 | 3 | -17/+17 | |
| | ||||||
* | bugfix for shutdown | Tedd Hansen | 2008-09-21 | 1 | -2/+9 | |
| | ||||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-09-21 | 11 | -788/+788 | |
| | ||||||
* | Fix an exception in new ScriptEngine loader where a region would | Melanie Thielker | 2008-09-21 | 1 | -1/+2 | |
| | | | | | | throw on quit if there was no script engine loaded by the loader | |||||
* | More locks, try's and disable some things in SEC - maybe it won't crash now. :) | Tedd Hansen | 2008-09-21 | 3 | -14/+27 | |
| | ||||||
* | Some error handling to avoid errors in SEC | Tedd Hansen | 2008-09-21 | 2 | -18/+40 | |
| | ||||||
* | EXPERIMENTAL: Early commit of new Script Engine Component System | Tedd Hansen | 2008-09-21 | 12 | -0/+771 | |
| | ||||||
* | * minor: eliminate the current warnings | Justin Clarke Casey | 2008-09-19 | 1 | -1/+1 | |
| | | | | | | * you'd think from all this that I was one of those fanatically tidy people. I can assure you from looking around my bedroom/study that this is not the case :) | |||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-09-18 | 5 | -14/+14 | |
| | ||||||
* | and this actually adds the appearance code itself (and not just the | Dr Scofield | 2008-09-18 | 2 | -0/+1102 | |
| | | | | | | | check-in message) | |||||
* | Adds REST interface for setting avatar appearance. cleans up a couple | Dr Scofield | 2008-09-18 | 5 | -32/+62 | |
| | | | | | | | of places in the REST inventory code. | |||||
* | adds support to delete a region completely and offers that | Dr Scofield | 2008-09-18 | 1 | -4/+65 | |
| | | | | | | | | | | functionality via the console command "delete-region" and also via RemoteAdminPlugin. minor typo fix. | |||||
* | * Patch http://opensimulator.org/mantis/view.php?id=2158 | Justin Clarke Casey | 2008-09-12 | 1 | -9/+90 | |
| | | | | | | | | * RemoteAdmin SaveXMLMethod * My tiny mind isn't quite sure how this is useful, but the load xml equivalent is already there, so what the hell :) * Thanks Olish. | |||||
* | * some if inversions and added {}'s for readability | lbsa71 | 2008-09-08 | 1 | -3/+9 | |
| | ||||||
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 11 | -85/+87 | |
| | | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
* | fix: PostInitialise() not being called on script engines (nasty one that) | Dr Scofield | 2008-09-02 | 2 | -5/+1 | |
| | | | | | | cleanup: warnings, readability | |||||
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-28 | 7 | -388/+258 | |
| | ||||||
* | adds XmlRcpLoadOAR support to RemoteAdminPlugin.cs | Dr Scofield | 2008-08-28 | 1 | -0/+96 | |
| | ||||||
* | From: Richard Alimi <ralimi@us.ibm.com> | Sean Dague | 2008-08-27 | 1 | -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 Scofield | 2008-08-22 | 1 | -1/+1 | |
| | | | | | | | | - GridInfoServices was not paying attention to location of ini file - typo in RemoteAdminPlugin | |||||
* | - fixes a bug in RemoteAdminPlugin where CreateRegion would not pay | Dr Scofield | 2008-08-22 | 1 | -12/+27 | |
| | | | | | | | | | attention to regionload_regionsdir from OpenSim.ini - fixes a type on RegionLoaderFileSystem | |||||
* | - corrects statement about {asset,user,inventory} source configuration | Dr Scofield | 2008-08-21 | 1 | -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 Scofield | 2008-08-20 | 5 | -20/+11 | |
| | ||||||
* | oops. forgot. | Dr Scofield | 2008-08-20 | 2 | -0/+289 | |
| | ||||||
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2008-08-20 | 6 | -895/+1573 | |
| | | | | | | cleanups of the REST inventory code. | |||||
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-19 | 8 | -101/+30 | |
| | ||||||
* | * If two regions have configuration information that conflicts (save xy ↵ | Justin Clarke Casey | 2008-08-18 | 1 | -2/+55 | |
| | | | | location, same uuid or same internal ip port) then complain loudly and don't start up | |||||
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 7 | -332/+230 | |
| | ||||||
* | Fix up master avatar handling for estate owners. Introduces a new | Melanie Thielker | 2008-08-15 | 1 | -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 Ames | 2008-08-15 | 1 | -3/+5 | |
| | ||||||
* | From: Richard Alimi <ralimi@us.ibm.com> | Dr Scofield | 2008-08-15 | 1 | -0/+44 | |
| | | | | | | The following patch allows an asset to be added via the REST interface. | |||||
* | From: Richard Alimi <ralimi@us.ibm.com> | Dr Scofield | 2008-08-15 | 1 | -0/+29 | |
| | | | | | | | | The following patch implements adding prims to a region using the Xml2 format. | |||||
* | From: Richard Alimi <ralimi@us.ibm.com> | Dr Scofield | 2008-08-15 | 1 | -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). |