Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Return MOD_RES_DENY to exclude the user from the NAMES list
|
|
Throws a ProtocolException if the input is invalid
|
|
returning CMD_INVALID
Catch CoreExceptions, log and close the link in OnDataReady()
|
|
These tokens have been deprecated in favour of STATUSMSG for a long time
|
|
|
|
Issue #818
|
|
Fixes issue #820 reported by @UselessOper
|
|
|
|
Remove channels/high-join-limit privilege
|
|
|
|
|
|
- Removed support for changing the build directory using configure.
This can still be set using make BUILDPATH=foo.
- Removed support for SPLIT_CC builds. This is not documented
anywhere and is quite useless as it doesn't work.
- Remove STARTSCRIPT from configure; always install the perl
helper.
|
|
<exemptfromfilter> tags
Issue #655
|
|
|
|
"target", but keep compatibility
|
|
|
|
the set
|
|
the correct host when cgiirc users log in using SASL
|
|
|
|
The user is always inside if UserList() is called from ForceJoin() and the HasUser() result obtained in the /NAMES handler can be reused
|
|
a channel from Channel::UserList() to cmd_names
|
|
|
|
|
|
|
|
"hash/sha256" service provider
|
|
|
|
intrusive_list
|
|
|
|
|
|
|
|
helpop issues
|
|
|
|
|
|
Some of these were picked from #448
|
|
Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this
|
|
|
|
WriteCommonRaw(msg, false) has similiar functionality with a std::string parameter
|
|
This functionality is only used by the PRIVMSG and NOTICE handlers
|
|
The removed functions were rarely used and all they did was to call User::WriteFrom() with swapped arguments. On call sites, WriteTo() hardly offers any readability improvement over WriteFrom().
|
|
Spotted by @barosl
|
|
building modules consisting of multiple compilation units
Instead of special casing m_spanningtree create one project for each subdir in src/modules/ and src/coremods/
|
|
linked list
|
|
|
|
m_globalload
|
|
|
|
|