| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -4/+4 | |
| * | Refactor the DNSBL config storage class. | 2021-05-13 | 1 | -113/+143 | |
| * | Refactor the hex encoding function. | 2021-05-10 | 1 | -1/+1 | |
| * | Rename the cgiirc module to gateway. | 2021-04-11 | 1 | -3/+0 | |
| * | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -3/+3 | |
| * | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+0 | |
| * | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2021-03-31 | 1 | -1/+4 | |
| |\ | |||||
| | * | Add support for per-DNSBL timeouts.•••This should fix the issue of some DNSBLs being slower than others. | 2021-03-31 | 1 | -1/+4 | |
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -4/+4 | |
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -4/+4 | |
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 1 | -5/+18 | |
| |\| | |||||
| | * | Fix not always incrementing the DNSBL stats. | 2021-03-06 | 1 | -5/+18 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| * | | Make MyClass private and move everything to GetClass. | 2021-01-31 | 1 | -10/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-01-18 | 1 | -29/+54 | |
| |\| | |||||
| | * | Add a separate stats class for DNSBL errors. | 2021-01-18 | 1 | -10/+21 | |
| | * | Improve the robustness of the DNSBL module.•••- Handle DNSBLs that return invalid lookup results. - Fix DNSBLs that return non-local addresses blocking connections. - Fix silently failing when a DNSBL returns no IPv4 results. - General code cleanup. | 2021-01-18 | 1 | -21/+35 | |
| * | | Merge tag 'v3.8.1' into master. | 2020-11-20 | 1 | -1/+10 | |
| |\| | |||||
| | * | Avoid doing "IP changed" event stuff on quitting users. | 2020-11-20 | 1 | -1/+4 | |
| | * | Prioritise connectban and dnsbl after core_xline. | 2020-11-10 | 1 | -0/+6 | |
| * | | Merge branch 'insp3' into master. | 2020-11-03 | 1 | -3/+11 | |
| |\| | |||||
| | * | Make connect class debug logging more complete and consistent. | 2020-11-03 | 1 | -3/+11 | |
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -4/+4 | |
| * | | Convert ConnectClass from reference<> to std::shared_ptr<>. | 2020-11-03 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-11-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-10-30 | 1 | -1/+1 | |
| * | | Add stdalgo::iterator_range and switch config tag reading to use it.•••This allows us to use range-based for loops which were not possible with the previous config tag system. | 2020-10-31 | 1 | -3/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-10-27 | 1 | -14/+6 | |
| |\| | |||||
| | * | Use the normal method for applying a default config in dnsbl. | 2020-09-29 | 1 | -8/+1 | |
| | * | Fix the dnsbl module config not being checked case insensitively. | 2020-09-29 | 1 | -6/+5 | |
| * | | Merge branch 'insp3' into master. | 2020-07-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix DNSBL connect class matching.•••A user that is not marked by a DNSBL should never match a class that requires a DNSBL marking. Thanks to @kylef for reporting this on IRC. | 2020-07-03 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| * | | Switch the dnsbl module from reference<> to std::shared_ptr<>. | 2020-04-13 | 1 | -10/+10 | |
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -8/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -3/+3 | |
| |\| | |||||
| | * | Only send a local X-line SNOTICE.•••Spanningtree sends a local SNOTICE to 'X' when adding a line. No need to send a global SNOTICE from here. | 2020-03-25 | 1 | -3/+3 | |
| * | | Move FindUUID to the UserManager class. | 2020-02-09 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -4/+9 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -4/+9 | |
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -6/+12 | |
| |\| | |||||
| | * | Ignore DNSBL responses if the user's IP address has changed. | 2019-10-24 | 1 | -4/+10 | |
| | * | Convert a bunch of LocalUser* casts to IS_LOCAL.•••This is a lot safer and handles users changing servers properly. | 2019-10-13 | 1 | -2/+2 | |
| * | | Replace LocalIntExt with IntExtItem. | 2019-08-13 | 1 | -3/+3 | |
| * | | Rewrite and merge LocalStringExt, StringExtItem. | 2019-08-13 | 1 | -3/+3 | |
