| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | in theory implement the backend of appearance for grid. | Sean Dague | 2008-05-16 | 2 | -0/+46 |
* | * Minor: For no particularly good reason, make all console prompts conform to... | Justin Clarke Casey | 2008-05-16 | 6 | -6/+6 |
* | Minor cleanup. | Jeff Ames | 2008-05-16 | 1 | -1/+1 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 29 | -231/+231 |
* | * Refactored IConfigSource into Physics plug-ins and Scene. We can get rid of... | Teravus Ovares | 2008-05-14 | 1 | -2/+4 |
* | * Refactor additional stats collection common code into base opensim server | Justin Clarke Casey | 2008-05-14 | 2 | -18/+4 |
* | More formatting cleanup. Minor refactoring. | Jeff Ames | 2008-05-14 | 4 | -10/+20 |
* | More formatting cleanup. | Jeff Ames | 2008-05-14 | 9 | -100/+76 |
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 10 | -42/+43 |
* | * Remove old historical grid inventory code | Justin Clarke Casey | 2008-05-13 | 2 | -212/+1 |
* | * As part of the region registration process, the grid service now requests t... | Justin Clarke Casey | 2008-05-13 | 2 | -11/+57 |
* | * Refactor: Creating grid login exceptions to try and break up a large method. | Justin Clarke Casey | 2008-05-12 | 1 | -71/+109 |
* | * Minor: Make some direct grid server console output into logged messages ins... | Justin Clarke Casey | 2008-05-12 | 1 | -7/+10 |
* | * If a region running in grid mode fails to login to the grid service, startu... | Justin Clarke Casey | 2008-05-12 | 1 | -1/+1 |
* | * Minor: Change 'delete region' message to region logout message | Justin Clarke Casey | 2008-05-12 | 1 | -1/+2 |
* | * Minor: Commenting out message detailing all individual map information disp... | Justin Clarke Casey | 2008-05-12 | 1 | -2/+1 |
* | * Minor: Initial cleaning up of some of the grid sim login messages | Justin Clarke Casey | 2008-05-12 | 1 | -22/+25 |
* | * Removing polling delay for non-CAPS inventory fetch if the client has not y... | Justin Clarke Casey | 2008-05-09 | 1 | -1/+4 |
* | * Fix opensim region server shutdown. | Justin Clarke Casey | 2008-05-09 | 3 | -3/+3 |
* | * Reduced sleep durations in a number of files. | Adam Frisby | 2008-05-08 | 1 | -6/+1 |
* | * Some refactorings. | Adam Frisby | 2008-05-08 | 1 | -1/+1 |
* | * Move shutdown processing to base OpenSimServer, overriding the method where... | Justin Clarke Casey | 2008-05-07 | 6 | -55/+18 |
* | * Refactor: Break out permissions code into a separate region PermissionsModule | Justin Clarke Casey | 2008-05-05 | 1 | -2/+2 |
* | * Add ability to defer item actions for AddItem() and DeleteItem(). This won... | Justin Clarke Casey | 2008-05-03 | 1 | -1/+1 |
* | * Refactor RemoveItem() | Justin Clarke Casey | 2008-05-03 | 1 | -1/+1 |
* | * Refactor: move UpdateFolder into CachedUserInfo | Justin Clarke Casey | 2008-05-03 | 1 | -1/+1 |
* | * Refactor: Move bulk of CreateFolder from UserProfileCacheService into Cache... | Justin Clarke Casey | 2008-05-03 | 1 | -58/+8 |
* | plumb in connection string to the user database paths. mysql and mssql | Sean Dague | 2008-05-02 | 1 | -1/+1 |
* | * Refactor: Remove the unused userID parameter that was being passed into alm... | Justin Clarke Casey | 2008-05-01 | 2 | -88/+6 |
* | * Rolled back a few changes. | Adam Frisby | 2008-05-01 | 34 | -674/+648 |
* | * Cleaning code still. | Adam Frisby | 2008-05-01 | 34 | -648/+674 |
* | * Breaking all the code, breaking all the code..! | Adam Frisby | 2008-05-01 | 4 | -18/+7 |
* | * Cleaned namespaces of entire solution. OpenSim directories now correspond w... | Adam Frisby | 2008-05-01 | 5 | -10/+9 |
* | * Assorted spring cleanings. | Adam Frisby | 2008-05-01 | 2 | -2/+1 |
* | * Spring cleaned a bunch of '//TODO: unused' marked functions. | Adam Frisby | 2008-04-30 | 1 | -13/+0 |
* | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank... | Teravus Ovares | 2008-04-30 | 1 | -0/+5 |
* | * Implement full grid mode Trash empty | Justin Clarke Casey | 2008-04-23 | 2 | -9/+19 |
* | add a database_connect field for the asset server config | Sean Dague | 2008-04-23 | 1 | -3/+3 |
* | allow for Inventory database source to be specified in main | Sean Dague | 2008-04-23 | 2 | -3/+3 |
* | * Implement proper emptying of trashcan on standalone | Justin Clarke Casey | 2008-04-23 | 1 | -0/+10 |
* | * Allow folder renaming to complete after an agent inventory has been receive... | Justin Clarke Casey | 2008-04-22 | 1 | -1/+5 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 28 | -118/+84 |
* | * Extra log line to notify the user console when a new user inventory skeleto... | Justin Clarke Casey | 2008-04-20 | 1 | -0/+4 |
* | * Remove user profile from cache when they log out from a region. | Justin Clarke Casey | 2008-04-20 | 1 | -1/+1 |
* | * Change user inventory create from explicit 'create user' command on the con... | Justin Clarke Casey | 2008-04-20 | 2 | -11/+34 |
* | * Change lazy user inventory creation on first login to synchronous rather th... | Justin Clarke Casey | 2008-04-20 | 1 | -15/+20 |
* | * On grid mode, if the inventory service is responding but returning an empty... | Justin Clarke Casey | 2008-04-20 | 1 | -20/+4 |
* | * Refactor: Remove redundant try/catch from asset request since this is now h... | Justin Clarke Casey | 2008-04-18 | 1 | -47/+42 |
* | * Implements 'Set Home to Here' | Teravus Ovares | 2008-04-17 | 1 | -0/+87 |
* | * Tiny, tiny, login message refinement to reduce human parsing requirements | Justin Clarke Casey | 2008-04-15 | 1 | -1/+1 |