summaryrefslogtreecommitdiff
path: root/src/modules/m_sslinfo.cpp
AgeCommit message (Expand)Author
2016-04-28Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into m_ss...Attila Molnar
2016-02-25Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ...Attila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-04-28Move OnWhois* events to core_whois, add Whois::ContextAttila Molnar
2015-04-28Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine()Attila Molnar
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2014-07-19Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhereAttila Molnar
2014-07-16Move typedef OperIndex to ServerConfig::OperIndexAttila Molnar
2013-11-12Use WriteNumeric() everywhere we send numerics and include the user's nick au...Adam
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-04Automatically attach modules to eventsattilamolnar
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-06-07Change the API of m_sslinfo to be dynamic_reference-basedattilamolnar
2013-06-07Create SSLIOHook interface that provides GetCertificate()attilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-05-15Replace some C-isms with C++-isms.Peter Powell
2013-05-14Add method for writing server notices.Peter Powell
2013-04-12Tidy up source files:Peter Powell
2013-04-10Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()attilamolnar
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2012-12-15Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta...attilamolnar
2012-12-02Register all commands, modes and extensions using AddService()attilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-09-13m_blockamsg, m_sslinfo Don't convert the command name to irc::string in OnPre...attilamolnar
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