index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Framework
/
Communications
/
Cache
/
CachedUserInfo.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-11-28
* test: Add a wodge of code in order to be able to slightly extend a test to ...
Justin Clarke Casey
1
-1
/
+0
2008-10-18
Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.
Melanie Thielker
1
-1
/
+1
2008-09-12
Mantis#2165. Thank you kindly, CMickeyB for a patch that:
Charles Krinke
1
-18
/
+40
2008-09-06
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
Teravus Ovares
1
-27
/
+27
2008-08-28
Mantis #1903
Melanie Thielker
1
-81
/
+59
2008-08-28
Update svn properties, formatting cleanup.
Jeff Ames
1
-1
/
+1
2008-08-27
Mantis #1903
Melanie Thielker
1
-9
/
+22
2008-08-19
Attachment persistence!!! Patch #9170 (Mantis #1171)
Melanie Thielker
1
-0
/
+7
2008-08-18
Formatting cleanup.
Jeff Ames
1
-3
/
+3
2008-08-12
Thanks, lulurun, for a patch that addresses inventory problems that occur
Mike Mazur
1
-17
/
+6
2008-08-01
* Drop cached inventory from the local region when a user crosses out into a ...
Justin Clarke Casey
1
-1
/
+16
2008-07-31
* allow inventory folders to be located by path
Justin Clarke Casey
1
-3
/
+3
2008-07-31
* refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to mak...
Justin Clarke Casey
1
-15
/
+14
2008-07-31
* minor: reduce coupling by passing in only session id to CachedUserInfo
Justin Clarke Casey
1
-2
/
+10
2008-07-23
Update svn properties. Formatting cleanup. Remove a compiler warning.
Jeff Ames
1
-1
/
+1
2008-07-23
The new secure inventory server mode (in r5590) can now be disabled from Open...
Johan Berntsson
1
-8
/
+56
2008-07-23
thanks lulurun for a security patch that blocks unathorized access to the inv...
Johan Berntsson
1
-7
/
+17
2008-07-12
Patch #9146 (No Mantis)
Melanie Thielker
1
-3
/
+4
2008-06-29
disabled the multiple inventory server support in login service again.
MW
1
-120
/
+50
2008-06-28
small change to see if that helps with the inventory problems.
MW
1
-1
/
+1
2008-06-28
plumbing for multiple inventory servers. Mostly done on the region server side.
MW
1
-23
/
+93
2008-06-26
Mantis#1594. Thank you, Melanie for a patch that:
Charles Krinke
1
-0
/
+11
2008-06-11
Mantis#1514. Thank you kindly, Boscata for an InventoryServer patch
Charles Krinke
1
-1
/
+1
2008-05-28
Formatting cleanup.
Jeff Ames
1
-5
/
+5
2008-05-19
Thank you kindly, Melanie for a patch that avoids a null
Charles Krinke
1
-0
/
+24
2008-05-16
Formatting cleanup.
Jeff Ames
1
-110
/
+110
2008-05-09
* Removing polling delay for non-CAPS inventory fetch if the client has not y...
Justin Clarke Casey
1
-1
/
+50
2008-05-04
* Refactor: Do the root case removal thing again, this time in ItemReceive()
Justin Clarke Casey
1
-34
/
+13
2008-05-04
* Refactor: Simplify CachedUserInfo.FolderReceive() by removing root folder s...
Justin Clarke Casey
1
-33
/
+29
2008-05-04
* Simplify CreateFolder() by folding previous special root case into FindFold...
Justin Clarke Casey
1
-60
/
+29
2008-05-03
* Add ability to defer item actions for AddItem() and DeleteItem(). This won...
Justin Clarke Casey
1
-5
/
+21
2008-05-03
* Refactor RemoveItem()
Justin Clarke Casey
1
-11
/
+50
2008-05-03
* Refactor: Renaming item and folder tree search methods to have Find*() pref...
Justin Clarke Casey
1
-6
/
+6
2008-05-03
* Refactor: Move MoveFolder() and PurgeFolder() into CachedUserInfo (which ar...
Justin Clarke Casey
1
-10
/
+87
2008-05-03
* Refactor: move UpdateFolder into CachedUserInfo
Justin Clarke Casey
1
-5
/
+44
2008-05-03
* Refactor: Move bulk of CreateFolder from UserProfileCacheService into Cache...
Justin Clarke Casey
1
-1
/
+99
2008-05-03
* Refactor: remove redundant userId parameter from UpdateItem() and DeleteItem()
Justin Clarke Casey
1
-4
/
+4
2008-05-03
* Refactor: remove pointless agentId parameter from CachedUserInfo.AddItem()
Justin Clarke Casey
1
-1
/
+1
2008-05-01
* Refactor: Remove redundant userID from further up the inventory request chain
Justin Clarke Casey
1
-1
/
+1
2008-05-01
* Refactor: Remove the unused userID parameter that was being passed into alm...
Justin Clarke Casey
1
-43
/
+38
2008-04-30
* Refactor: Rename InventoryFolderImpl.HasSubFolder() to GetDescendentFolder()
Justin Clarke Casey
1
-2
/
+2
2008-04-30
* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...
Teravus Ovares
1
-1
/
+1
2008-04-27
* Single Attachments now work from inventory. You can attach from inventory ...
Teravus Ovares
1
-0
/
+9
2008-04-22
* Add folders and items locking in external manipulations of InventoryFolderI...
Justin Clarke Casey
1
-20
/
+35
2008-04-22
* Replace previous specific inventory callback code with generic alternative
Justin Clarke Casey
1
-0
/
+23
2008-04-22
* Allow folder renaming to complete after an agent inventory has been receive...
Justin Clarke Casey
1
-8
/
+54
2008-04-21
* Optimised using statements and namespace references across entire project (...
Adam Frisby
1
-3
/
+4
2008-04-17
* Re-Fixed caps
Teravus Ovares
1
-13
/
+0
2008-04-15
* A tweak of the caps system so that new caps have random paths instead of a ...
Teravus Ovares
1
-0
/
+13
2008-04-11
* Remove the worst excesses of my inventory debugging code
Justin Clarke Casey
1
-6
/
+6
[next]