Send inn-committers mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/inn-committers
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of inn-committers digest..."


Today's Topics:

   1. [InterNetNews/inn] ed77f5: Revert previous commit; wrong file
      committed (Julien ?LIE)
   2. [InterNetNews/inn] 8e9611: IsValidMessageID()
      self-initializes what it needs (Julien ?LIE)
   3. [InterNetNews/inn] 226ae6: Wrap long lines for man pages in
      POD documentation (Julien ?LIE)
   4. [InterNetNews/inn] 23ee33: Add latest formatting commits to
      git blame ignore (Julien ?LIE)
   5. [InterNetNews/inn] 035986: Add latest formatting commits to
      git blame ignore (Julien ?LIE)


----------------------------------------------------------------------

Message: 1
Date: Mon, 20 Feb 2023 09:48:53 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] ed77f5: Revert previous commit; wrong file
        committed
Message-ID:
        <InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: ed77f5e0fe29a7501d5d5d459c18c8d10f008c03
      
https://github.com/InterNetNews/inn/commit/ed77f5e0fe29a7501d5d5d459c18c8d10f008c03
  Author: Julien ?LIE <[email protected]>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    R doc/pod/readers.conf.pod.NEW

  Log Message:
  -----------
  Revert previous commit; wrong file committed

Sorry!




------------------------------

Message: 2
Date: Mon, 20 Feb 2023 09:55:15 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 8e9611: IsValidMessageID()
        self-initializes what it needs
Message-ID:
        <InterNetNews/inn/push/refs/heads/2.7/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: 8e96110c661494bce79ce19ed38b1c8176334038
      
https://github.com/InterNetNews/inn/commit/8e96110c661494bce79ce19ed38b1c8176334038
  Author: Julien ?LIE <[email protected]>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    M control/gencancel.c
    M include/inn/libinn.h
    M innd/art.c
    M lib/messageid.c
    M nnrpd/nnrpd.c
    M tests/lib/messageid-t.c

  Log Message:
  -----------
  IsValidMessageID() self-initializes what it needs

No longer call InitializeMessageIDcclass() before any use of
IsValidMessageID().  Let the function handle it itself.


  Commit: 62eb74279b52af4077bc1a239bb17182ea4f54f5
      
https://github.com/InterNetNews/inn/commit/62eb74279b52af4077bc1a239bb17182ea4f54f5
  Author: Julien ?LIE <[email protected]>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    M doc/pod/news.pod
    M include/inn/libinn.h
    M lib/innconf.c
    M lib/messageid.c
    M nnrpd/perm.c
    M tests/lib/messageid-t.c

  Log Message:
  -----------
  Check the syntax of the domain parameter

If domain (manually set, or the FQDN) has invalid characters in
inn.conf or readers.conf, just abort with a fatal error.  It is a basic
configuration error and we do not want to generate invalid Message-IDs.

Add a new IsValidDomain() function to validate the right-hand part of
a Message-ID.  Call it to validate the FQDN when domain is unset, and
the domain when set.

close #242


  Commit: 3a3734fcbf113dee8f3397afc941fa15203ed7de
      
https://github.com/InterNetNews/inn/commit/3a3734fcbf113dee8f3397afc941fa15203ed7de
  Author: Julien ?LIE <[email protected]>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    M control/gencancel.c
    M doc/FAQ
    M doc/pod/inn.conf.pod
    M doc/pod/libinn.pod
    M doc/pod/news.pod
    M doc/pod/readers.conf.pod
    M frontends/inews.c
    M lib/innconf.c
    M lib/messageid.c
    M nnrpd/commands.c
    M nnrpd/nnrpd.h
    M nnrpd/perm.c
    M nnrpd/post.c

  Log Message:
  -----------
  Keep user-supplied domain in readers.conf

Customizing the domain part of Message-IDs generated by nnrpd and the
server name indicated in Injection-Info header fields is now easier:
the domain parameter in the access blocks of readers.conf can be
directly used (without setting virtualhost as it was previously the
case).

An expicitly-set configuration option should override whatever is
discovered while probing around on the system.  So we now use domain
unconditionally if it is set in readers.conf for forming message
identifiers and Injection-Info.  But keep backwards-compatibility by
not using domain if only set in inn.conf (previous versions of INN only
use it if virtualhost is also set to true).

Document domain as a first-class configuration parameter for access
groups in readers.conf, saying that it changes the way Message-IDs and
Injection-Info are constructed.

Update wording in the FAQ and various documentation (inn.conf, libinn,
readers.conf, comments in C code).

close #243


Compare: https://github.com/InterNetNews/inn/compare/7f7347afd4ea...3a3734fcbf11


------------------------------

Message: 3
Date: Mon, 20 Feb 2023 10:12:37 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 226ae6: Wrap long lines for man pages in
        POD documentation
