]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra
Fix the cloaking module on C++98 compilers.
[user/henk/code/inspircd.git] / src / modules / extra /
2021-03-09 Sadie PowellAdd a subclass of IOHookProvider for SSL modules.
2021-03-05 InspIRCd RobotUpdate copyright headers.
2021-02-26 InspIRCd RobotUpdate copyright headers.
2021-02-22 Sadie PowellAdd a human-readable serialiser to the geolocation...
2021-02-18 Sadie PowellFix the message sent when SSL profiles are rehashed.
2021-01-18 Sadie PowellAdd default empty openssl compiler flags.
2020-12-03 Elizabeth MyersFix default linker flags in libargon2
2020-10-15 InspIRCd RobotFixes by misspell-fixer
2020-10-10 ShutterQuickImplement support for Argon2 password hashing.
2020-09-16 Sadie PowellMake it clear that <gnutls>, <mbedtls>, and <openssl...
2020-07-01 Sadie PowellWarn about broken versions of libmaxminddb.
2020-06-16 Sadie PowellImprove SSL module debug logging.
2020-05-15 Sadie PowellAdd a warning about LibreSSL support being removed...
2020-05-09 Sadie Powellregex_stdlib: Don't copy std::regex_error when catching it.
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-23 Sadie PowellImprove the pgsql connection error messages.
2020-04-23 Sadie PowellFix reconnecting a pgsql connection if it fails.
2020-04-23 Sadie PowellUnregister pgsql connection fds when they are deleted.
2020-04-23 Sadie PowellOpt-out of pgsql read and write events if polling fails.
2020-04-23 Sadie PowellRemove dead code from the pgsql module.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-04-21 Sadie PowellOnly read the SSL profiles if they're actually specified.
2020-04-21 Sadie PowellTell the admin how to use a SSL profile if they define...
2020-04-14 Matt SchatzAllow 'tls' to be used in /REHASH.
2020-04-14 Matt SchatzUpdate user-facing text and comments of SSL to TLS.
2020-04-10 Sadie PowellFix an oversight in mkversions that caused it to not...
2020-04-10 Sadie PowellUpdate the module descriptions using mkversion.
2020-04-10 Sadie PowellThe init function should have the override keyword...
2020-04-09 Sadie PowellAdd missing override keyword to the sslrehashsignal...
2020-04-09 Sadie PowellRemove references to the long dead SQLv2 from the pgsql...
2020-04-09 Sadie PowellSet the minimum length to 1 for most config items with...
2020-03-30 Sadie PowellFix various documentation and formatting issues.
2020-03-12 Joel SingImprove logging for the m_ldap and m_ldapauth modules...
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-17 Sadie PowellFix a harmless warning in the ssl_mbedtls module.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-12-31 Sadie PowellUpdate my name and email address.
2019-11-16 Peter PowellRefactor the MySQL code slightly.
2019-11-15 Matt SchatzSSL modules: send SNOTICE upon successful rehash.
2019-11-13 Peter PowellRefactor the MySQL query and result queue classes.
2019-11-13 Peter PowellGet rid of some dead code in the MySQL module.
2019-11-13 Peter PowellImprove the logic around connecting to a MySQL server.
2019-11-13 Peter PowellAdd GetId() to the SQL::Provider class.
2019-11-03 Peter PowellUse case insensitive comparisons when checking for...
2019-09-30 Peter PowellFix a compiler error in the LDAP module.
2019-09-27 Peter PowellDeduplicate code for handling with setting LDAP options.
2019-08-23 Peter PowellSilence some GCC warnings.
2019-08-20 Peter PowellImprove escaping strings in the MySQL module.
2019-08-20 Peter PowellInitialise and deallocate the MySQL library correctly.
2019-08-13 Peter PowellFix some remaining uses of ato[il].
2019-08-13 Peter PowellConvert LocalExtItem to a typedef and deprecate it.
2019-07-16 Peter Powellssl_gnutls: remove PackageInfo directives for EOL Debia...
2019-07-16 Peter PowellAdd package names for ArchLinux.
2019-07-16 Peter Powellregex_pcre: pkg-config is not required by this module.
2019-07-10 Matt SchatzSkip UNIX sockets in GetLocation().
2019-06-24 linuxdaemonReset diagnostic pragmas after including external heade...
2019-06-14 Peter PowellLog SQL queries at the debug log level.
2019-06-10 Peter PowellAdd a way to disable older SSL versions with ssl_openssl.
2019-06-07 Peter PowellReplace all abstract usages of his/he/her with they...
2019-05-30 Peter PowellIgnore SIGUSR1 and SIGUSR2 by default.
2019-05-09 Peter PowellSilence a fallthrough warning in the pgsql module on...
2019-05-06 Peter Powellm_geo_maxmind: fix building on older libc versions.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbySome more text fixes and improvements (#1618).
2019-04-28 RobbyTextual improvements and fixes such as typos, casing...
2019-04-26 Peter PowellUpdate documentation links.
2019-04-16 Peter PowellFix building m_geo_maxmind with older versions of libma...
2019-04-15 Peter PowellReplace the geoip module with geo_maxmind, geoban,...
2019-03-14 RobbyUpdate most URLs to use HTTPS and fix some dead links.
2019-02-16 Peter PowellRemove obsolete ifdef in m_ssl_gnutls.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-10-26 Peter PowellFix a bunch of harmless compiler warnings on recent...
2018-10-13 Peter PowellImplement support for IPv6 GeoIP lookups.
2018-09-27 Peter PowellFix SQL modules using "provider" in <database> instead...
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-21 Peter PowellFix warnings about using std::auto_ptr on C++11 or...
2018-08-21 Peter PowellFix a few things that should be marked as override...
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-24 Peter PowellMake more config stuff case insensitive.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-07-15 Peter PowellUse mysql_real_escape_string instead of mysql_escape...
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-16 Peter PowellAdd ConfigTag::getUInt for reading unsigned config...
2018-04-16 Peter PowellRemove the default value in ConfigTag::get{Duration...
2018-04-08 Peter PowellInclude modules/whois.h directly from files that use it.
2018-04-08 Peter PowellMove OnStats from the core to a cross-module event.
2018-04-07 Peter PowellFix some more oversights in m_geoip.
2018-04-07 Peter PowellFix disabling the GeoIP extban in m_geoip.
2018-04-07 Daniel VassdalSQL: Add HasColumn() to check if a result contains...
2018-04-06 Peter PowellImplement support for banning users from channels by...
2018-03-30 genius3000Update the GeoIP ExtItem when CGI:IRC sets the real...
2018-03-04 Peter PowellMerge pull request #1463 from clinew/insp20+openssl...
2018-03-03 Wade Clinem_ssl_openssl: Remove deprecated API members.
2018-02-17 Peter PowellMove m_sslrehashsignal to the extra directory.
2018-02-17 Peter PowellFix building on Windows (mostly).
2017-12-22 Peter PowellImprove and modernize the SQL system API.
2017-12-21 Peter PowellMerge pull request #1370 from clinew/insp30+openssl-crl
2017-12-16 Peter PowellRemove usage of deprecated API members in m_ssl_openssl.
2017-12-15 Wade ClineAdd OpenSSL CRLs.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
next