Age | Commit message (Expand) | Author |
2015-05-13 | Merge pull request #1041 from SaberUK/master+ipv6-nameserver | Attila Molnar |
2015-05-13 | core_dns Set the TTL of the cache entry to the lowest TTL in a set of Resourc... | Attila Molnar |
2015-05-13 | core_dns Only clear the slot of the request if the object in the slot matches... | Attila Molnar |
2015-05-13 | core_dns Add DNS timeout timer in Process() not in DNS::Request constructor | Attila Molnar |
2015-05-13 | core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from header | Attila Molnar |
2015-05-13 | m_spanningtree Use uint64_t for the burst start time to avoid overflows | Attila Molnar |
2015-05-13 | m_spanningtree Clean up comments | Attila Molnar |
2015-05-12 | Remove support for non-unloadable (VF_STATIC) modules | Attila Molnar |
2015-05-12 | cmd_modules Don't show the memory addresses of Module objects to opers | Attila Molnar |
2015-05-10 | Merge insp20 | Attila Molnar |
2015-05-10 | Release v2.0.20 | Attila Molnar |
2015-05-10 | Merge pull request #1039 from SaberUK/insp20+fix-restrictmsg-uline | Attila Molnar |
2015-05-10 | Fix not being able to message ulines when m_restrictmsg is loaded. | Peter Powell |
2015-05-10 | Fix IPv6 nameservers not being detected by the resolv.conf parser. | Peter Powell |
2015-05-10 | m_ssl_gnutls Hold users in pre-registration state until the handshake is comp... | Attila Molnar |
2015-05-04 | Merge branch 'master+whoiscontext' | Attila Molnar |
2015-05-04 | core_whois Fix numeric 319 not obeying MaxLine | Attila Molnar |
2015-05-01 | core_hostname_lookup Don't adjust DnsBad stats | Attila Molnar |
2015-05-01 | m_httpd Fix iteration in OnUnloadModule() | Attila Molnar |
2015-04-28 | core_whois Simplify CommandWhois::SplitChanList() | Attila Molnar |
2015-04-28 | Move OnWhois* events to core_whois, add Whois::Context | Attila Molnar |
2015-04-28 | Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine() | Attila Molnar |
2015-04-28 | m_servprotect Remove pointless compare of src and dst from OnWhoisLine handler | Attila Molnar |
2015-04-27 | Merge branch 'master+dns' | Attila Molnar |
2015-04-27 | core_dns Drop incoming packets containing a different question from what we a... | Attila Molnar |
2015-04-27 | core_dns Update DNS::Request::name to be the same as in the packet | Attila Molnar |
2015-04-21 | core_dns Remove incomplete support for multiple questions per query | Attila Molnar |
2015-04-21 | core_dns Reject incoming packets with qdcount != 1 | Attila Molnar |
2015-04-21 | core_dns Don't store query class code in Question | Attila Molnar |
2015-04-21 | core_dns Remove ability to pack answers | Attila Molnar |
2015-04-21 | core_dns Add typedef for request id, change it to uint16_t | Attila Molnar |
2015-04-21 | core_dns Allow usage of id 65535 | Attila Molnar |
2015-04-21 | core_dns Allow usage of id 0 | Attila Molnar |
2015-04-21 | core_dns Move packet source address checking before packet processing | Adam |
2015-04-20 | Merge insp20 | Attila Molnar |
2015-04-16 | Release v2.0.19 | Attila Molnar |
2015-04-16 | m_sasl Update description, SASL is no longer exclusive to Atheme | Attila Molnar |
2015-04-16 | m_dccallow Validate tokens before use | Attila Molnar |
2015-04-16 | cmd_userhost Fix +H hidden opers being shown as opers | Attila Molnar |
2015-04-16 | Revert c8b344ea748d62d9f37cacd4dd785f15b186725c to fix regression | Attila Molnar |
2015-04-16 | Merge branch 'insp20+timedbans' into insp20 | Attila Molnar |
2015-04-16 | m_sasl Add missing validation for server-to-server SASL message | Attila Molnar |
2015-04-16 | Reject replies to DNS PTR requests that contain invalid characters | Attila Molnar |
2015-04-15 | Remove exception handling from StreamSocket methods calling IOHooks | Attila Molnar |
2015-04-15 | Merge branch 'master+ehdispatch' | Attila Molnar |
2015-04-13 | m_timedbans Notice user when trying to set a ban that's already set | Attila Molnar |
2015-04-13 | m_timedbans Extract IsBanSet() to a function | Attila Molnar |
2015-04-13 | m_timedbans On channel destruction remove all timed bans belonging to the cha... | Attila Molnar |
2015-04-13 | m_timedbans Store Channel pointer in struct TimedBan | Attila Molnar |
2015-04-12 | Dispatch EventHandler events to dedicated virtual functions | Attila Molnar |