aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/InventoryConfig.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * minor: get rid of send and receive keys from inventory serverJustin Clarke Casey2008-08-091-12/+0
| | | | | | * these are not used
* * Make session security (secure inventory) configuration FALSE by defaultJustin Clarke Casey2008-08-091-1/+1
| | | | | | * This will not affect existing configurations where the configuration question has already been answered
* * minor: remove redundant welcome message from inventory grid server ↵Justin Clarke Casey2008-08-091-8/+2
| | | | configuration
* enabled a config option to inventory server to be able to stop it doing the ↵MW2008-07-251-0/+6
| | | | | | | SessionId lookup to the user server. As this ties a inventory server to one userserver/grid. doing the look up is still enabled by default.
* * Make default inventory grid server db mysql rather than sqliteJustin Clarke Casey2008-07-041-2/+2
| | | | | | * This is to match all the other grid servers
* * Spring cleaning.Adam Frisby2008-04-291-31/+29
| | | | | * Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned.
* allow for Inventory database source to be specified in mainSean Dague2008-04-231-18/+24
| | | | | | | | configs. This works with sqlite and nhibernate backends, and stays with default seperate ini files for mysql and mssql until someone writes those.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-6/+6
| | | | (this took a while to run).
* changing more references to OpenSim.DataSean Dague2008-04-021-1/+1
|
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
|
* Converted logging to use log4net.Jeff Ames2008-02-051-0/+2
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Mother of all commits:Adam Frisby2008-01-151-5/+5
| | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
* *Added ability to skip any use of the console when configuring and assume ↵mingchen2008-01-041-1/+1
| | | | default value. This is useful when the server is running by itself and a new region request is added without sufficient information
* added copyright noticesJeff Ames2007-12-111-0/+28
|
* Fixed conversation bug in InventoryConfig MW2007-12-061-1/+1
|
* removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2007-12-061-2/+2
|
* Initial working Grid Inventory server. Only been tested on a very small ↵MW2007-12-011-1/+1
| | | | | | | 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)
* * Diuerse beavtificatemslbsa712007-11-011-18/+24
|
* * Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa712007-10-311-0/+67