X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ec302a3290d82fab860a5c274aad21ff6e297f0f..9d5aa5e1104a96947d90761919fbbe181d729d27:/cookbooks/supybot/templates/default/supybot.conf.erb?ds=inline diff --git a/cookbooks/supybot/templates/default/supybot.conf.erb b/cookbooks/supybot/templates/default/supybot.conf.erb index 212dab1a2..bf7cd709d 100644 --- a/cookbooks/supybot/templates/default/supybot.conf.erb +++ b/cookbooks/supybot/templates/default/supybot.conf.erb @@ -58,7 +58,7 @@ supybot.networks.oftc.password: # # Default value: ### -supybot.networks.oftc.servers: irc.oftc.net:6667 +supybot.networks.oftc.servers: irc.oftc.net:6697 ### # Determines what channels the bot will join only on oftc. @@ -80,7 +80,7 @@ supybot.networks.oftc.channels.key: # # Default value: False ### -supybot.networks.oftc.ssl: False +supybot.networks.oftc.ssl: True ### # Determines how timestamps printed for human reading should be @@ -451,7 +451,7 @@ supybot.upkeepInterval: 3600 # # Default value: True ### -supybot.flush: True +supybot.flush: False ### # Determines what characters are valid for quoting arguments to commands @@ -635,7 +635,14 @@ supybot.directories.data: /var/lib/supybot/data # # Default value: tmp ### -supybot.directories.data.tmp: /var/tmp/supybot +supybot.directories.data.tmp: /var/lib/supybot/data/tmp + +### +# Determines what directory files of the web server (templates, custom images, ...) are put into. +# +# Default value: web +### +supybot.directories.data.web: /var/lib/supybot/data/web ### # Determines what directory backup data is put into. @@ -667,7 +674,7 @@ supybot.directories.log: /var/log/supybot # # Default value: ### -supybot.plugins: Git Admin Misc Services User Owner Config Channel +supybot.plugins: Git Admin Misc Owner User Services Config Channel ### # Determines whether this plugin is loaded by default. @@ -887,7 +894,6 @@ supybot.plugins.Services.NickServ: NickServ # # Default value: ### -supybot.plugins.Services.NickServ.password: <%= @passwords["nickserv"] %> supybot.plugins.Services.NickServ.password.osmbot: <%= @passwords["nickserv"] %> ### @@ -1062,6 +1068,15 @@ supybot.databases.types.cdb: True ### supybot.databases.types.cdb.maximumModifications: 0.5 +### +# Determines whether server certificates will be verified, which +# checks whether the server certificate is signed by a known certificate +# authority, and aborts the connection if it is not. +# +# Default value: False +### +supybot.protocols.ssl.verifyCertificates: True + ### # Determines what will be used as the default banmask style. #