]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_sslinfo.cpp
Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters
[user/henk/code/inspircd.git] / src / modules / m_sslinfo.cpp
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-05-04 Attila MolnarMerge branch 'master+whoiscontext'
2015-04-28 Attila MolnarMove OnWhois* events to core_whois, add Whois::Context
2015-04-28 Attila MolnarPrepend target user nick to whois numerics in InspIRCd...
2015-04-20 Attila MolnarMerge insp20
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-23 Attila MolnarMerge branch 'master+no-rtti'
2015-01-22 Attila MolnarMerge branch 'master+exttype' into master+no-rtti
2015-01-18 Attila MolnarSpecify which Extensible subclass an ExtensionItem...
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-07-19 Attila MolnarSay "SSL certificate fingerprint" instead of "SSL finge...
2014-07-16 Attila MolnarMove typedef OperIndex to ServerConfig::OperIndex
2014-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarMerge insp20
2013-08-04 attilamolnarAutomatically attach modules to events
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-06 attilamolnarChange the API of m_sslinfo to be dynamic_reference...
2013-06-06 attilamolnarCreate SSLIOHook interface that provides GetCertificate()
2013-06-05 attilamolnarMerge insp20
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2012-12-15 attilamolnarAdd IS_SERVER() and REG_ALL checks to (mostly oper...
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-13 attilamolnarm_blockamsg, m_sslinfo Don't convert the command name...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-08-04 AdamFix m_opermodes.so sending modes for unintroduced clien...
2010-04-02 Daniel De GraafUse FindNickOnly in a few commands to prevent enumerati...
2010-02-16 danieldgChange is-using-SSL numeric to 671 to match more other...
2010-02-16 danieldgChange is-using-SSL numeric to 275 to match other IRCds
2010-02-15 danieldgAdd <oper:autologin> to allow SSL fingerprint-based...
2010-02-10 danieldgShow SSL fingerprint in /WHOIS line, allow fingerprints...
2010-02-08 danieldgSSL certificate requests prior to full registration...
2010-02-08 danieldgAdd <connect requiressl="trusted"> to force CA verifica...
2010-02-02 danieldgAdd requireident/requiressl to connect blocks
2010-01-18 danieldgRemove unneededd IS_LOCAL casts
2010-01-18 danieldgPreCommand/PostCommand are local-only hooks
2010-01-18 danieldgFix iteration of oper blocks by SSLINFO
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-06 danieldgRemove Extensible parent from EventHandler
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-13 danieldgFix automated metadata decoding with ExtItem
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgAdd SerializeFormat for easier metadata formatting
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-03 danieldgRemove CMD_LOCALONLY, enforce use of GetRouting for...
2009-09-02 danieldgFix memory leak and invalid vtable location on unload...
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgChange allocation of commands/modes
2009-07-02 danieldgMerge m_ssl_oper_cert into m_sslinfo to reduce the...
2009-07-02 danieldgMerge m_ssl_data with m_ssinfo to reduce the number...
2009-06-27 danieldgm_sslinfo does not depend on external libraries, it...