aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Starting to clean the house...Diva Canto2010-01-101-277/+0
* Bug fix: in standalone, HGInventoryBroker needs to get the local inventory se...Diva Canto2009-12-211-0/+2
* Fix to make [bad] tests happy.Diva Canto2009-12-111-4/+4
* Attempt at fixing mantis #4411.Diva Canto2009-12-111-1/+15
* Formatting cleanup.Jeff Ames2009-10-011-2/+2
* Formatting cleanup.Jeff Ames2009-10-011-17/+17
* Fixing a spot I missed in assets. Switching Grid to the new naming schema wit...Kunnis2009-08-191-1/+1
* Heart surgery no.2: the inventory service hooks. diva2009-06-101-1/+9
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Comment out user profile cache update method for nowJustin Clarke Casey2009-04-211-17/+20
* * Add the ability to update profiles via the cache, so that cached profiles d...Justin Clarke Casey2009-04-211-0/+23
* * minor: Eliminate redundant argument in PreloadUserCacheJustin Clarke Casey2009-04-161-2/+1
* * Add name keyed cache to UserProfileCacheServiceJustin Clarke Casey2009-04-161-42/+105
* * refactor: Move RequestInventoryForUser() from service to CachedUserInfoJustin Clarke Casey2009-02-121-30/+0
* * optimized usings.lbsa712009-02-121-3/+1
* * prune and regrade log messages relating to client login and logoutJustin Clarke Casey2009-01-061-2/+1
* * test: Add simple user profile test that checks for non-existing usersJustin Clarke Casey2008-12-111-1/+5
* * refactor: Move inventory handlers out from UserProfileCacheServiceJustin Clarke Casey2008-12-101-279/+0
* * Apply the other patch from http://opensimulator.org/mantis/view.php?id=2315Justin Clarke Casey2008-12-101-1/+2
* * Actually update subfolders of parent folders in the inventory cache when a ...Justin Clarke Casey2008-12-091-2/+2
* * refactor: Move error logging from GetUserDetails up to callers, since there...Justin Clarke Casey2008-10-151-3/+3
* * Only allow logins on standalone when the sim has completed it's initial sta...Justin Clarke Casey2008-09-191-7/+15
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-19/+19
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-1/+1
* Mantis #1903Melanie Thielker2008-08-271-1/+7
* * This commit incorporates the heart of the OpenGridProtocol patch that is cu...Teravus Ovares2008-08-251-0/+25
* Formatting cleanup.Jeff Ames2008-08-181-1/+1
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-161-2/+2
* Guard against the null UUID being queried from the userserverMelanie Thielker2008-08-161-0/+5
* * Stop warnings about non existent scene presences/entities being removed on ...Justin Clarke Casey2008-08-121-1/+3
* Thanks, lulurun, for a patch that addresses inventory problems that occurMike Mazur2008-08-121-54/+24
* * correct bug from last commit - for now don't drop cached user profile when ...Justin Clarke Casey2008-08-011-0/+4
* * Drop cached inventory from the local region when a user crosses out into a ...Justin Clarke Casey2008-08-011-7/+5
* * refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to mak...Justin Clarke Casey2008-07-311-4/+4
* * minor: reduce coupling by passing in only session id to CachedUserInfoJustin Clarke Casey2008-07-311-1/+1
* The new secure inventory server mode (in r5590) can now be disabled from Open...Johan Berntsson2008-07-231-1/+8
* thanks lulurun for a security patch that blocks unathorized access to the inv...Johan Berntsson2008-07-231-1/+28
* disabled the multiple inventory server support in login service again.MW2008-06-291-6/+6
* plumbing for multiple inventory servers. Mostly done on the region server side. MW2008-06-281-1/+6
* Formatting cleanup.Jeff Ames2008-05-161-39/+39
* * Removing polling delay for non-CAPS inventory fetch if the client has not y...Justin Clarke Casey2008-05-091-58/+4
* * Minor: Insert utility function to format raw xml strings into indented xml ...Justin Clarke Casey2008-05-091-1/+3
* * Restoring some initial inventory lookup polling delays in order to deal wit...Justin Clarke Casey2008-05-091-2/+2
* * Reduced sleep durations in a number of files.Adam Frisby2008-05-081-2/+3
* * Increase number of poll attempts an inventory items request will make under...Justin Clarke Casey2008-05-071-1/+1
* * Refactor: A final root folder special case removal, this time in HandleFetc...Justin Clarke Casey2008-05-041-49/+18
* * Refactor: Renaming item and folder tree search methods to have Find*() pref...Justin Clarke Casey2008-05-031-5/+5
* * Refactor: Move MoveFolder() and PurgeFolder() into CachedUserInfo (which ar...Justin Clarke Casey2008-05-031-52/+13
* * Refactor: move UpdateFolder into CachedUserInfoJustin Clarke Casey2008-05-031-19/+4
* * Make user profile cache service complain if the caller assumes a profile ex...Justin Clarke Casey2008-05-031-13/+42