| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2025-08-02 | 1 | -1/+1 | |
| | | |||||
| * | Get the default DNS timeout from the manager instead of the config. | 2025-05-14 | 1 | -1/+2 | |
| | | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+2 | |
| | | |||||
| * | Add a helper class for creating a reference to a DNS manager. | 2023-01-05 | 1 | -0/+11 | |
| | | |||||
| * | Yet more stylistic fixes. | 2022-12-01 | 1 | -1/+4 | |
| | | |||||
| * | Fix some types which were missed when making stuff final. | 2022-10-30 | 1 | -2/+2 | |
| | | |||||
| * | Switch from NULL to nullptr. | 2022-07-22 | 1 | -1/+1 | |
| | | |||||
| * | Require specifying the repeat argument of the Timer class. | 2022-05-17 | 1 | -1/+1 | |
| | | |||||
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -4/+4 | |
| | | |||||
| * | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -2/+6 | |
| | | |||||
| * | Remove unused time_t field from the timer system. | 2021-11-05 | 1 | -1/+1 | |
| | | | | | | This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules. | ||||
| * | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+1 | |
| | | |||||
| * | Implement support for looking up SRV records in core_dns. | 2021-05-11 | 1 | -1/+15 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -2/+2 | |
| |\ | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -2/+2 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -2/+1 | |
| | | | |||||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-31 | 1 | -4/+4 | |
| |\| | |||||
| | * | Add support for per-DNSBL timeouts. | 2021-03-31 | 1 | -2/+2 | |
| | | | | | | | | | This should fix the issue of some DNSBLs being slower than others. | ||||
| | * | Fix various documentation comments. | 2021-03-31 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-01-29 | 1 | -0/+1 | |
| |\| | |||||
| | * | Add <dns:enabled>; allows disabling DNS lookups entirely. | 2021-01-19 | 1 | -0/+1 | |
| | | | | | | | | | Ref: #1839. | ||||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -9/+21 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -0/+1 | |
| |\| | |||||
| | * | Add GetTypeStr to the DNS API. | 2019-10-13 | 1 | -0/+1 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -1/+1 | |
| |/ | |||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -1/+1 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Move <dns:timeout> out of the core. | 2017-09-03 | 1 | -1/+1 | |
| | | |||||
| * | core_dns: add support for txt records | 2017-04-23 | 1 | -0/+2 | |
| | | | | | This might be used later by m_dnsbl to get reasons for listings | ||||
| * | core_dns Make question a member of request, move common FindAnswerOfType to ↵ | 2016-08-25 | 1 | -3/+16 | |
| | | | | | be a member of query | ||||
| * | Fail invalid dns responses instead of drop | 2015-07-06 | 1 | -0/+1 | |
| | | |||||
| * | core_dns Add DNS timeout timer in Process() not in DNS::Request constructor | 2015-05-13 | 1 | -1/+0 | |
| | | |||||
| * | core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from header | 2015-05-13 | 1 | -6/+0 | |
| | | |||||
| * | core_dns Drop incoming packets containing a different question from what we ↵ | 2015-04-27 | 1 | -0/+1 | |
| | | | | | asked | ||||
| * | core_dns Remove incomplete support for multiple questions per query | 2015-04-21 | 1 | -2/+2 | |
| | | |||||
| * | core_dns Don't store query class code in Question | 2015-04-21 | 1 | -5/+4 | |
| | | |||||
| * | core_dns Add typedef for request id, change it to uint16_t | 2015-04-21 | 1 | -1/+3 | |
| | | |||||
| * | Remove current time parameter of the Timer constructor | 2014-07-10 | 1 | -1/+1 | |
| | | |||||
| * | Change allocation of InspIRCd::Timers to be physically part of the object ↵ | 2014-03-15 | 1 | -1/+1 | |
| | | | | | containing it | ||||
| * | Allow Timers to delete themselves in Tick() | 2014-01-30 | 1 | -0/+1 | |
| | | |||||
| * | Remove whitespace and minor style changes | 2014-01-23 | 1 | -1/+0 | |
| | | |||||
| * | Modularize DNS | 2013-04-26 | 1 | -0/+193 | |
| The DNS modules are temporarily in commands/ so they're loaded automatically Thanks to Attila for helping with much of this. | |||||
