Just a sample of the Echomail archive
Cooperative anarchy at its finest, still active today. Darkrealms is the Zone 1 Hub.
|    JAMNNTPD    |    Support for the JAMNNTPD software client    |    2,630 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 1,405 of 2,630    |
|    Anton Shepelev to mark lewis    |
|    Response to the LIST command    |
|    10 Jul 16 15:44:38    |
      Mark Lewis:       AS>>> Could anybody confirm that JamNNTPd cor-       AS>>> rectly handles the LIST command? According to       AS>>> RFC977 the newsgroups should be reported as       AS>>> group last first p       TK>> I believe you're right. Should be fixed here       TK>> now.       ML> i've made likely the same fix here...              Thank you very much. Tommi's instance works cor-       rectly now, and I hope yours does as well.              AM> if(matchgroup(var->postgroups,g-group))       AM> - sockprintf(var,"%s %lu %lu y" CRLF,g->tagname,min,max);       AM> + sockprintf(var,"%s %lu %lu y" CRLF,g->tagname,max,min);       AM> else       AM> - sockprintf(var,"%s %lu %lu n" CRLF,g->tagname,min,max);       AM> + sockprintf(var,"%s %lu %lu n" CRLF,g->tagname,max,min);              May I make so bold as to ask why you have these al-       most identical lines of code instad of:               matchFlag = matchgroup(var->postgroups,g-group)) ? 'y' : 'n';        sockprintf(var,"%s %lu %lu %c" CRLF,g->tagname,max,min,matchFlag);              ---        * Origin: *** nntp://fidonews.mine.nu *** Finland *** (2:221/6.0)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca