]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2015-01-24 Peter PowellUse ERR_YOUREBANNEDCREEP instead of NOTICE when a user...
2015-01-10 Attila MolnarRemove pointless fd == INT_MAX check from StreamSocket...
2015-01-10 Attila MolnarRemove some unnecessary NULL checks
2015-01-10 Attila MolnarReduce std::string::substr() usage
2015-01-10 Attila MolnarRemove the unused OnGlobalOper hook
2015-01-03 Attila MolnarMerge pull request #959 from Alef-Burzmali/master+fixcl...
2015-01-03 Attila Molnarcmd_invite Send RPL_AWAY after RPL_INVITING if the...
2014-12-29 Thomas FargeixFix a regression in m_cloaking
2014-12-19 Attila MolnarMerge branch 'master+listmode'
2014-12-19 Attila MolnarMerge branch 'master+flatmap'
2014-12-18 Attila MolnarMerge branch 'master+serverlimits'
2014-12-18 Attila MolnarMerge pull request #953 from SaberUK/master+configure...
2014-12-18 Peter PowellFix some oversights from #895.
2014-12-16 Attila MolnarDrop setter is empty check when displaying listmodes
2014-12-16 Attila MolnarDisplay listmodes in the order in which they are in...
2014-12-16 Attila MolnarChange listmode storage type to vector
2014-12-15 Attila MolnarChange type of some associative containers to their...
2014-12-15 Attila MolnarAdd flat_[multi]{map,set} containers
2014-12-15 Attila MolnarAdd typedef ModeParser::ModeWatcherMap, remove ModeWatc...
2014-12-15 Attila MolnarAdd typedef PrivSet for OperInfo::AllowedOperCommands...
2014-12-15 Attila MolnarMerge branch 'master+callerid' into master+flatmap
2014-12-10 Attila Molnarm_callerid Change CallerIdDataSet (wholistsme) to be...
2014-12-10 Attila Molnarm_callerid Add typedefs for containers in callerid_data
2014-12-10 Attila Molnarm_callerid Simplify code interacting with containers
2014-12-09 Attila MolnarPass the empty tag to Limits when constructing a Server...
2014-12-09 Attila MolnarAdd ServerLimits constructor that reads limits from...
2014-12-09 Attila MolnarInitialize ServerConfig::EmptyTag using the init list
2014-12-08 Attila MolnarMerge branch 'master+timeout'
2014-12-07 AdamLink m_ldap against libldap_r
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-03 Attila Molnarm_flashpolicyd, m_httpd Store sockets in a intrusive...
2014-11-03 Attila Molnarm_flashpolicyd, m_httpd Handle timeouts using the Timer...
2014-11-03 Attila Molnarm_httpd Clean up HttpServerSocket constructor
2014-11-03 Attila Molnarm_httpd Remove unused container
2014-11-03 Attila Molnarm_httpd Always timeout connections, set default timeout...
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...
next