]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-26 Attila MolnarMerge branch 'master+foreachneighbor'
2015-01-25 Attila MolnarMerge branch 'master+cmdcleanup'
2015-01-25 Attila Molnarm_spanningtree Rewrite PING logic to use Timers
2015-01-24 Attila MolnarRemove needless checks from User::WriteCommon()/WriteCo...
2015-01-24 Attila Molnarm_ircv3 Implement WriteNeighboursWithExt() using User...
2015-01-24 Attila MolnarImplement User::WriteCommonRaw() using ForEachNeighbor()
2015-01-24 Attila MolnarImplement User::WriteCommonQuit() using ForEachNeighbor...
2015-01-24 Attila MolnarAdd User::ForEachNeighbor()
2015-01-24 Attila MolnarMove implementation of Command and CommandBase function...
2015-01-24 Attila MolnarRemove unused CommandBase::DecodeParameter()
2015-01-24 Attila MolnarSwitch to unsigned ints in CommandBase constructor...
2015-01-24 Peter PowellUse ERR_YOUREBANNEDCREEP instead of NOTICE when a user...
2015-01-23 Attila MolnarMerge branch 'master+no-rtti'
2015-01-23 Attila Molnarm_kicknorejoin Store kicked users in a vector
2015-01-23 Attila Molnarm_kicknorejoin Move logic that tracks kicked users...
2015-01-22 Attila MolnarDisable RTTI in release builds (compile with -fno-rtti)
2015-01-22 Attila MolnarMerge branch 'master+exttype' into master+no-rtti
2015-01-22 Attila MolnarDisable typeid() calls unless INSPIRCD_ENABLE_RTTI...
2015-01-20 Attila Molnarm_spanningtree Remove public TreeServer methods that...
2015-01-20 Attila Molnarm_spanningtree Get rid of some boilerplate
2015-01-18 Attila Molnarm_services_account Replace dynamic_cast with static_cas...
2015-01-18 Attila Molnarm_spanningtree Only unserialize() METADATA if the objec...
2015-01-18 Attila MolnarSpecify which Extensible subclass an ExtensionItem...
2015-01-16 Attila MolnarVerify that the chan in chanlist is in fact the same...
2015-01-16 Attila MolnarGracefully handle multiple Channel::CheckDestroy()...
2015-01-14 Attila Molnarcmode_k Fix oversight in substr() conversion
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-11 Attila MolnarFix issues with some numerics introduced in the WriteNu...
2015-01-10 Attila MolnarStore iovec array on the stack instead of heap allocati...
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-09 Attila Molnarm_spanningtree Increase maximum generated FJOIN line...
2015-01-09 Attila Molnarm_spanningtree Forward FJOINs with correct TS, modes...
2015-01-09 Attila Molnarm_spanningtree Change name and scope of commait in...
2015-01-09 Attila Molnarm_spanningtree Add overload for add() and has_room...
2015-01-09 Attila Molnarm_spanningtree Add CmdBuilder::push_raw() overload...
2015-01-09 Attila Molnarm_spanningtree Add source server parameter to CommandFJ...
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...
next