| Commit message (Expand) | Author | Age | Files | Lines |
* | Thanks, lulurun, for a patch that addresses inventory problems that occur | Mike Mazur | 2008-08-12 | 1 | -17/+6 |
* | * Drop cached inventory from the local region when a user crosses out into a ... | Justin Clarke Casey | 2008-08-01 | 1 | -1/+16 |
* | * allow inventory folders to be located by path | Justin Clarke Casey | 2008-07-31 | 1 | -3/+3 |
* | * refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to mak... | Justin Clarke Casey | 2008-07-31 | 1 | -15/+14 |
* | * minor: reduce coupling by passing in only session id to CachedUserInfo | Justin Clarke Casey | 2008-07-31 | 1 | -2/+10 |
* | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 2008-07-23 | 1 | -1/+1 |
* | The new secure inventory server mode (in r5590) can now be disabled from Open... | Johan Berntsson | 2008-07-23 | 1 | -8/+56 |
* | thanks lulurun for a security patch that blocks unathorized access to the inv... | Johan Berntsson | 2008-07-23 | 1 | -7/+17 |
* | Patch #9146 (No Mantis) | Melanie Thielker | 2008-07-12 | 1 | -3/+4 |
* | disabled the multiple inventory server support in login service again. | MW | 2008-06-29 | 1 | -120/+50 |
* | small change to see if that helps with the inventory problems. | MW | 2008-06-28 | 1 | -1/+1 |
* | plumbing for multiple inventory servers. Mostly done on the region server side. | MW | 2008-06-28 | 1 | -23/+93 |
* | Mantis#1594. Thank you, Melanie for a patch that: | Charles Krinke | 2008-06-26 | 1 | -0/+11 |
* | Mantis#1514. Thank you kindly, Boscata for an InventoryServer patch | Charles Krinke | 2008-06-11 | 1 | -1/+1 |
* | Formatting cleanup. | Jeff Ames | 2008-05-28 | 1 | -5/+5 |
* | Thank you kindly, Melanie for a patch that avoids a null | Charles Krinke | 2008-05-19 | 1 | -0/+24 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -110/+110 |
* | * Removing polling delay for non-CAPS inventory fetch if the client has not y... | Justin Clarke Casey | 2008-05-09 | 1 | -1/+50 |
* | * Refactor: Do the root case removal thing again, this time in ItemReceive() | Justin Clarke Casey | 2008-05-04 | 1 | -34/+13 |
* | * Refactor: Simplify CachedUserInfo.FolderReceive() by removing root folder s... | Justin Clarke Casey | 2008-05-04 | 1 | -33/+29 |
* | * Simplify CreateFolder() by folding previous special root case into FindFold... | Justin Clarke Casey | 2008-05-04 | 1 | -60/+29 |
* | * Add ability to defer item actions for AddItem() and DeleteItem(). This won... | Justin Clarke Casey | 2008-05-03 | 1 | -5/+21 |
* | * Refactor RemoveItem() | Justin Clarke Casey | 2008-05-03 | 1 | -11/+50 |
* | * Refactor: Renaming item and folder tree search methods to have Find*() pref... | Justin Clarke Casey | 2008-05-03 | 1 | -6/+6 |
* | * Refactor: Move MoveFolder() and PurgeFolder() into CachedUserInfo (which ar... | Justin Clarke Casey | 2008-05-03 | 1 | -10/+87 |
* | * Refactor: move UpdateFolder into CachedUserInfo | Justin Clarke Casey | 2008-05-03 | 1 | -5/+44 |
* | * Refactor: Move bulk of CreateFolder from UserProfileCacheService into Cache... | Justin Clarke Casey | 2008-05-03 | 1 | -1/+99 |
* | * Refactor: remove redundant userId parameter from UpdateItem() and DeleteItem() | Justin Clarke Casey | 2008-05-03 | 1 | -4/+4 |
* | * Refactor: remove pointless agentId parameter from CachedUserInfo.AddItem() | Justin Clarke Casey | 2008-05-03 | 1 | -1/+1 |
* | * Refactor: Remove redundant userID from further up the inventory request chain | Justin Clarke Casey | 2008-05-01 | 1 | -1/+1 |
* | * Refactor: Remove the unused userID parameter that was being passed into alm... | Justin Clarke Casey | 2008-05-01 | 1 | -43/+38 |
* | * Refactor: Rename InventoryFolderImpl.HasSubFolder() to GetDescendentFolder() | Justin Clarke Casey | 2008-04-30 | 1 | -2/+2 |
* | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank... | Teravus Ovares | 2008-04-30 | 1 | -1/+1 |
* | * Single Attachments now work from inventory. You can attach from inventory ... | Teravus Ovares | 2008-04-27 | 1 | -0/+9 |
* | * Add folders and items locking in external manipulations of InventoryFolderI... | Justin Clarke Casey | 2008-04-22 | 1 | -20/+35 |
* | * Replace previous specific inventory callback code with generic alternative | Justin Clarke Casey | 2008-04-22 | 1 | -0/+23 |
* | * Allow folder renaming to complete after an agent inventory has been receive... | Justin Clarke Casey | 2008-04-22 | 1 | -8/+54 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -3/+4 |
* | * Re-Fixed caps | Teravus Ovares | 2008-04-17 | 1 | -13/+0 |
* | * A tweak of the caps system so that new caps have random paths instead of a ... | Teravus Ovares | 2008-04-15 | 1 | -0/+13 |
* | * Remove the worst excesses of my inventory debugging code | Justin Clarke Casey | 2008-04-11 | 1 | -6/+6 |
* | * Eliminate a class of errors where an inventory request could be made before... | Justin Clarke Casey | 2008-04-11 | 1 | -11/+20 |
* | * Minor inventory code cleanup following on from last patch | Justin Clarke Casey | 2008-04-11 | 1 | -1/+1 |
* | * Change inventory async response deliver to deliver all items and folders at... | Justin Clarke Casey | 2008-04-11 | 1 | -37/+72 |
* | * minor: replace test of CachedUserInfo.RootFolder != null with something mor... | Justin Clarke Casey | 2008-04-11 | 1 | -5/+11 |
* | * minor documenting, cleanup, renaming in user profile cache service | Justin Clarke Casey | 2008-04-11 | 1 | -7/+21 |
* | further renaming of properties for clarity | Sean Dague | 2008-04-10 | 1 | -5/+5 |
* | moved fields to properties for UserDataProfile, which was | Sean Dague | 2008-04-10 | 1 | -5/+5 |
* | more refactoring, this time on InventoryFolderBase | Sean Dague | 2008-04-07 | 1 | -13/+13 |
* | Refactor InventoryItemBase to do the following: | Sean Dague | 2008-04-07 | 1 | -7/+7 |