diff options
author | BlueWall | 2011-05-28 11:11:01 -0400 |
---|---|---|
committer | BlueWall | 2011-05-28 16:20:10 -0400 |
commit | c7e18f9017302991f7a4411293ef2fbb20cc9b5a (patch) | |
tree | 79f3058a7f7b30e0e70257478715015539ffbdf1 /bin | |
parent | Add option to disable logins (diff) | |
download | opensim-SC_OLD-c7e18f9017302991f7a4411293ef2fbb20cc9b5a.zip opensim-SC_OLD-c7e18f9017302991f7a4411293ef2fbb20cc9b5a.tar.gz opensim-SC_OLD-c7e18f9017302991f7a4411293ef2fbb20cc9b5a.tar.bz2 opensim-SC_OLD-c7e18f9017302991f7a4411293ef2fbb20cc9b5a.tar.xz |
Adding an event to signal that logins are enabled
Added an event to signal the eabling of logins and added an alert to send to a configured service.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 1d24201..8613d4e 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1174,7 +1174,10 @@ | |||
1174 | ; - the third field is a number indicating how many scripts failed to compile | 1174 | ; - the third field is a number indicating how many scripts failed to compile |
1175 | ; - "oar error" if supplied, provides the error message from the OAR load | 1175 | ; - "oar error" if supplied, provides the error message from the OAR load |
1176 | channel_notify = -800 | 1176 | channel_notify = -800 |
1177 | ; - disallow logins while scripts are loading | ||
1177 | login_disable = false | 1178 | login_disable = false |
1179 | ; - send an alert as json to a service | ||
1180 | alert_uri = "http://myappserver.net/my_handler/" | ||
1178 | 1181 | ||
1179 | 1182 | ||
1180 | [MRM] | 1183 | [MRM] |