]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2020-03-29 Sadie PowellInclude ADMIN and OPER in the default for <shun:enabled...
2020-03-29 Sadie PowellClean up the parsing logic for <shun:enabledcmds>.
2020-03-29 Matt SchatzCorrect a typo in the example config.
2020-03-27 Sadie PowellFix expanding module names.
2020-03-27 Sadie PowellUpdate the credits.
2020-03-27 Sadie PowellAlphabetically sort names in the credits.
2020-03-25 Sadie PowellImprove the issue templates slightly.
2020-03-25 Matt SchatzOnly send a local X-line SNOTICE.
2020-03-24 Matt SchatzFix the signed-ness within ConvToNum char overloads.
2020-03-24 Matt SchatzCorrect a module name typo.
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-13 Sadie PowellForce people to use an issue template.
2020-03-12 Sadie PowellMove CHANMODES to core_mode and add USERMODES.
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-12 Joel SingImprove logging for the m_ldap and m_ldapauth modules...
2020-03-11 Sadie PowellWarn if the server config contains an unhashed password.
2020-03-11 Sadie PowellFix detection of the "plaintext" pseudo-hash being...
2020-03-09 Sadie PowellFix unnecessary inlining in command handler constructors.
2020-03-09 Sadie PowellFix not assigning bits to capabilities correctly.
2020-03-09 Sadie PowellImplement support for multi-line CAP responses.
2020-03-09 Sadie PowellFix <connect:requiressl> being case sensitive.
2020-03-09 Sadie PowellFix get_cpu_count not being evaluated as a scalar.
2020-03-05 Sadie PowellStandardise the characters allowed in config identifiers.
2020-03-05 Sadie PowellMove command stuff to a more appropriate source file.
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-26 Matt SchatzImprove the description of the sslinfo module (#1755).
2020-02-21 Sadie PowellUse "yes" instead of "true" in the example configs.
2020-02-21 Sadie PowellAdd support for requiring users to use SSL in order...
2020-02-21 Sadie PowellImprove the documentation of <sasl:server>.
2020-02-20 Sadie PowellAdd support for using environment variables in the...
2020-02-20 Sadie PowellFix a memory leak in the httpd module when sockets...
2020-02-19 Sadie PowellLower <sts:duration> to 5m to prevent misconfigs denyin...
2020-02-19 Sadie PowellExtract time skip warning code to a static function.
2020-02-19 Sadie PowellConvert some things to HasFd that were previously missed.
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 PowellFix the syntax of the filter module's stats.
2020-02-18 Sadie PowellAdd enum constants for list mode numerics.
2020-02-18 Sadie PowellUse ircd-hybrid's numerics for the "pending invites...
2020-02-18 Sadie PowellSend RPL_KNOCKDLVR when <knock:notify> is set to numeric.
2020-02-18 Sadie PowellGeneralise XLine stats numerics using RPL_STATS from...
2020-02-18 Sadie PowellAdd support for the IRCv3 extensions to the SETNAME...
2020-02-15 Sadie PowellAdd HasFd to EventHandler and switch code to use it.
2020-02-15 Sadie PowellFix leaking the dccallow list instead of setting it...
2020-02-15 Sadie PowellFix logic calling OnList when sending a cap notification.
2020-02-15 Sadie PowellGitHub Actions: ensure that all packages are up to...
2020-02-14 Sadie PowellMarginally improve the error pages created by httpd...
2020-02-14 Sadie PowellAdd overloads of SendIfCap to the standard replies...
2020-02-14 Sadie PowellOnly register the sts capability when we have a valid...
2020-02-14 Sadie PowellClean up ModuleDLLManager from the Module::cull() method.
2020-02-13 Sadie PowellFix GitHub Actions on macOS for real this time.
2020-02-13 Sadie PowellUpdate modules.conf.example to use the new --enable...
2020-02-13 Sadie PowellUpdate the vendored http_parser library to v2.9.3.
2020-02-10 Sadie PowellTell people to run make with the number of CPU cores...
2020-02-10 Sadie PowellUpdate the pull request template for recent module...
2020-02-10 Akinwale AriwodolaRemove a mistakenly repeated word in the README (#1753).
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-03 Wade ClineClean special chars from module conf example
2020-02-02 Sadie PowellMake loading modules considerably more robust and user...
2020-02-02 Sadie PowellFix GitHub Actions building on macOS.
2020-02-02 Sadie PowellFix being able to see the modes of private/secret channels.
2020-01-31 Sadie PowellRelease v3.5.0.
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-31 Sadie PowellBump the ABI version.
2020-01-31 Sadie PowellThe labeled response spec is no longer a draft.
2020-01-31 Sadie PowellFix the chanhistory module not storing CTCP ACTIONs.
2020-01-30 Sadie PowellUse the default OnParameterMissing in ModeUserServerNot...
2020-01-29 Sadie PowellThe KNOCK command is broadcast so we should only send...
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-28 Sadie PowellImplement support for the IRCv3 labeled-response specif...
2020-01-28 Sadie PowellAdd a vendor cap which rejects any attempts to enable it.
2020-01-24 Sadie PowellRemove the preceding - in messages sent by opermotd...
2020-01-23 Sadie Powelldccallow: use IsCTCP instead of parsing the message...
2020-01-23 Sadie Powelldccallow: Use irc::equals for messages received over...
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 PowellRemove unnecessary copies of CommandBase::Params in...
2020-01-22 Sadie PowellMake the dynref bool operator constant.
2020-01-22 Sadie PowellTweak the default motd/opermotd slightly.
2020-01-19 Sadie PowellMove DeleteZero to stdalgo::delete_zero.
2020-01-18 Sadie PowellUse irc::equals instead of transforming to upper case...
2020-01-18 Sadie PowellUse case insensitive comparisons in getBool.
2020-01-18 Sadie PowellAdd a function for showing a command whilst executing it.
2020-01-18 Sadie PowellDisable auto extras when TEST_BUILD_MODULES is set...
2020-01-18 Sadie PowellImprove manually enabling extra modules.
2020-01-17 Sadie PowellAdd a tool for updating the vendored libaries.
2020-01-17 Sadie PowellImprove the DNS cache expiration log message.
2020-01-17 Sadie PowellMigrate from Travis CI to GitHub Actions.
2020-01-17 Sadie PowellFix a harmless warning in the ssl_mbedtls module.
2020-01-17 Sadie PowellFix Perl tools not using the correct directory name...
2020-01-17 Sadie PowellFix the ordering of custom event handlers.
2020-01-17 Sadie PowellUse irc::equals instead of strcasecmp where appropriate.
next