Age | Commit message (Collapse) | Author |
|
startup
|
|
|
|
Fix a snotice in m_spanningtree incorrectly using an unsigned long.
|
|
|
|
contains '*'
|
|
This value can be negative so it should be a signed long not an
unsigned long.
|
|
problems on systems not supporting it (Windows)
|
|
unloaded
|
|
unload
|
|
<banlist>
Fixes regression introduced in 234be2f3cb
|
|
|
|
This is a modified version of 690c372. Fixes #905.
|
|
|
|
|
|
|
|
|
|
fingerprints
|
|
|
|
prefix mode
|
|
|
|
session of a socket
|
|
use instead of at /rehash ssl time
|
|
|
|
|
|
instead of waiting for the next VerifyCertificate() or new connection
|
|
|
|
the handshake returns 0
The meaning of a 0 return value quoted from the manual:
The TLS/SSL handshake was not successful but was shut down controlled and by the specifications of the TLS/SSL protocol.
|
|
context options
|
|
national_case_insensitive_map changes
Issue #923
|
|
Issue #923
|
|
national_case_insensitive_map changes
Issue #923
|
|
changes
Issue #923
|
|
Fix various issues detected by Coverity.
|
|
- m_watch: wl has already been confirmed to not be NULL on L161.
|
|
Fix various warnings when building with LLVM 3.5.
|
|
- warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
- warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
|
|
|
|
|
|
Options enabled:
- SSL_OP_NO_SSLv2
- SSL_OP_SINGLE_DH_USE
- SSL_OP_SINGLE_ECDH_USE (if it exists)
Partial backport of #856 by @jvehent
|
|
|
|
struct is reallocated
|
|
|
|
|
|
Mention m_regex_stdlib in the list of regex providers after m_filter
|
|
collision if the nick is used by a (local) client that isn't fully registered
|
|
|
|
|
|
Fix copy/paste error in m_denychans.
|
|
|
|
SASL)
|