Age | Commit message (Collapse) | Author |
|
A user that is not marked by a DNSBL should never match a
class that requires a DNSBL marking.
Thanks to @kylef for reporting this on IRC.
|
|
|
|
|
|
Thanks to @lethality for reporting this.
|
|
|
|
|
|
|
|
|
|
|
|
This was never adopted by clients and its easy for servers to get
a valid cert now so this is unnecessary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ref: ircv3/ircv3-specifications#412.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Use rel2abs on the base path instead of on every sub-directory.
- Use catdir for joining paths instead of string concatenation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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".
|
|
|