| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix building on Windows.•••This regression was introduced by #1659. This distinction is only
relevant on Windows so this should not affect non-Windows platforms.
| Peter Powell | 2019-07-04 | 1 | -1/+1 |
| * | Replace large if/else blocks for target.type with switches (#1668). | linuxdaemon | 2019-06-24 | 1 | -21/+27 |
| * | Fix msgid inconsistencies with TAGMSG•••Also fixes accidentally copying incoming tags on TAGMSG when sending to
other users
| linuxdaemon | 2019-06-22 | 2 | -0/+40 |
| * | Replace all abstract usages of his/he/her with they/their/it. | Peter Powell | 2019-06-07 | 1 | -1/+1 |
| * | CoreExport for CommandSave. fixes #1635 | Ben Harris | 2019-06-07 | 1 | -1/+1 |
| * | Add irc::sockets::isunix for checking if a file is a UNIX socket. | Peter Powell | 2019-05-29 | 1 | -4/+1 |
| * | Fix space separation for CAPAB module list | linuxdaemon | 2019-05-15 | 1 | -7/+6 |
| * | Add an enumeration for known protocol versions. | Peter Powell | 2019-05-14 | 4 | -28/+43 |
| * | If a parent server is hidden then also hide its child servers.•••This should fix #851.
| Peter Powell | 2019-05-14 | 1 | -4/+6 |
| * | Fix an unnecessary string copy when reading the <link> tags. | Peter Powell | 2019-05-14 | 1 | -2/+1 |
| * | Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr. | Peter Powell | 2019-05-14 | 4 | -20/+2 |
| * | Delete some obsolete comments. | Peter Powell | 2019-05-09 | 1 | -1/+0 |
| * | Merge branch 'insp20' into insp3. | Peter Powell | 2019-05-02 | 1 | -1/+1 |
| |\ |
|
| | * | Update documentation links. | Peter Powell | 2019-04-26 | 1 | -1/+1 |
| | * | Fix m_spanningtree sending the wrong setter in S2S ADDLINE. | Peter Powell | 2017-12-15 | 1 | -1/+1 |
| * | | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby | 2019-04-28 | 9 | -23/+23 |
| * | | m_spanningtree: Parse and copy message tags for all cmds•••Don't ignore message tags on ServerCommands, and avoid creating
duplicate CommandBase::Params instances
| linuxdaemon | 2019-04-28 | 1 | -7/+10 |
| * | | m_spanningtree: Ensure tags are sent in forwarded cmds•••When a user (U1) sends a PRIVMSG to a server (S1), which sends it to S2, which finally
sends it to S3 to send to U2, S2 doesn't send the tags it received on
the command from S1 to S3.
| linuxdaemon | 2019-04-28 | 1 | -2/+2 |
| * | | Fix broken linking over IPv4 on IPv6 capable systems.•••If no bind address was specified then one would be
created which had an incompatible address family to
the address that the server was trying to connect to.
| Peter Powell | 2019-04-25 | 1 | -5/+15 |
| * | | Remove m_silence pending a complete rewrite. | Peter Powell | 2019-04-18 | 1 | -0/+5 |
| * | | Fix linking servers with UNIX sockets.•••- Remove the address/port overloads of BeginConnect.
- Change DoConnect to take a sockaddrs instead of an address/port.
| Peter Powell | 2019-04-15 | 5 | -22/+38 |
| * | | Strip message tags correctly in the 1202 spanningtree compat layer. | Peter Powell | 2019-03-20 | 1 | -1/+1 |
| * | | Generate the ssl_cert metadata before bursting a connecting user. | Peter Powell | 2019-03-14 | 2 | -0/+9 |
| * | | Implement support for IRCv3 client-to-client tags. | Peter Powell | 2019-02-19 | 1 | -0/+5 |
| * | | Improve support for wildcards in <link:name>.•••Closes #1569.
| Peter Powell | 2019-02-18 | 1 | -1/+1 |
| * | | Start using DurationString() in X-line additions and•••a few other modules where it fits better than just showing seconds.
| Matt Schatz | 2019-02-18 | 1 | -5/+7 |
| * | | Various text improvements: consistency, syntax, help and doc updates/fixes. | Robby | 2019-02-18 | 1 | -1/+1 |
| * | | Remove trailing whitespace from various source files. | Peter Powell | 2019-01-24 | 1 | -1/+1 |
| * | | Add the reason to xline removal notices. (#1545)•••Show the reason in manual xline removal SNOTICEs, just like
expiry SNOTICEs do.
This modifies XLineManager::DelLine() to require another string
reference passed to it.
Requested by @Robby-. | Matt Schatz | 2019-01-24 | 1 | -3/+4 |
| * | | Add translation for casemapping between 2.0/3.0 (#1544)•••If the casemapping is set to ascii, advertise the m_ascii module to 2.0
to allow use of the m_ascii extras module for 2.0 | linuxdaemon | 2019-01-24 | 1 | -0/+9 |
| * | | Fix away broadcast logic (#1561) | linuxdaemon | 2019-01-23 | 1 | -1/+1 |
| * | | Rename OnClientProtocolProcessTag to OnProcessTag. | Peter Powell | 2019-01-22 | 1 | -1/+1 |
| * | | Fix sending the entire VERSION output as a single parameter.•••Closes #1560.
| Peter Powell | 2019-01-19 | 1 | -2/+6 |
| * | | Improve X-line text consistency.•••- Change any "-Line", ":Line", or "*line" to "-line" throughout
the X-line code, comments, and documentation.
- Add periods to the end of some notices.
- Correct a typo in the Q-line code comments.
- Update the filter module documentation (shun addition).
Co-authored-by: Robby <robby@chatbelgie.be>
| Matt Schatz | 2019-01-09 | 1 | -1/+1 |
| * | | Improve the spanningtree "unknown command" error message. | Peter Powell | 2019-01-03 | 1 | -1/+1 |
| * | | Fix a crash when trying to use ROUTE_TYPE_MESSAGE with no message. | Peter Powell | 2019-01-02 | 2 | -2/+7 |
| * | | Fix message tags not being broadcast across the network. | Peter Powell | 2019-01-02 | 9 | -29/+107 |
| * | | Strip message tags when talking with 1202 protocol servers. | Peter Powell | 2019-01-02 | 1 | -0/+6 |
| * | | Remove spanningtree check for lines sent without a source.•••We don't send any of these anymore.
| Peter Powell | 2019-01-02 | 1 | -6/+0 |
| * | | Fix thinking that 1202 protocol servers have not finished bursting.•••A server introduction is only a burst if all of the parent servers
of it are not bursting.
Fixes #1527.
| Peter Powell | 2018-12-20 | 1 | -3/+13 |
| * | | Fix not propagating rehashes properly across the network.•••The REHASH command is not routed like a normal command. When a
rehash that needs to be forwarded is received the local server
forwards it indirectly by calling the local REHASH handler which
then calls the OnPreRehash hook. This results in the OnPreRehash
hook being called whilst loopCall is true.
The bug which this check was added to fix seems to no longer be
present so no alternate fix for that seems necessary.
Closes #1537.
| Peter Powell | 2018-12-17 | 1 | -3/+0 |
| * | | Store durations as unsigned long not long in XLine and m_filter. | Peter Powell | 2018-12-13 | 1 | -1/+1 |
| * | | Fix conversion issues by replacing ConvToInt with ConvToNum<T>.•••The former was a thin wrapper around atol and brought with it all
of the weird parsing logic of atol which is almost never what is
actually wanted. It also almost never returned the numeric type
which is actually wanted which can cause weird issues when casting.
| Peter Powell | 2018-12-12 | 10 | -13/+13 |
| * | | Fix a crash when the core_oper module is not loaded. | Peter Powell | 2018-12-12 | 1 | -1/+2 |
| * | | Also synchronise the prefix rank between servers. | Peter Powell | 2018-10-28 | 1 | -3/+3 |
| * | | Fix a shadowing warning in the spanningtree module. | Peter Powell | 2018-10-27 | 1 | -2/+2 |
| * | | Improve CAPAB negotiation in the spanningtree module.•••- Remove the CHANMODES, USERMODES, and PREFIX tokens in the 1205
protocol. These have entirely been superceded by the CHANMODES
and USERMODES CAPAB commands.
- Only compare the 1202 PREFIX tokens if the remote server did not
send CAPAB CHANMODES. This replicates the existing behaviour
used for the CHANMODES token.
- Fix checking whether the remote server has an appropriate case
mapping. If it is not sent we assume it is the same as the local
server as always. This should prevent issues with people using
services packages that do not send this token yet.
- Fix checking if the user modes are mismatched and then promptly
overwriting the error message with mismatched channel modes.
- Fix servers not being able to tell whether a mode on the remote
server is a prefixless prefix mode. Requires the 1205 protocol.
- Fix servers that receive CAPAB CHANMODES or CAPAB USERMODES not
checking the type of those modes. Requires the 1205 protocol.
| Peter Powell | 2018-10-27 | 2 | -30/+55 |
| * | | Move <security:hidesplits> to the spanningtree module. | Peter Powell | 2018-10-01 | 3 | -1/+7 |
| * | | Fix the chanhistory module being inconsistent across servers.•••Closes #331.
| Peter Powell | 2018-10-01 | 1 | -1/+16 |
| * | | Amend OnPostCommand to specify whether the command is loopcalled.•••This restores previous behaviour which was lost when the original
line parameter was removed.
| Peter Powell | 2018-09-11 | 2 | -2/+2 |