[InterNetNews/inn] 031961: actsyncd: Use a better date and time log format

Julien ÉLIE noreply at github.com
Thu Dec 26 11:12:44 UTC 2024


  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: 03196120d4304bfefdd37bda48721ba51be58a02
      https://github.com/InterNetNews/inn/commit/03196120d4304bfefdd37bda48721ba51be58a02
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-12-26 (Thu, 26 Dec 2024)

  Changed paths:
    M backends/actsyncd.in

  Log Message:
  -----------
  actsyncd: Use a better date and time log format

see #111


  Commit: 291b0f42bdc9b4ea406e692fca69901aa1aeb2bb
      https://github.com/InterNetNews/inn/commit/291b0f42bdc9b4ea406e692fca69901aa1aeb2bb
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-12-26 (Thu, 26 Dec 2024)

  Changed paths:
    M backends/sendinpaths.in
    M doc/pod/sendinpaths.pod
    M frontends/mailpost.in
    M perl/INN/Config.pm.in
    M perl/INN/Utils/Shlock.pm.in

  Log Message:
  -----------
  Fix copyright attributions

Add copyright years and original authors to INN::Config,
INN::Utils::Shlock, mailpost and sendinpaths.


  Commit: 405a89410de647626790582d1f4381c07a4bd9d5
      https://github.com/InterNetNews/inn/commit/405a89410de647626790582d1f4381c07a4bd9d5
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-12-26 (Thu, 26 Dec 2024)

  Changed paths:
    M doc/pod/readers.conf.pod

  Log Message:
  -----------
  Document the directory for Python nnrpd hooks

pathfilter was not mentioned in the manual page.


  Commit: 411fcc9f7a19246b03f0fb430bb3edb790ea7666
      https://github.com/InterNetNews/inn/commit/411fcc9f7a19246b03f0fb430bb3edb790ea7666
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-12-26 (Thu, 26 Dec 2024)

  Changed paths:
    M doc/pod/readers.conf.pod

  Log Message:
  -----------
  Add an example for Perl and Python nnrpd hooks

Mention a use case, and provide an example.


  Commit: aa1708b9a7d5e44f44f2243f4c21af1729f68418
      https://github.com/InterNetNews/inn/commit/aa1708b9a7d5e44f44f2243f4c21af1729f68418
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-12-26 (Thu, 26 Dec 2024)

  Changed paths:
    M doc/pod/innfeed.pod
    M innfeed/host.c

  Log Message:
  -----------
  Document the name of innfeed.snapshot


  Commit: b056f11864ccaedc29b0177a2a2ee18ac749f641
      https://github.com/InterNetNews/inn/commit/b056f11864ccaedc29b0177a2a2ee18ac749f641
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-12-26 (Thu, 26 Dec 2024)

  Changed paths:
    M storage/timehash/timehash.c

  Log Message:
  -----------
  Fix a cast warning

Triggered by gcc on OpenBSD.


  Commit: 213d6109ce40a163a05ad4cd7d8a60bb0c803ee7
      https://github.com/InterNetNews/inn/commit/213d6109ce40a163a05ad4cd7d8a60bb0c803ee7
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-12-26 (Thu, 26 Dec 2024)

  Changed paths:
    M innfeed/host.c

  Log Message:
  -----------
  innfeed: Revert an old commit from 1999

The additions of commit bb5cef9cfa1439d67725cbac69bfd4f72e82a533
on May 1999 had already been carried by commit
65469058482d8ffbf33b07041ef78da218d4f350 on November 1998.

Remove it as the logging was done twice.


  Commit: 6db4a0b76d3c9cd42894a9c1e6d8343768f0614c
      https://github.com/InterNetNews/inn/commit/6db4a0b76d3c9cd42894a9c1e6d8343768f0614c
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-12-26 (Thu, 26 Dec 2024)

  Changed paths:
    M innfeed/host.c
    M innfeed/main.c

  Log Message:
  -----------
  Remove useless new lines


  Commit: 37cc99668df1a4d38df21507952e7ffc7cad1a61
      https://github.com/InterNetNews/inn/commit/37cc99668df1a4d38df21507952e7ffc7cad1a61
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-12-26 (Thu, 26 Dec 2024)

  Changed paths:
    M innfeed/host.c

  Log Message:
  -----------
  innfeed: Fix typos and update comments


  Commit: f07eed3bf0dd618c6b99cb66cd9c3271dab3a450
      https://github.com/InterNetNews/inn/commit/f07eed3bf0dd618c6b99cb66cd9c3271dab3a450
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-12-26 (Thu, 26 Dec 2024)

  Changed paths:
    M innfeed/host.c

  Log Message:
  -----------
  innfeed: Fix alignment in innfeed.status

