| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | ||
| * | | Move the Module parameter of ExtensionItem et al to the start.•••This matches what other ServiceProvider types do. | 2019-08-13 | 1 | -2/+2 | ||
| * | | Merge branch 'insp3' into master. | 2019-08-09 | 1 | -0/+1 | ||
| |\| | ||||||
| | * | Fix DNSBL lookups for IPv6.•••A '.' gets added to the end of `reversedip` when creating the DNSBL hostname for the resolver. We need to remove the trailing '.' on the IPv6 form of `reversedip` or the resolver will fail. | 2019-08-08 | 1 | -0/+1 | ||
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -9/+9 | ||
| |\| | ||||||
| | * | Start using DurationString() in X-line additions and•••a few other modules where it fits better than just showing seconds. | 2019-02-18 | 1 | -9/+9 | ||
| * | | UserManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | ||
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -8/+8 | ||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -3/+3 | ||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -9/+9 | ||
| |/ | ||||||
| * | Allow wildcards in <connect:dnsbl>•••This makes it consistent with other <connect> class parameters like `webirc` | 2019-01-11 | 1 | -2/+6 | ||
| * | Improve X-line text consistency.•••- Change any "-Line", ":Line", or "*line" to "-line" throughout the X-line code, comments, and documentation. - Add periods to the end of some notices. - Correct a typo in the Q-line code comments. - Update the filter module documentation (shun addition). Co-authored-by: Robby <robby@chatbelgie.be> | 2019-01-09 | 1 | -3/+3 | ||
| * | Make more modules rehash atomically (#1535)•••Have each module validate the values it loads before setting them, so any errors don't result in partial application of the configs | 2018-12-19 | 1 | -11/+11 | ||
| * | Fix sending DNSBL error snotices when a user isn't DNSBLed. | 2018-11-16 | 1 | -0/+3 | ||
| * | m_dnsbl: Add the IP address to the positive detection server notice. | 2018-09-25 | 1 | -2/+2 | ||
| * | m_dnsbl: Use the blacklist name rather than the domain. | 2018-09-25 | 1 | -2/+2 | ||
| * | Send a message to snomask 'd' when a DNSBL lookup fails.•••Closes #1433. | 2018-09-25 | 1 | -1/+5 | ||
| * | Fix a bunch more conflicting/unnamed numerics. | 2018-08-14 | 1 | -2/+2 | ||
| * | Switch m_dnsbl to use its own snomask character. | 2018-08-07 | 1 | -7/+12 | ||
| * | Make more config stuff case insensitive. | 2018-07-24 | 1 | -1/+1 | ||
| * | Initial support for listening on UNIX socket endpoints. | 2018-07-18 | 1 | -0/+4 | ||
