| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix to make [bad] tests happy. | Diva Canto | 2009-12-11 | 1 | -4/+4 |
* | Attempt at fixing mantis #4411. | Diva Canto | 2009-12-11 | 1 | -1/+15 |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -2/+2 |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -17/+17 |
* | Fixing a spot I missed in assets. Switching Grid to the new naming schema wit... | Kunnis | 2009-08-19 | 1 | -1/+1 |
* | Heart surgery no.2: the inventory service hooks. | diva | 2009-06-10 | 1 | -1/+9 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | * Comment out user profile cache update method for now | Justin Clarke Casey | 2009-04-21 | 1 | -17/+20 |
* | * Add the ability to update profiles via the cache, so that cached profiles d... | Justin Clarke Casey | 2009-04-21 | 1 | -0/+23 |
* | * minor: Eliminate redundant argument in PreloadUserCache | Justin Clarke Casey | 2009-04-16 | 1 | -2/+1 |
* | * Add name keyed cache to UserProfileCacheService | Justin Clarke Casey | 2009-04-16 | 1 | -42/+105 |
* | * refactor: Move RequestInventoryForUser() from service to CachedUserInfo | Justin Clarke Casey | 2009-02-12 | 1 | -30/+0 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -3/+1 |
* | * prune and regrade log messages relating to client login and logout | Justin Clarke Casey | 2009-01-06 | 1 | -2/+1 |
* | * test: Add simple user profile test that checks for non-existing users | Justin Clarke Casey | 2008-12-11 | 1 | -1/+5 |
* | * refactor: Move inventory handlers out from UserProfileCacheService | Justin Clarke Casey | 2008-12-10 | 1 | -279/+0 |
* | * Apply the other patch from http://opensimulator.org/mantis/view.php?id=2315 | Justin Clarke Casey | 2008-12-10 | 1 | -1/+2 |
* | * Actually update subfolders of parent folders in the inventory cache when a ... | Justin Clarke Casey | 2008-12-09 | 1 | -2/+2 |
* | * 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 |