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
/
Region
/
Communications
/
OGS1
/
OGS1InventoryService.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
2009-06-01
1
-1
/
+1
*
Intermediate commit. WILL NOT COMPILE!
Melanie Thielker
2009-05-04
1
-1
/
+1
*
Committing partial work on passing folders across instances. This may crash.
Melanie Thielker
2009-03-23
1
-0
/
+16
*
Add a QueryItem method to the inventory subsystem. Currently implemented for
Melanie Thielker
2009-03-21
1
-0
/
+16
*
* optimized usings.
lbsa71
2009-02-12
1
-1
/
+1
*
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
Teravus Ovares
2008-09-06
1
-9
/
+9
*
* Separate out OGS1 calls used between services (rather than from region to s...
Justin Clarke Casey
2008-07-24
1
-15
/
+1
*
* minor: Rename IInterGridInventoryServices since it's inter service rather t...
Justin Clarke Casey
2008-07-24
1
-1
/
+1
*
* refactor: break out inter grid inventory services further
Justin Clarke Casey
2008-07-23
1
-1
/
+1
*
* refactor: move new inventory service call by user server to OGS1 with all t...
Justin Clarke Casey
2008-07-22
1
-2
/
+3
*
plumbing for multiple inventory servers. Mostly done on the region server side.
MW
2008-06-28
1
-0
/
+7
*
Mantis#1514. Thank you kindly, Boscata for an InventoryServer patch
Charles Krinke
2008-06-11
1
-0
/
+20
*
Formatting cleanup.
Jeff Ames
2008-05-16
1
-42
/
+42
*
* Start recording initial complete avatar inventory retrieval failures from t...
Justin Clarke Casey
2008-05-14
1
-1
/
+5
*
* Refactor: Remove redundant userID from further up the inventory request chain
Justin Clarke Casey
2008-05-01
1
-20
/
+5
*
* Refactor: Remove the unused userID parameter that was being passed into alm...
Justin Clarke Casey
2008-05-01
1
-26
/
+28
*
* Assorted spring cleanings.
Adam Frisby
2008-05-01
1
-1
/
+1
*
* Completely inconsequential inventory odds and ends (actual impact - only on...
Justin Clarke Casey
2008-04-30
1
-1
/
+1
*
* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...
Teravus Ovares
2008-04-30
1
-0
/
+15
*
* Implement full grid mode Trash empty
Justin Clarke Casey
2008-04-23
1
-2
/
+36
*
* Implement proper emptying of trashcan on standalone
Justin Clarke Casey
2008-04-23
1
-0
/
+10
*
* Optimised using statements and namespace references across entire project (...
Adam Frisby
2008-04-21
1
-8
/
+10
*
* Reduce publicly exposed fields on InventoryCollection, which was causing du...
Justin Clarke Casey
2008-04-11
1
-2
/
+8
*
* Minor refactoring in OGS1InventoryService
Justin Clarke Casey
2008-04-11
1
-27
/
+20
*
* Eliminate a class of errors where an inventory request could be made before...
Justin Clarke Casey
2008-04-11
1
-1
/
+2
*
* Minor inventory code cleanup following on from last patch
Justin Clarke Casey
2008-04-11
1
-7
/
+0
*
* Change inventory async response deliver to deliver all items and folders at...
Justin Clarke Casey
2008-04-11
1
-14
/
+26
*
* Minor: get CreateNewUserInventory() to return true on success
Justin Clarke Casey
2008-04-10
1
-1
/
+2
*
more refactoring, this time on InventoryFolderBase
Sean Dague
2008-04-07
1
-2
/
+2
*
* Set Svn Properties eol-style: |337
Teravus Ovares
2008-03-31
1
-1
/
+1
*
* Refactor: Remove unused inventory methods, some of which weren't properly i...
Justin Clarke Casey
2008-03-29
1
-10
/
+0
*
* Send full inventory folder skeleton to standalone client logins rather than...
Justin Clarke Casey
2008-03-28
1
-0
/
+8
*
* Stop grid inventory network failures crashing the client session
Justin Clarke Casey
2008-03-18
1
-13
/
+46
*
Formatting cleanup.
Jeff Ames
2008-03-18
1
-26
/
+26
*
Minor cleanup.
Jeff Ames
2008-02-20
1
-1
/
+1
*
Added a method to access a named folder in a users inventory, to the inventor...
MW
2008-02-13
1
-0
/
+5
*
Clean up logging calls using String.Format explicitly
Jeff Ames
2008-02-10
1
-10
/
+10
*
Converted logging to use log4net.
Jeff Ames
2008-02-05
1
-11
/
+13
*
some small changes, like adding a couple of extra methods to IInventoryServic...
MW
2008-02-05
1
-0
/
+10
*
* Optimized usings
lbsa71
2007-12-27
1
-12
/
+12
*
Miscellaneous small tweaks and more logging messages to move towards resolvin...
Justin Clarke Casey
2007-12-23
1
-8
/
+32
*
Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...
Jeff Ames
2007-12-20
1
-1
/
+1
*
* Make inventory operations sync rather than async. This is to alleviate rac...
Justin Clarke Casey
2007-12-15
1
-28
/
+9
*
Grid Inventory feature upgrade: renaming folders should now be correct, subfo...
Brian McBee
2007-12-15
1
-0
/
+10
*
Another addition to Inventory debug output.
MW
2007-12-14
1
-1
/
+1
*
more inventory debugging output added to region server.
MW
2007-12-14
1
-1
/
+3
*
Added some extra debug console output to Inventory Server and region OGS1 inv...
MW
2007-12-14
1
-8
/
+10
*
* Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST c...
Teravus Ovares
2007-12-14
1
-3
/
+3
*
* Start listening for client connections immediately after a region initializ...
Teravus Ovares
2007-12-12
1
-0
/
+1
*
Attempt to fix mantis issue #82, taking prims into inventory and then rezzing...
MW
2007-12-02
1
-0
/
+1
[next]