diff options
author | Melanie | 2010-01-14 01:20:07 +0000 |
---|---|---|
committer | Melanie | 2010-01-14 01:20:07 +0000 |
commit | f0152790cf5a330986bec80bb274098d45c721c7 (patch) | |
tree | 913343c67896715c071120d18ffd5ebe093eba50 /bin | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Fix a bad error message (diff) | |
download | opensim-SC_OLD-f0152790cf5a330986bec80bb274098d45c721c7.zip opensim-SC_OLD-f0152790cf5a330986bec80bb274098d45c721c7.tar.gz opensim-SC_OLD-f0152790cf5a330986bec80bb274098d45c721c7.tar.bz2 opensim-SC_OLD-f0152790cf5a330986bec80bb274098d45c721c7.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.Server.ini.example | 1 | ||||
-rw-r--r-- | bin/OpenSim.ini.example | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index 12af0cd..d4e05af 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example | |||
@@ -80,3 +80,4 @@ LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | |||
80 | StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" | 80 | StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" |
81 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;" | 81 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;" |
82 | Realm = "regions" | 82 | Realm = "regions" |
83 | ; AllowDuplicateNames = "True" | ||
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index fa2a4a1..7ee3e51 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -485,6 +485,8 @@ | |||
485 | ; OfflineMessageURL = http://yourserver/Offline.php | 485 | ; OfflineMessageURL = http://yourserver/Offline.php |
486 | ; MuteListModule = MuteListModule | 486 | ; MuteListModule = MuteListModule |
487 | ; MuteListURL = http://yourserver/Mute.php | 487 | ; MuteListURL = http://yourserver/Mute.php |
488 | |||
489 | ; Control whether group messages are forwarded to offline users. Default is true. | ||
488 | ; ForwardOfflineGroupMessages = true | 490 | ; ForwardOfflineGroupMessages = true |
489 | 491 | ||
490 | 492 | ||
@@ -996,6 +998,11 @@ | |||
996 | ; Compile debug info (line numbers) into the script assemblies | 998 | ; Compile debug info (line numbers) into the script assemblies |
997 | CompileWithDebugInformation = true | 999 | CompileWithDebugInformation = true |
998 | 1000 | ||
1001 | ; Allow the user of mod* functions. This allows a script to pass messages | ||
1002 | ; to a region module via the modSendCommand() function | ||
1003 | ; Default is false | ||
1004 | AllowMODFunctions = false | ||
1005 | |||
999 | ; Allow the use of os* functions (some are dangerous) | 1006 | ; Allow the use of os* functions (some are dangerous) |
1000 | AllowOSFunctions = false | 1007 | AllowOSFunctions = false |
1001 | 1008 | ||