| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SQuit all servers when a shutdown happens. | 2019-10-17 | 2 | -0/+8 | |
| | | |||||
| * | Fix an shadowing warning in the spanningtree module. | 2019-09-30 | 1 | -2/+2 | |
| | | |||||
| * | Add the OnServerBurst hook and fix the docs for OnServerLink. | 2019-09-23 | 1 | -0/+1 | |
| | | |||||
| * | Add whether the server split with an error to OnServerSplit. | 2019-09-23 | 4 | -11/+13 | |
| | | |||||
| * | Add the server id to the Server class. | 2019-09-23 | 12 | -29/+38 | |
| | | |||||
| * | Lower the acceptable drift for clocks on link. | 2019-09-20 | 1 | -5/+5 | |
| | | |||||
| * | Add {To,From}{Human,Internal,Network} to ExtensionItem. | 2019-08-07 | 3 | -5/+5 | |
| | | | | | Also, deprecate the old SerializeFormat/serialize/unserialise API. | ||||
| * | Fix some regressions in sending tags between servers. | 2019-07-22 | 2 | -3/+2 | |
| | | |||||
| * | Add an event for adding tags to S2S messages. | 2019-07-19 | 8 | -25/+74 | |
| | | |||||
| * | Get rid of CommandBuilder::push_back. | 2019-07-19 | 7 | -32/+30 | |
| | | |||||
| * | spanningtree: Never send a message to a raw UUID in CmdBuilder. | 2019-07-19 | 12 | -16/+21 | |
| | | |||||
| * | Split ServerEventListener into {Broadcast,Link,Sync}EventListener. | 2019-07-15 | 5 | -12/+26 | |
| | | | | | | | | | There is no reason to have these events in one big handler and it causes unnecessary event hooks to be created by having them like this. The ServerEventListener class still exists for compatibility | ||||
| * | Fix building on Windows. | 2019-07-04 | 1 | -1/+1 | |
| | | | | | | This regression was introduced by #1659. This distinction is only relevant on Windows so this should not affect non-Windows platforms. | ||||
| * | Replace large if/else blocks for target.type with switches (#1668). | 2019-06-24 | 1 | -21/+27 | |
| | | |||||
| * | Fix msgid inconsistencies with TAGMSG | 2019-06-22 | 2 | -0/+40 | |
| | | | | | | Also fixes accidentally copying incoming tags on TAGMSG when sending to other users | ||||
| * | Replace all abstract usages of his/he/her with they/their/it. | 2019-06-07 | 1 | -1/+1 | |
| | | |||||
| * | CoreExport for CommandSave. fixes #1635 | 2019-06-07 | 1 | -1/+1 | |
| | | |||||
| * | Add irc::sockets::isunix for checking if a file is a UNIX socket. | 2019-05-29 | 1 | -4/+1 | |
| | | |||||
| * | Fix space separation for CAPAB module list | 2019-05-15 | 1 | -7/+6 | |
| | | |||||
| * | Add an enumeration for known protocol versions. | 2019-05-14 | 4 | -28/+43 | |
| | | |||||
| * | If a parent server is hidden then also hide its child servers. | 2019-05-14 | 1 | -4/+6 | |
| | | | | | This should fix #851. | ||||
| * | Fix an unnecessary string copy when reading the <link> tags. | 2019-05-14 | 1 | -2/+1 | |
| | | |||||
| * | Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr. | 2019-05-14 | 4 | -20/+2 | |
| | | |||||
| * | Delete some obsolete comments. | 2019-05-09 | 1 | -1/+0 | |
| | | |||||
| * | Merge branch 'insp20' into insp3. | 2019-05-02 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update documentation links. | 2019-04-26 | 1 | -1/+1 | |
| | | | |||||
| | * | Fix m_spanningtree sending the wrong setter in S2S ADDLINE. | 2017-12-15 | 1 | -1/+1 | |
| | | | |||||
| * | | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 9 | -23/+23 | |
| | | | |||||
| * | | m_spanningtree: Parse and copy message tags for all cmds | 2019-04-28 | 1 | -7/+10 | |
| | | | | | | | | | | | Don't ignore message tags on ServerCommands, and avoid creating duplicate CommandBase::Params instances | ||||
| * | | m_spanningtree: Ensure tags are sent in forwarded cmds | 2019-04-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | 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. | ||||
| * | | Fix broken linking over IPv4 on IPv6 capable systems. | 2019-04-25 | 1 | -5/+15 | |
| | | | | | | | | | | | | | 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. | ||||
| * | | Remove m_silence pending a complete rewrite. | 2019-04-18 | 1 | -0/+5 | |
| | | | |||||
| * | | Fix linking servers with UNIX sockets. | 2019-04-15 | 5 | -22/+38 | |
| | | | | | | | | | | | - Remove the address/port overloads of BeginConnect. - Change DoConnect to take a sockaddrs instead of an address/port. | ||||
| * | | Strip message tags correctly in the 1202 spanningtree compat layer. | 2019-03-20 | 1 | -1/+1 | |
| | | | |||||
| * | | Generate the ssl_cert metadata before bursting a connecting user. | 2019-03-14 | 2 | -0/+9 | |
| | | | |||||
| * | | Implement support for IRCv3 client-to-client tags. | 2019-02-19 | 1 | -0/+5 | |
| | | | |||||
| * | | Improve support for wildcards in <link:name>. | 2019-02-18 | 1 | -1/+1 | |
| | | | | | | | | | Closes #1569. | ||||
| * | | Start using DurationString() in X-line additions and | 2019-02-18 | 1 | -5/+7 | |
| | | | | | | | | | a few other modules where it fits better than just showing seconds. | ||||
| * | | Various text improvements: consistency, syntax, help and doc updates/fixes. | 2019-02-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove trailing whitespace from various source files. | 2019-01-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Add the reason to xline removal notices. (#1545) | 2019-01-24 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | 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-. | ||||
| * | | Add translation for casemapping between 2.0/3.0 (#1544) | 2019-01-24 | 1 | -0/+9 | |
| | | | | | | | | | 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 | ||||
| * | | Fix away broadcast logic (#1561) | 2019-01-23 | 1 | -1/+1 | |
| | | | |||||
| * | | Rename OnClientProtocolProcessTag to OnProcessTag. | 2019-01-22 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix sending the entire VERSION output as a single parameter. | 2019-01-19 | 1 | -2/+6 | |
| | | | | | | | | | Closes #1560. | ||||
| * | | Improve X-line text consistency. | 2019-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | - 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> | ||||
| * | | Improve the spanningtree "unknown command" error message. | 2019-01-03 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix a crash when trying to use ROUTE_TYPE_MESSAGE with no message. | 2019-01-02 | 2 | -2/+7 | |
| | | | |||||
| * | | Fix message tags not being broadcast across the network. | 2019-01-02 | 9 | -29/+107 | |
| | | | |||||
| * | | Strip message tags when talking with 1202 protocol servers. | 2019-01-02 | 1 | -0/+6 | |
| | | | |||||