Message-ID:
        <InterNetNews/inn/push/refs/heads/2.7/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: 226ae695cb1553ff5377274a7ffcb2599657be97
      
https://github.com/InterNetNews/inn/commit/226ae695cb1553ff5377274a7ffcb2599657be97
  Author: Julien ?LIE <[email protected]>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    M backends/send-uucp.in
    M doc/pod/expire.ctl.pod
    M doc/pod/grephistory.pod
    M doc/pod/hook-perl.pod
    M doc/pod/hook-python.pod
    M doc/pod/innfeed.pod
    M doc/pod/libinn_list.pod
    M doc/pod/libinnhist.pod
    M doc/pod/libinnstorage.pod
    M doc/pod/newsfeeds.pod
    M doc/pod/newslog.pod
    M doc/pod/ninpaths.pod
    M doc/pod/readers.conf.pod
    M perl/INN/Utils/Shlock.pm.in

  Log Message:
  -----------
  Wrap long lines for man pages in POD documentation

A few indented lines were too long to be gracefully displayed in *roff.


  Commit: 7dfc15fee40551fa4ac2837941dd997ed4f653f5
      
https://github.com/InterNetNews/inn/commit/7dfc15fee40551fa4ac2837941dd997ed4f653f5
  Author: Julien ?LIE <[email protected]>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    M backends/send-uucp.in
    M doc/pod/inn.conf.pod
    M doc/pod/news.pod
    M doc/pod/newsfeeds.pod
    M doc/pod/readers.conf.pod

  Log Message:
  -----------
  Typos in POD documentation


  Commit: 3385d7e46aca78ebaa5a6e77e1d0c51f81198714
      
https://github.com/InterNetNews/inn/commit/3385d7e46aca78ebaa5a6e77e1d0c51f81198714
  Author: Julien ?LIE <[email protected]>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    M doc/pod/controlchan.pod
    M doc/pod/hacking.pod
    M doc/pod/hook-perl.pod
    M doc/pod/hook-python.pod
    M doc/pod/install.pod
    M doc/pod/makedbz.pod
    M doc/pod/mod-active.pod
    M doc/pod/news.pod
    M doc/pod/newslog.pod
    M doc/pod/readers.conf.pod
    M doc/pod/sendinpaths.pod
    M doc/pod/storage.conf.pod

  Log Message:
  -----------
  Wrap long lines in POD documentation

Keep the limit to 79 characters like what we do for the source code.


  Commit: d52598cd63b6603e6bab7da7220eca18ea05df09
      
https://github.com/InterNetNews/inn/commit/d52598cd63b6603e6bab7da7220eca18ea05df09
  Author: Julien ?LIE <[email protected]>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

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

  Log Message:
  -----------
  Clarify the reload of readers.conf on changes

It's not necessary, even with nnrpd run as a daemon.


  Commit: d692f65b6147feb4418d06c4fa64f710bd4cb765
      
https://github.com/InterNetNews/inn/commit/d692f65b6147feb4418d06c4fa64f710bd4cb765
  Author: Julien ?LIE <[email protected]>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

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

  Log Message:
  -----------
  readers.conf: Homogenize POD style

Proof-read, and apply the style we have in other manual pages.


Compare: https://github.com/InterNetNews/inn/compare/3a3734fcbf11...d692f65b6147


------------------------------

Message: 4
Date: Mon, 20 Feb 2023 10:16:50 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 23ee33: Add latest formatting commits to
        git blame ignore
Message-ID:
        <InterNetNews/inn/push/refs/heads/2.7/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: 23ee336844382f780b5ea7cb27c5ae35dd8beb9f
      
https://github.com/InterNetNews/inn/commit/23ee336844382f780b5ea7cb27c5ae35dd8beb9f
  Author: Julien ?LIE <[email protected]>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    M .git-blame-ignore-revs

  Log Message:
  -----------
  Add latest formatting commits to git blame ignore




------------------------------

Message: 5
Date: Mon, 20 Feb 2023 10:17:57 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 035986: Add latest formatting commits to
        git blame ignore
Message-ID:
        <InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8

  Branch: refs/heads/main
  Home:   https://github.com/InterNetNews/inn
  Commit: 03598659ad38738698cb7d104773cc78277949c7
      
https://github.com/InterNetNews/inn/commit/03598659ad38738698cb7d104773cc78277949c7
  Author: Julien ?LIE <[email protected]>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    M .git-blame-ignore-revs

  Log Message:
  -----------
  Add latest formatting commits to git blame ignore




------------------------------

Subject: Digest Footer

_______________________________________________
inn-committers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-committers


------------------------------

End of inn-committers Digest, Vol 148, Issue 8
**********************************************

Reply via email to