From: Alexey Shchepin Date: Mon, 10 Nov 2008 14:40:53 +0000 (+0000) Subject: SVN Revision: 1676 X-Git-Tag: v2.1.0~18^2~543 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5d89c2ab303a38fa185f74043cb3d05277f6583;p=ejabberd SVN Revision: 1676 --- diff --git a/ChangeLog b/ChangeLog index d43576dcc..963d76e76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2008-11-10 Alexey Shchepin + + * 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 + + * src/ejabberd_s2s_out.erl: exports the DNS resolution + function. + +2008-11-06 Badlop + + * 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 * src/ejabberd_c2s.erl: Disable zlib when STARTTLS is required