summaryrefslogtreecommitdiff
path: root/database
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2015-12-30 21:34:11 +0100
committerFlorent Le Coz <louiz@louiz.org>2016-01-04 13:47:27 +0100
commit1f8333f23f060750673d0b7c573f2e2d12142adf (patch)
treec6c92608402af2c5d89f39547bbeb4b9f76acd16 /database
parenta38b17692e0297cbd5d719f059bd0a1b6ef39fe4 (diff)
downloadbiboumi-1f8333f23f060750673d0b7c573f2e2d12142adf.tar.gz
biboumi-1f8333f23f060750673d0b7c573f2e2d12142adf.tar.bz2
biboumi-1f8333f23f060750673d0b7c573f2e2d12142adf.tar.xz
biboumi-1f8333f23f060750673d0b7c573f2e2d12142adf.zip
Support a trusted SHA1 fingerprint to be configured for each IRC server
Diffstat (limited to 'database')
-rw-r--r--database/database.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/database/database.xml b/database/database.xml
index a22b49d..f102db0 100644
--- a/database/database.xml
+++ b/database/database.xml
@@ -13,6 +13,7 @@
<field name="username" type="string" length="1024" default=""/>
<field name="realname" type="string" length="1024" default=""/>
<field name="verifyCert" type="boolean" default="true"/>
+ <field name="trustedFingerprint" type="string"/>
<field name="encodingOut" type="string" default="ISO-8859-1"/>
<field name="encodingIn" type="string" default="ISO-8859-1"/>