changeset 89:f17eb481c126 noffle

[svn] Added post-locally, updated posting code
author bears
date Thu, 18 May 2000 13:19:32 +0100
parents 1fcdced0246e
children 9cf0d605465a
files ChangeLog NEWS noffle.conf.example
diffstat 3 files changed, 33 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 18 13:17:23 2000 +0100
+++ b/ChangeLog	Thu May 18 13:19:32 2000 +0100
@@ -2,12 +2,26 @@
 NOFFLE ChangeLog
 -------------------------------------------------------------------------------
 
+Wed May 17 21:19:19 BST 2000 Jim Hague <jim.hague@acm.org>
+
+ * src/configfile.h, src/configfile.c, src/post.h, src/post.c,
+   src/noffle.c, src/server.c, docs/noffle.1, docs/noffle.conf.5:
+   Moved all article posting code into post.[hc], removed
+   'remove-messageid' option, added '--post' to noffle command line.
+   Added 'post-locally' option. docs/NOTES still needs updating.
+   Needs more testing too.
+	
 Wed May 17 2000 Markus Enzenberger <markus.enzenberger@t-online.de>
 
  * README: Clean-up and update.
  * docs/noffle.conf.5, src/configfile.h, src/server.c:
    Disabled remove-msgid option.
 
+Mon May 15 11:21:28 BST 2000 Jim Hague <jim.hague@acm.org>
+
+ * src/configfile.h, src/configfile.c, src/client.c, docs/noffle.conf.5:
+   Added getgroups and omitgroups options.
+	
 Sun May 14 16:51:24 BST 2000 Jim Hague <jim.hague@acm.org>
 
  * docs/NOTES: Added notes on trn, xrn and knews.
--- a/NEWS	Thu May 18 13:17:23 2000 +0100
+++ b/NEWS	Thu May 18 13:19:32 2000 +0100
@@ -2,6 +2,12 @@
 NOFFLE NEWS -- User visible changes
 -------------------------------------------------------------------------------
 
+1.1devel
+--------
+
+ * Added post-locally option and '--post' command line option.
+ * Add getgroups and omitgroups options.
+
 1.0pre6
 -------
 
--- a/noffle.conf.example	Thu May 18 13:17:23 2000 +0100
+++ b/noffle.conf.example	Thu May 18 13:19:32 2000 +0100
@@ -10,6 +10,14 @@
 
 server news
 
+# Don't get *.binaries.* from server 'news'
+#omitgroups *.binaries.*
+
+# Second server
+# server bins
+#
+# Only get binaries groups from server 'bins'
+# getgroups *.binaries.*
 
 # Mail address for failed postings
 
@@ -46,13 +54,16 @@
 #auto-subscribe-mode over
 
 
-# Remove/replace Message-ID in posted articles. For generating Message-IDs,
+# Replace Message-ID in posted articles. For generating Message-IDs,
 # the domain name of your system should be a valid domain name.
 # If you are in a local domain, set it to your provider's domain name.
 
-remove-messageid no
 replace-messageid yes
 
+# Post articles to remote groups into the local database immediately
+# on receipt of article.
+# post-locally no
+
 # Set the default expire period in days
 default-expire 14