aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add extra Gitminster config options to ini.exampleTom Grimshaw2010-06-261-0/+7
|
* Remove the prepending slash from the default git repo nameTom Grimshaw2010-06-251-1/+1
|
* Whoops, enabled = true not enabled = 1Tom Grimshaw2010-06-251-1/+1
|
* Add [Git] section to OpenSim.ini.example for GitminsterTom Grimshaw2010-06-251-0/+3
|
* Merge branch 'master' into careminster-presence-refactorMelanie2010-06-241-4/+13
|\
| * add new [RemoteAdmin] settings from Snoopy's create/update, etc user patch ↵Justin Clark-Casey (justincc)2010-06-231-4/+13
| | | | | | | | | | | | to OpenSim.ini.exmaple Also tidies up and comments some existing entries
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-191-2/+4
|\ \ | |/
| * minor: try and make the explanations for the AllowScriptCrossing and ↵Justin Clark-Casey (justincc)2010-06-181-2/+4
| | | | | | | | TrustBinaries settings in OpenSim.ini.example clearer
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-141-1/+1
|\ \ | |/
| * Added Old Guids=true to all MySql connection strings.Diva Canto2010-06-121-1/+1
| |
| * Add the AllowLightShareFunctions exampleMelanie2010-06-111-0/+3
| |
* | Remove a company name referecne from the exampleMelanie2010-06-111-2/+2
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-081-14/+13
|\ \ | |/
| * Improve instructions for [Groups] setup in OpenSim.ini.exampleJustin Clark-Casey (justincc)2010-06-081-15/+13
| |
| * Changes osFunction permissions again. Allow_ with a list of UUIDs now againMelanie Thielker2010-05-301-0/+6
| | | | | | | | | | | | refers to prim OWNERS. A new option set, Creators_, is added to allow selection by script creator. For existing installs, this means no functional change. The warning from my prior commit doesn't apply anymore.
| * Allow remote admin to be used on a different port from the main region portMelanie Thielker2010-05-181-0/+4
| |
* | Changes osFunction permissions again. Allow_ with a list of UUIDs now againMelanie Thielker2010-05-301-0/+6
| | | | | | | | | | | | refers to prim OWNERS. A new option set, Creators_, is added to allow selection by script creator. For existing installs, this means no functional change. The warning from my prior commit doesn't apply anymore.
* | Merge branch 'careminster' into careminster-presence-refactorMelanie2010-05-211-1/+0
|\ \
| * \ Merge branch '0.6.9-post-fixes' into careminsterMelanie2010-05-211-3/+6
| |\ \
| | * | back port groups changesunknown2010-05-051-5/+0
| | | | | | | | | | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
| | * | back port groups changesunknown2010-05-051-3/+11
| | | |
| * | | Merge branch '0.6.9-post-fixes' into careminsterMelanie2010-03-061-33/+33
| |\ \ \ | | |/ /
* | | | Allow remote admin to be used on a different port from the main region portMelanie Thielker2010-05-181-0/+4
| | | |
* | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-161-3/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Removed the unreferenced MaxPrimsPerFrame from OpenSim.ini.exampleunknown2010-05-121-3/+0
| | | |
* | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-04-301-3/+7
|\ \ \ \ | |/ / /
| * | | rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)2010-04-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-4/+8
| | | | | | | | | | | | | | | | | | | | 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)
* | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-04-271-7/+4
|\ \ \ \ | |/ / /
| * | | Add instructions for using SQLiteNG to OpenSim.ini and ↵Justin Clark-Casey (justincc)2010-04-231-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | config-include/StandaloneCommon.ini Unfortunately, database settings need to be changed in two places.
| * | | remove [DatabaseService] section from OpenSim.ini since this is always ↵Justin Clark-Casey (justincc)2010-04-231-4/+0
| | | | | | | | | | | | | | | | present in included configuration files
| * | | minor: eliminate configuration section handling deprecation of ↵Justin Clark-Casey (justincc)2010-04-231-1/+0
| | | | | | | | | | | | | | | | OpenSim.DataStore.MonoSqlite.dll, since this hasn't exist for a long, long time
* | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-04-051-3/+11
|\ \ \ \ | |/ / /
| * | | Updates to config files for groupsunknown2010-04-041-3/+11
| | | | | | | | | | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
| * | | Adding the configuration exampleMelanie2010-03-311-0/+6
| | | |
* | | | Rename Meta7Windlight to LightShareMelanie2010-03-301-1/+1
| | | |
* | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-181-7/+0
|\ \ \ \ | |/ / /
| * | | Removed the unused use_async_when_possible config variableJohn Hurliman2010-03-161-7/+0
| | | |
* | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-151-0/+1
|\ \ \ \ | |/ / /
| * | | Adding the SimianGrid connectorsJohn Hurliman2010-03-111-0/+1
| | | |
* | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-091-0/+4
|\ \ \ \ | |/ / /
| * | | Add config option for switching between CSJ2K and BuggyJPEG.Melanie2010-03-081-0/+4
| | | |
* | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-031-46/+0
|\ \ \ \ | |/ / /
| * | | * Better debug message on login problems.Diva Canto2010-03-021-46/+0
| | | | | | | | | | | | | | | | * Moved GridInfoService config to OpenSim.Server.ini
* | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-031-119/+46
|\ \ \ \ | |/ / / | | / / | |/ / |/| | This brings careminster on the level of master. To be tested
| * | Merge branch 'master' into presence-refactorMelanie2010-03-011-32/+32
| |\ \ | | |/
| | * Minor formatting cleanup.Jeff Ames2010-02-221-33/+33
| | |
| * | Add part of the needed config examplesMelanie2010-02-251-0/+5
| | |
| * | Add the stream handler/listener and requisite methods to the friends moduleMelanie2010-02-251-0/+5
| | | | | | | | | | | | for the friends interregion comms.
| * | Merge branch 'master' into presence-refactorMelanie2010-02-081-0/+1
| |\ \ | | |/ | | | | | | | | | This was a large, heavily conflicted merge and things MAY have got broken. Please check!