summaryrefslogtreecommitdiff
path: root/src/modules/m_filter.cpp
AgeCommit message (Expand)Author
2021-05-14Update copyright headers.InspIRCd Robot
2021-03-21Improve the header messages of the filter and permchannels modules.Sadie Powell
2021-03-14Implement support for saving filters.Sadie Powell
2021-03-05Update copyright headers.InspIRCd Robot
2020-04-21Fixes by misspell-fixerInspIRCd Robot
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-04-09Set the minimum length to 1 for most config items with a default.Sadie Powell
2020-04-04Don't filter mass-messages sent by server operators.Sadie Powell
2020-04-04Add the Numerics::CannotSendTo class and switch stuff to use it.Sadie Powell
2020-02-18Fix the syntax of the filter module's stats.Sadie Powell
2020-01-31Update copyright headers.InspIRCd Robot
2020-01-23Add a method for getting the name of a MessageTarget.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-07-15Split ServerEventListener into {Broadcast,Link,Sync}EventListener.Peter Powell
2019-06-24Replace large if/else blocks for target.type with switches (#1668).linuxdaemon
2019-06-08Fix a typo in the filter module.Peter Powell
2019-06-07Add an option to the filter module to ignore self messages.Peter Powell
2019-05-20m_filter: Minor cosmetic changes (#1645).Robby
2019-05-20Add an option to the filter module to exclude registered users from a filter.Filippo Cortigiani
2019-04-28Some more text fixes and improvements (#1618).Robby
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2019-02-22Improve the handling of config X-lines and filters. (#1583)Matt Schatz
2019-02-19Minor text fixes for m_filter.Robby
2019-02-19Improve the messages in m_filter.Matt Schatz
2019-01-09Improve X-line text consistency.Matt Schatz
2018-12-21Only parse valid durations, don't treat invalid multipliers as seconds (#1538)linuxdaemon
2018-12-13Store durations as unsigned long not long in XLine and m_filter.Peter Powell
2018-12-12Fix conversion issues by replacing ConvToInt with ConvToNum<T>.Peter Powell
2018-11-21m_filter: Add a warn action for notifying opers while still allowing the mess...Robby
2018-11-12m_filter: add Z-Line supportMichael Hazell
2018-09-25Don't sync filters defined in the config and expire them on rehash.Peter Powell
2018-08-24Improve the snotices sent out by the filter module.Peter Powell
2018-08-15Fix aliases that resolve to messages echoing with echo-message.Peter Powell
2018-08-10Split irc::tokenparser::GetToken into GetMiddle and GetTrailing.Peter Powell
2018-08-10Remove the integer overloads of irc::tokenparser::GetToken().Peter Powell
2018-08-10Remove the original line parameter of On{Pre,Post}Command.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2018-04-20Optionally do not notify users if their messages are blocked by certain modul...Robby
2018-04-08Move OnStats from the core to a cross-module event.Peter Powell
2018-01-06Rework message handling.Peter Powell
2017-12-21Add SHUN as a /filter actionB00mX0r
2017-12-19Add snomask alert on m_filter quit/part G-LineB00mX0r
2017-12-03Send a snotice when m_filter kills or G-Lines a client.ThatOneRoadie
2017-12-03Move OnSync{Channel,Network,User} to ServerEventListener.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-07-12Add CXX11_OVERRIDE to overridden members that lack it.Peter Powell
2016-08-22Add stdalgo::string::equalsci and use it instead of irc::string for case-inse...Attila Molnar
2016-02-25Introduce Stats::Context, pass it to the OnStats hook and switch all code to itAttila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2014-12-15Change type of some associative containers to their flat versions, including ...Attila Molnar