]> arthur.barton.de Git - ngircd-alex.git/commit
New function Conn_StartLogin() to finish connection initialization
authorAlexander Barton <alex@barton.de>
Wed, 29 Aug 2012 15:24:19 +0000 (17:24 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 29 Aug 2012 15:24:19 +0000 (17:24 +0200)
commit01b62202b2caa1b8161e62f149a9d6f705713869
tree94f1290d1b725a1371ccd6a95fb6c1a87838e1a6
parentb68bb560e9140c0ec783ea02773aef50d11ac06d
New function Conn_StartLogin() to finish connection initialization

Conn_StartLogin() is called after the connection has been established and
fully innitialized, including the SSL handshake, for example.

Up to this patch, the "NoticeAuth" option broke the SSL handshake ...
src/ngircd/conn-ssl.c
src/ngircd/conn.c
src/ngircd/conn.h