Synchronet v3.21e-Win32 (install) has been released (Mar-2026).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
config:filter_files [2023/12/17 23:26] – [Filter Files] Line lengths up to 1000 chars are now supported (previously, 255) digital manconfig:filter_files [2025/07/04 14:29] (current) – [Trash Can Files] Document the filter files 'q' (quiet) metadata key digital man
Line 7: Line 7:
 A tab (ASCII 9) character or a new-line (CR or CRLF) sequence will terminate (signify the end of) each comparison pattern. All characters between the first tab character and the new-line sequence may be considered metadata for the comparison pattern. A tab (ASCII 9) character or a new-line (CR or CRLF) sequence will terminate (signify the end of) each comparison pattern. All characters between the first tab character and the new-line sequence may be considered metadata for the comparison pattern.
  
 +To support the correct auto-addition of filters, it's important that **all comparison patterns end in a new-line sequence** (i.e. a non-empty file must end with an LF character).
 ===== Comparison Patterns ===== ===== Comparison Patterns =====
   * Leading white-space characters are ignored   * Leading white-space characters are ignored
Line 77: Line 78:
 |''u'' | User name/identification at time of filtering (informational only) | |''u'' | User name/identification at time of filtering (informational only) |
 |''h'' | Host name of client (informational only) | |''h'' | Host name of client (informational only) |
 +|''q'' | Quiet filtering (no additional log messages about blocked client) when set to ''true'' or ''1'' (new in v3.21) |
  
 ===== Other Filter Files ===== ===== Other Filter Files =====