Age | Commit message (Collapse) | Author |
|
Leaving it up to the compiler to set the underlying type of the enum
can result in this being a signed int. This variable will not work
as intended as a 2 bit signed int.
This fixes an issue with the Windows build(s) where a server trying
to link would fail with "Protocol violation: Invalid source".
|
|
|
|
|
|
|
|
|
|
|
|
- Only show a generic failure message to the user upon oper failure
due to not having a secure connection or matching cert. fingerprint.
- Update the comment about oper:fingerprint as it can be a space
separated list of fingerprints and not just one.
- Improve a few code comments and formatting.
|
|
|
|
|
|
Closes #1775.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #1772.
|
|
|
|
|
|
|
|
If the dnsbl module is set to mark with a vHost, it can finish before
the hostname resolution finishes. This is especially the case when
the result is already cached.
Resolves #1770.
|
|
There's no reason for this to be in a header and it can't be used
by anything else.
|
|
This matches the behaviour of the censor module.
|
|
|
|
This is in addition to 4cc992f.
|
|
|
|
|
|
Modes are set and unset not executed.
|
|
|
|
|