summaryrefslogtreecommitdiff
path: root/src/modules/m_sslinfo.cpp
AgeCommit message (Expand)Author
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-08-03Fix m_opermodes.so sending modes for unintroduced clients with oper autologin...Adam
2010-04-02Use FindNickOnly in a few commands to prevent enumerating users via UID walkingDaniel De Graaf
2010-02-16Change is-using-SSL numeric to 671 to match more other IRCdsdanieldg
2010-02-16Change is-using-SSL numeric to 275 to match other IRCdsdanieldg
2010-02-15Add <oper:autologin> to allow SSL fingerprint-based automatic oper logindanieldg
2010-02-10Show SSL fingerprint in /WHOIS line, allow fingerprints to be hidden from non...danieldg
2010-02-08SSL certificate requests prior to full registration must use SocketCertificat...danieldg
2010-02-08Add <connect requiressl="trusted"> to force CA verification for clients on th...danieldg
2010-02-02Add requireident/requiressl to connect blocksdanieldg
2010-01-18Remove unneededd IS_LOCAL castsdanieldg
2010-01-18PreCommand/PostCommand are local-only hooksdanieldg
2010-01-18Fix iteration of oper blocks by SSLINFOdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-11-06Remove Extensible parent from EventHandlerdanieldg
2009-10-18Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReaderdanieldg
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-13Fix automated metadata decoding with ExtItemdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-13Add SerializeFormat for easier metadata formattingdanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-03Remove CMD_LOCALONLY, enforce use of GetRouting for routed commandsdanieldg
2009-09-02Fix memory leak and invalid vtable location on unload of m_sslinfodanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02MetaData reworkdanieldg
2009-09-02Change allocation of commands/modesdanieldg
2009-07-02Merge m_ssl_oper_cert into m_sslinfo to reduce the number of SSL modulesdanieldg
2009-07-02Merge m_ssl_data with m_ssinfo to reduce the number of SSL modulesdanieldg
2009-06-27m_sslinfo does not depend on external libraries, it should not be in extradanieldg