| Commit message (Expand) | Author | Age | Files | Lines |
* | * refactor: move loadInv and saveInv command line param functions up to the i... | Justin Clarke Casey | 2008-10-19 | 1 | -47/+0 |
* | * move command line parsing code from inventory archive modules to opensim se... | Justin Clarke Casey | 2008-10-19 | 1 | -4/+20 |
* | * Adding CrytoGridAssetClient support - allows encrypting assets that are sto... | Adam Frisby | 2008-10-14 | 1 | -0/+10 |
* | Fix a path issue i caused in a prior commit | Melanie Thielker | 2008-10-11 | 1 | -8/+5 |
* | Add a "inimaster" switch to OpenSim.ini. It will load a master ini file | Melanie Thielker | 2008-10-11 | 1 | -3/+14 |
* | * Fix http://opensimulator.org/mantis/view.php?id=2368 | Justin Clarke Casey | 2008-10-09 | 1 | -0/+9 |
* | Provide a sane value for DefaultScriptEngine (ScriptEngine.DotNetEngine) | Melanie Thielker | 2008-10-09 | 1 | -2/+1 |
* | * Tidy up configuration stuff, eliminated default setting duplication along t... | Justin Clarke Casey | 2008-10-04 | 1 | -56/+41 |
* | * minor: both OpenSimBase and the Voice and RemoteAdmin modules were checking... | Justin Clarke Casey | 2008-10-04 | 1 | -18/+0 |
* | * minor: slightly simplify code in setting up the default configuration | Justin Clarke Casey | 2008-10-03 | 1 | -34/+29 |
* | * oops, fix build break. | Justin Clarke Casey | 2008-10-03 | 1 | -15/+11 |
* | * refactor: make shutdown a template method in the same manner as startup, fo... | Justin Clarke Casey | 2008-10-03 | 1 | -3/+1 |
* | * refactor: make startup a template method | Justin Clarke Casey | 2008-10-03 | 1 | -3/+3 |
* | * Fix http://opensimulator.org/mantis/view.php?id=2189 for real this time | Justin Clarke Casey | 2008-09-29 | 1 | -1/+8 |
* | * reactor: move inventory archive classes into separate Inventory/Archiver di... | Justin Clarke Casey | 2008-09-29 | 1 | -2/+1 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2294 | Justin Clarke Casey | 2008-09-29 | 1 | -75/+14 |
* | Change the scirpt engine loading mechanism. Script engines are now | Melanie Thielker | 2008-09-21 | 1 | -27/+2 |
* | * Enables logins to regions on a grid once they have finished starting up (th... | Justin Clarke Casey | 2008-09-19 | 1 | -1/+1 |
* | * Only allow logins on standalone when the sim has completed it's initial sta... | Justin Clarke Casey | 2008-09-19 | 1 | -16/+22 |
* | adds support to delete a region completely and offers that | Dr Scofield | 2008-09-18 | 1 | -0/+31 |
* | * refactor: Break out IUserServiceAdmin out of IUserService since admin metho... | Justin Clarke Casey | 2008-09-15 | 1 | -1/+1 |
* | * Start loading prims after region module configuration rather than before | Justin Clarke Casey | 2008-09-11 | 1 | -0/+5 |
* | * some if inversions and added {}'s for readability | lbsa71 | 2008-09-08 | 1 | -8/+28 |
* | Mantis #2133 | Melanie Thielker | 2008-09-06 | 1 | -4/+4 |
* | * Replace a Try/catch I commented out while testing/fixing issues. | Teravus Ovares | 2008-09-06 | 1 | -8/+8 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -14/+14 |
* | fix: PostInitialise() not being called on script engines (nasty one that) | Dr Scofield | 2008-09-02 | 1 | -4/+6 |
* | * Added "File Asset Client" to OpenSim Asset Server-types. | Adam Frisby | 2008-08-30 | 1 | -0/+4 |
* | * This commit incorporates the heart of the OpenGridProtocol patch that is cu... | Teravus Ovares | 2008-08-25 | 1 | -1/+1 |
* | bug fixes: | Dr Scofield | 2008-08-22 | 1 | -1/+2 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -25/+25 |
* | * Move GridInfoService into Framework.Communications and eliminate Common.Com... | Justin Clarke Casey | 2008-08-16 | 1 | -1/+1 |
* | * Make currently selected region appear in the region console prompt | Justin Clarke Casey | 2008-08-05 | 1 | -3/+0 |
* | * Allow an individual item to be specified as well as a folder in save-inv | Justin Clarke Casey | 2008-07-31 | 1 | -10/+15 |
* | * refactor: rearrange path inventory manipulation so that input tidying can b... | Justin Clarke Casey | 2008-07-31 | 1 | -13/+23 |
* | * allow inventory folders to be located by path | Justin Clarke Casey | 2008-07-31 | 1 | -2/+41 |
* | * minor: reduce coupling by passing in only session id to CachedUserInfo | Justin Clarke Casey | 2008-07-31 | 1 | -0/+7 |
* | * minor: temporarily command out variables to prevent compile warnings | Justin Clarke Casey | 2008-07-29 | 1 | -2/+2 |
* | * add file path parameter to save-inv (in development) | Justin Clarke Casey | 2008-07-29 | 1 | -2/+3 |
* | * find user on save-inv | Justin Clarke Casey | 2008-07-29 | 1 | -0/+26 |
* | * minor: route create user through underlying super class method rather than ... | Justin Clarke Casey | 2008-07-29 | 1 | -6/+1 |
* | * refactor: move create user console command parsing down to OpenSim.cs from ... | Justin Clarke Casey | 2008-07-29 | 1 | -2/+0 |
* | * Put in stub code for inventory backup. | Justin Clarke Casey | 2008-07-29 | 1 | -2/+7 |
* | moving GridInfo application plugin into a common standalone/grid | Dr Scofield | 2008-07-28 | 1 | -0/+7 |
* | The new secure inventory server mode (in r5590) can now be disabled from Open... | Johan Berntsson | 2008-07-23 | 1 | -0/+1 |
* | Introduce a separate connection string for estates, which defaults to the one gi | Melanie Thielker | 2008-07-18 | 1 | -5/+4 |
* | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ... | Mike Mazur | 2008-07-18 | 1 | -2/+1 |
* | Patch #9151 | Melanie Thielker | 2008-07-18 | 1 | -1/+0 |
* | * Hive off ConsolePluginCommand into its own framework class | Justin Clarke Casey | 2008-07-12 | 1 | -0/+1 |
* | * Start compressing archives | Justin Clarke Casey | 2008-07-12 | 1 | -1/+1 |