aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename SQLiteNG to SQLite and SQLite to SQLiteLegacy this seems the least ↵Justin Clark-Casey (justincc)2010-04-301-2/+10
| | | | | | | | | 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.
* 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.