Age | Commit message (Collapse) | Author |
|
|
|
instead of PEM_read_DHparams()
|
|
|
|
Found by Coverity, CID: 1135647
|
|
Found by Coverity, CID: 1201453
|
|
Found by Coverity, CID: 1135649
|
|
SocketEngine::LastError()
See 4451fd13a1accec8d7c2b1bb7fdafd6e50a2566b
|
|
|
|
After a rehash MAX_WATCH can become lower than it was before
|
|
|
|
|
|
|
|
|
|
|
|
|
|
m_globalload
|
|
|
|
deopering
Fixes issue #801 reported by @UselessOper
|
|
server name
|
|
This gets rid of questionable snprintf() usage, reported by @hifi
Backported commit: 8a06d54076551387f83a29360478ee6605e241b6
|
|
of +s channels from outside
A version of the check removed by this commit is in Channel::UserList() which takes the priv into account
Discovered by @Cronus89
|
|
Fixes issue #762 reported by @neoinr
|
|
TreeSocket::Squit()
While the previous code worked fine in practice, it was incorrect in theory
|
|
The snotice is sent to opers when the SQUIT is processed by their server
|
|
configuration of connect classes
Fixes issue #780 reported by @JDowny
|
|
users without the privilege to see them, introduced in
b328aad53b044bd9cf9720dfed216b0ee61c8e31
|
|
Fix various problems detected by Clang 3.4.
|
|
select()
|
|
- cidr.cpp: remove inverted_bits; unused since 9fad3ecb9215a0034bf407f192926b04cb5efaed.
- cmd_stats.cpp: remove needless inversion and comparison to 0.
- inspircd.cpp: remove needless comparison to 0.
- socket.cpp: remove all_zero; unused since 03a1bf15b1da7643b237c22db1a478916a976ccf.
|
|
|
|
correct events
|
|
Fixes issue #757 reported by @guikcd
|
|
|
|
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
|