| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow multiple fingerprints in an oper block (#1564) | 2019-02-01 | 1 | -2/+7 | |
| * | Fix sending the SSL connection notice when using a non-SSL gateway. | 2019-01-25 | 1 | -1/+1 | |
| * | Fix a crash in m_sslinfo when a socket is SSL but a gateway is not. | 2019-01-23 | 1 | -2/+1 | |
| * | Fix detecting secure clients connecting through HAProxy/WEBIRC. | 2018-12-01 | 1 | -41/+54 | |
| * | Implement support for WEBIRC attributes. | 2018-11-04 | 1 | -2/+44 | |
| * | Allow HAProxy to specify that a client is connecting with SSL. | 2018-10-25 | 1 | -0/+5 | |
| * | Pass the Extensible container to ExtensionItem::free(). | 2018-08-12 | 1 | -1/+1 | |
| * | Remove the original line parameter of On{Pre,Post}Command.•••In the brave new world of message tags and alternate wire formats this is no longer something that is appropriate to expose. In reality it was only ever used by m_alias which now reconstitutes the command name and parameters into a RFC 1459-style message for whatever it needs to do. | 2018-08-10 | 1 | -1/+1 | |
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | 2018-07-26 | 1 | -2/+2 | |
| * | Include modules/whois.h directly from files that use it. | 2018-04-08 | 1 | -0/+1 | |
| * | Add names for a bunch of numerics. | 2018-02-02 | 1 | -2/+2 | |
| * | Add names for a bunch more numerics. | 2017-12-09 | 1 | -2/+11 | |
| * | Add SSL cert info to connect class debug log.•••Closes #634. | 2017-12-03 | 1 | -0/+2 | |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -4/+4 | |
| * | Add support to IOHook for retrieving the hostname sent via SNI. | 2017-10-29 | 1 | -1/+4 | |
| * | Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into m_ss... | 2016-04-28 | 1 | -2/+20 | |
| * | Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ... | 2016-02-25 | 1 | -2/+2 | |
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | 2016-02-25 | 1 | -3/+3 | |
| * | Move OnWhois* events to core_whois, add Whois::Context•••Remove InspIRCd::SendWhoisLine() | 2015-04-28 | 1 | -7/+9 | |
| * | Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine() | 2015-04-28 | 1 | -3/+2 | |
| * | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 1 | -1/+5 | |
| * | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere | 2014-07-19 | 1 | -1/+1 | |
| * | Move typedef OperIndex to ServerConfig::OperIndex | 2014-07-16 | 1 | -2/+2 | |
| * | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | 2013-11-12 | 1 | -6/+6 | |
| * | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -7/+0 | |
| * | Automatically attach modules to events | 2013-08-04 | 1 | -3/+0 | |
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| * | Change the API of m_sslinfo to be dynamic_reference-based | 2013-06-07 | 1 | -11/+20 | |
| * | Create SSLIOHook interface that provides GetCertificate() | 2013-06-07 | 1 | -7/+6 | |
| * | Tidy up keywords on module methods.•••- Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | 2013-05-15 | 1 | -8/+8 | |
| * | Replace some C-isms with C++-isms.•••* 'const char*' to 'const std::string&'. * snprintf to std::string concatenation. * Replace duplicated OneOfMatches with InspIRCd::MatchMask. | 2013-05-15 | 1 | -14/+0 | |
| * | Add method for writing server notices.•••This allows us to send a server notice to a user without worrying about whether they are registered or not. If a user receives a server notice and they are not registered then the nickname field will contain an asterisk instead of their nick name. | 2013-05-14 | 1 | -6/+6 | |
| * | Tidy up source files:•••- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | 2013-04-12 | 1 | -1/+1 | |
| * | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | 2013-04-10 | 1 | -2/+2 | |
| * | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -1/+0 | |
| * | Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta...•••If a SID was passed as the target user parameter or when it's an unregistered user reply with the "no such nick" (or the moral equivalent) message | 2012-12-15 | 1 | -1/+1 | |
| * | Register all commands, modes and extensions using AddService()•••AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing | 2012-12-02 | 1 | -2/+2 | |
| * | Dynamically determine the size of the eventlist[] passed to Attach()•••m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | 2012-12-02 | 1 | -1/+1 | |
| * | m_blockamsg, m_sslinfo Don't convert the command name to irc::string in OnPre...•••See 44e89aafb69fb266bdf780d12a31947bfff4e330 | 2012-09-13 | 1 | -3/+1 | |
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+14 | |
| * | Fix m_opermodes.so sending modes for unintroduced clients with oper autologin... | 2010-08-03 | 1 | -4/+9 | |
| * | Use FindNickOnly in a few commands to prevent enumerating users via UID walking | 2010-04-02 | 1 | -1/+1 | |
| * | Change is-using-SSL numeric to 671 to match more other IRCds•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12482 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-16 | 1 | -1/+1 | |
| * | Change is-using-SSL numeric to 275 to match other IRCds•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12481 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-16 | 1 | -1/+1 | |
| * | Add <oper:autologin> to allow SSL fingerprint-based automatic oper login•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12467 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-15 | 1 | -12/+24 | |
| * | Show SSL fingerprint in /WHOIS line, allow fingerprints to be hidden from non...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12429 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-10 | 1 | -27/+35 | |
| * | SSL certificate requests prior to full registration must use SocketCertificat...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12402 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-08 | 1 | -3/+4 | |
| * | Add <connect requiressl="trusted"> to force CA verification for clients on th...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12401 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-08 | 1 | -1/+12 | |
| * | Add requireident/requiressl to connect blocks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12353 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-02 | 1 | -2/+9 | |
| * | Remove unneededd IS_LOCAL casts•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12292 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-18 | 1 | -2/+2 |
