]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_sslinfo.cpp
Show SSL fingerprint in /WHOIS line, allow fingerprints to be hidden from non-opers...
[user/henk/code/inspircd.git] / src / modules / m_sslinfo.cpp
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...