]> arthur.barton.de Git - ngircd.git/commit
USER command: only allow alphanumeric characters in user name
authorAlexander Barton <alex@barton.de>
Fri, 1 Jun 2012 21:57:51 +0000 (23:57 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 1 Jun 2012 21:57:51 +0000 (23:57 +0200)
commit6680b536c4da7dc27e11490fe098e98cb0393fa2
treec639dd932980c79809e6de3dc2af7106113e4805
parenta21a7d8b66bada3c581b7d1fe4279432344f2fd5
USER command: only allow alphanumeric characters in user name

Only alphanumeric characters are allowed in the user name, so terminate
the connection if any "strage" characters have been supplied by the user.

This is how other IRC daemons (like ircd2.11 and ircd-seven) behave ...
src/ngircd/irc-login.c