Mercurial > noffle
comparison docs/NOTES @ 185:fed1334d766b noffle
[svn] * src/client.c: Change variable only used on constant to 'const'.
* src/filter.c: Add a couple of 'return's after ASSERT() to remove
compiler warnings about functions needing returns.
* NEWS,TODO,configure,configure.in,noffle.conf.example,docs/NOTES,
docs/noffle.conf.5,src/client.c,src/configfile.c,src/content.c,
src/control.c,src/database.c,src/fetch.c,src/fetchlist.c,src/filter.c,
src/group.c,src/lock.c,src/log.c,src/log.h,src/noffle.c,src/outgoing.c,
src/post.c,src/protocol.c,src/request.c,src/server.c,src/util.c:
Debug logging is always compiled and selected via noffle.conf. All debug
logs are classified as all, none, config, control, expire, fetch,
filter, newsbase, noffle, post, protocol, requests and server.
author | bears |
---|---|
date | Sun, 05 Aug 2001 09:24:22 +0100 |
parents | 3c71e28c8eef |
children | 24d4cd032da5 |
comparison
equal
deleted
inserted
replaced
184:9854ea5f295f | 185:fed1334d766b |
---|---|
44 | 44 |
45 Here comes a list with news readers that have been tested with NOFFLE, | 45 Here comes a list with news readers that have been tested with NOFFLE, |
46 especially with regards to subscribing to groups in "overview" or "thread" | 46 especially with regards to subscribing to groups in "overview" or "thread" |
47 mode. | 47 mode. |
48 | 48 |
49 Please send me reports on your experiences. If a reader does not work at all, | 49 Please send me reports on your experiences. If a reader does not work |
50 compile NOFFLE with | 50 at all, add 'log-debug all' to noffle.conf, You will then see every |
51 | 51 NNTP command and status line in /var/log/news (or wherever the system |
52 ./configure --enable-debug | 52 log news debug output ends up). Most interesting is the last line, |
53 make | 53 before the reader (or NOFFLE) hangs :-) Please also send me a short |
54 make install | 54 mail, if you successfully used NOFFLE with a certain version of a news |
55 | 55 reader for a longer time, so that I can keep this list up-to-date. |
56 Then you will see every NNTP command and status line in /var/log/news. Most | |
57 interesting is the last line, before the reader (or NOFFLE) hangs :-) | |
58 Please also send me a short mail, if you successfully used NOFFLE with a | |
59 certain version of a news reader for a longer time, so that I can keep this | |
60 list up-to-date. | |
61 | 56 |
62 | 57 |
63 1.2 kexpress | 58 1.2 kexpress |
64 ------------ | 59 ------------ |
65 | 60 |