Age | Commit message (Collapse) | Author |
|
|
|
|
|
This has never worked because it never prepended attribute= to the
search string. It also would prefer matching nick/ident over the user
string provided which is inconsistent, since your ability to
authenticate using PASS would depend on a ldap entry not existing with
your current nick/ident.
Instead, use username provided in PASS and then fallback to nick/ident.
|
|
Fixes #1276
|
|
m_cloaking: fix host/ip comparisons #1249
|
|
|
|
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.
|