summaryrefslogtreecommitdiff
path: root/database
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2015-09-21 04:27:23 +0200
committerFlorent Le Coz <louiz@louiz.org>2015-09-21 04:27:23 +0200
commit890cfe90996ac4c3916c84d178049d9b3b23465b (patch)
tree2a5a4576f5c6f2ecf98e58875736c6d9be861861 /database
parent532228a3cefd92fe43ad0f52149b7f0f5ab5cb79 (diff)
downloadbiboumi-890cfe90996ac4c3916c84d178049d9b3b23465b.tar.gz
biboumi-890cfe90996ac4c3916c84d178049d9b3b23465b.tar.bz2
biboumi-890cfe90996ac4c3916c84d178049d9b3b23465b.tar.xz
biboumi-890cfe90996ac4c3916c84d178049d9b3b23465b.zip
Provide Ports and TLS Ports IRC-server ad-hoc options
This let any user choose which ports to use when connecting to the IRC server. This also lets the user choose whether or not to force TLS usage (by setting no non-TLS port). fix #2731
Diffstat (limited to 'database')
-rw-r--r--database/database.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/database/database.xml b/database/database.xml
index f3a005c..fdeb05e 100644
--- a/database/database.xml
+++ b/database/database.xml
@@ -6,8 +6,9 @@
<field name="owner" type="string" length="3071"/>
<field name="server" type="string" length="3071"/>
- <field name="requireTls" type="boolean" default="true"/>
- <field name="pass" type="string" length="1024"/>
+ <field name="pass" type="string" length="1024" default=""/>
+ <field name="tlsPorts" type="string" length="4096" default="6697;6670" />
+ <field name="ports" type="string" length="4096" default="6667" />
<index unique="true">
<indexfield name="owner"/>