| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2020-10-30 | 3 | -3/+3 | |
| * | Fix a word missing from the last commit. | 2020-08-29 | 1 | -1/+1 | |
| * | Warn about non-local plaintext server connections. | 2020-08-29 | 3 | -4/+19 | |
| * | Update copyright headers. | 2020-07-30 | 1 | -1/+1 | |
| * | Fix a grammar error created by misspell-fixer. | 2020-07-03 | 1 | -1/+1 | |
| * | Update copyright headers. | 2020-04-24 | 6 | -5/+5 | |
| * | Fixes by misspell-fixer | 2020-04-21 | 11 | -12/+12 | |
| * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | More HasFd() conversions. | 2020-04-09 | 1 | -1/+1 | |
| * | Add back the prefix on a server target message.•••The prefix is dropped when building the message. We add it back here so that the remote servers can recognize it as a server target. | 2020-03-31 | 1 | -2/+2 | |
| * | Fix various documentation and formatting issues. | 2020-03-30 | 1 | -1/+1 | |
| * | Add a CapReference class for the message-tags capability. | 2020-03-12 | 2 | -3/+3 | |
| * | Add HasFd to EventHandler and switch code to use it. | 2020-02-15 | 2 | -10/+2 | |
| * | Update copyright headers. | 2020-01-31 | 2 | -2/+2 | |
| * | Add Channel::WriteRemoteNotice and revert WriteNotice changes.•••This is a partial reversion of 687778b72e. See also: #1749. | 2020-01-29 | 1 | -5/+3 | |
| * | Use irc::equals instead of strcasecmp where appropriate. | 2020-01-17 | 1 | -1/+1 | |
| * | Update copyright headers. | 2020-01-11 | 57 | -75/+295 | |
| * | Add an event provider class for the event/messagetag event. | 2020-01-03 | 2 | -2/+2 | |
| * | Update my name and email address. | 2019-12-31 | 2 | -2/+2 | |
| * | Fix the previous commit on C++11 compilers. | 2019-12-29 | 1 | -2/+2 | |
| * | Mark messages from ulined clients with the inspircd.org/service tag. | 2019-12-29 | 4 | -0/+76 | |
| * | Allow Channel::WriteNotice send to other servers and status ranks. | 2019-11-17 | 1 | -2/+7 | |
| * | 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.•••Also, deprecate the old SerializeFormat/serialize/unserialise API. | 2019-08-07 | 3 | -5/+5 | |
| * | 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.•••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 | 2019-07-15 | 5 | -12/+26 | |
| * | 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. | 2019-07-04 | 1 | -1/+1 | |
| * | Replace large if/else blocks for target.type with switches (#1668). | 2019-06-24 | 1 | -21/+27 | |
| * | Fix msgid inconsistencies with TAGMSG•••Also fixes accidentally copying incoming tags on TAGMSG when sending to other users | 2019-06-22 | 2 | -0/+40 | |
| * | 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.•••This should fix #851. | 2019-05-14 | 1 | -4/+6 | |
| * | 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 | |
