diff options
author | Alexey Shchepin <alexey@process-one.net> | 2008-11-10 14:40:53 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2008-11-10 14:40:53 +0000 |
commit | d5d89c2ab303a38fa185f74043cb3d05277f6583 (patch) | |
tree | fb2460f566ad1a00f2b0d112d82f39369606a5e9 | |
parent | * src/tls/tls_drv.c: Don't create a SSL context on every (diff) |
SVN Revision: 1676
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |