| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | m_ssl_openssl Remove bogus errno assignment from CloseSession() | 2014-10-15 | 1 | -1/+0 | ||
| | * | | m_ssl_openssl Return an error from the IOHook read and write functions if the...•••The meaning of a 0 return value quoted from the manual: The TLS/SSL handshake was not successful but was shut down controlled and by the specifications of the TLS/SSL protocol. | 2014-10-14 | 1 | -1/+1 | ||
| | * | | m_ssl_openssl Add user-friendly config options for setting a few OpenSSL cont... | 2014-10-14 | 1 | -0/+14 | ||
| | * | | m_nationalchars Ask m_spanningtree to rebuild its hashmaps when the national_...•••Issue #923 | 2014-10-13 | 1 | -0/+8 | ||
| | * | | m_spanningtree Rebuild serverlist and sidlist when receiving a specific Request•••Issue #923 | 2014-10-13 | 4 | -0/+25 | ||
| | * | | m_nationalchars Rebuild the hash map in m_watch when the national_case_insens...•••Issue #923 | 2014-10-13 | 1 | -0/+5 | ||
| | * | | m_nationalchars Rebuild core hashmaps when the national_case_insensitive_map ...•••Issue #923 | 2014-10-13 | 1 | -0/+15 | ||
| | * | | Merge pull request #934 from SaberUK/insp20+fix-various-issues•••Fix various issues detected by Coverity. | 2014-10-13 | 1 | -3/+0 | ||
| | |\ \ | ||||||
| | | * | | Kill some logically dead code detected by Coverity.•••- m_watch: wl has already been confirmed to not be NULL on L161. | 2014-10-13 | 1 | -3/+0 | ||
| | * | | | Merge pull request #933 from SaberUK/insp20+fix-llvm34•••Fix various warnings when building with LLVM 3.5. | 2014-10-13 | 2 | -4/+4 | ||
| | |\ \ \ | ||||||
| | | * | | | Fix various warnings when building with LLVM 3.5.•••- warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] - warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion] | 2014-10-13 | 2 | -4/+4 | ||
| | | |/ / | ||||||
| | * | | | m_ssl_openssl Allow configuring raw OpenSSL context options | 2014-10-10 | 1 | -2/+27 | ||
| | * | | | m_ssl_openssl Disable session caching and session tickets | 2014-10-10 | 1 | -2/+5 | ||
| | * | | | m_ssl_openssl Enable single (EC)DH use and disable SSL v2•••Options enabled: - SSL_OP_NO_SSLv2 - SSL_OP_SINGLE_DH_USE - SSL_OP_SINGLE_ECDH_USE (if it exists) Partial backport of #856 by @jvehent | 2014-10-10 | 1 | -0/+9 | ||
| | * | | | m_ssl_openssl Clear the error queue before every SSL_* call | 2014-10-08 | 1 | -0/+9 | ||
| | |/ / | ||||||
| | * | | m_ssl_gnutls Re-set DH params when the gnutls_certificate_credentials_t struc... | 2014-10-03 | 1 | -2/+2 | ||
| | * | | m_sqlite3 Fix cleanup of unsuccessful database connections | 2014-09-02 | 1 | -2/+5 | ||
| | * | | Fix listmodes when the config does not specify a wildcard size entry. | 2014-08-03 | 1 | -7/+7 | ||
| * | | | m_ssl_openssl Store a pointer to the OpenSSLIOHook object in SSL objects | 2014-10-27 | 1 | -0/+8 | ||
| * | | | Forward-port of https://github.com/inspircd/inspircd-extras/commit/a311dbcaea... | 2014-09-22 | 1 | -0/+7 | ||
| * | | | m_hidelist Make minimum rank required to view lists configurable | 2014-09-10 | 1 | -3/+10 | ||
| * | | | Add m_hidelist that allows hiding the lists of listmodes | 2014-09-10 | 1 | -0/+80 | ||
| * | | | m_services_account Fix uninitialized variable usage introduced by insp20 merg... | 2014-09-05 | 1 | -0/+1 | ||
| * | | | m_samode Simplify command handler logic | 2014-09-05 | 1 | -5/+3 | ||
| * | | | Migrate code from ModeParser into cmd_mode (core_user)•••- Process() that takes a std::vector<std::string> - DisplayCurrentModes() - DisplayListModes() | 2014-09-04 | 1 | -3/+19 | ||
| * | | | m_namedmodes Build and process a Modes::ChangeList when handling PROP | 2014-09-04 | 1 | -10/+13 | ||
| * | | | Pass Modes::ChangeList references to the OnPreMode hook, make it modifiable•••This gets rid of the duplicated mode parsing logic in m_namedmodes | 2014-09-04 | 3 | -52/+57 | ||
| * | | | Call the MODE command handler in several modules instead of the old ModeParse... | 2014-09-04 | 4 | -4/+4 | ||
| * | | | m_spanningtree Simplify processing non-prefix modes in FJOINs•••Use ModeParser::ModeParamsToChangeList() instead of duplicating logic | 2014-09-04 | 1 | -18/+1 | ||
| * | | | m_spanningtree Apply FMODE mode changes using the new ModeParser functions | 2014-09-04 | 1 | -6/+5 | ||
| * | | | m_services_account Call ModeHandler::RemoveMode() instead of duplicating code | 2014-09-04 | 1 | -6/+1 | ||
| * | | | m_spanningtree Remove CommandFJoin::ApplyModeStack() | 2014-09-03 | 2 | -13/+0 | ||
| * | | | Use Modes::ChangeList in ModeHandler::RemoveMode() | 2014-09-03 | 1 | -3/+3 | ||
| * | | | Replace irc::modestacker usage with the new ModeParser::Process() | 2014-09-03 | 11 | -103/+57 | ||
| * | | | Remove ProtocolInterface::SendMode() | 2014-09-03 | 2 | -5/+0 | ||
| * | | | m_spanningtree Send MODE/FMODE from the OnMode hook•••If the MODE_LOCALONLY flag is set the mode change is not propagated | 2014-09-03 | 3 | -18/+29 | ||
| * | | | m_spanningtree Add function to serialize parameters in a Modes::ChangeList::L... | 2014-09-03 | 2 | -0/+78 | ||
| * | | | m_spanningtree Add optional key parameter to SVSJOIN and allow it to do overr...•••Slightly more readable version of #892 by @ShutterQuick | 2014-09-01 | 1 | -1/+13 | ||
| * | | | m_blockamsg Update coding style, use User::WriteNotice() | 2014-08-31 | 1 | -13/+13 | ||
| * | | | m_blockamsg Remove redundant check | 2014-08-31 | 1 | -1/+1 | ||
| * | | | m_blockamsg Uncrook channel counting logic | 2014-08-31 | 1 | -11/+5 | ||
| * | | | m_blockamsg Prevent double copy of the target string | 2014-08-31 | 1 | -3/+3 | ||
| * | | | m_blockamsg Remove useless variable | 2014-08-31 | 1 | -4/+1 | ||
| * | | | m_ojoin Change allocation of NetworkPrefix to be physically part of the objec... | 2014-08-06 | 1 | -23/+8 | ||
| * | | | m_ojoin Leave it to the core throw an exception if the prefix char is in use | 2014-08-06 | 1 | -2/+0 | ||
| * | | | Pass prefix rank and prefix char to PrefixMode constructor | 2014-08-06 | 3 | -7/+4 | ||
| * | | | m_exemptchanops Fix parameter validation | 2014-08-06 | 1 | -2/+16 | ||
| * | | | m_spanningtree Remove redundant checks from HandleRemoteWhois()•••The size of the vector is checked in OnPreCommand() and that hook only runs for local users | 2014-08-06 | 1 | -13/+10 | ||
| * | | | m_pbkdf2 Less string copying | 2014-08-04 | 1 | -4/+6 | ||
| * | | | m_pbkdf2: Added module•••Bugfixes and minor changes are by @attilamolnar, original PR #767 | 2014-08-04 | 1 | -0/+260 | ||
