summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d43576dc..963d76e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2008-11-10 Alexey Shchepin <alexey@process-one.net>
+
+ * src/tls/tls_drv.c: Don't create a SSL context on every
+ connection and disable SSLv2 on outgoing connections (EJAB-781)
+
+2008-11-08 Mickael Remond <mremond@process-one.net>
+
+ * src/ejabberd_s2s_out.erl: exports the DNS resolution
+ function.
+
+2008-11-06 Badlop <badlop@process-one.net>
+
+ * src/extauth.erl: When the extauth call fails or timeouts, deny
+ authorization. Use two timeouts: 60s for script initialization and
+ 10s for regular calls. (thanks to Kevin Crosbie from
+ Ravenpack) (EJAB-627)
+
2008-11-03 Alexey Shchepin <alexey@process-one.net>
* src/ejabberd_c2s.erl: Disable zlib when STARTTLS is required