]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2014-12-07 Attila MolnarMerge pull request #941 from SaberUK/master+test-build
2014-12-07 Peter PowellAdd support for extra modules and custom compilers...
2014-12-07 Attila MolnarMerge pull request #895 from SaberUK/master+configure...
2014-12-07 Peter PowellFix builds on OpenBSD spamming the console with warnings.
2014-12-07 Peter PowellFix warnings in m_ssl_openssl about the use of `long...
2014-12-07 Peter PowellMove common code to make::common from make::utilities.
2014-12-07 Peter PowellImplement support for distribution specific version...
2014-12-07 Peter PowellImprove build system compiler detection.
2014-12-07 Peter PowellImprove configure cache file handling.
2014-12-07 Peter PowellMiscellaneous improvements to configure.
2014-12-07 Peter PowellAdd Perl module for console related code.
2014-11-01 Attila MolnarAdd stdalgo::isin() and use it to simplify code
2014-11-01 Attila MolnarAdd stdalgo::erase() and use it to simplify code
2014-10-27 Attila MolnarRemove if (!this) check from ConfigTag::readString()
2014-10-27 Attila MolnarMerge insp20
2014-10-27 Attila Molnarm_ssl_openssl Store a pointer to the OpenSSLIOHook...
2014-10-26 Attila MolnarRelease v2.0.18
2014-10-26 Attila MolnarRemove some dead code found by Coverity
2014-10-25 Attila MolnarMerge pull request #944 from SaberUK/insp20+gnutls-rnd
2014-10-25 Peter PowellUse gnutls_rnd instead of gcry_randomize on newer GnuTL...
2014-10-24 Attila MolnarMerge pull request #940 from SaberUK/insp20+fix-makefile
2014-10-24 Peter PowellUse clang++ on FreeBSD 10 instead of g++.
2014-10-24 Peter PowellFix some small bugs in the makefile template.
2014-10-23 Attila Molnarm_delaymsg Add option to disallow NOTICEs too
2014-10-23 AdamFix m_banredirect causing bans added for hosts being...
2014-10-22 Attila MolnarFail AAAA DNS queries if inet_ntop() fails
2014-10-22 Attila MolnarCheck the return value of getnameinfo() on Windows...
2014-10-21 Attila MolnarSet the parameter of -b to the banmask actually removed
2014-10-20 Attila Molnarm_ssl_openssl Add compile time option that allows disab...
2014-10-20 Attila Molnarm_ssl_openssl Add compile time option to enable ECDH
2014-10-20 Attila Molnarm_ssl_gnutls Add compile time option for allowing sha25...
2014-10-20 Attila MolnarUpdate <nationalchars> tag documentation
2014-10-19 AdamFix watch away numerics, #937
2014-10-17 Attila Molnarm_delayjoin Only send JOIN on mode change if the mode...
2014-10-16 Attila MolnarInitialize all fields of issl_session on module load...
2014-10-16 Attila MolnarAdd interface to SSL modules that allows other modules...
2014-10-16 Attila Molnarm_ssl_gnutls Refcount GnuTLS objects, free them when...
2014-10-15 Attila Molnarm_ssl_openssl Fix debug message
2014-10-15 Attila Molnarm_ssl_openssl Reset data_to_write for new sessions
2014-10-15 Attila Molnarm_ssl_openssl Free the ssl_cert object as soon as the...
2014-10-15 Attila Molnarm_ssl_openssl Remove bogus errno assignment from CloseS...
2014-10-15 Attila MolnarMerge pull request #935 from SaberUK/insp20+fix-crlf
2014-10-14 Attila Molnarm_ssl_openssl Return an error from the IOHook read...
2014-10-14 Attila Molnarm_ssl_openssl Add user-friendly config options for...
2014-10-13 Peter PowellAdd a workaround for compiling modules with Windows...
2014-10-13 Attila Molnarm_nationalchars Ask m_spanningtree to rebuild its hashm...
2014-10-13 Attila Molnarm_spanningtree Rebuild serverlist and sidlist when...
2014-10-13 Attila Molnarm_nationalchars Rebuild the hash map in m_watch when...
2014-10-13 Attila Molnarm_nationalchars Rebuild core hashmaps when the national...
2014-10-13 Attila MolnarMerge pull request #934 from SaberUK/insp20+fix-various...
2014-10-13 Peter PowellKill some logically dead code detected by Coverity.
2014-10-13 Peter PowellReplace dodgy use of const char* and memcpy with std...
2014-10-13 Attila MolnarMerge pull request #933 from SaberUK/insp20+fix-llvm34
2014-10-13 Peter PowellAvoid calling methods on NULL pointers wherever possible.
2014-10-13 Peter PowellFix various warnings when building with LLVM 3.5.
2014-10-10 Attila Molnarm_ssl_openssl Allow configuring raw OpenSSL context...
2014-10-10 Attila Molnarm_ssl_openssl Disable session caching and session tickets
2014-10-10 Attila Molnarm_ssl_openssl Enable single (EC)DH use and disable...
2014-10-08 Attila Molnarm_ssl_openssl Clear the error queue before every SSL_...
2014-10-06 Attila MolnarMerge pull request #931 from SaberUK/insp20+fix-non...
2014-10-06 Attila MolnarMerge pull request #930 from rburchell/revertfix
2014-10-05 Peter PowellFix hash_map.h on non-GNU C++ standard library implemen...
2014-10-04 Robin BurchellRevert "Fix an off-by-one on registration timeout handl...
2014-10-04 Attila MolnarMerge pull request #929 from rburchell/insp20
2014-10-04 Robin BurchellFix an off-by-one on registration timeout handling.
2014-10-03 Attila Molnarm_ssl_gnutls Re-set DH params when the gnutls_certifica...
2014-09-27 Attila MolnarStore Membership objects physically in the nodes of...
2014-09-27 Attila MolnarAdd the insp::aligned_storage template
2014-09-26 Attila MolnarReject parameters that begin with a colon in Channel...
2014-09-26 Attila MolnarDon't try to set a mode in Channel::SetDefaultModes...
2014-09-22 JustArchiForward-port of https://github.com/inspircd/inspircd...
2014-09-15 Attila MolnarFix incorrect cleanup order in InspIRCd::Exit()
2014-09-10 Attila MolnarRemove listmode hiding support from the core
2014-09-10 Attila Molnarm_hidelist Make minimum rank required to view lists...
2014-09-10 Attila MolnarAdd m_hidelist that allows hiding the lists of listmodes
2014-09-08 AdamRemove IPv6 address compaction.
2014-09-08 AdamDo not use the result of the dns cache when the query...
2014-09-05 Attila Molnarcmode_l Reject negative limits
2014-09-05 Attila Molnarm_services_account Fix uninitialized variable usage...
2014-09-05 Attila Molnarm_samode Simplify command handler logic
2014-09-05 Attila MolnarUnset oper-only modes in User::UnOper() in a more sensi...
2014-09-04 Attila Molnarcmd_mode Exempt remote users and servers from max modes...
2014-09-04 Attila MolnarMigrate code from ModeParser into cmd_mode (core_user)
2014-09-04 Attila Molnarcore_user Expand the MODE handler into its own file
2014-09-04 Attila MolnarSplit ModeParser::DisplayListMode() into two parts
2014-09-04 Attila MolnarRemove unused parameter passed to ModeParser::DisplayCu...
2014-09-04 Attila Molnarm_namedmodes Build and process a Modes::ChangeList...
2014-09-04 Attila MolnarPass Modes::ChangeList references to the OnPreMode...
2014-09-04 Attila MolnarCall the MODE command handler in several modules instea...
2014-09-04 Attila Molnarm_spanningtree Simplify processing non-prefix modes...
2014-09-04 Attila Molnarm_spanningtree Apply FMODE mode changes using the new...
2014-09-04 Attila MolnarLet callers customize the begin/end positions for ModeP...
2014-09-04 Attila Molnarm_services_account Call ModeHandler::RemoveMode() inste...
2014-09-03 Attila MolnarRemove irc::modestacker
2014-09-03 Attila Molnarm_spanningtree Remove CommandFJoin::ApplyModeStack()
2014-09-03 Attila MolnarUse Modes::ChangeList in ModeHandler::RemoveMode()
2014-09-03 Attila MolnarReplace irc::modestacker usage with the new ModeParser...
2014-09-03 Attila MolnarAdd a ModeParser::Process() overload that can process...
2014-09-03 Attila MolnarMake it possible to resume processing a partially proce...
2014-09-03 Attila MolnarSplit out ModeParser::ModeParamsToChangeList()
next