Custom Query (44 matches)
Results (7 - 9 of 44)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#12 | fixed | Add support for Diablo-style hash feeds | ||
Description |
Diablo supports a mechanism to take an incoming feed split across multiple boxes by hashing the message ID and only feeding the articles in a particular hash bucket to a given host. This lets the hosts collectively store a full feed without handling the full traffic on each host. INN should support this sort of hash feed via a flag in newsfeeds. |
|||
#78 | fixed | Add support for Python 3.0 | ||
Description |
Python 3.0 was released on December, 3rd 2008. The syntax currently used in Python 2.x scripts shipped with INN is not compatible with the new version. Therefore, innd and nnrpd Python filters should be reviewed and made compatible with both Python 2.x and 3.0. Compilation with Python 3.0 API should also be checked (new functions to use? no issue when building INN with Python support?) Also be sure that INN compiles fine with Python 2.5.x and 2.6.x. |
|||
#148 | fixed | Add trailing comment in CHECK and TAKETHIS responses | ||
Description |
Responses to CHECK and TAKETHIS commands currently do not mention the reason of a reject (notably from Python or Perl filter hook, but also directly from innd main checks). On the contrary, responses to IHAVE mention the reason. |