aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-12-13Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.Marck1-0/+3
Configuration option AssetService in section [GridService] must be set to enable this functionality. Map tiles do currently not show for hyperlinks set in simulators that are connected to grids, see Mantis #5270.
2010-11-26Creator information preserved upon HG transfers.Diva Canto1-0/+2
2010-11-25WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵Diva Canto1-4/+12
capability to preserve creator information on HG asset transfers. Added a new HGAssetService that is intended to be the one outside the firewall. It processes and filters the assets that go out of the grid. Also fixed the normal AssetService to do special things for the main instance (console commands, etc). Moved HGInventoryService to OpenSim.Services.HypergridService. Changed the way the login service gets the ServiceURL configs.
2010-10-30Clarify comment for configuration option Check4096 and show the default value.Marck1-2/+2
2010-10-04Formatting cleanup.Jeff Ames1-12/+12
2010-09-15Make AuthorizationService optional and disabled by default. It depends onMelanie1-0/+3
external PHP and the default configuration makes it throw for not having a URL to this PHP
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman1-0/+2
* Removed StorageManager * CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings
2010-08-08Enabled GridInfoServiceInConnector for standalones.Diva Canto1-0/+44
2010-08-06Added Check4096 config var under [GridService], at the request of many. ↵Diva Canto1-0/+3
Changed the iteration that Marck had on the Hyperlinker. ATTENTION! CONFIGURATION CHANGE AFFECTING Robust.HG.ini.example and StandaloneCommon.ini.example.
2010-06-28Fixes mantis #4815 and #4812Diva Canto1-0/+5
2010-06-12Added Old Guids=true to all MySql connection strings.Diva Canto1-1/+1
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.