summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-13Merge pull request #1024 from SaberUK/master+make-perl-cleanupAttila Molnar
2015-05-13Remove run-cc.pl and all associated code.Peter Powell
2015-05-13unit-cc: Remove workaround which existed for 2.0.x only.Peter Powell
2015-05-13unit-cc: Use the same preamble as other Perl tools.Peter Powell
2015-05-13calcdep: Unify coremod and module building code.Peter Powell
2015-05-13calcdep: Clean up some unused/duplicate variables.Peter Powell
2015-05-13calcdep: Use the same preamble as other Perl tools.Peter Powell
2015-05-13calcdep: Remove a workaround for a very old version of BSD Make.Peter Powell
2015-05-13Merge pull request #1041 from SaberUK/master+ipv6-nameserverAttila Molnar
2015-05-13core_dns Set the TTL of the cache entry to the lowest TTL in a set of Resourc...Attila Molnar
2015-05-13core_dns Only clear the slot of the request if the object in the slot matches...Attila Molnar
2015-05-13core_dns Add DNS timeout timer in Process() not in DNS::Request constructorAttila Molnar
2015-05-13core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from headerAttila Molnar
2015-05-13m_spanningtree Use uint64_t for the burst start time to avoid overflowsAttila Molnar
2015-05-13m_spanningtree Clean up commentsAttila Molnar
2015-05-12Remove support for non-unloadable (VF_STATIC) modulesAttila Molnar
2015-05-12cmd_modules Don't show the memory addresses of Module objects to opersAttila Molnar
2015-05-10Merge insp20Attila Molnar
2015-05-10Release v2.0.20Attila Molnar
2015-05-10Merge pull request #1039 from SaberUK/insp20+fix-restrictmsg-ulineAttila Molnar
2015-05-10Fix not being able to message ulines when m_restrictmsg is loaded.Peter Powell
2015-05-10Fix IPv6 nameservers not being detected by the resolv.conf parser.Peter Powell
2015-05-10m_ssl_gnutls Hold users in pre-registration state until the handshake is comp...Attila Molnar
2015-05-04Merge branch 'master+whoiscontext'Attila Molnar
2015-05-04core_whois Fix numeric 319 not obeying MaxLineAttila Molnar
2015-05-01core_hostname_lookup Don't adjust DnsBad statsAttila Molnar
2015-05-01m_httpd Fix iteration in OnUnloadModule()Attila Molnar
2015-04-28core_whois Simplify CommandWhois::SplitChanList()Attila Molnar
2015-04-28Move OnWhois* events to core_whois, add Whois::ContextAttila Molnar
2015-04-28Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine()Attila Molnar
2015-04-28m_servprotect Remove pointless compare of src and dst from OnWhoisLine handlerAttila Molnar
2015-04-27Merge branch 'master+dns'Attila Molnar
2015-04-27core_dns Drop incoming packets containing a different question from what we a...Attila Molnar
2015-04-27core_dns Update DNS::Request::name to be the same as in the packetAttila Molnar
2015-04-21core_dns Remove incomplete support for multiple questions per queryAttila Molnar
2015-04-21core_dns Reject incoming packets with qdcount != 1Attila Molnar
2015-04-21core_dns Don't store query class code in QuestionAttila Molnar
2015-04-21core_dns Remove ability to pack answersAttila Molnar
2015-04-21core_dns Add typedef for request id, change it to uint16_tAttila Molnar
2015-04-21core_dns Allow usage of id 65535Attila Molnar
2015-04-21core_dns Allow usage of id 0Attila Molnar
2015-04-21core_dns Move packet source address checking before packet processingAdam
2015-04-20Merge insp20Attila Molnar
2015-04-16Release v2.0.19Attila Molnar
2015-04-16m_sasl Update description, SASL is no longer exclusive to AthemeAttila Molnar
2015-04-16m_dccallow Validate tokens before useAttila Molnar
2015-04-16cmd_userhost Fix +H hidden opers being shown as opersAttila Molnar
2015-04-16Revert c8b344ea748d62d9f37cacd4dd785f15b186725c to fix regressionAttila Molnar
2015-04-16Merge branch 'insp20+timedbans' into insp20Attila Molnar
2015-04-16m_sasl Add missing validation for server-to-server SASL messageAttila Molnar