Age | Commit message (Expand) | Author |
2020-12-22 | Send RPL_SAVENICK from irc2 when renaming a user to their UUID. | Sadie Powell |
2020-12-20 | Hide the server name/desc better when <options:hideserver> is set. | Sadie Powell |
2020-12-18 | Don't call events provided by dying or dead modules. | Sadie Powell |
2020-12-16 | Fix MAP output on a dual v2/v3 network. | Sadie Powell |
2020-12-03 | Advertise the available extbans for services. | Sadie Powell |
2020-10-30 | Update copyright headers. | InspIRCd Robot |
2020-08-29 | Fix a word missing from the last commit. | Sadie Powell |
2020-08-29 | Warn about non-local plaintext server connections. | Sadie Powell |
2020-07-30 | Update copyright headers. | InspIRCd Robot |
2020-07-03 | Fix a grammar error created by misspell-fixer. | Sadie Powell |
2020-04-24 | Update copyright headers. | InspIRCd Robot |
2020-04-21 | Fixes by misspell-fixer | InspIRCd Robot |
2020-04-10 | Update the module descriptions using mkversion. | Sadie Powell |
2020-04-09 | More HasFd() conversions. | Sadie Powell |
2020-03-31 | Add back the prefix on a server target message. | Matt Schatz |
2020-03-30 | Fix various documentation and formatting issues. | Sadie Powell |
2020-03-12 | Add a CapReference class for the message-tags capability. | Sadie Powell |
2020-02-15 | Add HasFd to EventHandler and switch code to use it. | Sadie Powell |
2020-01-31 | Update copyright headers. | InspIRCd Robot |
2020-01-29 | Add Channel::WriteRemoteNotice and revert WriteNotice changes. | Sadie Powell |
2020-01-17 | Use irc::equals instead of strcasecmp where appropriate. | Sadie Powell |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2020-01-03 | Add an event provider class for the event/messagetag event. | Sadie Powell |
2019-12-31 | Update my name and email address. | Sadie Powell |
2019-12-29 | Fix the previous commit on C++11 compilers. | Peter Powell |
2019-12-29 | Mark messages from ulined clients with the inspircd.org/service tag. | Peter Powell |
2019-11-17 | Allow Channel::WriteNotice send to other servers and status ranks. | Peter Powell |
2019-10-17 | SQuit all servers when a shutdown happens. | Peter Powell |
2019-09-30 | Fix an shadowing warning in the spanningtree module. | Peter Powell |
2019-09-23 | Add the OnServerBurst hook and fix the docs for OnServerLink. | Peter Powell |
2019-09-23 | Add whether the server split with an error to OnServerSplit. | Peter Powell |
2019-09-23 | Add the server id to the Server class. | Peter Powell |
2019-09-20 | Lower the acceptable drift for clocks on link. | Peter Powell |
2019-08-07 | Add {To,From}{Human,Internal,Network} to ExtensionItem. | Peter Powell |
2019-07-22 | Fix some regressions in sending tags between servers. | Peter Powell |
2019-07-19 | Add an event for adding tags to S2S messages. | Peter Powell |
2019-07-19 | Get rid of CommandBuilder::push_back. | Peter Powell |
2019-07-19 | spanningtree: Never send a message to a raw UUID in CmdBuilder. | Peter Powell |
2019-07-15 | Split ServerEventListener into {Broadcast,Link,Sync}EventListener. | Peter Powell |
2019-07-04 | Fix building on Windows. | Peter Powell |
2019-06-24 | Replace large if/else blocks for target.type with switches (#1668). | linuxdaemon |
2019-06-22 | Fix msgid inconsistencies with TAGMSG | linuxdaemon |
2019-06-07 | Replace all abstract usages of his/he/her with they/their/it. | Peter Powell |
2019-06-07 | CoreExport for CommandSave. fixes #1635 | Ben Harris |
2019-05-29 | Add irc::sockets::isunix for checking if a file is a UNIX socket. | Peter Powell |
2019-05-15 | Fix space separation for CAPAB module list | linuxdaemon |
2019-05-14 | Add an enumeration for known protocol versions. | Peter Powell |
2019-05-14 | If a parent server is hidden then also hide its child servers. | Peter Powell |
2019-05-14 | Fix an unnecessary string copy when reading the <link> tags. | Peter Powell |
2019-05-14 | Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr. | Peter Powell |