Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
This should fix the issue of some DNSBLs being slower than others.
|
|
|
|
|
|
|
|
|
|
|
|
Just because they happen to look the same doesn't mean that they
actually are.
|
|
|
|
|
|
Closes #1850.
|
|
|
|
|
|
|
|
This is pretty much useless but other implementations support it
so we have to also support it for compatibility.
|
|
|
|
|
|
Ref: #1839.
|
|
|
|
The data directory is intended for persistent files whereas the pid
file is ephemeral. This distinction doesn't matter by default but
on system-wide installs ephemeral runtime files go in /var/run or
/run instead.
|
|
|
|
Third time lucky eh?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since a TLS (SSL) module will always be the last IOHook attached
to a socket, IsSSL() needs to ignore any Middle IOHooks that may
also be attached.
|
|
|
|
|
|
|
|
|