aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (follow)
Commit message (Expand)AuthorAgeFilesLines
* More formatting cleanup. Minor refactoring.Jeff Ames2008-05-144-10/+20
* More formatting cleanup.Jeff Ames2008-05-149-100/+76
* Formatting cleanup.Jeff Ames2008-05-1410-42/+43
* * Remove old historical grid inventory codeJustin Clarke Casey2008-05-132-212/+1
* * As part of the region registration process, the grid service now requests t...Justin Clarke Casey2008-05-132-11/+57
* * Refactor: Creating grid login exceptions to try and break up a large method. Justin Clarke Casey2008-05-121-71/+109
* * Minor: Make some direct grid server console output into logged messages ins...Justin Clarke Casey2008-05-121-7/+10
* * If a region running in grid mode fails to login to the grid service, startu...Justin Clarke Casey2008-05-121-1/+1
* * Minor: Change 'delete region' message to region logout messageJustin Clarke Casey2008-05-121-1/+2
* * Minor: Commenting out message detailing all individual map information disp...Justin Clarke Casey2008-05-121-2/+1
* * Minor: Initial cleaning up of some of the grid sim login messagesJustin Clarke Casey2008-05-121-22/+25
* * Removing polling delay for non-CAPS inventory fetch if the client has not y...Justin Clarke Casey2008-05-091-1/+4
* * Fix opensim region server shutdown.Justin Clarke Casey2008-05-093-3/+3
* * Reduced sleep durations in a number of files.Adam Frisby2008-05-081-6/+1
* * Some refactorings.Adam Frisby2008-05-081-1/+1
* * Move shutdown processing to base OpenSimServer, overriding the method where...Justin Clarke Casey2008-05-076-55/+18
* * Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey2008-05-051-2/+2
* * Add ability to defer item actions for AddItem() and DeleteItem(). This won...Justin Clarke Casey2008-05-031-1/+1
* * Refactor RemoveItem()Justin Clarke Casey2008-05-031-1/+1
* * Refactor: move UpdateFolder into CachedUserInfoJustin Clarke Casey2008-05-031-1/+1
* * Refactor: Move bulk of CreateFolder from UserProfileCacheService into Cache...Justin Clarke Casey2008-05-031-58/+8
* plumb in connection string to the user database paths. mysql and mssqlSean Dague2008-05-021-1/+1
* * Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey2008-05-012-88/+6
* * Rolled back a few changes.Adam Frisby2008-05-0134-674/+648
* * Cleaning code still.Adam Frisby2008-05-0134-648/+674
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-014-18/+7
* * Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby2008-05-015-10/+9
* * Assorted spring cleanings.Adam Frisby2008-05-012-2/+1
* * Spring cleaned a bunch of '//TODO: unused' marked functions.Adam Frisby2008-04-301-13/+0
* * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares2008-04-301-0/+5
* * Implement full grid mode Trash emptyJustin Clarke Casey2008-04-232-9/+19
* add a database_connect field for the asset server configSean Dague2008-04-231-3/+3
* allow for Inventory database source to be specified in mainSean Dague2008-04-232-3/+3
* * Implement proper emptying of trashcan on standaloneJustin Clarke Casey2008-04-231-0/+10
* * Allow folder renaming to complete after an agent inventory has been receive...Justin Clarke Casey2008-04-221-1/+5
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-2128-118/+84
* * Extra log line to notify the user console when a new user inventory skeleto...Justin Clarke Casey2008-04-201-0/+4
* * Remove user profile from cache when they log out from a region.Justin Clarke Casey2008-04-201-1/+1
* * Change user inventory create from explicit 'create user' command on the con...Justin Clarke Casey2008-04-202-11/+34
* * Change lazy user inventory creation on first login to synchronous rather th...Justin Clarke Casey2008-04-201-15/+20
* * On grid mode, if the inventory service is responding but returning an empty...Justin Clarke Casey2008-04-201-20/+4
* * Refactor: Remove redundant try/catch from asset request since this is now h...Justin Clarke Casey2008-04-181-47/+42
* * Implements 'Set Home to Here' Teravus Ovares2008-04-171-0/+87
* * Tiny, tiny, login message refinement to reduce human parsing requirementsJustin Clarke Casey2008-04-151-1/+1
* * Make it easier to follow logins on the user server by changing and tidying ...Justin Clarke Casey2008-04-152-9/+11
* * Send a meaningful response to both the user server console and the client i...Justin Clarke Casey2008-04-151-0/+2
* * Fix a bug in the friends module that causes a friend not to appear online w...Teravus Ovares2008-04-131-1/+16
* * Reduce publicly exposed fields on InventoryCollection, which was causing du...Justin Clarke Casey2008-04-111-32/+27
* * Change inventory async response deliver to deliver all items and folders at...Justin Clarke Casey2008-04-111-2/+1
* * Discerned between AddProfile and UpdateProfile in region registrationlbsa712008-04-111-1/+11