Age | Commit message (Collapse) | Author |
|
Improve the default ISUPPORT tokens.
|
|
- Replace the deprecated MAXCHANNELS token with CHANLIMIT.
- Remove the deprecated FNC token (other implementations can force
a nick change without sending this token so informing clients of
that we might force a nick change is pointless)
|
|
Issue #1195
|
|
|
|
Undocument <power> and set the default to the server name.
|
|
Update documentation for password hashing.
|
|
|
|
- Follow best current practises by using bcrypt almost everywhere
in the example configuration files.
- Document the existence of new hashing modules in master.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SecurityIPResolver
|
|
|
|
|
|
This is a workaround until the protocol is updated
|
|
we quit
|
|
|
|
|
|
Inserting members who lack the required status into the except list makes no difference, they won't get the message either way
|
|
|
|
|
|
|
|
Mark the method as const
|
|
IsParameterMode()
|
|
|
|
|
|
Listmodes store their list in an extension that must be present when they are unset to show the modes being unset
|
|
extract into a method
|
|
|
|
methods expecting std::string
|
|
|
|
being unloaded
|
|
|
|
be a member of query
|
|
|
|
|
|
Issue #1112
|
|
|
|
UserManager::AddUser()
|
|
|
|
Fixes issue #1019 reported by @B00mX0r
Also add back a missing word caused by an oversight in #531
|
|
Issue #1006
|
|
|
|
|
|
|
|
Avoids a call to the templated ConvToStr() which uses std::stringstream for conversion
|
|
|