Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
that to modules
|
|
- No other IRC servers implement this.
- No IRC clients I can find support this.
|
|
|
|
|
|
|
|
Idea by @m4z
|
|
|
|
|
|
|
|
|
|
|
|
Add separator parameter
|
|
- Introduce WriteCommand which sends * when the user has not registered.
- Switch a ton of code to use WriteCommand instead of WriteServ.
- Convert WriteNotice to be a wrapper around WriteCommand.
- Only send * when NICK has not been sent instead of before registration.
|
|
uppercase
This way if we send back the subcommand it will be in uppercase even if the client sent it in lowercase
|
|
Fixes issue #757 reported by @guikcd
|
|
|
|
|