aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.conf
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2005-12-26 15:02:47 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2005-12-26 15:02:47 +0100
commitd25f6fcbe8e291dd858bf734fa85cde176dc8415 (patch)
tree58fffb8b1dd8cc0a3cf3583c0daf7c10271af871 /bitlbee.conf
parentffea9b950b183dd54952b56703506508b0984d4b (diff)
Added OperPassword and RunMode = ForkDaemon settings. Oper stuff is
*INSECURE* because users can just do /mode +o to become operator.
Diffstat (limited to 'bitlbee.conf')
-rw-r--r--bitlbee.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/bitlbee.conf b/bitlbee.conf
index b0de328d..919cee9d 100644
--- a/bitlbee.conf
+++ b/bitlbee.conf
@@ -13,6 +13,9 @@
## stable enough to serve lots of users from one process. Because of this
## and other reasons, the use of daemon-mode is *STRONGLY* discouraged,
## don't even *think* of reporting bugs when you use this.
+## ForkDaemon -- Run as a stand-alone daemon, but keep all clients in separate
+## child processes. This should be pretty safe and reliable to use instead
+## of inetd mode.
##
# RunMode = Inetd
@@ -41,6 +44,12 @@
##
# AuthPassword = ItllBeBitlBee ## Heh.. Our slogan. ;-)
+## OperPassword
+##
+## Password that unlocks access to special operator commands.
+##
+# OperPassword = ChangeMe!
+
## HostName
##
## Normally, BitlBee gets a hostname using getsockname(). If you have a nicer