Age | Commit message (Collapse) | Author |
|
|
|
|
|
Closes #1857.
|
|
This bug was introduced since the last release and only ever
affected git versions built since commit 8c3c4f8e82.
|
|
|
|
|
|
|
|
This should fix the issue of some DNSBLs being slower than others.
|
|
|
|
|
|
|
|
|
|
This is useful when using modules that generate a config file such
as the filter and permchannels modules.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Add the middle I/O hook to the stats output.
- Make it obvious what the various fields actually are.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously this code would consider requests with fields but no
flags as fuzzy. This is incorrect as users can make requests like:
WHO Sadie %n
Reported by @ilbelkyr.
|
|
|
|
Closes #1850.
|
|
|
|
|
|
|
|
This is pretty much useless but other implementations support it
so we have to also support it for compatibility.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Failure to do this may result in a crash on shutdown when started
in debug mode.
|