]> arthur.barton.de Git - ngircd-alex.git/commit
Introduce option to configure the maximum nick name lenth in ngircd.conf
authorAlexander Barton <alex@barton.de>
Wed, 21 Nov 2007 12:16:33 +0000 (12:16 +0000)
committerAlexander Barton <alex@barton.de>
Wed, 21 Nov 2007 12:16:33 +0000 (12:16 +0000)
commit47ca178a219d682c589b27e64ee1a4e936cc7bdc
tree463071b075abe6d73ca0bf8e3d284e1a174fd8e7
parent12db0bdc4fb2d4bf40d6961406400a248bac123c
Introduce option to configure the maximum nick name lenth in ngircd.conf
- New configuration option "MaxNickLength" to specify the allowed maximum
  length of user nick names. Note: must be unique in an IRC network!
- Enhanced the IRC+ protocol to support an enhanced "server handshake" and
  enable server to recognice numeric 005 (ISUPPORT) and 376 (ENDOFMOTD).
  See doc/Protocol.txt for details.
19 files changed:
ChangeLog
NEWS
contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj
doc/Protocol.txt
doc/sample-ngircd.conf
man/ngircd.conf.5.tmpl
src/ngircd/Makefile.am
src/ngircd/client.c
src/ngircd/conf.c
src/ngircd/conf.h
src/ngircd/defines.h
src/ngircd/irc-info.c
src/ngircd/irc-info.h
src/ngircd/irc-login.c
src/ngircd/irc-server.c
src/ngircd/irc-server.h
src/ngircd/ngircd.c
src/ngircd/parse.c
src/ngircd/parse.h