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.
|
|
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.
|
|
Fixes issue #1109 reported by @Sheogorath-SI
|
|
Passing a position equal to length() to the non-const version of operator[] is undefined
|
|
- Strip the directory name in the default casemapping value.
- Error out if the casemapping value contains a space.
- Error out if the locale file failed to load.
- Fix relative file path when building on Windows.
- Install nationalchars files on Windows.
|
|
[2.0] Fix not being able to message ulines when m_restrictmsg is loaded.
|
|
|
|
completed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
channel from internal bookkeeping
|
|
|
|
- warning: 'register' storage class specifier is deprecated.
|
|
startup
|
|
|
|
Fix a snotice in m_spanningtree incorrectly using an unsigned long.
|