]> granicus.if.org Git - ejabberd/commitdiff
SVN Revision: 1676
authorAlexey Shchepin <alexey@process-one.net>
Mon, 10 Nov 2008 14:40:53 +0000 (14:40 +0000)
committerAlexey Shchepin <alexey@process-one.net>
Mon, 10 Nov 2008 14:40:53 +0000 (14:40 +0000)
ChangeLog

index d43576dcc31e0cc84ec837eea8b1f9f87319103b..963d76e7614f3c829c77865927d5b2e6c14f4925 100644 (file)
--- 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