[InterNetNews/inn] ccc7ef: INN::ovsqlite_client version 1.001
Julien ÉLIE
noreply at github.com
Sat Jan 20 22:29:06 UTC 2024
Branch: refs/heads/2.7
Home: https://github.com/InterNetNews/inn
Commit: ccc7ef35fa6ea948a45fc1bc0db79f2b5bbf7957
https://github.com/InterNetNews/inn/commit/ccc7ef35fa6ea948a45fc1bc0db79f2b5bbf7957
Author: Bo Lindbergh <blgl at stacken.kth.se>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M contrib/ovsqlite-dump.in
M perl/INN/ovsqlite_client.pm
Log Message:
-----------
INN::ovsqlite_client version 1.001
* Added convenience methods for requests that need repeating.
* Updated sample program ovsqlite-dump to use the new methods.
Commit: 8863c786cba6ca38f2b4f7766ddfc187484d7585
https://github.com/InterNetNews/inn/commit/8863c786cba6ca38f2b4f7766ddfc187484d7585
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M doc/man/Makefile
Log Message:
-----------
Install INN::ovsqlite_client manual page
The manual page was generated, but not installed.
Now fixed.
Commit: fb513e7e35c4aa4c4f10dff79b29ee871f78c68c
https://github.com/InterNetNews/inn/commit/fb513e7e35c4aa4c4f10dff79b29ee871f78c68c
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M scripts/innreport_inn.pm
Log Message:
-----------
innreport: Recognize scanspool logs
Commit: 09a3d0a7b41c478093fc4079d03e729f117b1ed6
https://github.com/InterNetNews/inn/commit/09a3d0a7b41c478093fc4079d03e729f117b1ed6
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M .perltidyrc
M backends/news2mail.in
M contrib/archivegz.in
M contrib/ovsqlite-dump.in
M contrib/ovsqlite-undump.in
M contrib/thdexpire.in
M contrib/tunefeed.in
M control/controlchan.in
M control/modules/checkgroups.pl
M control/modules/ihave.pl
M control/modules/newgroup.pl
M control/modules/rmgroup.pl
M control/modules/sendme.pl
M control/perl-nocem.in
M frontends/cnfsheadconf.in
M frontends/cnfsstat.in
M frontends/pullnews.in
M frontends/scanspool.in
M perl/INN/Config.pm.in
M perl/INN/ovsqlite_client.pm
M scripts/inncheck.in
M scripts/innreport.in
M scripts/innreport_inn.pm
M scripts/innupgrade.in
M storage/buildconfig.in
M storage/ovsqlite/ovsqlite-util.in
M support/mkmanifest
M tests/clients/server-list.in
Log Message:
-----------
Add -drc -wtc=m -atc -dtc -dwic -viu to perltidy
Update perltidy configuration to take advantage of options
added in version 20230701: add trailing commas to multiline
lists, and align trailing unless with trailing if.
Commit: 4fafa92b787963e034e2384c263eed99f969792b
https://github.com/InterNetNews/inn/commit/4fafa92b787963e034e2384c263eed99f969792b
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M .git-blame-ignore-revs
Log Message:
-----------
Add previous commit to git blame ignore list
Commit: 1659c094b9f6a8550abd7e2a90430895ad257026
https://github.com/InterNetNews/inn/commit/1659c094b9f6a8550abd7e2a90430895ad257026
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M .gitignore
M MANIFEST
M backends/Makefile
A backends/delayer.in
M contrib/Makefile
M contrib/README
R contrib/delayer.in
M support/mkmanifest
Log Message:
-----------
Move delayer.in from contrib to backends
Install delayer as a main program, now that it has a decent
documentation and several improvements thanks to the work of Christoph
Biedl. (Patches to come in the following commits.)
Commit: 6672f47712c3ab92c1fb8993669603ab350464d1
https://github.com/InterNetNews/inn/commit/6672f47712c3ab92c1fb8993669603ab350464d1
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M backends/delayer.in
Log Message:
-----------
delayer: Code cleanup
* Enable strict and warnings, and declare variables.
* Use safe pipe open.
* Drop $eof, it's not used.
Thanks to Christoph Biedl for the patch.
Commit: f6c19b33b1d553eb0bd5f289bd70a4dff28b807c
https://github.com/InterNetNews/inn/commit/f6c19b33b1d553eb0bd5f289bd70a4dff28b807c
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M MANIFEST
M backends/Makefile
M backends/delayer.in
M doc/man/Makefile
Log Message:
-----------
delayer: Add POD documentation
Thanks to Christoph Biedl for the initial documentation!
Commit: 3f0a187a5fd28162953816685ff93b67d6d0b9ed
https://github.com/InterNetNews/inn/commit/3f0a187a5fd28162953816685ff93b67d6d0b9ed
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M doc/pod/innfeed.pod
M doc/pod/newsfeeds.pod
M samples/newsfeeds.in
Log Message:
-----------
delayer: Mention it in innfeed(8) and newsfeeds(5)
Also add a commented entry about the use of delayer in the newsfeeds
sample.
Commit: c7c8801532d43750e9b2eba430cd325c4934d2d8
https://github.com/InterNetNews/inn/commit/c7c8801532d43750e9b2eba430cd325c4934d2d8
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M backends/delayer.in
M samples/newsfeeds.in
Log Message:
-----------
delayer: Add options for buffering and persistence
Add --delay, --buffered, and --store.
Thanks to Christoph Biedl for the patch.
Commit: e248361f09698f9d6e4b795a535acd7029a95343
https://github.com/InterNetNews/inn/commit/e248361f09698f9d6e4b795a535acd7029a95343
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M backends/delayer.in
Log Message:
-----------
delayer: Handle drained queue properly
If the queue runs empty, there are several warnings about uninitialized
values. Rewrite the queue handling to avoid duplicate checks.
Thanks to Christoph Biedl for the patch.
Commit: 82cba3f9d1a223c23e92999bb9e05423618ebcc0
https://github.com/InterNetNews/inn/commit/82cba3f9d1a223c23e92999bb9e05423618ebcc0
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M control/controlchan.in
M doc/pod/ctlinnd.pod
M doc/pod/pullnews.pod
Log Message:
-----------
Typos
Write "news feed" instead of "newsfeed", and B<-F>.
Commit: 9faa20121ba0e391cf7ce8c52971a9c0236d7a87
https://github.com/InterNetNews/inn/commit/9faa20121ba0e391cf7ce8c52971a9c0236d7a87
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M samples/innfeed.conf
Log Message:
-----------
Better format the innfeed.conf sample
Commit: 955199babd18d14884675c754a91c765d8a24e8b
https://github.com/InterNetNews/inn/commit/955199babd18d14884675c754a91c765d8a24e8b
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
Log Message:
-----------
Add a NEWS entry for delayer
Compare: https://github.com/InterNetNews/inn/compare/7e13229798de...955199babd18
More information about the inn-committers
mailing list