Timeline



Nov 8, 2009:

12:08 PM Ticket #129 (innxmit should keep the order of replies when streaming) created by Julien ÉLIE
Programs should not expect a message-ID in every answer of streaming …
12:00 PM Changeset [8729] by Julien ÉLIE
innxmit currently requires the message-ID after 501.
11:53 AM Changeset [8728] by Julien ÉLIE
RFC 3977 compliance: * innxbatch and innxmit now recognize 403 for a …
10:38 AM Changeset [8727] by Julien ÉLIE
A password is not mandatory with AUTHINFO USER/PASS. A username may …
10:29 AM Changeset [8726] by Julien ÉLIE
With AUTHINFO USER/PASS, the username is mandatory.
10:29 AM Changeset [8725] by Julien ÉLIE
Use uppercase letters.
9:33 AM Changeset [8724] by Julien ÉLIE
tinyleaf should use 201 and not 200 as initial greeting. Using POST is …
7:06 AM Changeset [8723] by Julien ÉLIE
Streaming commands were still allowed when streaming was deactivated.
6:45 AM Changeset [8722] by Julien ÉLIE
* Fix a long-standing bug in TAKETHIS: when authentication was …
4:37 AM Changeset [8721] by Julien ÉLIE
Better response when an article is cancelled.
4:27 AM Changeset [8720] by Julien ÉLIE
When XBATCH answers 501, it is because of an invalid size, not a …
2:54 AM Changeset [8719] by Julien ÉLIE
HDR, XHDR and XPAT were not properly showing leading spaces in header …

Nov 7, 2009:

4:06 PM Changeset [8718] by Julien ÉLIE
* Add a parameter to wire_findheader() so as to keep initial …
1:48 PM Changeset [8717] by Julien ÉLIE
In streaming mode, there is no code to defer an article sent via …
11:46 AM Changeset [8716] by Julien ÉLIE
Fix a bug introduced by commit 8437. If the Message-ID: or the …
9:58 AM Changeset [8715] by Julien ÉLIE
If keyword generation is set to true in inn.conf but the Keywords: …
5:50 AM Changeset [8714] by Julien ÉLIE
Improve syntax checks on message-IDs: nnrpd was only based on RFC …

Nov 6, 2009:

3:10 PM Changeset [8713] by Julien ÉLIE
Record the extra persistant state of NNTP commands per channel instead …
2:32 PM Changeset [8712] by Julien ÉLIE
Fix two gcc 4.4 cast warnings.
2:07 PM Changeset [8711] by Julien ÉLIE
Add two new files for the test suite in the MANIFEST file.
1:53 PM Changeset [8710] by Julien ÉLIE
Update the prototype of the function for keyword generation code when …
1:47 PM Changeset [8709] by Julien ÉLIE
* Add a new "unsigned long" type to the configuration parser. It will …
10:11 AM Changeset [8708] by Julien ÉLIE
* The keyword generation code now generates a Keywords: header only if …

Nov 4, 2009:

2:04 PM Changeset [8707] by Julien ÉLIE
Fix a memory leak in the LISTGROUP command when the provided range is …
2:01 PM Changeset [8706] by Julien ÉLIE
Fix a memory leak in the POST command when the Newsgroups: header is …
2:00 PM Changeset [8705] by Julien ÉLIE
When INN is compiled without SASL support, AUTHINFO SASL is an …

Nov 3, 2009:

10:51 AM Changeset [8704] by Julien ÉLIE
Fix a bug in cvtbatch which was returning only the size of the headers …

Nov 1, 2009:

11:54 AM Changeset [8703] by Julien ÉLIE
Convert the documentation for innxmit into POD.
11:53 AM Changeset [8702] by Julien ÉLIE
* New "t" flag for "-w" with cvtbatch, so as to retrieve the arrival …
11:47 AM Changeset [8701] by Julien ÉLIE
Change a few log lines.
11:46 AM Changeset [8700] by Julien ÉLIE
Remove dead code in batcher (it is no longer possible to use file names).
11:45 AM Changeset [8699] by Julien ÉLIE
Convert the documentation for innxmit into POD.
11:42 AM Changeset [8698] by Julien ÉLIE
* New "t" flag for "-w" with cvtbatch, so as to retrieve the arrival …
8:56 AM Changeset [8697] by Julien ÉLIE
When keyword generation was done on an article which has a Keywords: …
7:16 AM Changeset [8696] by Julien ÉLIE
innreport was not correctly summing innd stats when the hostname was …

Oct 28, 2009:

9:28 AM Changeset [8695] by Julien ÉLIE
Fix two gcc warnings caused by (size_t *) and (unsigned int *) casts.

Oct 25, 2009:

