Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 | 1 | -27/+27 |
| | | | | | | | | | * 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: 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 | 1 | -0/+826 |
| | | | | | | | 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. | ||||
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 5 | -56/+58 |
| | | | | | | | * 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. | ||||
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-28 | 7 | -388/+258 |
| | |||||
* | 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. | ||||
* | 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 | 7 | -83/+12 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 5 | -323/+221 |
| | |||||
* | 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 | -1/+1 |
| | | | | | | | The following patch allows spaces in usernames and passwords in HTTP Basic authentication for REST services. | ||||
* | Minor formatting cleanup. | Jeff Ames | 2008-08-07 | 1 | -1/+1 |
| | |||||
* | From: alan webb <alan_webb@us.ibm.com> | Dr Scofield | 2008-08-06 | 1 | -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 Mazur | 2008-08-06 | 1 | -0/+11 |
| | | | | dlls. Fix issue 1876. | ||||
* | From: awebb | Dr Scofield | 2008-07-25 | 2 | -0/+284 |
| | | | | | | test code for REST handlers. | ||||
* | From: awebb | Dr Scofield | 2008-07-25 | 6 | -308/+620 |
| | | | | | | Further improvements to the REST handlers. | ||||
* | Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵ | Mike Mazur | 2008-07-23 | 1 | -7/+0 |
| | | | | attributes to external XML files. Fix issues 1682 and 1786. | ||||
* | * eliminated some warnings and added some const and readonlies | lbsa71 | 2008-07-21 | 1 | -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 | ||||
* | Mantis#1682. Revert temporarily, Sempuki's mono addins patch | Charles Krinke | 2008-07-11 | 1 | -0/+7 |
| | | | | | while he studies the issues in Windows a little bit. | ||||
* | Mantis#1682. Thank you kindly, Sempuki for a patch that: | Charles Krinke | 2008-07-10 | 1 | -7/+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 Ames | 2008-07-06 | 3 | -4/+4 |
| | |||||
* | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 2008-07-02 | 2 | -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 Scofield | 2008-07-02 | 6 | -0/+4524 |
This adds REST services for inventory access. It also allows inventory uploads. |