aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/InventoryServer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-03-183-79/+76
|
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-3/+3
|
* Converted logging to use log4net.Jeff Ames2008-02-053-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.
* * Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey2008-02-041-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
* Move unused inventory files into the atticJustin Clarke Casey2007-12-311-2/+2
|
* Move inventory contents configuration files to bin/inventory folderJustin Clarke Casey2007-12-281-3/+3
|
* * Optimized usingslbsa712007-12-273-63/+59
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* Remove a now unnecessary bit of inventory log verbosityJustin Clarke Casey2007-12-221-1/+2
|
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames2007-12-202-8/+8
| | | | Works with LibSL rev>1532
* * Make inventory operations sync rather than async. This is to alleviate ↵Justin Clarke Casey2007-12-151-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.
* Grid Inventory feature upgrade: renaming folders should now be correct, ↵Brian McBee2007-12-152-9/+54
| | | | | | | | subfolders work, moving folders works. Tested only in MYSQL, but may work in MSSQL and sqlite. Probably not working in standalone mode.
* Added some extra debug console output to Inventory Server and region OGS1 ↵MW2007-12-141-0/+2
| | | | inventory requests.
* * Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST ↵Teravus Ovares2007-12-142-8/+12
| | | | calls
* Fix possible array indexing exception in inventory serverJeff Ames2007-12-111-4/+2
|
* added copyright noticesJeff Ames2007-12-111-1/+29
|
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-102-2/+2
| | | | notice of doom
* This small patch means that the inventoryserver for grid mode nowSean Dague2007-12-071-6/+3
| | | | | | | | retrieves items in the agent's root inventory folder. From Justin Casey (IBM)
* New Inventory folder should now be stored to the inventory server/database. ↵MW2007-12-021-0/+1
| | | | This also seems to fix the problem of Body parts not being persisted properly.
* On login, if a set of inventory folders doesn't exist for the user then a ↵MW2007-12-011-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.
* Initial working Grid Inventory server. Only been tested on a very small ↵MW2007-12-012-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)
* Step one on the long march towards grid based inventory. Introduction of an ↵Tleiades Hax2007-10-302-59/+166
| | | | InevntoryServer
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-273-318/+62
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-273-62/+318
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* mass update of urls in source code to new websiteSean Dague2007-09-102-2/+2
|
* changed to native line ending encodingSean Dague2007-07-162-212/+212
|
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-272-0/+212
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.