]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / include /
2021-05-14 Sadie PowellRelease v3.10.0.
2021-05-14 InspIRCd RobotUpdate copyright headers.
2021-05-14 Sadie PowellFix an off by one error in various bitsets.
2021-05-14 Sadie PowellFix sending malformed pong messages in some cases.
2021-04-27 Sadie PowellFix a bunch of weird indentation and spacing issues.
2021-04-27 Sadie PowellFix SendNoticeInternal not having a NULL command variant.
2021-03-31 Sadie PowellAdd support for per-DNSBL timeouts.
2021-03-31 Sadie PowellFix various documentation comments.
2021-03-30 Sadie PowellAdd support for matching multiple hosts in <connect...
2021-03-11 Sadie PowellAdd support for sending a standard reply with no comman...
2021-03-09 Sadie PowellAdd a subclass of IOHookProvider for SSL modules.
2021-03-05 Sadie PowellFix a bunch of really obvious unnecessary includes.
2021-03-05 Sadie PowellFix comments that claim that the InspIRCd protocol...
2021-03-05 InspIRCd RobotUpdate copyright headers.
2021-03-03 Sadie PowellFix not being able to colour format output to stderr...
2021-02-27 Sadie PowellFix not sending ERR_INVALIDMODEPARAM when a parameter...
2021-02-26 Sadie PowellRelease v3.9.0.
2021-02-26 InspIRCd RobotUpdate copyright headers.
2021-02-25 Sadie PowellImplement support for multi-prefix on WHOIS.
2021-02-25 Sadie PowellAllow a statusmsg to have multiple statuses and pick...
2021-02-18 Sadie PowellFix the numeric sent when a U-lined alias target is...
2021-02-01 Sadie PowellFix using the TR1 headers on compilers that support...
2021-01-19 Sadie PowellAdd <dns:enabled>; allows disabling DNS lookups entirely.
2021-01-19 Sadie PowellAllow converting a Cap::Reference to a Cap::Capability*.
2021-01-18 Sadie PowellAdd a new runtime directory and move the pid file to it.
2021-01-07 Sadie PowellImplement support for more XML and IRC colour code...
2020-12-23 Sadie PowellFix core message events not being fired.
2020-12-22 Sadie PowellSend RPL_SAVENICK from irc2 when renaming a user to...
2020-12-20 Sadie PowellHide the server name/desc better when <options:hideserv...
2020-12-20 Sadie PowellFix an inverted condition in the previous commit.
2020-12-18 Sadie PowellDon't call events provided by dying or dead modules.
2020-12-04 Sadie PowellAdd a typedef for the data provider map.
2020-12-04 Sadie PowellImprove the logging of service adding/deleting.
2020-11-12 Sadie PowellSilence a harmless warning in newer versions of GCC.
2020-10-30 Sadie PowellRelease v3.8.0.
2020-10-30 InspIRCd RobotUpdate copyright headers.
2020-10-27 Sadie PowellDon't kill cloaking users when hash/md5 is missing.
2020-10-26 Sadie PowellFix the behaviour of multi-value PING and PONG messages.
2020-10-06 Sadie PowellRecheck users for xlines when their real hostname changes.
2020-09-30 Sadie PowellCheck that the values specified in <limits> are reasonable.
2020-09-27 Sadie PowellMake shun block client-only tags by default.
2020-08-01 Sadie PowellSilence some copy warnings on C++11 compilers.
2020-07-30 Sadie PowellRelease v3.7.0.
2020-07-30 InspIRCd RobotUpdate copyright headers.
2020-07-30 Sadie PowellMake the ERR_CANNOTSENDTOCHAN extban message less misle...
2020-07-27 Matt SchatzFix secure websocket users not being seen as secure.
2020-07-07 Sadie PowellAdd a config option that forces bots to use NOTICEs.
2020-05-22 Sadie PowellModResult is a class now.
2020-05-21 Sadie PowellDocument ModResult and switch the underlying type to...
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-04-19 Matt SchatzSwitch User::usertype back to an unsigned int.
2020-04-14 Matt SchatzUpdate user-facing text and comments of SSL to TLS.
2020-04-13 Sadie PowellAdd the inspircd.org/standard-replies capability.
2020-04-11 Sadie PowellAdd support for limiting what opers can subscribe to...
2020-04-06 Sadie PowellFix Numerics::CannotSendTo sending the wrong numeric...
2020-04-04 Sadie PowellSquish the cmd_whowas header.
2020-04-04 Sadie PowellAdd the Numerics::CannotSendTo class and switch stuff...
2020-04-02 Sadie PowellAdd support for sending a standard reply with no comman...
2020-04-01 Sadie PowellDocument Module::Prioritize.
2020-03-30 Sadie PowellFix various documentation and formatting issues.
2020-03-24 Matt SchatzFix the signed-ness within ConvToNum char overloads.
2020-03-19 Sadie PowellAdd a raw source/target PRIVMSG overload for sending...
2020-03-18 Sadie PowellAllow commands to override ERR_{NEEDSMOREPARAMS,NOTREGI...
2020-03-12 Sadie PowellImplement support for the SERVLIST command.
2020-03-12 Sadie PowellAdd a CapReference class for the message-tags capability.
2020-03-11 Sadie PowellWarn if the server config contains an unhashed password.
2020-03-05 Sadie PowellClean up the documentation of the Command and SplitComm...
2020-03-05 Sadie PowellMove user command stuff from CommandBase to Command.
2020-03-05 Sadie PowellAllow modules to prevent a message from updating the...
2020-02-21 Sadie PowellUse "yes" instead of "true" in the example configs.
2020-02-19 Sadie PowellBump the module ABI version.
2020-02-19 Sadie PowellFix a copy/paste error in IRCv3::Replies::Reply.
2020-02-18 Sadie PowellUse ircd-hybrid's numerics for the "pending invites...
2020-02-18 Sadie PowellGeneralise XLine stats numerics using RPL_STATS from...
2020-02-15 Sadie PowellAdd HasFd to EventHandler and switch code to use it.
2020-02-14 Sadie PowellAdd overloads of SendIfCap to the standard replies...
2020-02-06 Sadie PowellInitialise batchendmsg to NULL.
2020-02-04 Sadie PowellInclude the ABI version with the incompatible module...
2020-02-03 Sadie PowellStandard replies have been ratified.
2020-02-02 Sadie PowellMake loading modules considerably more robust and user...
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-31 Sadie PowellBump the ABI version.
2020-01-29 Sadie PowellAdd Channel::WriteRemoteNotice and revert WriteNotice...
2020-01-28 Sadie PowellFix "control reaches end of non-void function" warning.
2020-01-23 Sadie PowellAdd a method for getting the name of a MessageTarget.
2020-01-22 Sadie PowellUse PushParam instead of PushParamRef in TagMessage...
2020-01-22 Sadie PowellAdd an event for when a command is blocked before execu...
2020-01-22 Sadie PowellMake the dynref bool operator constant.
2020-01-19 Sadie PowellMove DeleteZero to stdalgo::delete_zero.
2020-01-17 Sadie PowellFix the ordering of custom event handlers.
2020-01-16 Sadie PowellFix a GCC shadowing warning.
2020-01-16 Sadie PowellFix STATUSMSG tag messages not including the status...
2020-01-11 InspIRCd RobotUpdate copyright headers.
2020-01-05 Sadie PowellAdd an oper only parameter to Simple{Channel,User}ModeH...
2020-01-03 Sadie PowellAdd an event provider class for the event/messagetag...
2019-12-31 Sadie PowellUpdate my name and email address.
2019-12-28 Peter PowellIgnore clients on ulined servers when reporting stats...
2019-12-12 Peter PowellExtract port binding code to a function and improve...
2019-12-09 Peter PowellMake BindPorts return size_t instead of int.
next