Age | Commit message (Collapse) | Author |
|
returning CMD_INVALID
Catch CoreExceptions, log and close the link in OnDataReady()
|
|
Issue #818
|
|
Fixes issue #820 reported by @UselessOper
|
|
|
|
<exemptfromfilter> tags
Issue #655
|
|
"target", but keep compatibility
|
|
|
|
the set
|
|
the correct host when cgiirc users log in using SASL
|
|
|
|
|
|
|
|
"hash/sha256" service provider
|
|
|
|
|
|
|
|
|
|
Spotted by @barosl
|
|
|
|
m_globalload
|
|
|
|
|
|
|
|
deopering
Fixes issue #801 reported by @UselessOper
|
|
|
|
|
|
containing it
|
|
object containing it
|
|
|
|
|
|
|
|
|
|
|
|
module names
|
|
|
|
|
|
TreeSocket::Squit()
While the previous code worked fine in practice, it was incorrect in theory
|
|
The snotice is sent to opers when the SQUIT is processed by their server
|
|
|
|
|
|
|
|
|
|
Issue #742
|
|
|
|
|
|
|
|
|
|
ModeType
|
|
ParamMode
- Type of the extension used to store data is a template parameter
- The extension is automatically unset when the mode is unset
- Handlers inheriting from ParamMode have to provide OnSet() and SerializeParam(); may optionally provide OnUnset()
- Transparently handle the case when OnSet() modifies the mode parameter
- Remove Channel::custom_mode_params map; ask the mode handlers to serialize their parameters instead
|
|
|