| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2022-12-30 | 1 | -2/+1 | |
| | | |||||
| * | Update copyright headers. | 2022-04-28 | 1 | -2/+2 | |
| | | |||||
| * | Use FindNearestPrefixMode instead of looking for the halfop mode. | 2022-04-12 | 1 | -4/+4 | |
| | | |||||
| * | Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric. | 2022-04-12 | 1 | -1/+1 | |
| | | | | | This should make privilege errors more consistent. | ||||
| * | Use a mode reference in the timedbans module. | 2021-11-16 | 1 | -2/+5 | |
| | | |||||
| * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| | | |||||
| * | Fix unsetting timed bans with excessively long masks. | 2021-06-18 | 1 | -0/+13 | |
| | | |||||
| * | Avoid unnecessarily looking up the ban mode. | 2021-06-18 | 1 | -1/+1 | |
| | | | | | | We already have a ChanModeReference for this there's no need to look it up again. | ||||
| * | Update copyright headers. | 2021-03-05 | 1 | -3/+3 | |
| | | |||||
| * | Update copyright headers. | 2020-07-30 | 1 | -0/+1 | |
| | | |||||
| * | Replace all erroneous space indentation with tab indentation. | 2020-07-29 | 1 | -10/+10 | |
| | | |||||
| * | Allow disabling the timedbans set/unset notices (#1789). | 2020-07-22 | 1 | -10/+25 | |
| | | |||||
| * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2020-01-31 | 1 | -1/+1 | |
| | | |||||
| * | Add Channel::WriteRemoteNotice and revert WriteNotice changes. | 2020-01-29 | 1 | -2/+2 | |
| | | | | | | | This is a partial reversion of 687778b72e. See also: #1749. | ||||
| * | Use irc::equals instead of strcasecmp where appropriate. | 2020-01-17 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -2/+11 | |
| | | |||||
| * | Allow Channel::WriteNotice send to other servers and status ranks. | 2019-11-17 | 1 | -6/+2 | |
| | | |||||
| * | Improve the timed ban notices (#1722). | 2019-10-24 | 1 | -21/+26 | |
| | | | | | - Save the nick of the setter to use in the expiry message. - Change both notice messages to a standard and informative style. | ||||
| * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -1/+1 | |
| | | |||||
| * | Start using DurationString() in X-line additions and | 2019-02-18 | 1 | -1/+1 | |
| | | | | | a few other modules where it fits better than just showing seconds. | ||||
| * | Only parse valid durations, don't treat invalid multipliers as seconds (#1538) | 2018-12-21 | 1 | -3/+3 | |
| | | |||||
| * | Implement IRCv3 message tag support. | 2018-08-13 | 1 | -4/+4 | |
| | | | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com> | ||||
| * | Add an accessor for the last mode change list to ModeParser. | 2018-08-13 | 1 | -1/+1 | |
| | | | | | GetLastParse will be going away soon. | ||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -2/+2 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | Fixed misc. instances of ERR_NOSUCHNICK instead of channel numerics | 2017-12-22 | 1 | -1/+1 | |
| | | | | | Per #1122 | ||||
| * | Extract RFC modes from the core to core_channel and core_user. | 2017-12-10 | 1 | -0/+2 | |
| | | |||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -3/+3 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Fix a ton of -Wsign-conversion warnings. | 2017-11-17 | 1 | -1/+1 | |
| | | |||||
| * | Merge tag 'v2.0.25' into master. | 2017-11-12 | 1 | -4/+10 | |
| |\ | |||||
| | * | Improve (synchronize) the notices in m_timedbans | 2017-11-06 | 1 | -4/+10 | |
| | | | | | | | | | | | * Send to remote servers upon setting * Send to halfop if available upon expiry | ||||
| * | | Merge the latest changes from insp20 into master. | 2017-10-12 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix mistakenly hardcoding the halfop prefix char in timedbans. | 2017-08-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | This will almost always be % but if the server admin is using the customprefix module and remaps it to something else messages will not be sent out correctly. | ||||
| * | | Add CXX11_OVERRIDE to overridden members that lack it. | 2017-07-12 | 1 | -1/+1 | |
| | | | | | | | | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer. | ||||
| * | | m_timedbans Remove TimedBan::channel | 2016-08-22 | 1 | -7/+2 | |
| | | | |||||
| * | | Switch to irc::equals() from irc::string in modules that use it for ↵ | 2016-08-22 | 1 | -3/+2 | |
| | | | | | | | | | comparing names of IRC objects | ||||
| * | | m_timedbans Remove one irc::string usage | 2016-08-22 | 1 | -3/+4 | |
| | | | |||||
| * | | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | 2016-02-25 | 1 | -3/+2 | |
| | | | | | | | | | parameters | ||||
| * | | Merge insp20 | 2015-04-20 | 1 | -0/+51 | |
| |\| | |||||
| | * | m_timedbans Notice user when trying to set a ban that's already set | 2015-04-13 | 1 | -0/+7 | |
| | | | |||||
| | * | m_timedbans Extract IsBanSet() to a function | 2015-04-13 | 1 | -5/+13 | |
| | | | |||||
| | * | m_timedbans On channel destruction remove all timed bans belonging to the ↵ | 2015-04-13 | 1 | -1/+23 | |
| | | | | | | | | | channel from internal bookkeeping | ||||
| | * | m_timedbans Store Channel pointer in struct TimedBan | 2015-04-13 | 1 | -0/+2 | |
| | | | |||||
| * | | Replace irc::modestacker usage with the new ModeParser::Process() | 2014-09-03 | 1 | -11/+6 | |
| | | | |||||
| * | | Automatically register and unregister mode watchers | 2014-01-06 | 1 | -10/+0 | |
| | | | |||||
| * | | Make various self contained methods static. | 2013-12-15 | 1 | -1/+1 | |
| | | | | | | | | | | | - InspIRCd::IsValidMask - InspIRCd::TimeString | ||||
| * | | Use WriteNumeric() everywhere we send numerics and include the user's nick ↵ | 2013-11-12 | 1 | -3/+3 | |
| | | | | | | | | | automatically | ||||
| * | | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -1/+0 | |
| | | | |||||
| * | | Call ModeParser::Process() directly instead of going through the CommandParser | 2013-08-04 | 1 | -3/+3 | |
| | | | | | | | | | Simplify the way how m_conn_umodes assembles the modes it sets | ||||
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -2/+0 | |
| | | | |||||
