| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| * | Send NOTICEs to local channel members with Channel::WriteNotice() | 2016-03-05 | 1 | -1/+1 | |
| * | Rewrite invite system•••- Moved out of core, now lives entirely in core_channel - Accessible using the provided API after including the appropriate header - Invites are stored in an extension attached to LocalUser/Channel objects, they no longer need special handling when destroying these objects or when lowering TS - Expiration of timed invites are implemented using Timers - When creating a new invite let a non-timed invite override a timed one | 2015-11-02 | 1 | -3/+0 | |
| * | m_spanningtree Clean up comments | 2015-05-13 | 1 | -6/+3 | |
| * | Merge insp20 | 2015-04-20 | 1 | -2/+2 | |
| |\ | |||||
| | * | Fix a snotice in m_spanningtree incorrectly using an unsigned long.•••This value can be negative so it should be a signed long not an unsigned long. | 2015-01-03 | 1 | -2/+2 | |
| * | | m_spanningtree Forward FJOINs with correct TS, modes and userlist | 2015-01-09 | 1 | -2/+75 | |
| * | | m_spanningtree Change name and scope of commait in FJOIN handler | 2015-01-09 | 1 | -3/+4 | |
| * | | m_spanningtree Add overload for add() and has_room(), giving more flexibility... | 2015-01-09 | 1 | -4/+4 | |
| * | | m_spanningtree Add source server parameter to CommandFJOIN::Builder constructor•••Default it to this server | 2015-01-09 | 1 | -2/+2 | |
| * | | m_spanningtree Simplify processing non-prefix modes in FJOINs•••Use ModeParser::ModeParamsToChangeList() instead of duplicating logic | 2014-09-04 | 1 | -18/+1 | |
| * | | m_spanningtree Remove CommandFJoin::ApplyModeStack() | 2014-09-03 | 1 | -12/+0 | |
| * | | Use Modes::ChangeList in ModeHandler::RemoveMode() | 2014-09-03 | 1 | -3/+3 | |
| * | | Replace irc::modestacker usage with the new ModeParser::Process() | 2014-09-03 | 1 | -22/+14 | |
| * | | m_spanningtree Replace direct access of TreeServer::bursting with IsBursting() | 2014-07-27 | 1 | -1/+1 | |
| * | | Merge insp20 | 2014-07-25 | 1 | -4/+5 | |
| |\| | |||||
| | * | m_spanningtree Set the bursting flag in the FJOIN handler based on whether th...•••Previously the flag was true if our route to the source was bursting, which resulted in m_joinflood incorrectly registering netjoins when a remote server was bursting Fixes issue #839 reported by @joshtek0 | 2014-04-26 | 1 | -2/+3 | |
| * | | m_spanningtree Use vector back() where it makes sense | 2014-06-14 | 1 | -1/+1 | |
| * | | m_spanningtree Send and parse FJOINs with membership ids | 2014-06-11 | 1 | -7/+23 | |
| * | | m_spanningtree Add CmdBuilder specialization for FJOIN | 2014-06-11 | 1 | -0/+32 | |
| * | | m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS•••Throws a ProtocolException if the input is invalid | 2014-04-16 | 1 | -7/+1 | |
