| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Minor formatting cleanup. | Jeff Ames | 2008-12-03 | 1 | -7/+7 |
* | * Locked some RemoteAdmin methods due to racing condition bad behavior. | Sean Dague | 2008-12-03 | 1 | -392/+407 |
* | * minor: A few tiny bits of documentation and log message cleanup before star... | Justin Clarke Casey | 2008-12-01 | 1 | -1/+0 |
* | * Assume that asset data in a reset inventory post is not inlined by default | Justin Clarke Casey | 2008-12-01 | 1 | -3/+2 |
* | * stop inventory item creation via REST falling over on any included assets t... | Justin Clarke Casey | 2008-12-01 | 1 | -93/+93 |
* | * minor: fix log message printed when unrecognized elements are found in inve... | Justin Clarke Casey | 2008-12-01 | 2 | -135/+119 |
* | * refactor: rename UserServiceAdmin to UserAdminService | Justin Clarke Casey | 2008-11-28 | 1 | -3/+3 |
* | * refactor: move CreateUser into UserServiceAdmin | Justin Clarke Casey | 2008-11-28 | 1 | -3/+9 |
* | Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that: | Charles Krinke | 2008-11-23 | 1 | -3/+101 |
* | Add group permissions to agent inventory. | Melanie Thielker | 2008-11-14 | 1 | -0/+8 |
* | minor: remove mono compiler warnings | Justin Clarke Casey | 2008-11-10 | 1 | -1/+2 |
* | this changeset adds an option to RemoteAdmin to limit the number of | Dr Scofield | 2008-11-10 | 1 | -0/+7 |
* | Refactoring: Moved component creation to "ComponentFactory" as dictated by co... | Tedd Hansen | 2008-11-09 | 3 | -101/+148 |
* | * "Fixed" a NRE with the new script engine Tedd committed | Adam Frisby | 2008-11-08 | 1 | -8/+14 |
* | Work in progress on SECS stuff. Have been holding it off until after 0.6 rele... | Tedd Hansen | 2008-11-08 | 13 | -632/+182 |
* | adding region_port field to /admin/rest/regions/UUID/ to convey the | Dr Scofield | 2008-11-07 | 1 | -0/+4 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-01 | 1 | -2/+2 |
* | From: Alan Webb (alan_webb@us.ibm.com) | Dr Scofield | 2008-10-30 | 2 | -12/+18 |
* | From: Alan Webb (alan_webb@us.ibm.com) | Dr Scofield | 2008-10-30 | 1 | -8/+29 |
* | adding documentation for region_master_uuid to XML doc comments | Dr Scofield | 2008-10-23 | 1 | -0/+2 |
* | fix: allowing explicit setting of UUID for master avatar in | Dr Scofield | 2008-10-23 | 1 | -7/+18 |
* | fix: recent patch to XmlRpcCreateRegionMethod introduced master avatar | Dr Scofield | 2008-10-23 | 1 | -5/+23 |
* | Adding AddXmlRpcHandler(name, method, bool) to selectively disable | Dr Scofield | 2008-10-23 | 1 | -14/+14 |
* | 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 |
* | 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 |
* | 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 |
* | Update svn properties. Minor formatting cleanup. Fix a compiler warning. F... | Jeff Ames | 2008-09-28 | 1 | -1/+1 |
* | * Patch from JHurliman | Teravus Ovares | 2008-09-26 | 2 | -32/+32 |
* | * 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, 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 |
* | cleanups in inventory REST code. also, disables digest authentications | Dr Scofield | 2008-09-22 | 6 | -9/+38 |
* | * 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 |
* | 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 |
* | 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 |