Age | Commit message (Collapse) | Author |
|
|
|
for some clients which try to restore SSL sessions.
|
|
Fix clang warning
|
|
|
|
|
|
|
|
|
|
when cgiirc users log in using SASL
|
|
Fixes issue #717 reported by @Robby-
|
|
channel is locked
Fixes issue #694 reported by @TurkDesk
|
|
action to prevent UID walking
|
|
|
|
strings
|
|
m_sasl: properly handle bad-mechanism failures
|
|
Remove "sent remote SAJOIN" local snotice
Fixes issue #382 reported by @JDowny
|
|
entire mode change if it contains a single mlocked mode
Fixes issue #615 reported by @BlacklightShining
|
|
|
|
|
|
|
|
|
|
Don't accept invalid timestamps
|
|
in the channel
|
|
Fixes #696
Does not apply to 2.2 due to Attila's rewrite of the module
|
|
|
|
|
|
|
|
Fixes issue #644.
|
|
|
|
|
|
|
|
Improve support for rarely used compilers, EKOPath in this case.
|
|
|
|
|
|
|
|
|
|
When loading, ignore and log channels with a name longer than Limits.MaxChan
|
|
in WriteDatabase()
|
|
- Fix typos, remove misleading information, rephrase a few sentences
- Add info about hmac-<hash> hash types
- Remove <performance:maxwho> (the code which used this was removed in 96e4434 - @SaberUK)
- Change inspircd.github.org to inspircd.org
|
|
use it
|
|
|
|
GnuTLS versions
Use the (old) LIBGNUTLS_VERSION_* defines as a fallback when GNUTLS_VERSION_* is unavailable
Fixes #595 reported by @rhylan
|
|
|
|
recognized as trusted
|
|
older GCC versions
|
|
timeouts on e.g. Mibbit when webirc is not used
|
|
when applying non-prefix modes
|
|
|
|
A new FIDENT was broadcast for each incoming FIDENT causing harmless but unnecessary server to server traffic
|
|
|
|
Quotes from the documentation:
"You must allocate the to buffer to be at least length*2+1 bytes long. (In the worst case, each character may need to be encoded as using two bytes, and you need room for the terminating null byte.)"
"The return value is the length of the encoded string, not including the terminating null character."
http://dev.mysql.com/doc/refman/5.6/en/mysql-real-escape-string.html
|