Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #1055.
|
|
|
|
Also, default TAGMSG to being worth 0.2 NOTICE/PRIVMSG. This should
prevent flood kicks from typing notifications.
Closes #1649.
|
|
99% of cases of this are due to misconfigurations not due to
underhanded behaviour.
|
|
|
|
|
|
Closes #1652.
|
|
This stops users from accidentally killing their IRC server if they
forget to load the sslrehashsignal module.
|
|
|
|
written.
Fixes sending large pages in m_httpd (#1646).
|
|
|
|
|
|
|
|
If the command is LOCAL, the address length isn't set before it is used
in ReadProxyAddress()
|
|
This fixes a crash bug in the silence module on some versions of GCC.
|
|
|
|
|
|
|
|
|
|
This should fix #851.
|
|
|
|
|
|
This allows modules to override them if necessary.
Fixes #1619.
|
|
Fixes #1634.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Don't ignore message tags on ServerCommands, and avoid creating
duplicate CommandBase::Params instances
|
|
When a user (U1) sends a PRIVMSG to a server (S1), which sends it to S2, which finally
sends it to S3 to send to U2, S2 doesn't send the tags it received on
the command from S1 to S3.
|
|
|
|
|
|
- Use ERR_NOOPERMOTD from UnrealIRCd and RPL_OMOTDSTART, RPL_OMOTD,
and RPL_ENDOFOMOTD from ircd-ratbox.
- Only send ERR_NOOPERMOTD in response to the command.
|
|
If no bind address was specified then one would be
created which had an incompatible address family to
the address that the server was trying to connect to.
|
|
|
|
This ensures compliance with the behaviour specified in ircv3/ircv3-specifications#371.
|
|
|