Noffle is a news (nntp) server optimized for few users and low speeddial-up connections to the Internet. It can add offline readingcapabilities to existing news readers.
Be the first to post a text review of Noffle - news server. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Sat Jan 22 2005 Jim Hague <jim.hague@acm.org> * Makefile.in,docs/Makefile.in,packages/redhat/Makefile.in,src/Makefile.in: Ran updated automake. Sat Nov 27 2004 Jim Hague <jim.hague@acm.org> * debian/po/ja.po: Debian package Japanese translation from Hideki Yamane and team. Fri Oct 22 2004 Jim Hague <jim.hague@acm.org> * src/server.c: Whenever an article was read, all referenced articles were marked as INTERESTING and hence downloaded on the next fetch if in OVER or THREAD mode. This is contary to the docs and to my expectations. * Makefile.in,NEWS,README,aclocal.m4,configure,configure.in, docs/Makefile.in,packages/Makefile.in,packages/redhat/Makefile.in, src/Makefile.in: Bump version to 1.2.0rc1. Wed Oct 13 2004 Jim Hague <jim.hague@acm.org> * docs/FAQ: Improve X-NOFFLE-Status entry. * src/filter.c: Log filter matches when log category filter is selected. * docs/noffle.1,src/database.h,src/database.c,src/noffle.c,src/server.c: Add new '-U, --uninteresting' option. This removes an article from the list of requested articles and removes its INTERESTING marker. Wed Sep 29 2004 Jim Hague <jim.hague@acm.org> * docs/FAQ: Add entry about X-NOFFLE-Status: header and its possible values. Tue Mar 16 2004 Jim Hague <jim.hague@acm.org> * docs/noffle.1,src/noffle.c: When outputing the entire message base using 'noffle --article all', ditch the previous casual header for each article and switch to the 'rnews' format. Tue Mar 16 2004 Jim Hague <jim.hague@acm.org> * src/authenticate.c: Move includes of grp.h and pwd.h to after the include of their pre-requisite headers. Spotted on MacOS X by Andre Berger. * Makefile.am,Makefile.in: Remove unnecessary install option -D and relace all user.group params in chown with the more modern user:group. Rerun automake. MacOS X doesn't have -D on its install and its chown whinges about user.group. Thanks again to Andre Berger. Sun Nov 29 2003 Jim Hague <jim.hague@acm.org> * src/configfile.c: Brown paper bag problem. noffle-group config was setting the user config. * src/noffle.c: Security warning message about config file being globally readable was missing a parameter. Fri Oct 31 2003 Martin Godisch <martin@godisch.de> * docs/noffle.1, docs/noffle.conf.5: Fixed dashes, see Debian #218448. Sat Jul 26 2003 Martin Godisch <martin@godisch.de> * docs/noffle.1: Added -D/-q note, see Debian #202922. Wed Jul 23 2003 Jim Hague <jim.hague@acm.org> * src/itemlist.c: Add define so test code builds again. * src/noffle.c: Fix SF bug 756585 in command handling and beef up returning an appropriate exit value. * src/log.c: Rename log structure to logSettings to remove warning about hiding built-in from GCC 3.3.1. * src/outgoing.c,src/util.h,src/util.c: Create Utl_createDir() and Utl_writeFile() and rework outgoing.c to use them. * src/fetch.c: Log failed posting that we can't mail back to the sender or where sending fails to <Noffle spool>/failed.posting.
More bug-fixing.
Wed Jun 25 2003 Jim Hague <jim.hague@acm.org> * src/protocol.c: Reading of long lines broken in Prt_getLn(). Fix and change to split long lines rather than truncate. Also change Prt_putTxtBuf() to work properly with long lines by removing all fixed buffer dependencies. * configure.in: Bump version number to 1.1.5. * Makefile.in,aclocal.m4,configure,docs/Makefile.in,packages/Makefile.in, packages/redhat/Makefile.in,src/Makefile.in: Autoconf updates. * NEWS: Update for 1.1.5. Fri Jun 20 2003 Jim Hague <jim.hague@acm.org> * src/server.c: Remove debug log that was duplicating log entries made elsewhere. Thu Jun 05 2003 Martin Godisch <martin@godisch.de> * src/client.c: Fixed port range to make ports > 255 available and check for invalid ports < 0 and > 65535 functional. Fri May 23 2003 Jim Hague <jim.hague@acm.org> * docs/noffle.1,src/configure.h,src/configfile.c,src/noffle.c: Add optional "auth" parameter to '--server' option. This turns on client authorisation regardless of the setting of authenticate-client. Useful if you want the same Noffle to authenticate or not depending on what/how it gets invoked. Thu May 22 2003 Jim Hague <jim.hague@acm.org> * src/client.c: Return correct status from Client_postArt() and add function comment detailing what return code should be, because it's not obvious that the return code should report success when the posting failed for reasons other than connection problems. This should fix problem with failing posting stopping fetches. Thanks to Dan Jacobson for spotting this. * src/client.c: Fix problemette with filter discards not updating remote group article count and so the overview being refetched until and article appears that doesn't fall foul of the filter and thus does update the remove group 'next article' marker. Thanks to Dan Jacobson for spotting this. * src/content.c: Don't be fooled into thinking a filename starting ".." is just "..". * src/outgoing.c: Don't assume "." and ".." are the first files returned from readdir(). Thanks to Andreas Happe for spotting this. * src/noffle.c: Update online help to include 'm' group posting status. * src/server.c: Move incorrect updating of server.grp in doGrp() which was causing doGrp() to not retrieve remote article details when in online mode. Thanks to Miernik and Andreas Happe for reporting the problem. Thu Apr 03 2003 Jim Hague <jim.hague@acm.org> * src/common.h,src/control.c,src/noffle.c,src/post.c: Find actual bug causing Debian #187068 and fix that. * src/filter.c: Code should be #ifdef'd out, not commented out. Tue Apr 01 2003 Martin Godisch <martin@godisch.de> * src/post.c: Forward cancel control messages to parent NNTP servers, see Debian bug #187068. * docs/noffle.1: Noted that option --cancel acts only locally. * src/noffle.c: Removed cancel status message which appeared twice. Sat Mar 22 2003 Johannes Madel <johannes.madel@gmx.de> * src/post.c,src/configfile.c,src/configfile.h,docs/noffle.conf.5, noffle.conf.example,TODO: Added a config value to specify whether a Reply-To header should be appended to messages posted without it. Also made the new option show up in the noffle.conf manpage and the initial example configuration shipped with the package. Wed Feb 26 2003 Jim Hague <jim.hague@acm.org> * src/client.c,src/group.c: Reunite forbidden group comment with code, and revise forbidden rules to allow single component names except for some specific ones. Fri Feb 21 2003 Jim Hague <jim.hague@acm.org> * src/noffle.c: Give usage (rather than abort()) if option is unrecognised. * src/content.c: Tighten up checks when accessing content vector. Mon Feb 17 2003 Martin Godisch <martin@godisch.de> * src/noffle.c: Added logging when fetching news started/finished. See Debian bug #181320. Thu Feb 13 2003 Jim Hague <jim.hague@acm.org> * src/database.c: Accept articles with no body, substituting a body of a single empty line. Also cast a scanf parameter to remove warning.
Wed Feb 12 2003 Jim Hague <jim.hague@acm.org> * NEWS,configure,configure.in,packages/redhat/noffle.spec: Update for 1.1.4. Mon Feb 10 2003 Jim Hague <jim.hague@acm.org> * src/client.c: Fix horror in authentication.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?