Age | Commit message (Expand) | Author |
2014-10-10 | m_ssl_openssl Allow configuring raw OpenSSL context options | Attila Molnar |
2014-10-10 | m_ssl_openssl Disable session caching and session tickets | Attila Molnar |
2014-10-10 | m_ssl_openssl Enable single (EC)DH use and disable SSL v2 | Attila Molnar |
2014-10-08 | m_ssl_openssl Clear the error queue before every SSL_* call | Attila Molnar |
2014-10-06 | Merge pull request #931 from SaberUK/insp20+fix-non-gnu-stl | Attila Molnar |
2014-10-06 | Merge pull request #930 from rburchell/revertfix | Attila Molnar |
2014-10-05 | Fix hash_map.h on non-GNU C++ standard library implementations. | Peter Powell |
2014-10-05 | Revert "Fix an off-by-one on registration timeout handling." | Robin Burchell |
2014-10-04 | Merge pull request #929 from rburchell/insp20 | Attila Molnar |
2014-10-04 | Fix an off-by-one on registration timeout handling. | Robin Burchell |
2014-10-03 | m_ssl_gnutls Re-set DH params when the gnutls_certificate_credentials_t struc... | Attila Molnar |
2014-09-27 | Store Membership objects physically in the nodes of Channel::MemberMap | Attila Molnar |
2014-09-27 | Add the insp::aligned_storage template | Attila Molnar |
2014-09-26 | Reject parameters that begin with a colon in Channel::SetDefaultModes() | Attila Molnar |
2014-09-26 | Don't try to set a mode in Channel::SetDefaultModes() if it needs a parameter... | Attila Molnar |
2014-09-22 | Forward-port of https://github.com/inspircd/inspircd-extras/commit/a311dbcaea... | JustArchi |
2014-09-15 | Fix incorrect cleanup order in InspIRCd::Exit() | Attila Molnar |
2014-09-10 | Remove listmode hiding support from the core | Attila Molnar |
2014-09-10 | m_hidelist Make minimum rank required to view lists configurable | Attila Molnar |
2014-09-10 | Add m_hidelist that allows hiding the lists of listmodes | Attila Molnar |
2014-09-08 | Remove IPv6 address compaction. | Adam |
2014-09-08 | Do not use the result of the dns cache when the query type of the result is d... | Adam |
2014-09-05 | cmode_l Reject negative limits | Attila Molnar |
2014-09-05 | m_services_account Fix uninitialized variable usage introduced by insp20 merg... | Attila Molnar |
2014-09-05 | m_samode Simplify command handler logic | Attila Molnar |
2014-09-05 | Unset oper-only modes in User::UnOper() in a more sensible way | Attila Molnar |
2014-09-04 | cmd_mode Exempt remote users and servers from max modes limitation when chang... | Attila Molnar |
2014-09-04 | Migrate code from ModeParser into cmd_mode (core_user) | Attila Molnar |
2014-09-04 | core_user Expand the MODE handler into its own file | Attila Molnar |
2014-09-04 | Split ModeParser::DisplayListMode() into two parts | Attila Molnar |
2014-09-04 | Remove unused parameter passed to ModeParser::DisplayCurrentModes() | Attila Molnar |
2014-09-04 | m_namedmodes Build and process a Modes::ChangeList when handling PROP | Attila Molnar |
2014-09-04 | Pass Modes::ChangeList references to the OnPreMode hook, make it modifiable | Attila Molnar |
2014-09-04 | Call the MODE command handler in several modules instead of the old ModeParse... | Attila Molnar |
2014-09-04 | m_spanningtree Simplify processing non-prefix modes in FJOINs | Attila Molnar |
2014-09-04 | m_spanningtree Apply FMODE mode changes using the new ModeParser functions | Attila Molnar |
2014-09-04 | Let callers customize the begin/end positions for ModeParser::ModeParamsToCha... | Attila Molnar |
2014-09-04 | m_services_account Call ModeHandler::RemoveMode() instead of duplicating code | Attila Molnar |
2014-09-03 | Remove irc::modestacker | Attila Molnar |
2014-09-03 | m_spanningtree Remove CommandFJoin::ApplyModeStack() | Attila Molnar |
2014-09-03 | Use Modes::ChangeList in ModeHandler::RemoveMode() | Attila Molnar |
2014-09-03 | Replace irc::modestacker usage with the new ModeParser::Process() | Attila Molnar |
2014-09-03 | Add a ModeParser::Process() overload that can process an entire Modes::Change... | Attila Molnar |
2014-09-03 | Make it possible to resume processing a partially processed Modes::ChangeList | Attila Molnar |
2014-09-03 | Split out ModeParser::ModeParamsToChangeList() | Attila Molnar |
2014-09-03 | Handle mode merges in ModeParser::ProcessSingle() | Attila Molnar |
2014-09-03 | Validate mode parameters from ModeParser::ProcessSingle() | Attila Molnar |
2014-09-03 | Split out ModeParser::ProcessSingle() from Process() | Attila Molnar |
2014-09-03 | Add mode process flag MODE_CHECKACCESS | Attila Molnar |
2014-09-03 | Remove ModeHandler::m_paramtype and GetTranslateType() | Attila Molnar |