miniircd icon indicating copy to clipboard operation
miniircd copied to clipboard

A very simple Internet Relay Chat (IRC) server

Results 5 miniircd issues
Sort by recently updated
recently updated
newest added

As described above the server does not return the client nickname as part of its error reply ERR_NOTONCHANNEL in the mode_handler() function. This issue appears at two positions in the...

As described above the server does not return the client nickname as part of its error reply ERR_NOTONCHANNEL in the topic_handler() function. This violates RFC2812, which states: "The most common...

As described above the lusers_handler() function does not return a RPL_LUSERME reply. This violates RFC2812 which states: "In processing an LUSERS message, the server sends a set of replies from...

Currently, miniircd supports a server password which is good. Would it be possible to allow miniircd to also support a fixed set of user passwords? For example, I may want...

When running server in chroot and using ssl, server loads PEM files before chrooting. So if paths to PEM files is specified as written in README, relative to root directory...