Jeff Ames
|
5752c1f5c2
Formatting cleanup.
|
16 éve |
Charles Krinke
|
01b5425a2d
Thank you kindly, Melanie for a patch that avoids a null
|
16 éve |
Jeff Ames
|
65c5efe43b
Formatting cleanup.
|
16 éve |
Justin Clarke Casey
|
3f345bf685
* Removing polling delay for non-CAPS inventory fetch if the client has not yet received data from the inventory service
|
16 éve |
Justin Clarke Casey
|
6c62985fd5
* Refactor: Do the root case removal thing again, this time in ItemReceive()
|
16 éve |
Justin Clarke Casey
|
9646258fdf
* Refactor: Simplify CachedUserInfo.FolderReceive() by removing root folder special case
|
16 éve |
Justin Clarke Casey
|
0f716e3ac4
* Simplify CreateFolder() by folding previous special root case into FindFolder()
|
16 éve |
Justin Clarke Casey
|
27a7391d6b
* Add ability to defer item actions for AddItem() and DeleteItem(). This won't be useful until we let the client cache (again?)
|
16 éve |
Justin Clarke Casey
|
56827894e9
* Refactor RemoveItem()
|
16 éve |
Justin Clarke Casey
|
688940e810
* Refactor: Renaming item and folder tree search methods to have Find*() prefixes
|
16 éve |
Justin Clarke Casey
|
068163b14b
* Refactor: Move MoveFolder() and PurgeFolder() into CachedUserInfo (which arguably should be split)
|
16 éve |
Justin Clarke Casey
|
45430a5403
* Refactor: move UpdateFolder into CachedUserInfo
|
16 éve |
Justin Clarke Casey
|
1087542705
* Refactor: Move bulk of CreateFolder from UserProfileCacheService into CachedUserInfo
|
16 éve |
Justin Clarke Casey
|
a5dfca8958
* Refactor: remove redundant userId parameter from UpdateItem() and DeleteItem()
|
16 éve |
Justin Clarke Casey
|
f5609ba452
* Refactor: remove pointless agentId parameter from CachedUserInfo.AddItem()
|
16 éve |
Justin Clarke Casey
|
a81edef2b9
* Refactor: Remove redundant userID from further up the inventory request chain
|
16 éve |
Justin Clarke Casey
|
1de6cffa28
* Refactor: Remove the unused userID parameter that was being passed into almost every inventory method
|
16 éve |
Justin Clarke Casey
|
3508298ddf
* Refactor: Rename InventoryFolderImpl.HasSubFolder() to GetDescendentFolder()
|
16 éve |
Teravus Ovares
|
a9cc76e0ef
* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thanks A_Biondi and Melanie!
|
16 éve |
Teravus Ovares
|
911e63765c
* Single Attachments now work from inventory. You can attach from inventory and detach from inventory.
|
16 éve |
Justin Clarke Casey
|
cd29f90418
* Add folders and items locking in external manipulations of InventoryFolderImpl carried out by CachedUserInfo
|
16 éve |
Justin Clarke Casey
|
68c6b6ece3
* Replace previous specific inventory callback code with generic alternative
|
16 éve |
Justin Clarke Casey
|
269a2e4b88
* Allow folder renaming to complete after an agent inventory has been received by a region from the inventory service
|
16 éve |
Adam Frisby
|
fef3b36894
* Optimised using statements and namespace references across entire project (this took a while to run).
|
16 éve |
Teravus Ovares
|
dd4deebbcb
* Re-Fixed caps
|
16 éve |
Teravus Ovares
|
e777f88028
* A tweak of the caps system so that new caps have random paths instead of a fixed path
|
16 éve |
Justin Clarke Casey
|
7bfd7e6f08
* Remove the worst excesses of my inventory debugging code
|
16 éve |
Justin Clarke Casey
|
7ac7f79f88
* Eliminate a class of errors where an inventory request could be made before the region had completely received the inventory for the user.
|
16 éve |
Justin Clarke Casey
|
649f304e76
* Minor inventory code cleanup following on from last patch
|
16 éve |
Justin Clarke Casey
|
a5176c2e2c
* Change inventory async response deliver to deliver all items and folders at once, rather than each individual
|
16 éve |