Age | Commit message (Collapse) | Author |
|
|
|
module names
|
|
|
|
This handles CONNECT, LINKS, SERVER and SQUIT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These checks are never true currently and even if one or both users are unregistered proceeding is harmless
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue #742
|
|
Issue #742
|
|
|
|
|
|
|
|
letter
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
This removes the need to call GetRef() for every socket in DispatchEvents()
|
|
|
|
|
|
|
|
|