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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* 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
*
* Various 1.19.0.5 grid inventory request fixes. These will only take affect...
Justin Clarke Casey
2008-03-29
1
-20
/
+108
*
* Send full inventory folder skeleton to standalone client logins rather than...
Justin Clarke Casey
2008-03-28
1
-0
/
+5
*
Formatting cleanup.
Jeff Ames
2008-03-18
1
-27
/
+27
*
* Optimized usings
lbsa71
2007-12-27
1
-1
/
+1
*
saved OpenSim source code from the giant rampaging unterminated copyright not...
Jeff Ames
2007-12-10
1
-2
/
+2
*
Attempt to fix mantis issue #82, taking prims into inventory and then rezzing...
MW
2007-12-02
1
-4
/
+16
*
* Optimized usings
lbsa71
2007-10-30
1
-19
/
+18
*
as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...
MW
2007-10-29
1
-1
/
+1
*
* Added prototypical AvatarFactory module interface to load avatar parameters
lbsa71
2007-10-26
1
-5
/
+4
*
== The "right name and place" commit ==
lbsa71
2007-10-05
1
-14
/
+4
*
Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei...
lbsa71
2007-09-27
1
-9
/
+5
*
* Tleiades grid mode inventory (#444) - thanx Tleiades!
lbsa71
2007-09-27
1
-5
/
+9
*
* Started major restructusing of comms to prepare for better grid and region ...
lbsa71
2007-09-24
1
-3
/
+3
*
mass update of urls in source code to new website
Sean Dague
2007-09-10
1
-1
/
+1
*
Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...
MW
2007-08-16
1
-1
/
+15
*
preliminary support for editing notecards and scripts.
MW
2007-08-14
1
-0
/
+8
*
Can now create some new empty inventory items (like notecards and scripts) fr...
MW
2007-08-14
1
-2
/
+0
*
Start of inventory items, when you upload a texture the data will now be stor...
MW
2007-08-14
1
-1
/
+20
*
More inventory work, should be able to now create new inventory folders and t...
MW
2007-08-14
1
-2
/
+2
*
Start of the OpenSim library , for now only contains a few textures.
MW
2007-07-25
1
-94
/
+94
*
Think I've recovered my deleted files, so hopefully it works now.
MW
2007-07-22
1
-0
/
+94
[prev]