Age | Commit message (Collapse) | Author |
|
|
|
When we release 3.0 these links will break as they will point to
the pages for 3.0 rather than 2.0.
|
|
See atheme/atheme@b41753f740 for more details.
|
|
|
|
This will almost always be % but if the server admin is using the
customprefix module and remaps it to something else messages will
not be sent out correctly.
|
|
Previously we assumed that CTCP ACTIONs matched "\1ACTION ". This
is incorrect because "\1ACTION\1" and "\1ACTION" are valid CTCPs.
|
|
|
|
fix override issue
|
|
m_sakick: remove unused "Unable to kick" notice
|
|
m_cloaking: don't apply cloak to already cloaked users during registration
|
|
This can happen if services set a vhost during registration (like with
SASL)
|
|
[2.0] Warn when a user configures a permanent channel without +P.
|
|
m_sasl: send host/ip info
|
|
This has never worked due to the channel lookup using the user's nick
|
|
|
|
|
|
|
|
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.
|
|
m_cloaking: fix host/ip comparisons #1249
|
|
|
|
|
|
|
|
|
|
SendChannelNotice() sending statusmsgs to whole channel
|
|
|
|
|
|
|
|
|
|
we quit
|
|
|
|
|
|
|
|
|
|
|
|
Fixes issue reported by @m4rkw on IRC
|
|
remains in the buffer of the SSL library
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Default to 20
|
|
away-notify enabled and is away
|
|
[2.0] Fix hidden operators being shown in LUSERS.
|
|
|
|
|
|
|
|
Reported by @dequis on IRC.
|