| Commit message (Expand) | Author | Age | Files | Lines |
* | * refactor: Move error logging from GetUserDetails up to callers, since there... | Justin Clarke Casey | 2008-10-15 | 1 | -3/+3 |
* | * Only allow logins on standalone when the sim has completed it's initial sta... | Justin Clarke Casey | 2008-09-19 | 1 | -7/+15 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -19/+19 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-28 | 1 | -1/+1 |
* | Mantis #1903 | Melanie Thielker | 2008-08-27 | 1 | -1/+7 |
* | * This commit incorporates the heart of the OpenGridProtocol patch that is cu... | Teravus Ovares | 2008-08-25 | 1 | -0/+25 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -1/+1 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-16 | 1 | -2/+2 |
* | Guard against the null UUID being queried from the userserver | Melanie Thielker | 2008-08-16 | 1 | -0/+5 |
* | * Stop warnings about non existent scene presences/entities being removed on ... | Justin Clarke Casey | 2008-08-12 | 1 | -1/+3 |
* | Thanks, lulurun, for a patch that addresses inventory problems that occur | Mike Mazur | 2008-08-12 | 1 | -54/+24 |
* | * correct bug from last commit - for now don't drop cached user profile when ... | Justin Clarke Casey | 2008-08-01 | 1 | -0/+4 |
* | * Drop cached inventory from the local region when a user crosses out into a ... | Justin Clarke Casey | 2008-08-01 | 1 | -7/+5 |
* | * refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to mak... | Justin Clarke Casey | 2008-07-31 | 1 | -4/+4 |
* | * minor: reduce coupling by passing in only session id to CachedUserInfo | Justin Clarke Casey | 2008-07-31 | 1 | -1/+1 |
* | The new secure inventory server mode (in r5590) can now be disabled from Open... | Johan Berntsson | 2008-07-23 | 1 | -1/+8 |
* | thanks lulurun for a security patch that blocks unathorized access to the inv... | Johan Berntsson | 2008-07-23 | 1 | -1/+28 |
* | disabled the multiple inventory server support in login service again. | MW | 2008-06-29 | 1 | -6/+6 |
* | plumbing for multiple inventory servers. Mostly done on the region server side. | MW | 2008-06-28 | 1 | -1/+6 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -39/+39 |
* | * Removing polling delay for non-CAPS inventory fetch if the client has not y... | Justin Clarke Casey | 2008-05-09 | 1 | -58/+4 |
* | * Minor: Insert utility function to format raw xml strings into indented xml ... | Justin Clarke Casey | 2008-05-09 | 1 | -1/+3 |
* | * Restoring some initial inventory lookup polling delays in order to deal wit... | Justin Clarke Casey | 2008-05-09 | 1 | -2/+2 |
* | * Reduced sleep durations in a number of files. | Adam Frisby | 2008-05-08 | 1 | -2/+3 |
* | * Increase number of poll attempts an inventory items request will make under... | Justin Clarke Casey | 2008-05-07 | 1 | -1/+1 |
* | * Refactor: A final root folder special case removal, this time in HandleFetc... | Justin Clarke Casey | 2008-05-04 | 1 | -49/+18 |
* | * Refactor: Renaming item and folder tree search methods to have Find*() pref... | Justin Clarke Casey | 2008-05-03 | 1 | -5/+5 |
* | * Refactor: Move MoveFolder() and PurgeFolder() into CachedUserInfo (which ar... | Justin Clarke Casey | 2008-05-03 | 1 | -52/+13 |
* | * Refactor: move UpdateFolder into CachedUserInfo | Justin Clarke Casey | 2008-05-03 | 1 | -19/+4 |
* | * Make user profile cache service complain if the caller assumes a profile ex... | Justin Clarke Casey | 2008-05-03 | 1 | -13/+42 |
* | * Refactor: Move bulk of CreateFolder from UserProfileCacheService into Cache... | Justin Clarke Casey | 2008-05-03 | 1 | -71/+5 |
* | * Refactor: Remove the unused userID parameter that was being passed into alm... | Justin Clarke Casey | 2008-05-01 | 1 | -5/+8 |
* | * Assorted spring cleanings. | Adam Frisby | 2008-05-01 | 1 | -1/+0 |
* | * Refactor: Rename InventoryFolderImpl.HasSubFolder() to GetDescendentFolder() | Justin Clarke Casey | 2008-04-30 | 1 | -6/+6 |
* | * Resolve mantis 1068, 1095 | Justin Clarke Casey | 2008-04-30 | 1 | -10/+31 |
* | * Completely inconsequential inventory odds and ends (actual impact - only on... | Justin Clarke Casey | 2008-04-30 | 1 | -2/+3 |
* | * Implement full grid mode Trash empty | Justin Clarke Casey | 2008-04-23 | 1 | -8/+1 |
* | * Implement proper emptying of trashcan on standalone | Justin Clarke Casey | 2008-04-23 | 1 | -5/+24 |
* | * Fix mantis #842 - folders which are created but left named "New Folder" in ... | Justin Clarke Casey | 2008-04-23 | 1 | -1/+14 |
* | * Extend functionality to better handle delayed inventory service transfers t... | Justin Clarke Casey | 2008-04-22 | 1 | -9/+30 |
* | * Replace previous specific inventory callback code with generic alternative | Justin Clarke Casey | 2008-04-22 | 1 | -30/+17 |
* | * Allow folder renaming to complete after an agent inventory has been receive... | Justin Clarke Casey | 2008-04-22 | 1 | -0/+36 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -6/+4 |
* | * Remove user profile from cache when they log out from a region. | Justin Clarke Casey | 2008-04-20 | 1 | -1/+24 |
* | * Tweak inventory login failure message to point to the region owner as first... | Justin Clarke Casey | 2008-04-20 | 1 | -1/+2 |
* | * Working towards notifying the client if the inventory service has failed, r... | Justin Clarke Casey | 2008-04-14 | 1 | -3/+3 |
* | * Put in crude poll waiting for 60 seconds for delayed user inventory deliver... | Justin Clarke Casey | 2008-04-13 | 1 | -2/+27 |
* | * Change inventory async response deliver to deliver all items and folders at... | Justin Clarke Casey | 2008-04-11 | 1 | -1/+15 |
* | * minor: replace test of CachedUserInfo.RootFolder != null with something mor... | Justin Clarke Casey | 2008-04-11 | 1 | -9/+9 |
* | * minor documenting, cleanup, renaming in user profile cache service | Justin Clarke Casey | 2008-04-11 | 1 | -5/+8 |