]> arthur.barton.de Git - ngircd-alex.git/commit
Add support for longer config lines
authorFederico G. Schwindt <fgsch@lodoss.net>
Thu, 17 Oct 2013 21:10:53 +0000 (22:10 +0100)
committerFederico G. Schwindt <fgsch@lodoss.net>
Thu, 17 Oct 2013 21:10:53 +0000 (22:10 +0100)
commit62865f7e1910d08ad8d72cb89f830f6d9411ffa2
treef41b4f6a548e3cdef87e97d638b1a80afd868d33
parenta7dda1b28c5d425b3fc4e946ff238ca06c9bb64e
Add support for longer config lines

With the introduction of CipherList we could have longer config lines.
Handle up to 1024 bytes and warn if the line will be truncated.
src/ngircd/client.c
src/ngircd/conf.c
src/ngircd/defines.h
src/ngircd/hash.c
src/ngircd/irc-login.c
src/ngircd/irc-server.c
src/ngircd/numeric.c
src/ngircd/parse.c