Age | Commit message (Expand) | Author |
2020-12-23 | Fix core message events not being fired. | Sadie Powell |
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-20 | Fix an inverted condition in the previous commit. | Sadie Powell |
2020-12-18 | Don't call events provided by dying or dead modules. | Sadie Powell |
2020-12-04 | Add a typedef for the data provider map. | Sadie Powell |
2020-12-04 | Improve the logging of service adding/deleting. | Sadie Powell |
2020-11-12 | Silence a harmless warning in newer versions of GCC. | Sadie Powell |
2020-10-30 | Release v3.8.0. | Sadie Powell |
2020-10-30 | Update copyright headers. | InspIRCd Robot |
2020-10-27 | Don't kill cloaking users when hash/md5 is missing. | Sadie Powell |
2020-10-26 | Fix the behaviour of multi-value PING and PONG messages. | Sadie Powell |
2020-10-06 | Recheck users for xlines when their real hostname changes. | Sadie Powell |
2020-09-30 | Check that the values specified in <limits> are reasonable. | Sadie Powell |
2020-09-27 | Make shun block client-only tags by default. | Sadie Powell |
2020-08-01 | Silence some copy warnings on C++11 compilers. | Sadie Powell |
2020-07-30 | Release v3.7.0. | Sadie Powell |
2020-07-30 | Update copyright headers. | InspIRCd Robot |
2020-07-30 | Make the ERR_CANNOTSENDTOCHAN extban message less misleading. | Sadie Powell |
2020-07-27 | Fix secure websocket users not being seen as secure. | Matt Schatz |
2020-07-07 | Add a config option that forces bots to use NOTICEs. | Sadie Powell |
2020-05-22 | ModResult is a class now. | Sadie Powell |
2020-05-21 | Document ModResult and switch the underlying type to char. | Sadie Powell |
2020-04-24 | Update copyright headers. | InspIRCd Robot |
2020-04-21 | Fixes by misspell-fixer | InspIRCd Robot |
2020-04-19 | Switch User::usertype back to an unsigned int. | Matt Schatz |
2020-04-14 | Update user-facing text and comments of SSL to TLS. | Matt Schatz |
2020-04-13 | Add the inspircd.org/standard-replies capability. | Sadie Powell |
2020-04-11 | Add support for limiting what opers can subscribe to snomasks. | Sadie Powell |
2020-04-06 | Fix Numerics::CannotSendTo sending the wrong numeric for users. | Sadie Powell |
2020-04-04 | Squish the cmd_whowas header. | Sadie Powell |
2020-04-04 | Add the Numerics::CannotSendTo class and switch stuff to use it. | Sadie Powell |
2020-04-02 | Add support for sending a standard reply with no command name. | Sadie Powell |
2020-04-01 | Document Module::Prioritize. | Sadie Powell |
2020-03-30 | Fix various documentation and formatting issues. | Sadie Powell |
2020-03-24 | Fix the signed-ness within ConvToNum char overloads. | Matt Schatz |
2020-03-19 | Add a raw source/target PRIVMSG overload for sending a status msg. | Sadie Powell |
2020-03-18 | Allow commands to override ERR_{NEEDSMOREPARAMS,NOTREGISTERED}. | Sadie Powell |
2020-03-12 | Implement support for the SERVLIST command. | Sadie Powell |
2020-03-12 | Add a CapReference class for the message-tags capability. | Sadie Powell |
2020-03-11 | Warn if the server config contains an unhashed password. | Sadie Powell |
2020-03-05 | Clean up the documentation of the Command and SplitCommand classes. | Sadie Powell |
2020-03-05 | Move user command stuff from CommandBase to Command. | Sadie Powell |
2020-03-05 | Allow modules to prevent a message from updating the idle time. | Sadie Powell |
2020-02-21 | Use "yes" instead of "true" in the example configs. | Sadie Powell |
2020-02-19 | Bump the module ABI version. | Sadie Powell |
2020-02-19 | Fix a copy/paste error in IRCv3::Replies::Reply. | Sadie Powell |
2020-02-18 | Use ircd-hybrid's numerics for the "pending invites" list. | Sadie Powell |
2020-02-18 | Generalise XLine stats numerics using RPL_STATS from aircd. | Sadie Powell |
2020-02-15 | Add HasFd to EventHandler and switch code to use it. | Sadie Powell |