| Age | Commit message (Collapse) | Author |
|
In file included from hash.c:24:
../tool/tool.h:27: warning: `struct in_addr' declared inside parameter list
|
|
struct Conf_Server stored the ip address to connect to
in dotted-decimal notation; but we only need this for connect()
so long-time storage isn't necessary.
|
|
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.
|
|
to the network as well as the wrong output of the LINKS command.
|
|
|
|
|
|
to the users working directory (as returned by getpwuid()).
Failing to chdir to that directory isn't an error; so
log with LOG_INFO and prefix the message with "Notice".
|
|
|
|
MaxJoins
if any of those values was set to 0.
|
|
|
|
options allow setting values < 0 -- this isn't the case. Comments adjusted.
|
|
|
|
|
|
cause the server to crash. Thanks to Sebastian Vesper, <net@veoson.net>.
|
|
|
|
group
is in progress.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- remove minor whitespace damage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support for select() as well by default and fall back on runtime when needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|