drop-deferred was not properly aligned when backlog limit low has more
than 7 digits.

    no-check filter: 50.0   dynamic backlog filter: 0.7
  backlog limit low: 20000000         drop-deferred: false
 backlog limit high: 0               min-queue-cxn: false

Fix that, and also make some other alignments more robust in case a
similar case happens.


  Commit: 849e134952a11ba280572d0a070f2bd47da8ded2
      https://github.com/InterNetNews/inn/commit/849e134952a11ba280572d0a070f2bd47da8ded2
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-12-26 (Thu, 26 Dec 2024)

  Changed paths:
    M contrib/makeexpctl.in
    M contrib/makestorconf.in
    M contrib/nnrp.access2readers.conf.in
    M frontends/mailpost.in
    M storage/ovsqlite/sqlite-helper-gen.in

  Log Message:
  -----------
  Homogenize the style of heredoc syntax

Spotted by the new perltidy 20240903.08 version.


  Commit: 7a08407ab421db6fea3684ba74d3ac49d3a9913b
      https://github.com/InterNetNews/inn/commit/7a08407ab421db6fea3684ba74d3ac49d3a9913b
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-12-26 (Thu, 26 Dec 2024)

  Changed paths:
    M scripts/innreport_inn.pm

  Log Message:
  -----------
  innreport_inn.pm: Simplify innxmit log checks


  Commit: f424d8085b47b41575ed589faac42904eac85a28
      https://github.com/InterNetNews/inn/commit/f424d8085b47b41575ed589faac42904eac85a28
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-12-26 (Thu, 26 Dec 2024)

  Changed paths:
    M scripts/innreport.in

  Log Message:
  -----------
  innreport: Fix comments and readability


  Commit: ca432df024a0c27ba77837e6a5cf6ad9972ecc1a
      https://github.com/InterNetNews/inn/commit/ca432df024a0c27ba77837e6a5cf6ad9972ecc1a
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-12-26 (Thu, 26 Dec 2024)

  Changed paths:
    M CONTRIBUTORS
    M doc/pod/news.pod
    M samples/filter_innd.py

  Log Message:
  -----------
  filter_innd.py: Fix syntax for Python 3.12

Python 3.12 generates a syntax warning when a backslash-character
pair that is not a valid escape sequence is used in a regular string.
Such strings must now be raw strings.

Thanks to Roberto Corrado for the patch!

close #314


  Commit: 325087301c2d2a4203fab3ebfc5821a9a82dbd87
      https://github.com/InterNetNews/inn/commit/325087301c2d2a4203fab3ebfc5821a9a82dbd87
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2024-12-26 (Thu, 26 Dec 2024)

  Changed paths:
    M backends/actmerge.in
    M backends/actsync.c
    M backends/delayer.in
    M backends/inndf.c
    M backends/innxmit.c
    M backends/mod-active.in
    M backends/news2mail.in
    M backends/ninpaths.c
    M backends/send-uucp.in
    M contrib/archivegz.in
    M contrib/auth_pass.c
    M contrib/expirectl.c
    M contrib/newsresp.c
    M contrib/ovsqlite-dump.in
    M contrib/ovsqlite-undump.in
    M contrib/pullart.c
    M contrib/respool.c
    M contrib/stathist.in
    M contrib/thdexpire.in
    M contrib/tunefeed.in
    M control/controlchan.in
    M frontends/cnfsheadconf.in
    M frontends/cnfsstat.in
    M frontends/decode.c
    M frontends/encode.c
    M frontends/pullnews.in
    M history/his.c
    M history/hisv6/hisv6.c
    M include/inn/tst.h
    M include/ppport.h
    M innd/tinyleaf.c
    M innfeed/procbatch.in
    M innfeed/testListener.pl
    M lib/dbz.c
    M lib/md5.c
    M lib/newsuser.c
    M lib/tst.c
    M lib/uwildmat.c
    M nnrpd/python.c
    M nnrpd/tls.c
    M nnrpd/tls.h
    M perl/INN/ovsqlite_client.pm
    M scripts/innmail.in
    M scripts/innreport.in
    M scripts/innreport_inn.pm
    M scripts/innshellvars.pl.in
    M scripts/innshellvars.tcl.in
    M storage/ovdb/ovdb.c
    M storage/ovsqlite/ovsqlite-server.c
    M storage/ovsqlite/ovsqlite-util.in
    M storage/ovsqlite/ovsqlite.c
    M storage/ovsqlite/sqlite-helper-gen.in
    M storage/timecaf/caf.c
    M storage/timecaf/caf.h

  Log Message:
  -----------
  Add copyright years to files mentioning years


Compare: https://github.com/InterNetNews/inn/compare/80b3b60f8b70...325087301c2d

To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications


More information about the inn-committers mailing list