| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-08-03 | 1 | -1/+1 | |
| * | Update all usages of ProtocolServer to use Server. | 2024-07-24 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-12-22 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2023-12-22 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-09-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Tweak the malformed channel name message slightly. | 2023-09-01 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-08-25 | 1 | -0/+3 | |
| |\| | |||||
| | * | Fix being able to FJOIN non-channels.•••Closes #2057. | 2023-08-25 | 1 | -0/+3 | |
| * | | Rename duration to timeutils and relocate InspIRCd::TimeString. | 2023-05-10 | 1 | -1/+2 | |
| * | | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -3/+3 | |
| * | | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -2/+4 | |
| * | | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| * | | Replace foo.erase(foo.{size|end}()-1) with foo.pop_back(). | 2022-10-01 | 1 | -1/+1 | |
| * | | Replace *foo.rbegin() with foo.end(). | 2022-10-01 | 1 | -1/+1 | |
| * | | Use auto instead of type names where the type is obvious. | 2022-09-29 | 1 | -2/+2 | |
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -5/+5 | |
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -2/+2 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -1/+1 | |
| * | | Consistently use `!foo` instead of `foo == NULL`. | 2021-12-03 | 1 | -1/+1 | |
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -2/+2 | |
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 1 | -2/+2 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -4/+1 | |
| * | | Fix a compiler warning caused by an unused variable. | 2021-03-30 | 1 | -3/+0 | |
| * | | Remove multi-line FJOIN and FMODE logic.•••This only existed for 1202 protocol compatibility. As of 1205 the line length has been removed. | 2021-03-30 | 1 | -19/+0 | |
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -1/+1 | |
| * | | Move FindUUID to the UserManager class. | 2020-02-09 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-02-04 | 1 | -6/+4 | |
| |\| | |||||
| | * | 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 | -5/+3 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -3/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -3/+5 | |
| * | | Merge branch 'insp3' into master. | 2019-12-08 | 1 | -2/+7 | |
| |\| | |||||
| | * | Allow Channel::WriteNotice send to other servers and status ranks. | 2019-11-17 | 1 | -2/+7 | |
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | spanningtree: Never send a message to a raw UUID in CmdBuilder. | 2019-07-19 | 1 | -1/+1 | |
| * | | ModeParser: remove fakederef. | 2019-02-07 | 1 | -5/+5 | |
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| |/ | |||||
| * | Parse CAPAB CAPABILITIES and FJOIN messages with spacesepstream.•••Special tokenisation rules are not necessary here. | 2018-08-10 | 1 | -1/+1 | |
| * | Remove the 'debug' snotice character. | 2018-08-07 | 1 | -1/+1 | |
| * | Make the FJOIN timestamp message easier for users to understand. | 2018-08-05 | 1 | -1/+2 | |
| * | 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 | -1/+1 | |
| * | Bump version to 3.0 in comments and messages | 2016-09-02 | 1 | -1/+1 | |
| * | m_spanningtree Fix FJOIN forwarding | 2016-04-13 | 1 | -1/+1 | |
| * | m_spanningtree Resync servers when they recreate a channel outside of burst | 2016-04-13 | 1 | -2/+12 | |
| * | Refactor topic setting logic to go through Channel::SetTopic() in all cases•••- Pass topic set time and optionally the setter to SetTopic() - Don't do anything if the topic is changed by a local user to what it is currently | 2016-04-11 | 1 | -7/+2 | |
