]> arthur.barton.de Git - ngircd-alex.git/commit
IDENT reply: only allow alphanumeric characters in user name
authorAlexander Barton <alex@barton.de>
Fri, 1 Jun 2012 22:24:53 +0000 (00:24 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 1 Jun 2012 22:24:53 +0000 (00:24 +0200)
commit695df6532ec717e5571e1ddc2c88a8c968603c5a
treea7f2fc30f81804bf6f3bb2ec1209d0bf14acacc1
parent6680b536c4da7dc27e11490fe098e98cb0393fa2
IDENT reply: only allow alphanumeric characters in user name

Only alphanumeric characters are allowed in the user name, so ignore
all IDENT replies that would violate this rule and use the one supplied
by the USER command.
src/ngircd/conn.c