aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-30rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)1-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.
2010-04-30Make SQLiteNG the default since it actually does work with Mono 2.4 on Linux.Justin Clark-Casey (justincc)1-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)
2010-04-23Add instructions for using SQLiteNG to OpenSim.ini and ↵Justin Clark-Casey (justincc)1-2/+6
config-include/StandaloneCommon.ini Unfortunately, database settings need to be changed in two places.
2010-03-12Simplify database setup and remove migration problems by moving all sqlite ↵Justin Clark-Casey (justincc)1-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
2010-02-02Removed useless config.Diva Canto1-2/+1
2010-01-31* Added OpenSim.Server.HG.ini as an add-on to OpenSim.Server.iniDiva Canto1-1/+13
* Cleaned up standalone configs
2010-01-13Make use of Fallback regions when the desired start region is having problems.Diva Canto1-1/+1
2010-01-13LL Login now uses default regions if the desired start location is not found.Diva Canto1-0/+5
2009-12-23Library Module: allows adding folders/items to the Library from IAR files ↵Diva Canto1-0/+4
placed under bin/Library. This works only for standalones.
2009-09-26Finished spec-ing the .inis for the new grid service modules.Diva Canto1-0/+7
2009-08-04Update config examplesMelanie1-0/+1
2009-08-04Configuration examples for the freeswitch moduleMelanie1-0/+6
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-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.
2009-06-06Added Flotsam's cache config vars to configuration. Made it the default in ↵diva1-15/+2
grided sims. Made Cenome cache the default in standalone sims. More splitting in ini files, invisible to the user.
2009-06-04Fixed placement of optional configs for CenomeAssetCache. Thank you ImazeR.diva1-8/+9
2009-06-03Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵Dahlia Trimble1-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.
2009-06-03revert r9765 due to too many errors on some compilers. Affects Mantis #3759Dahlia Trimble1-8/+0
2009-06-02Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵Dahlia Trimble1-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.
2009-05-27Adding the GlynnTucker cache module as the default choice in .ini's.diva1-2/+3
Minor log message change in the module itself.
2009-05-25Update svn properties.Jeff Ames1-21/+21
2009-05-23Changing extension of two of the config files to .example because they need ↵diva1-0/+0
to be copied and customized.
2009-05-22Added a few pre-packaged configurations to make it easier for people to ↵diva1-0/+21
configure their sims.