| Commit message (Expand) | Author | Files | Lines |
2008-05-12 | * Minor: Make some direct grid server console output into logged messages ins... | Justin Clarke Casey | 1 | -7/+10 |
2008-05-12 | * If a region running in grid mode fails to login to the grid service, startu... | Justin Clarke Casey | 1 | -1/+1 |
2008-05-12 | * Minor: Change 'delete region' message to region logout message | Justin Clarke Casey | 1 | -1/+2 |
2008-05-12 | * Minor: Commenting out message detailing all individual map information disp... | Justin Clarke Casey | 1 | -2/+1 |
2008-05-12 | * Minor: Initial cleaning up of some of the grid sim login messages | Justin Clarke Casey | 1 | -22/+25 |
2008-05-09 | * Removing polling delay for non-CAPS inventory fetch if the client has not y... | Justin Clarke Casey | 1 | -1/+4 |
2008-05-09 | * Fix opensim region server shutdown. | Justin Clarke Casey | 3 | -3/+3 |
2008-05-08 | * Reduced sleep durations in a number of files. | Adam Frisby | 1 | -6/+1 |
2008-05-08 | * Some refactorings. | Adam Frisby | 1 | -1/+1 |
2008-05-07 | * Move shutdown processing to base OpenSimServer, overriding the method where... | Justin Clarke Casey | 6 | -55/+18 |
2008-05-05 | * Refactor: Break out permissions code into a separate region PermissionsModule | Justin Clarke Casey | 1 | -2/+2 |
2008-05-03 | * Add ability to defer item actions for AddItem() and DeleteItem(). This won... | Justin Clarke Casey | 1 | -1/+1 |
2008-05-03 | * Refactor RemoveItem() | Justin Clarke Casey | 1 | -1/+1 |
2008-05-03 | * Refactor: move UpdateFolder into CachedUserInfo | Justin Clarke Casey | 1 | -1/+1 |
2008-05-03 | * Refactor: Move bulk of CreateFolder from UserProfileCacheService into Cache... | Justin Clarke Casey | 1 | -58/+8 |
2008-05-02 | plumb in connection string to the user database paths. mysql and mssql | Sean Dague | 1 | -1/+1 |
2008-05-01 | * Refactor: Remove the unused userID parameter that was being passed into alm... | Justin Clarke Casey | 2 | -88/+6 |
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 34 | -674/+648 |
2008-05-01 | * Cleaning code still. | Adam Frisby | 34 | -648/+674 |
2008-05-01 | * Breaking all the code, breaking all the code..! | Adam Frisby | 4 | -18/+7 |
2008-05-01 | * Cleaned namespaces of entire solution. OpenSim directories now correspond w... | Adam Frisby | 5 | -10/+9 |
2008-05-01 | * Assorted spring cleanings. | Adam Frisby | 2 | -2/+1 |
2008-04-30 | * Spring cleaned a bunch of '//TODO: unused' marked functions. | Adam Frisby | 1 | -13/+0 |
2008-04-30 | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank... | Teravus Ovares | 1 | -0/+5 |
2008-04-23 | * Implement full grid mode Trash empty | Justin Clarke Casey | 2 | -9/+19 |
2008-04-23 | add a database_connect field for the asset server config | Sean Dague | 1 | -3/+3 |
2008-04-23 | allow for Inventory database source to be specified in main | Sean Dague | 2 | -3/+3 |
2008-04-23 | * Implement proper emptying of trashcan on standalone | Justin Clarke Casey | 1 | -0/+10 |
2008-04-22 | * Allow folder renaming to complete after an agent inventory has been receive... | Justin Clarke Casey | 1 | -1/+5 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 28 | -118/+84 |
2008-04-20 | * Extra log line to notify the user console when a new user inventory skeleto... | Justin Clarke Casey | 1 | -0/+4 |
2008-04-20 | * Remove user profile from cache when they log out from a region. | Justin Clarke Casey | 1 | -1/+1 |
2008-04-20 | * Change user inventory create from explicit 'create user' command on the con... | Justin Clarke Casey | 2 | -11/+34 |
2008-04-20 | * Change lazy user inventory creation on first login to synchronous rather th... | Justin Clarke Casey | 1 | -15/+20 |
2008-04-20 | * On grid mode, if the inventory service is responding but returning an empty... | Justin Clarke Casey | 1 | -20/+4 |
2008-04-18 | * Refactor: Remove redundant try/catch from asset request since this is now h... | Justin Clarke Casey | 1 | -47/+42 |
2008-04-17 | * Implements 'Set Home to Here' | Teravus Ovares | 1 | -0/+87 |
2008-04-15 | * Tiny, tiny, login message refinement to reduce human parsing requirements | Justin Clarke Casey | 1 | -1/+1 |
2008-04-15 | * Make it easier to follow logins on the user server by changing and tidying ... | Justin Clarke Casey | 2 | -9/+11 |
2008-04-15 | * Send a meaningful response to both the user server console and the client i... | Justin Clarke Casey | 1 | -0/+2 |
2008-04-13 | * Fix a bug in the friends module that causes a friend not to appear online w... | Teravus Ovares | 1 | -1/+16 |
2008-04-11 | * Reduce publicly exposed fields on InventoryCollection, which was causing du... | Justin Clarke Casey | 1 | -32/+27 |
2008-04-11 | * Change inventory async response deliver to deliver all items and folders at... | Justin Clarke Casey | 1 | -2/+1 |
2008-04-11 | * Discerned between AddProfile and UpdateProfile in region registration | lbsa71 | 1 | -1/+11 |
2008-04-10 | * Minor: really just comment and subsequent indentation adjustment. Preparat... | Justin Clarke Casey | 1 | -0/+6 |
2008-04-10 | * Refactor GetUsersInventory() | Justin Clarke Casey | 1 | -9/+33 |
2008-04-10 | * Minor inventory message cleanup and documentation | Justin Clarke Casey | 1 | -1/+10 |
2008-04-10 | renaming of attributes in UserAgentData for readability | Sean Dague | 1 | -19/+19 |
2008-04-10 | changing UserAgentData to use properties. This caused more | Sean Dague | 1 | -25/+24 |
2008-04-10 | further renaming of properties for clarity | Sean Dague | 2 | -15/+15 |