aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/InventoryServer (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-3/+3
2008-02-05Converted logging to use log4net.Jeff Ames3-27/+35
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
2008-02-04* Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey1-13/+10
* The immediate upshot is that "show uptime" from the console will now show uptime on all server types (user, asset, grid, etc) * DEV: This refactoring is far from complete - only just enough to makes the "show uptime" command common accross the servers. More is needed, but in this case it's somewhat like eating cabbage, which I prefer not to do all at once
2007-12-31Move unused inventory files into the atticJustin Clarke Casey1-2/+2
2007-12-28Move inventory contents configuration files to bin/inventory folderJustin Clarke Casey1-3/+3
2007-12-27* Optimized usingslbsa713-63/+59
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-22Remove a now unnecessary bit of inventory log verbosityJustin Clarke Casey1-1/+2
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames2-8/+8
Works with LibSL rev>1532
2007-12-15* Make inventory operations sync rather than async. This is to alleviate ↵Justin Clarke Casey1-5/+31
race conditions such as that in mantis #190 * Make inventory messages more verbose. Hopefully they aren't now too verbose * This may resolve some grid instability but it's likely there's much more out there.
2007-12-15Grid Inventory feature upgrade: renaming folders should now be correct, ↵Brian McBee2-9/+54
subfolders work, moving folders works. Tested only in MYSQL, but may work in MSSQL and sqlite. Probably not working in standalone mode.
2007-12-14Added some extra debug console output to Inventory Server and region OGS1 ↵MW1-0/+2
inventory requests.
2007-12-14* Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST ↵Teravus Ovares2-8/+12
calls
2007-12-11Fix possible array indexing exception in inventory serverJeff Ames1-4/+2
2007-12-11added copyright noticesJeff Ames1-1/+29
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2-2/+2
notice of doom
2007-12-07This small patch means that the inventoryserver for grid mode nowSean Dague1-6/+3
retrieves items in the agent's root inventory folder. From Justin Casey (IBM)
2007-12-02New Inventory folder should now be stored to the inventory server/database. ↵MW1-0/+1
This also seems to fix the problem of Body parts not being persisted properly.
2007-12-01On login, if a set of inventory folders doesn't exist for the user then a ↵MW1-0/+1
new set is created in the inventory database. Most likely still better to use some other script to populate the inventory database instead of relaying on this.
2007-12-01Initial working Grid Inventory server. Only been tested on a very small ↵MW2-4/+134
grid, so likely to have problems on a larger grid with more people? To use , both the user server and Inventory server need to be running this latest revision. (older regions should be able to still be used, just the user won't have inventory on them). Also and HERE IS THE BIG BREAK ISSUE, currently, so that the initial inventory details for a user are added to the inventory db , you need to recreate the accounts using the user server "create user" feature. It should be quite easy to manual populate the inventory database instead but I someone else will need to look into that) Also I've only tested using SQLite as the database provider, there is a Mysql inventory provider but I don't know if it works (SQLite is set as default, so you will need to change it in the inventory server config.xml)
2007-10-30Step one on the long march towards grid based inventory. Introduction of an ↵Tleiades Hax2-59/+166
InevntoryServer
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa713-318/+62
Tleiades patch 444 and 445.
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa713-62/+318
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
2007-09-10mass update of urls in source code to new websiteSean Dague2-2/+2
2007-07-16changed to native line ending encodingSean Dague2-212/+212