Age | Commit message (Collapse) | Author |
|
ModeParser::ModeParamsToChangeList()
This helps spanningtree when it deals with a vector of parameters where the modes begin at different positions
|
|
|
|
|
|
|
|
|
|
|
|
Modes::ChangeList
This is a wrapper that calls ProcessSingle() repeatedly until the entire changelist is processed
|
|
Return number of processed mode changes from ModeParser::ProcessSingle() and add a begin index parameter
|
|
|
|
|
|
|
|
This applies up to one MODE line's worth of mode changes from a Modes::ChangeList
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If the MODE_LOCALONLY flag is set the mode change is not propagated
|
|
Modes::ChangeList::List into MODE/FMODE format
|
|
ModeProcessFlags too
|
|
|
|
|
|
Also change the signature of DisplayListModes() to accept a const ref
|
|
There is no benefit in using a stringstream here
|
|
|
|
override joins
Slightly more readable version of #892 by @ShutterQuick
|
|
Fix unit-cc not loading configure cache when building files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[2.0] Fix various problems with the build system.
|
|
The extend_pkg_path method will be removed in 2.2 as it
causes problems with non-standard pkg-config paths. This
commit adds a workaround until that happens.
|
|
|
|
[2.0] Fix listmodes when the config does not specify a wildcard size entry.
|
|
object containing it
|
|
|
|
remove cmode_{o,v}
The default value for levelrequired is HALFOP_VALUE, meaning the ModeChannelVoice class is not required but it will be useful in case the default changes
|
|
|
|
|
|
|
|
|
|
The size of the vector is checked in OnPreCommand() and that hook only runs for local users
|
|
|
|
|