8:41 AM Changeset [8694] by Julien ÉLIE
After successful authentication, MODE-READER is not an available …
7:22 AM Changeset [8693] by Julien ÉLIE
Call the function for MODE CANCEL before the check on the length of …
7:21 AM Changeset [8692] by Julien ÉLIE
When the argument to CHECK is not valid, make sure we properly answer …
6:37 AM Changeset [8691] by Julien ÉLIE
* Add support for whitespaces in username/password for AUTHINFO …
5:05 AM Changeset [8690] by Julien ÉLIE
Implement CAPABILITIES in innd.
3:44 AM Changeset [8689] by Julien ÉLIE
Improve authentication in innd and implement RFC 4643 (AUTHINFO …
3:40 AM Changeset [8688] by Julien ÉLIE
Document how nnrpd differs in the implementation of RFC 3977.

Oct 24, 2009:

3:34 AM Changeset [8687] by Julien ÉLIE
Fix the test suite because of a change of return value when an article …
3:26 AM Changeset [8686] by Julien ÉLIE
Add support for the third wildmat argument to LIST commands. Also …
2:45 AM Changeset [8685] by Julien ÉLIE
If ".\r\n" was put into motd.news, the result of LIST MOTD was …
2:31 AM Changeset [8684] by Julien ÉLIE
When innd cannot provide information for LIST NEWSGROUPS and LIST …
2:15 AM Changeset [8683] by Julien ÉLIE
Return 502 (permission denied) or 401 MODE-READER to LIST commands …

Oct 23, 2009:

1:57 PM Changeset [8682] by Julien ÉLIE
Fix a bug when articles were fed to innd via IHAVE or TAKETHIS with an …
12:32 PM Changeset [8681] by Julien ÉLIE
* Return 435/438 instead of 501 to IHAVE/CHECK commands for …
12:28 PM Changeset [8680] by Julien ÉLIE
Remove dead code.
11:15 AM Changeset [8679] by Julien ÉLIE
Missing to deallocate grouplist when an error occurs when accessing …
10:53 AM Changeset [8678] by Julien ÉLIE
Return 412 (no group selected) instead of 501 (syntax error) when …

Oct 21, 2009:

1:41 PM Changeset [8677] by Julien ÉLIE
* Improve logging of MODE commands in news.notice. * Specify that …
1:06 PM Changeset [8676] by Julien ÉLIE
Improve the greeting message and say we are in transit mode with innd.
11:34 AM Ticket #99 (Add a decent command parser to innd) closed by Julien ÉLIE
fixed: (In [8675]) * Add a flag to each NNTP command so as to mention whether …
11:34 AM Changeset [8675] by Julien ÉLIE
* Add a flag to each NNTP command so as to mention whether it can be …
10:38 AM Ticket #30 (nnrpd doesn't support passwords with spaces) closed by Julien ÉLIE
fixed: (In [8674]) Add support for whitespaces in usernames/passwords …
10:38 AM Changeset [8674] by Julien ÉLIE
Add support for whitespaces in usernames/passwords provided with …

Oct 20, 2009:

12:36 PM Changeset [8673] by Julien ÉLIE
Mention in the documentation that when "nnrpd -i" is used (for an …

Oct 17, 2009:

3:16 PM Changeset [8672] by Julien ÉLIE
* Add a decent parser to innd for NNTP commands. It now puts into a …
3:10 PM Changeset [8671] by Julien ÉLIE
Typos, and mark MAXHEADERSIZE to be fixed in innd code.
3:09 PM Changeset [8670] by Julien ÉLIE
Do not take into account leading white spaces in NNTP commands in the …
1:53 PM Changeset [8669] by Julien ÉLIE
Do not close the connection upon receiving an NNTP command containing …
6:50 AM Changeset [8668] by Julien ÉLIE
Ignore lines smaller than 2 bytes (that is to say lines containing …
5:31 AM Changeset [8667] by Julien ÉLIE
* If the length of NNTP arguments is too long (> 497 bytes), a 501 …
1:35 AM Changeset [8666] by Julien ÉLIE
Bump version numbers of STABLE (2.5.1 -> 2.5.2).
1:31 AM Changeset [8665] by Julien ÉLIE
Tag 2.5.1 release.

Oct 16, 2009:

1:42 PM Changeset [8664] by Julien ÉLIE
For unimplemented NNTP commands like SLAVE, do not return 501 when the …
1:41 PM Changeset [8663] by Julien ÉLIE
NNTP compliance (RFC 3977): * Check whether the NNTP command sent by …
12:01 PM Changeset [8662] by Julien ÉLIE
Use integers instead of strings for NNTP response codes (HEAD and STAT).
10:57 AM Changeset [8661] by Julien ÉLIE
Return a comment for 205 (QUIT), 235 (IHAVE OK) and 400 (failure and …

Oct 11, 2009:

3:00 PM Milestone 2.5.1 completed

Oct 10, 2009:

1:00 AM Changeset [8660] by Julien ÉLIE
* Mention --enable-keywords and --with-openssl in the default inn.conf …
12:59 AM Changeset [8659] by Julien ÉLIE
* Mention the OVER command instead of XOVER. * Mention the …
12:59 AM Changeset [8658] by Julien ÉLIE
* The "will" keyword was checked twice. * Fix a gcc warning (a …
12:58 AM Changeset [8657] by Julien ÉLIE
Fix a segfault in the keyword generation code for articles already …
12:55 AM Changeset [8656] by Julien ÉLIE
* Mention --enable-keywords and --with-openssl in the default inn.conf …
12:53 AM Changeset [8655] by Julien ÉLIE
* Mention the OVER command instead of XOVER. * Mention the …
12:50 AM Changeset [8654] by Julien ÉLIE
* The "will" keyword was checked twice. * Fix a gcc warning (a …
12:48 AM Changeset [8653] by Julien ÉLIE
Fix a segfault in the keyword generation code for articles already …

Oct 9, 2009:

9:58 AM Changeset [8652] by Julien ÉLIE
Remove duplicate contents in news.daily, as for the run of expire and …
9:56 AM Changeset [8651] by Julien ÉLIE
Remove duplicate contents in news.daily, as for the run of expire and …
Note: See TracTimeline for information about the timeline view.