Mercurial > noffle
comparison ChangeLog @ 153:945501c95a4e noffle
[svn] Undo change to post.c that only sent moderated articles to one server.
Suppose you have a cross-posted article that goes to a moderated general
group (via the usual server) *and* a moderated special-purpose group
via a special server that doesn't talk to the rest of the world. Send only
to one and something will get lost.
author | bears |
---|---|
date | Fri, 27 Oct 2000 13:35:51 +0100 |
parents | ca9769519c96 |
children | 22b81617d427 |
comparison
equal
deleted
inserted
replaced
152:ca9769519c96 | 153:945501c95a4e |
---|---|
14 ageing newsreader that expects inews. Updated RPM spec to create | 14 ageing newsreader that expects inews. Updated RPM spec to create |
15 inews link to noffle on install. | 15 inews link to noffle on install. |
16 * src/server.c: When replying to a command, generate the reply into | 16 * src/server.c: When replying to a command, generate the reply into |
17 a buffer, release the lock and then send the reply, so we don't | 17 a buffer, release the lock and then send the reply, so we don't |
18 hog the lock should the reply stall for some network reason. | 18 hog the lock should the reply stall for some network reason. |
19 * src/post.c: When posting to a non-local moderated group, only | |
20 post to one server. Don't want multiple upstream servers each | |
21 mailing the moderator. Non-moderated groups post to all servers | |
22 groups in the article are fetched from - otherwise can't be sure | |
23 an article cross-posted to a netwide group and a restricted one | |
24 obtained from a just one server will propagate properly. | |
25 | 19 |
26 Sun Oct 15 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 20 Sun Oct 15 2000 Markus Enzenberger <markus.enzenberger@t-online.de> |
27 | 21 |
28 * acconfig.h,config.h.in,configure.in,src/Makefile.in,src/fetch.c: | 22 * acconfig.h,config.h.in,configure.in,src/Makefile.in,src/fetch.c: |
29 Applied patch by Paul Slootman: using the mail program is | 23 Applied patch by Paul Slootman: using the mail program is |