[InterNetNews/inn] 7ac8be: Add more references to scanspool in documentation

Julien ÉLIE noreply at github.com
Sat Jan 20 22:25:40 UTC 2024


  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: 7ac8beb98f9a109722a4fa54a34c05f1cc054170
      https://github.com/InterNetNews/inn/commit/7ac8beb98f9a109722a4fa54a34c05f1cc054170
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M doc/FAQ
    M doc/pod/install.pod
    M doc/pod/storage.conf.pod

  Log Message:
  -----------
  Add more references to scanspool in documentation

see #288


  Commit: ecb657976129eea89d32640335c0a43368b23882
      https://github.com/InterNetNews/inn/commit/ecb657976129eea89d32640335c0a43368b23882
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M doc/FAQ
    M doc/pod/inn.conf.pod
    M doc/pod/install.pod
    M doc/pod/ovdb.pod
    M doc/pod/ovsqlite.pod

  Log Message:
  -----------
  Add more references to overview utilities in doc

see #288


  Commit: 468e7aec0c53ca07e0dc32109797f5cfbc8c7cbf
      https://github.com/InterNetNews/inn/commit/468e7aec0c53ca07e0dc32109797f5cfbc8c7cbf
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M doc/pod/hacking.pod

  Log Message:
  -----------
  Document to avoid bumping SONAME in minor releases

A request from the Fedora maintainer of the inn package (Dominik
Mierzejewski).


  Commit: ef3032a0781d05924be85d10ccba91b8e8fe83ca
      https://github.com/InterNetNews/inn/commit/ef3032a0781d05924be85d10ccba91b8e8fe83ca
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M doc/pod/makehistory.pod

  Log Message:
  -----------
  Document that makehistory skips malformed articles

see #288


  Commit: 38d38f55ded59c0d1afbc7988d9e86caa68a27d0
      https://github.com/InterNetNews/inn/commit/38d38f55ded59c0d1afbc7988d9e86caa68a27d0
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M doc/pod/ovsqlite-util.pod

  Log Message:
  -----------
  Document that ovsqlite-util waits for locks

see #282


  Commit: e28fe58d93ad8d8d893d552006dd6f07e80bf70b
      https://github.com/InterNetNews/inn/commit/e28fe58d93ad8d8d893d552006dd6f07e80bf70b
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M doc/pod/scanspool.pod
    M frontends/scanspool.in

  Log Message:
  -----------
  scanspool: Explain what it a low article number

see #288


  Commit: 992cdf2ed3f6dcac1513027e70ff45d132aa38a4
      https://github.com/InterNetNews/inn/commit/992cdf2ed3f6dcac1513027e70ff45d132aa38a4
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M frontends/scanspool.in

  Log Message:
  -----------
  scanspool: Proof-read comments


  Commit: 07a46b10c14c3a90c60101c48e2f958bab719191
      https://github.com/InterNetNews/inn/commit/07a46b10c14c3a90c60101c48e2f958bab719191
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M storage/ovsqlite/ovsqlite-server.c
    M storage/ovsqlite/ovsqlite.c

  Log Message:
  -----------
  ovsqlite: Add a constant for max overview size

Mention that SEARCHSPACE and MAX_OVDATA_SIZE are related.


  Commit: 42d3084cb9f671f1e54eb7eb0c95f5706844163d
      https://github.com/InterNetNews/inn/commit/42d3084cb9f671f1e54eb7eb0c95f5706844163d
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M doc/pod/scanspool.pod
    M frontends/scanspool.in

  Log Message:
  -----------
  scanspool: No special rule for junk groups

Though the documentation mentions a special rule for newsgroups with
"j" or "x" status, nothing is implemented.  Let's just remove the
documentation of that rule.


  Commit: 6cc4053113208919e4cdfe9e4951d564d4c6f66a
      https://github.com/InterNetNews/inn/commit/6cc4053113208919e4cdfe9e4951d564d4c6f66a
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M doc/pod/news.pod
    M storage/ovsqlite/ovsqlite-private.h
    M storage/ovsqlite/ovsqlite-server.c
    M storage/ovsqlite/ovsqlite.c

  Log Message:
  -----------
  ovsqlite: Check the length of added overview data

At read-time (search), ovsqlite-server implements a limit of 100,000
bytes to detect corrupt overview data.  This patch adds the same limit
when adding overview data, so that we do not add overview data into the
database that could not be read afterwards.

Thanks to Jesse Rehmer for the bug report (a newsgroup couldn't be
expired because of a spam with 111,497 bytes of overview data that
had been added into the database but was considered as corrupt when
expiring the newsgroup).

close #293


  Commit: 73bf00176314c30911f705971d0a19bf4a0c716c
      https://github.com/InterNetNews/inn/commit/73bf00176314c30911f705971d0a19bf4a0c716c
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M doc/FAQ

  Log Message:
  -----------
  FAQ: Mention pullnews as an alternative to suck


  Commit: ce8203ef3334765acf4a58a22e3f70bf7c4f19c6
      https://github.com/InterNetNews/inn/commit/ce8203ef3334765acf4a58a22e3f70bf7c4f19c6
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M doc/pod/pullnews.pod

  Log Message:
  -----------
  pullnews: Explain how not to propagate articles

see #288


  Commit: 32e3457dba64ddf0cbd58fb142a8c30ff465f828
      https://github.com/InterNetNews/inn/commit/32e3457dba64ddf0cbd58fb142a8c30ff465f828
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M doc/pod/news.pod
    M frontends/scanspool.in

  Log Message:
  -----------
  scanspool: Detect empty files

see #288


  Commit: 42e15eca231b1ae9720ec5bd8abc0ddd1caadcfe
      https://github.com/InterNetNews/inn/commit/42e15eca231b1ae9720ec5bd8abc0ddd1caadcfe
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M doc/pod/news.pod
    M doc/pod/scanspool.pod
    M frontends/scanspool.in

  Log Message:
  -----------
  scanspool: Correctly parse folded header fields

Only the first line of a Newsgroups header field was previously parsed.

see #289 and #193


  Commit: 88eb9b287482b2a4a75d2e227dc4f8ff5d1be0f9
      https://github.com/InterNetNews/inn/commit/88eb9b287482b2a4a75d2e227dc4f8ff5d1be0f9
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M doc/pod/scanspool.pod
    M frontends/scanspool.in

  Log Message:
  -----------
  scanspool: Typos, and proof-read


  Commit: 845caa2ca27c87ee9efa8c2e4efa00213f11786f
      https://github.com/InterNetNews/inn/commit/845caa2ca27c87ee9efa8c2e4efa00213f11786f
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M doc/pod/news.pod
    M doc/pod/scanspool.pod
    M frontends/scanspool.in

  Log Message:
  -----------
  scanspool: Add -r flag to remove articles in error

see #288


  Commit: 7e13229798de14994c21d05129534c223172b238
      https://github.com/InterNetNews/inn/commit/7e13229798de14994c21d05129534c223172b238
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M doc/pod/news.pod
    M doc/pod/scanspool.pod
    M frontends/scanspool.in

  Log Message:
  -----------
  scanspool: Detect directories with all-digit name

Recognize timehash and timecaf directories, but still do not parse articles.

see #192


Compare: https://github.com/InterNetNews/inn/compare/3c472a99efec...7e13229798de


More information about the inn-committers mailing list