aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_dnsbl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Avoid doing "IP changed" event stuff on quitting users.Gravatar Sadie Powell2020-11-201-1/+4
| * Prioritise connectban and dnsbl after core_xline.Gravatar Sadie Powell2020-11-101-0/+6
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-11-031-3/+11
|\|
| * Make connect class debug logging more complete and consistent.Gravatar Sadie Powell2020-11-031-3/+11
* | Move FilePosition to fileutils.h and use in ConfigTag.Gravatar Sadie Powell2020-11-031-4/+4
* | Convert ConnectClass from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-11-031-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-11-011-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-10-301-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. Gravatar Sadie Powell2020-10-311-3/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-10-271-14/+6
|\|
| * Use the normal method for applying a default config in dnsbl.Gravatar Sadie Powell2020-09-291-8/+1
| * Fix the dnsbl module config not being checked case insensitively.Gravatar Sadie Powell2020-09-291-6/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-07-151-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. Gravatar Matt Schatz2020-07-031-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
* | Switch the dnsbl module from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-04-131-10/+10
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\|
| * Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-8/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-091-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. Gravatar Matt Schatz2020-03-251-3/+3
* | Move FindUUID to the UserManager class.Gravatar Sadie Powell2020-02-091-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-4/+9
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-4/+9
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-11-131-6/+12
|\|
| * Ignore DNSBL responses if the user's IP address has changed.Gravatar Peter Powell2019-10-241-4/+10
| * Convert a bunch of LocalUser* casts to IS_LOCAL.•••This is a lot safer and handles users changing servers properly. Gravatar Peter Powell2019-10-131-2/+2
* | Replace LocalIntExt with IntExtItem.Gravatar Sadie Powell2019-08-131-3/+3
* | Rewrite and merge LocalStringExt, StringExtItem.Gravatar Sadie Powell2019-08-131-3/+3
* | Move the Module parameter of ExtensionItem et al to the start.•••This matches what other ServiceProvider types do. Gravatar Sadie Powell2019-08-131-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-08-091-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. Gravatar Matt Schatz2019-08-081-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-03-301-9/+9
|\|
| * Start using DurationString() in X-line additions and•••a few other modules where it fits better than just showing seconds. Gravatar Matt Schatz2019-02-181-9/+9
* | UserManager: remove fakederef.Gravatar Sadie Powell2019-02-071-1/+1
* | SnomaskManager: remove fakederef.Gravatar Sadie Powell2019-02-071-8/+8
* | LogManager: remove fakederef.Gravatar Sadie Powell2019-02-071-3/+3
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-9/+9
|/
* Allow wildcards in <connect:dnsbl>•••This makes it consistent with other <connect> class parameters like `webirc` Gravatar linuxdaemon2019-01-111-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> Gravatar Matt Schatz2019-01-091-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 Gravatar linuxdaemon2018-12-191-11/+11
* Fix sending DNSBL error snotices when a user isn't DNSBLed.Gravatar Peter Powell2018-11-161-0/+3
* m_dnsbl: Add the IP address to the positive detection server notice.Gravatar Robby2018-09-251-2/+2
* m_dnsbl: Use the blacklist name rather than the domain.Gravatar Robby2018-09-251-2/+2
* Send a message to snomask 'd' when a DNSBL lookup fails.•••Closes #1433. Gravatar Peter Powell2018-09-251-1/+5
* Fix a bunch more conflicting/unnamed numerics.Gravatar Peter Powell2018-08-141-2/+2
* Switch m_dnsbl to use its own snomask character.Gravatar Peter Powell2018-08-071-7/+12
* Make more config stuff case insensitive.Gravatar Peter Powell2018-07-241-1/+1
* Initial support for listening on UNIX socket endpoints.Gravatar Peter Powell2018-07-181-0/+4