| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-06-19 | 1 | -1/+13 | |
| |\| | |||||
| | * | Fix unsetting timed bans with excessively long masks. | 2021-06-18 | 1 | -0/+13 | |
| | * | Avoid unnecessarily looking up the ban mode.•••We already have a ChanModeReference for this there's no need to look it up again. | 2021-06-18 | 1 | -1/+1 | |
| * | | Get rid of even more pointless copy/paste comments. | 2021-05-19 | 1 | -1/+0 | |
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 1 | -1/+1 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -10/+6 | |
| * | | Convert various mode methods to take Mode::Change.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | 2021-03-30 | 1 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -3/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -3/+3 | |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | |
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2020-08-25 | 1 | -0/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-07-30 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-07-29 | 1 | -10/+27 | |
| |\| | |||||
| | * | 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 | |
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -6/+3 | |
| * | | Merge branch 'insp3' into master. | 2020-02-04 | 1 | -3/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-31 | 1 | -1/+1 | |
| | * | Add Channel::WriteRemoteNotice and revert WriteNotice changes.•••This is a partial reversion of 687778b72e. See also: #1749. | 2020-01-29 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -3/+12 | |
| |\| | |||||
| | * | Use irc::equals instead of strcasecmp where appropriate. | 2020-01-17 | 1 | -1/+1 | |
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+11 | |
| * | | Merge branch 'insp3' into master. | 2019-12-08 | 1 | -6/+2 | |
| |\| | |||||
| | * | Allow Channel::WriteNotice send to other servers and status ranks. | 2019-11-17 | 1 | -6/+2 | |
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -21/+26 | |
| |\| | |||||
| | * | Improve the timed ban notices (#1722).•••- Save the nick of the setter to use in the expiry message. - Change both notice messages to a standard and informative style. | 2019-10-24 | 1 | -21/+26 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -1/+1 | |
| |\| | |||||
| | * | Start using DurationString() in X-line additions and•••a few other modules where it fits better than just showing seconds. | 2019-02-18 | 1 | -1/+1 | |
| * | | ModeParser: remove fakederef. | 2019-02-07 | 1 | -7/+7 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -6/+6 | |
| |/ | |||||
| * | Only parse valid durations, don't treat invalid multipliers as seconds (#1538) | 2018-12-21 | 1 | -3/+3 | |
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-13 | 1 | -4/+4 | |
| * | Add an accessor for the last mode change list to ModeParser.•••GetLastParse will be going away soon. | 2018-08-13 | 1 | -1/+1 | |
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | 2018-07-26 | 1 | -2/+2 | |
| * | Fixed misc. instances of ERR_NOSUCHNICK instead of channel numerics•••Per #1122 | 2017-12-22 | 1 | -1/+1 | |
| * | 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.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -3/+3 | |
| * | 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•••* Send to remote servers upon setting * Send to halfop if available upon expiry | 2017-11-06 | 1 | -4/+10 | |
| * | | Merge the latest changes from insp20 into master. | 2017-10-12 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix mistakenly hardcoding the halfop prefix char in timedbans.•••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. | 2017-08-25 | 1 | -1/+1 | |
