]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2015-11-10 Attila MolnarMerge branch 'master+alreadysent'
2015-11-03 Attila MolnarRemove UserManager::GarbageCollect()
2015-11-03 Attila MolnarMove already sent id rollover handling and static Local...
2015-11-03 Attila MolnarAdd UserManager::NextAlreadySentId() and convert all...
2015-11-03 Attila MolnarMerge branch 'master+invite'
2015-11-02 Attila Molnarcore_channel Implement invite (un)serialization
2015-11-02 Attila MolnarRewrite invite system
2015-11-02 Attila MolnarMove ServerConfig::InvBypassModes into core_channel
2015-11-02 Attila MolnarMove handling of <options:invitebypassmodes> into core_...
2015-10-14 Attila MolnarMerge pull request #1093 from SaberUK/master+tsc
2015-10-14 Peter PowellUpdate another password check to use InspIRCd::TimingSa...
2015-10-11 Attila MolnarMerge pull request #1098 from SaberUK/master+appleclang
2015-09-23 Peter PowellFix detection of the Apple variant of Clang.
2015-07-07 Attila Molnarm_ssl_openssl Implement custom BIO methods that call...
2015-07-07 Attila Molnarm_ssl_openssl Remove NULL check of the session in OpenS...
2015-07-06 Attila Molnarm_ssl_openssl Use SSL_MODE_RELEASE_BUFFERS if available
2015-07-06 Attila Molnarm_ssl_openssl Enable ECDH when acting as a server on...
2015-07-06 Attila Molnarm_ssl_openssl Unconditionally compile code for detectin...
2015-07-06 AdamFail invalid dns responses instead of drop
2015-07-02 Attila MolnarMerge pull request #1069 from del6597/patch-1
2015-07-01 David Lamontm_blockcaps Reword error message to indicate 'greater...
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-06-22 Attila Molnarm_ssl_gnutls, m_ssl_openssl Log library version informa...
2015-06-13 James Lum_repeat: fix typo (similiar->similar)
2015-06-08 Attila MolnarMerge branch 'master+sendq'
2015-06-06 Attila MolnarClean up indent in StreamSocket::DoWrite()
2015-06-06 Attila Molnarm_ssl_gnutls Implement corking on GnuTLS 3.1.9 and...
2015-06-06 Attila MolnarCall OnStreamSocketWrite() once per write event
2015-06-06 Attila MolnarAdd max outgoing record size option to sslprofile config
2015-06-06 Attila MolnarConvert all code to use StreamSocket::SendQueue
2015-06-06 Attila MolnarAdd class StreamSocket::SendQueue
2015-06-03 Attila MolnarExpand module names in ServerConfig::ApplyModules()
2015-06-03 Attila MolnarMerge pull request #1044 from SaberUK/master+multichar...
2015-06-03 Peter PowellAdd support for channel alias prefixes with multiple...
2015-06-03 Attila Molnarm_silence Change silencelist type to vector
2015-06-03 Attila Molnarm_silence Remove unused parameters from OnBuildExemptLi...
2015-06-03 Attila Molnarm_callerid Prioritize after other mods for the OnUserPr...
2015-06-03 Attila MolnarMerge pull request #1054 from SaberUK/master+fix-linkin...
2015-06-03 Peter PowellFix modules with 2+ files not having their LinkerFlags...
2015-06-02 Attila MolnarFix incomplete conversion to the new whois system notic...
2015-05-23 Attila Molnarm_spanningtree Log nick collisions more verbosely and...
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...
next