]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2021-01-30 Sadie PowellFix bitshift in INSPIRCD_VERSION_SINCE.
2021-01-30 Sadie PowellFix an oversight in the previous commit.
2021-01-30 Sadie PowellFix a few issues with SERVLIST.
2021-01-29 Sadie PowellRemove unnecessary chdirs in the helper script.
2021-01-29 Sadie PowellFix some minor oversights introduced in 859a799 and...
2021-01-29 Sadie PowellImprove the `./configure --help` output
2021-01-29 Sadie PowellAlways use for in Perl modules.
2021-01-29 Sadie PowellPurge all remaining uses of print_format.
2021-01-28 Sadie PowellUpdate the mailmap.
2021-01-27 Sadie PowellExempt IRCCloud users from connectban and DNSBL lookups.
2021-01-27 Sadie PowellAllow disabling connectban for specific connect classes.
2021-01-27 Sadie PowellMigrate some stuff away from print_format.
2021-01-25 Sadie PowellFix unnecessary begin blocks in Perl source files.
2021-01-20 Sadie PowellMake the UNIX socket listener path relative to the...
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-19 Sadie PowellSend ERR_CANTUNLOADMODULE when unloading a module on...
2021-01-19 Sadie PowellRefactor the globalload module.
2021-01-19 Sadie PowellFix the DNS socket not being closed when core_dns is...
2021-01-18 R-V6Added <module name="codepage"> to modules.conf.example.
2021-01-18 Sadie PowellAdd a separate stats class for DNSBL errors.
2021-01-18 Sadie PowellImprove the robustness of the DNSBL module.
2021-01-18 iwalkaloneImplemented configurable kick message for the repeat...
2021-01-18 Sadie PowellFix showing the start header when using --version.
2021-01-18 Sadie PowellAdd a new runtime directory and move the pid file to it.
2021-01-18 Sadie PowellFix `./configure --update` with cache files generated...
2021-01-18 Sadie PowellAdd default empty openssl compiler flags.
2021-01-16 Sadie PowellFix not rejecting attempts to set snomasks with SAMODE...
2021-01-14 Sadie PowellDelete the ISO 8859-1 locale files.
2021-01-13 Sadie PowellAdd a shun option to only apply when users are fully...
2021-01-12 Sadie PowellImprove parsing modes and snomasks in oper classes.
2021-01-11 Sadie PowellAdd a user mode which allows disabling receiving channe...
2021-01-07 Sadie PowellImplement support for more XML and IRC colour code...
2020-12-31 Sadie Powellv2 is dead, long live v3!
2020-12-31 Sadie PowellUse the builtin Perl kill function not system.
2020-12-31 Sadie PowellExport console_format from make::console and make it...
2020-12-30 Matt SchatzDisallow an empty last parameter in MAP.
2020-12-25 Sadie PowellAvoid doing more work than necessary when checking...
2020-12-25 Sadie PowellReplace spaces with underscores when checking for class...
2020-12-24 Sadie PowellPush users towards using SSL profiles for SSL config.
2020-12-23 Sadie PowellRemove example securelist exemptions for IRCDriven...
2020-12-23 Sadie PowellFix core message events not being fired.
2020-12-22 Sadie PowellAdd config files for popular DNSBL providers.
2020-12-22 Sadie PowellAdd support for multiple hostmasks in <cgiirc:mask>.
2020-12-22 Sadie PowellAfter changing the codepage rename duplicate users...
2020-12-22 Sadie PowellSend RPL_SAVENICK from irc2 when renaming a user to...
2020-12-20 Sadie PowellReplace the SERVER stub command with something actually...
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-16 Sadie PowellFix MAP output on a dual v2/v3 network.
2020-12-16 Sadie PowellFix an inverted condition in cmd_modules.
2020-12-16 Sadie PowellUse !empty instead of size when checking if containers...
2020-12-15 Sadie PowellUpdate the misspell-fixer ignores.
2020-12-09 Sadie PowellMake people aware that they can get support on GitHub...
2020-12-04 Daniel VassdalFix issue where m_pbkdf2 was not aware of services...
2020-12-04 Sadie PowellAdd a typedef for the data provider map.
2020-12-04 Sadie PowellImprove the logging of service adding/deleting.
2020-12-04 Sadie PowellFire service deregistration events properly.
2020-12-04 Sadie PowellFix a copy/paste error in the http path normalising...
2020-12-04 Sadie PowellFix the name of the sha1 provider.
2020-12-04 Sadie PowellNormalise paths in the httpd module.
2020-12-04 Sadie PowellImprove HTTP logging.
2020-12-04 Sadie PowellBe more specific when a HTTP parser error happens.
2020-12-03 Elizabeth MyersFix default linker flags in libargon2
2020-12-03 Sadie PowellAdvertise the available extbans for services.
2020-12-03 Christos TriantafyllidisCheck the ident when checking against IP in ldapoper...
2020-12-01 Sadie PowellWarn that v2 support ends soon.
2020-12-01 Sadie PowellPrevent people from using default nicks with the Kiwi...
2020-11-29 RobbyDocument that exemptions configured in <options:exemptc...
2020-11-28 RobbyMove the example TCP/IP listeners for servers to links...
2020-11-28 RobbyMove the example TCP listener for clients so they're...
2020-11-28 RobbyChange the remaining instances of "true", "on", "false...
2020-11-26 Sadie PowellAdd corefiles to the git ignore list.
2020-11-26 Sadie PowellRemove a corefile which was mistakenly committed.
2020-11-26 Sadie PowellFix the description of <nickflood:duration>.
2020-11-26 Sadie PowellReword the uhnames and namesx docs.
2020-11-24 Sadie PowellFail a SANICK if the target nickname already exists.
2020-11-24 Sadie PowellFix some confusing logic in sanick.
2020-11-22 satmdImprove the message sent when overriding channel modes.
2020-11-20 Sadie PowellRelease v3.8.1.
2020-11-20 InspIRCd RobotUpdate copyright headers.
2020-11-20 Sadie PowellUpdate the module descriptions.
2020-11-20 Sadie PowellFail websocket connections if changing the user's IP...
2020-11-20 Sadie PowellAvoid doing "IP changed" event stuff on quitting users.
2020-11-15 Matt SchatzUpdate the misspell-fixer exception for directive.pm.
2020-11-12 Sadie PowellRemove an obsolete comment about BSD Make.
2020-11-12 Sadie PowellSilence a harmless warning in newer versions of GCC.
2020-11-12 Sadie PowellAdd an AppArmor config.
2020-11-10 Sadie PowellSkip module tags which don't have a module specified.
2020-11-10 Sadie PowellPrioritise connectban and dnsbl after core_xline.
2020-11-08 Sadie PowellSkip extra whitespace in --{enable,disable}-extras.
2020-11-03 Sadie PowellOnly assign NewServices once the duplicate check is...
2020-11-03 Sadie PowellFix an off by one error in the "unknown option" message.
2020-11-03 Sadie PowellImprove the names of the IRCCloud example connect classes.
2020-11-03 Sadie PowellMake connect class debug logging more complete and...
2020-10-30 Sadie PowellRelease v3.8.0.
2020-10-30 InspIRCd RobotUpdate copyright headers.
2020-10-30 Sadie PowellUpdate vendored libraries.
2020-10-29 Sadie PowellDon't call the OnChangeRealHost event when initialising...
next