| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
* | * Make it easier to follow logins on the user server by changing and tidying ... | Justin Clarke Casey | 2008-04-15 | 2 | -9/+11 |
* | * Send a meaningful response to both the user server console and the client i... | Justin Clarke Casey | 2008-04-15 | 1 | -0/+2 |
* | * Fix a bug in the friends module that causes a friend not to appear online w... | Teravus Ovares | 2008-04-13 | 1 | -1/+16 |
* | * Reduce publicly exposed fields on InventoryCollection, which was causing du... | Justin Clarke Casey | 2008-04-11 | 1 | -32/+27 |
* | * Change inventory async response deliver to deliver all items and folders at... | Justin Clarke Casey | 2008-04-11 | 1 | -2/+1 |
* | * Discerned between AddProfile and UpdateProfile in region registration | lbsa71 | 2008-04-11 | 1 | -1/+11 |
* | * Minor: really just comment and subsequent indentation adjustment. Preparat... | Justin Clarke Casey | 2008-04-10 | 1 | -0/+6 |
* | * Refactor GetUsersInventory() | Justin Clarke Casey | 2008-04-10 | 1 | -9/+33 |
* | * Minor inventory message cleanup and documentation | Justin Clarke Casey | 2008-04-10 | 1 | -1/+10 |
* | renaming of attributes in UserAgentData for readability | Sean Dague | 2008-04-10 | 1 | -19/+19 |
* | changing UserAgentData to use properties. This caused more | Sean Dague | 2008-04-10 | 1 | -25/+24 |
* | further renaming of properties for clarity | Sean Dague | 2008-04-10 | 2 | -15/+15 |
* | moved fields to properties for UserDataProfile, which was | Sean Dague | 2008-04-10 | 2 | -67/+67 |
* | Patch by lulurun - 0000916: support secondlife client's "-url sim/x/y/z" option | Teravus Ovares | 2008-04-10 | 1 | -1/+12 |
* | further refactor and rename of InventoryFolderBase properties | Sean Dague | 2008-04-08 | 2 | -4/+4 |
* | more refactoring, this time on InventoryFolderBase | Sean Dague | 2008-04-07 | 3 | -21/+21 |
* | Refactor InventoryItemBase to do the following: | Sean Dague | 2008-04-07 | 1 | -6/+6 |
* | remove the debug files, these must have been added by accident | Sean Dague | 2008-04-07 | 2 | -43/+0 |
* | changing more references to OpenSim.Data | Sean Dague | 2008-04-02 | 5 | -9/+9 |
* | Set default terrain to complete flat terrain (at 26 height). Even flat terrai... | MW | 2008-04-02 | 1 | -1/+1 |
* | * Updating the version of the ODE library. (big update). The Mac library nee... | Teravus Ovares | 2008-04-02 | 1 | -0/+111 |
* | * Remove the quit command from the inventory console which was actually addin... | Justin Clarke Casey | 2008-04-01 | 1 | -1/+0 |
* | * Minor: If a user exists but has no inventory in standalone, automatically c... | Justin Clarke Casey | 2008-03-31 | 1 | -1/+1 |
* | * Stop the grid inventory service sending all folder and item details twice | Justin Clarke Casey | 2008-03-30 | 1 | -23/+9 |
* | * Refactor: Remove unused inventory methods, some of which weren't properly i... | Justin Clarke Casey | 2008-03-29 | 1 | -0/+11 |
* | * CODE: Add phat warning to RootFolders http request since it no longer does ... | Justin Clarke Casey | 2008-03-29 | 1 | -0/+5 |