]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2015-05-22 Attila MolnarRemove dead code from UserManager::AddUser()
2015-05-22 Attila MolnarFix some oversights
2015-05-20 Attila MolnarUpdate example configuration to say the new style modul...
2015-05-20 Attila MolnarAllow modules to be called as "foo" instead of "m_foo.so"
2015-05-19 Attila Molnarm_spanningtree Fix harmless valgrind warning about...
2015-05-19 Attila MolnarIncrease entries in valgrind stack traces to 30 (-...
2015-05-19 Attila MolnarMerge branch 'master+movenames'
2015-05-18 AdamNew m_ldap from Anope
2015-05-17 Attila MolnarMove InspIRCd::SendError() to cmd_die
2015-05-17 Attila MolnarMove code that quits all users from InspIRCd::Cleanup...
2015-05-17 Attila MolnarFix incorrect iterator use leading to prematurely exiti...
2015-05-17 Attila MolnarMerge pull request #1048 from SaberUK/master+ipv6-stats
2015-05-17 Peter PowellEncase the IPv6 address in `STATS p` with square brackets.
2015-05-16 Attila Molnarcmd_names Do the HasPrivPermission() check only in...
2015-05-16 Attila MolnarMove Channel::UserList() from core to cmd_names
2015-05-16 Attila MolnarMove topic and NAMES sending on join from core into...
2015-05-16 Attila Molnarcmd_topic Extract code sending RPL_TOPIC and RPL_TOPICT...
2015-05-13 Attila MolnarMerge pull request #1024 from SaberUK/master+make-perl...
2015-05-13 Peter PowellRemove run-cc.pl and all associated code.
2015-05-13 Peter Powellunit-cc: Remove workaround which existed for 2.0.x...
2015-05-13 Peter Powellunit-cc: Use the same preamble as other Perl tools.
2015-05-13 Peter Powellcalcdep: Unify coremod and module building code.
2015-05-13 Peter Powellcalcdep: Clean up some unused/duplicate variables.
2015-05-13 Peter Powellcalcdep: Use the same preamble as other Perl tools.
2015-05-13 Peter Powellcalcdep: Remove a workaround for a very old version...
2015-05-13 Attila MolnarMerge pull request #1041 from SaberUK/master+ipv6-names...
2015-05-12 Attila Molnarcore_dns Set the TTL of the cache entry to the lowest...
2015-05-12 Attila Molnarcore_dns Only clear the slot of the request if the...
2015-05-12 Attila Molnarcore_dns Add DNS timeout timer in Process() not in...
2015-05-12 Attila Molnarcore_dns Make MAX_REQUEST_ID unsigned, move it to core_...
2015-05-12 Attila Molnarm_spanningtree Use uint64_t for the burst start time...
2015-05-12 Attila Molnarm_spanningtree Clean up comments
2015-05-12 Attila MolnarRemove support for non-unloadable (VF_STATIC) modules
2015-05-12 Attila Molnarcmd_modules Don't show the memory addresses of Module...
2015-05-10 Attila MolnarMerge insp20
2015-05-10 Attila MolnarRelease v2.0.20
2015-05-10 Attila MolnarMerge pull request #1039 from SaberUK/insp20+fix-restri...
2015-05-10 Peter PowellFix not being able to message ulines when m_restrictmsg...
2015-05-10 Peter PowellFix IPv6 nameservers not being detected by the resolv...
2015-05-09 Attila Molnarm_ssl_gnutls Hold users in pre-registration state until...
2015-05-04 Attila MolnarMerge branch 'master+whoiscontext'
2015-05-04 Attila Molnarcore_whois Fix numeric 319 not obeying MaxLine
2015-05-01 Attila Molnarcore_hostname_lookup Don't adjust DnsBad stats
2015-05-01 Attila Molnarm_httpd Fix iteration in OnUnloadModule()
2015-04-28 Attila Molnarcore_whois Simplify CommandWhois::SplitChanList()
2015-04-28 Attila MolnarMove OnWhois* events to core_whois, add Whois::Context
2015-04-28 Attila MolnarPrepend target user nick to whois numerics in InspIRCd...
2015-04-28 Attila Molnarm_servprotect Remove pointless compare of src and dst...
2015-04-27 Attila MolnarMerge branch 'master+dns'
2015-04-27 Attila Molnarcore_dns Drop incoming packets containing a different...
2015-04-27 Attila Molnarcore_dns Update DNS::Request::name to be the same as...
2015-04-21 Attila Molnarcore_dns Remove incomplete support for multiple questio...
2015-04-21 Attila Molnarcore_dns Reject incoming packets with qdcount != 1
2015-04-21 Attila Molnarcore_dns Don't store query class code in Question
2015-04-21 Attila Molnarcore_dns Remove ability to pack answers
2015-04-21 Attila Molnarcore_dns Add typedef for request id, change it to uint16_t
2015-04-21 Attila Molnarcore_dns Allow usage of id 65535
2015-04-21 Attila Molnarcore_dns Allow usage of id 0
2015-04-21 Adamcore_dns Move packet source address checking before...
2015-04-20 Attila MolnarMerge insp20
2015-04-16 Attila MolnarRelease v2.0.19
2015-04-16 Attila Molnarm_sasl Update description, SASL is no longer exclusive...
2015-04-16 Attila Molnarm_dccallow Validate tokens before use
2015-04-16 Attila Molnarcmd_userhost Fix +H hidden opers being shown as opers
2015-04-16 Attila MolnarRevert c8b344ea748d62d9f37cacd4dd785f15b186725c to...
2015-04-16 Attila MolnarMerge branch 'insp20+timedbans' into insp20
2015-04-16 Attila Molnarm_sasl Add missing validation for server-to-server...
2015-04-16 Attila MolnarReject replies to DNS PTR requests that contain invalid...
2015-04-15 Attila MolnarRemove exception handling from StreamSocket methods...
2015-04-15 Attila MolnarMerge branch 'master+ehdispatch'
2015-04-15 Attila MolnarMerge pull request #1028 from Adam-/master+ipv6dnsbl
2015-04-13 Attila Molnarm_timedbans Notice user when trying to set a ban that...
2015-04-13 Attila Molnarm_timedbans Extract IsBanSet() to a function
2015-04-13 Attila Molnarm_timedbans On channel destruction remove all timed...
2015-04-13 Attila Molnarm_timedbans Store Channel pointer in struct TimedBan
2015-04-12 Attila MolnarChange StreamSocket::DoRead() and DoWrite() to be non...
2015-04-12 Attila MolnarDispatch EventHandler events to dedicated virtual functions
2015-04-07 AdamAdd ipv6 dnsbl support
2015-03-26 Attila MolnarMerge pull request #1021 from SaberUK/master+perl510
2015-03-25 Peter PowellConvert the build system to Perl 5.10.
2015-03-22 Attila MolnarMerge pull request #1005 from SaberUK/master+minor...
2015-03-22 Attila MolnarMerge pull request #1004 from SaberUK/insp20+fix-variou...
2015-03-22 Attila MolnarMerge pull request #1016 from Renegade334/insp20+docs...
2015-03-22 Attila MolnarMerge pull request #1009 from SaberUK/insp20+fix-dirty-env
2015-03-21 AdamRebuild clone counts on rehash
2015-03-17 Renegade334Remove non-existant extban M: from docs
2015-03-09 Peter PowellFix building when VERBOSE is already set in the environ...
2015-03-08 Peter PowellFix dodgy indentation in configure.
2015-03-06 Attila Molnarm_ssl_gnutls Set a vector push function on GnuTLS 2...
2015-03-06 Attila MolnarMerge branch 'master+writev'
2015-03-06 Attila MolnarMerge branch 'master+sslcleanup'
2015-03-06 Peter PowellChange server name in `./configure --help` to use the...
2015-03-06 Peter PowellFix building modules that use cap.h with a C++11 compiler.
2015-03-06 Peter PowellAdd development version checks to non-interactive mode.
2015-03-06 Peter PowellCreate installation directories with make install not...
2015-03-05 Attila Molnarm_ssl_openssl Remove OpenSSLIOHook::outbound and is_out...
2015-03-05 Attila Molnarm_ssl_openssl Specify TLS client/server role on session...
2015-03-05 Attila Molnarm_ssl_gnutls Pass client/server role to GnuTLSIOHook...
2015-03-05 Attila Molnarm_ssl_gnutls Add typedef for second parameter of gnutls...
2015-03-05 Attila Molnarm_ssl_gnutls Move GnuTLSIOHook::InitSession() code...
next