aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Refactor: Move bulk of CreateFolder from UserProfileCacheService into Cache...Justin Clarke Casey2008-05-031-71/+5
* * Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey2008-05-011-5/+8
* * Assorted spring cleanings.Adam Frisby2008-05-011-1/+0
* * Refactor: Rename InventoryFolderImpl.HasSubFolder() to GetDescendentFolder()Justin Clarke Casey2008-04-301-6/+6
* * Resolve mantis 1068, 1095Justin Clarke Casey2008-04-301-10/+31
* * Completely inconsequential inventory odds and ends (actual impact - only on...Justin Clarke Casey2008-04-301-2/+3
* * Implement full grid mode Trash emptyJustin Clarke Casey2008-04-231-8/+1
* * Implement proper emptying of trashcan on standaloneJustin Clarke Casey2008-04-231-5/+24
* * Fix mantis #842 - folders which are created but left named "New Folder" in ...Justin Clarke Casey2008-04-231-1/+14
* * Extend functionality to better handle delayed inventory service transfers t...Justin Clarke Casey2008-04-221-9/+30
* * Replace previous specific inventory callback code with generic alternativeJustin Clarke Casey2008-04-221-30/+17
* * Allow folder renaming to complete after an agent inventory has been receive...Justin Clarke Casey2008-04-221-0/+36
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-6/+4