]> arthur.barton.de Git - ngircd.git/commit
Send and handle NICK+USER commands for user registration (RFC 1459).
authorAlexander Barton <alex@barton.de>
Wed, 13 Aug 2008 19:55:22 +0000 (21:55 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 23 Sep 2008 09:47:17 +0000 (11:47 +0200)
commit14048c471757ad63c9ca6aab38877bf4579a5062
tree627659b6ded39ee828c6c4a168ec024d69a1f00d
parentf199d637246fcd64ebf44b12ffa89fc1375e0665
Send and handle NICK+USER commands for user registration (RFC 1459).

This patch enables ngIRCd to deal with NICK and USER commands following
RFC 1459 to register new clients, and to send these commands instead of one
full NICK command as specified in RFC 2813 on connections that are in RFC
1459 compatibility mode.

Can be useful for e. g. IRC services that simulate a RFC 1459 server.
src/ngircd/irc-login.c