Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-23 | Fix a crash in m_sslinfo when a socket is SSL but a gateway is not. | Peter Powell | |
2018-12-01 | Fix detecting secure clients connecting through HAProxy/WEBIRC. | Peter Powell | |
2018-11-04 | Implement support for WEBIRC attributes. | Peter Powell | |
2018-10-25 | Allow HAProxy to specify that a client is connecting with SSL. | Peter Powell | |
2018-08-12 | Pass the Extensible container to ExtensionItem::free(). | Peter Powell | |
2018-08-10 | Remove the original line parameter of On{Pre,Post}Command. | Peter Powell | |
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-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell | |
This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | |||
2018-04-08 | Include modules/whois.h directly from files that use it. | Peter Powell | |
2018-02-02 | Add names for a bunch of numerics. | Peter Powell | |
2017-12-09 | Add names for a bunch more numerics. | Peter Powell | |
2017-12-03 | Add SSL cert info to connect class debug log. | Christopher 'm4z' Holm | |
Closes #634. | |||
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell | |
GCCs warnings for this are much better than Clangs. | |||
2017-10-29 | Add support to IOHook for retrieving the hostname sent via SNI. | Peter Powell | |
2016-04-28 | Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into ↵ | Attila Molnar | |
m_sslinfo | |||
2016-02-25 | Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ↵ | Attila Molnar | |
as method parameters | |||
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | Attila Molnar | |
parameters | |||
2015-04-28 | Move OnWhois* events to core_whois, add Whois::Context | Attila Molnar | |
Remove InspIRCd::SendWhoisLine() | |||
2015-04-28 | Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine() | Attila Molnar | |
2015-01-18 | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar | |
2014-07-19 | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere | Attila Molnar | |
2014-07-16 | Move typedef OperIndex to ServerConfig::OperIndex | Attila Molnar | |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick ↵ | Adam | |
automatically | |||
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar | |
2013-08-04 | Automatically attach modules to events | attilamolnar | |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell | |
2013-06-07 | Change the API of m_sslinfo to be dynamic_reference-based | attilamolnar | |
2013-06-07 | Create SSLIOHook interface that provides GetCertificate() | attilamolnar | |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell | |
- 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 | Replace some C-isms with C++-isms. | Peter Powell | |
* 'const char*' to 'const std::string&'. * snprintf to std::string concatenation. * Replace duplicated OneOfMatches with InspIRCd::MatchMask. | |||
2013-05-14 | Add method for writing server notices. | Peter Powell | |
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-04-12 | Tidy up source files: | Peter Powell | |
- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | |||
2013-04-10 | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | attilamolnar | |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar | |
2012-12-15 | Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ↵ | attilamolnar | |
target nickname 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-02 | Register all commands, modes and extensions using AddService() | attilamolnar | |
AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing | |||
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar | |
m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | |||
2012-09-13 | m_blockamsg, m_sslinfo Don't convert the command name to irc::string in ↵ | attilamolnar | |
OnPreCommand() See 44e89aafb69fb266bdf780d12a31947bfff4e330 | |||
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- | |
2010-08-03 | Fix m_opermodes.so sending modes for unintroduced clients with oper ↵ | Adam | |
autologin (bug 53) | |||
2010-04-02 | Use FindNickOnly in a few commands to prevent enumerating users via UID walking | Daniel De Graaf | |
2010-02-16 | Change is-using-SSL numeric to 671 to match more other IRCds | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12482 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-16 | Change is-using-SSL numeric to 275 to match other IRCds | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12481 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-15 | Add <oper:autologin> to allow SSL fingerprint-based automatic oper login | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12467 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-10 | Show SSL fingerprint in /WHOIS line, allow fingerprints to be hidden from ↵ | danieldg | |
non-opers with config option git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12429 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-08 | SSL certificate requests prior to full registration must use ↵ | danieldg | |
SocketCertificateRequest git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12402 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-08 | Add <connect requiressl="trusted"> to force CA verification for clients on ↵ | danieldg | |
this block git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12401 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-02 | Add requireident/requiressl to connect blocks | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12353 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-01-18 | Remove unneededd IS_LOCAL casts | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12292 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-01-18 | PreCommand/PostCommand are local-only hooks | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12291 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-01-18 | Fix iteration of oper blocks by SSLINFO | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12290 e03df62e-2008-0410-955e-edbf42e46eb7 |