aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added Old Guids=true to all MySql connection strings.Diva Canto2010-06-121-1/+1
|
* rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)2010-04-301-4/+4
| | | | | | | this seems the least evil way forward since mono 2.6 and later will see increasing usage, and this only works with what was SQLiteNG MAC USERS WILL NEED TO CHANGE REFERENCES TO "OpenSim.Data.SQLite.dll" to "OpenSim.Data.SQLiteLegacy.dll" in OpenSim.ini and config-include/StandaloneCommon.ini (if using standalone) See the OpenSim.ini.example and StandaloneCommon.ini.example files for more details This commit also temporarily changes unsigned ParentEstateID values in the OpenSim.Data.Tests to signed temporarily, since the new plugin enforces creation of signed fields in the database (which is what the SQL actually specifies). And change data columns in sqlite is a pita.
* Make SQLiteNG the default since it actually does work with Mono 2.4 on Linux.Justin Clark-Casey (justincc)2010-04-301-5/+5
| | | | | I know this is tough on Mac OSX users (since SQLiteNG requires the export of the sqlite3_column_origin_name symbol and this isn't present for the Mac OSX sqlite3 system library) Unfortunately, I need to shaft somebody (as it were)
* Add instructions for using SQLiteNG to OpenSim.ini and ↵Justin Clark-Casey (justincc)2010-04-231-2/+6
| | | | | | config-include/StandaloneCommon.ini Unfortunately, database settings need to be changed in two places.
* Simplify database setup and remove migration problems by moving all sqlite ↵Justin Clark-Casey (justincc)2010-03-121-9/+14
| | | | | | | | | config-include settings to a separate file for standalone Update information in StandaloneCommon.ini.example to reflect this Remove ISharedRegionModule interfaces from all SimianGrid connector classes temporarily since this stopped standalone from working (due to absence of AssetURI settings, etc.). Solution here may be to create separate region module connectors as done by local/grid/hypergrid so that loading can be controlled via include files Or otherwise work out how to stop these modules from being loaded for all OpenSim invocations
* Removed useless config.Diva Canto2010-02-021-2/+1
|
* * Added OpenSim.Server.HG.ini as an add-on to OpenSim.Server.iniDiva Canto2010-01-311-1/+13
| | | | * Cleaned up standalone configs
* Make use of Fallback regions when the desired start region is having problems.Diva Canto2010-01-131-1/+1
|
* LL Login now uses default regions if the desired start location is not found.Diva Canto2010-01-131-0/+5
|
* Library Module: allows adding folders/items to the Library from IAR files ↵Diva Canto2009-12-231-0/+4
| | | | placed under bin/Library. This works only for standalones.
* Finished spec-ing the .inis for the new grid service modules.Diva Canto2009-09-261-0/+7
|
* Update config examplesMelanie2009-08-041-0/+1
|
* Configuration examples for the freeswitch moduleMelanie2009-08-041-0/+6
|
* Heart surgery no.2: the inventory service hooks. diva2009-06-101-6/+15
| | | | | | | Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
* Added Flotsam's cache config vars to configuration. Made it the default in ↵diva2009-06-061-15/+2
| | | | grided sims. Made Cenome cache the default in standalone sims. More splitting in ini files, invisible to the user.
* Fixed placement of optional configs for CenomeAssetCache. Thank you ImazeR.diva2009-06-041-8/+9
|
* Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵Dahlia Trimble2009-06-031-0/+8
| | | | | | | | (Mantis #3759) See the files: bin/config-include/GridCommon.ini.example and bin/config-include/StandaloneCommon.ini.example to configure and enable this caching method.
* revert r9765 due to too many errors on some compilers. Affects Mantis #3759Dahlia Trimble2009-06-031-8/+0
|
* Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵Dahlia Trimble2009-06-021-0/+8
| | | | | | | (Mantis #3759) See the files: bin/config-include/GridCommon.ini.example and bin/config-include/StandaloneCommon.ini.example to configure and enable this caching method.
* Adding the GlynnTucker cache module as the default choice in .ini's.diva2009-05-271-2/+3
| | | | | Minor log message change in the module itself.
* Update svn properties.Jeff Ames2009-05-251-21/+21
|
* Changing extension of two of the config files to .example because they need ↵diva2009-05-231-0/+21
to be copied and customized.