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
2009-03-25
cleanup
Dr Scofield
1
-1
/
+0
2009-03-24
* minor: remove a couple more compiler warnings
Justin Clarke Casey
1
-4
/
+0
2009-03-23
Committing partial work on passing folders across instances. This may crash.
Melanie Thielker
1
-0
/
+51
2009-03-22
Make single item inventory gives work across regions
Melanie Thielker
1
-2
/
+2
2009-03-22
Add QueryItem method to secure inventory and HG inventory, change method sig to
Melanie Thielker
1
-7
/
+14
2009-03-22
Fox a null ref in the inventory give module
Melanie Thielker
1
-0
/
+3
2009-03-21
Add a QueryItem method to the inventory subsystem. Currently implemented for
Melanie Thielker
1
-0
/
+42
2009-02-12
* refactor: Move RequestInventoryForUser() from service to CachedUserInfo
Justin Clarke Casey
1
-0
/
+19
2009-02-12
* optimized usings.
lbsa71
1
-3
/
+1
2008-12-15
Attempt at restoring inventory access after TPs/crossings. RemoveClient in Sc...
diva
1
-0
/
+1
2008-12-12
* Extend update test to test situation where it also moves the folder
Justin Clarke Casey
1
-7
/
+8
2008-12-12
* Create update folder test
Justin Clarke Casey
1
-0
/
+1
2008-12-12
* minor: make AddRequest() protected since in principle it shouldn't be used ...
Justin Clarke Casey
1
-1
/
+1
2008-12-12
* refactor: pull out common user profile test code into utility functions
Justin Clarke Casey
1
-1
/
+0
2008-12-11
* refactor: Stop exposing InventoryFolderImpl.SubFolders publicly
Justin Clarke Casey
1
-25
/
+20
2008-12-10
* Apply the other patch from http://opensimulator.org/mantis/view.php?id=2315
Justin Clarke Casey
1
-1
/
+2
2008-12-09
* Actually update subfolders of parent folders in the inventory cache when a ...
Justin Clarke Casey
1
-7
/
+27
2008-12-04
* Put in the code necessary to allow inventory transfer of whole folders (and...
Justin Clarke Casey
1
-1
/
+4
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
[next]