| Age | Commit message (Collapse) | Author |
|
Since we are using GIT starting from now, I converted all the
.cvsignore files to .gitignore files.
|
|
|
|
ngircd can now fall back to select. [from 0.11.x]
|
|
ngircd would always use INADDR_ANY for outgoing connections;
which might not be desirable. Added new [Server] option
"Bind" to set source ip.
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
all JOINs to-non existants channel return ERR_BANNEDFROMCHAN_MSG,
restricting users to those channels defined in the config file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this out)
|
|
|
|
|
|
|
|
target "srcdoc" to generate the documentation using Doxygen.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the server writes its process ID (PID) to this file. Default: off.
Idea by Florian Westphal, <westphal@foo.fh-furtwangen.de>.
|
|
|
|
|
|
|
|
[Channel] section in the configuration file.
|
|
|
|
|
|
|