Age | Commit message (Collapse) | Author |
|
|
|
|
|
SendChannelNotice() sending statusmsgs to whole channel
|
|
certain cases
The OnBuildNeighborList handler in m_auditorium can add the cycling user to the exceptions as an always send exception. To fix, remove the user from the exceptions before processing them.
Reported by @genius3000 on IRC
|
|
|
|
|
|
|
|
|
|
|
|
we quit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes issue reported by @m4rkw on IRC
|
|
remains in the buffer of the SSL library
|
|
|
|
internal SocketEngine error happens and the user is quitted
|
|
ConfigTag::readString()
Checking is only necessary in ModuleSSLInfo::OnPostConnect() as oper types are not encountered in the other cases but check anyway to be sure
|
|
Fix a minor warning in m_hideoper on some systems.
|
|
|
|
|
|
|
|
[2.0] Fix GCC 6 warning about null checking this.
|
|
Minor spelling errors in m_spanningtree.so
|
|
Don't show snotices for kills from ulined clients
|
|
|
|
As with 402a1bb010522a35600325c1a3084e092b40ca22 this is known to
be undefined behaviour but changing it is too risky for the 2.0
branch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Default to 20
|
|
away-notify enabled and is away
|
|
[2.0] Fix hidden operators being shown in LUSERS.
|
|
|
|
|
|
|
|
Reported by @dequis on IRC.
|
|
Fixes issue #1109 reported by @Sheogorath-SI
|
|
This reverts commit b0e64b8cea2d721588d92072a8d16fdd99a9c945.
The original behavior isn't RFC incompliant, see #1095.
|
|
Passing a position equal to length() to the non-const version of operator[] is undefined
|
|
Fixed a build warning
|
|
[2.0] Fix exposing the opers hostname in KILL when using hidekills.
|