Florian Westphal wrote:
Michael Belanger mrb@ciclops.org wrote:
I just read the bottom :(
So, I pulled the .11-pre2 and I noticed ssl support is not there.. Was that left out intentionally?
Yes. I made a patch which should apply on top of -pre2: http://strlen.de/ngircd/ngircd-0.11.0-pre2-ssl.diff.bz2
Let me know when there are problems.
tar zxvBf ngircd-0.11.0-pre2.tar.gz
cd ngircd-0.11.0-pre2
patch -p1 < /tmp/ngircd-0.11.0-pre2-ssl.diff
make distclean
./configure --with-tcp-wrappers --enable-sniffer --with-openssl
make; make install
added 'MaxNickLength = 20' to Global Section
restarted ngircd
Everything looks good! Thanks Florian!
-Michael