changeset 371:bdac3ad25bce

mod_dwd: Add wiki page
author Kim Alvefur <zash@zash.se>
date Fri, 28 Jun 2013 18:35:40 +0200
parents 356e38c7254d
children d5758fae9d1c
files mod_dwd.wiki
diffstat 1 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_dwd.wiki	Fri Jun 28 18:35:40 2013 +0200
@@ -0,0 +1,21 @@
+#summary Dialback-without-Dialback
+
+= Introduction =
+
+This module implements an optimization of the Dialback protocol, by
+skipping the dialback step for servers presenting a valid certificate.
+
+= Configuration =
+
+Simply add the module to the `modules_enabled` list.
+
+{{{
+	modules_enabled = {
+		...
+		"dwd";
+	}
+}}}
+
+= Compatibility =
+||0.9 + LuaSec 0.5||Works||
+||0.8||Doesn't work||