Download List

Descripción del Proyecto

Papercut is a multi-threaded NNTP server written in Python. Its main objective is to integrate existing Web-based message board software (Phorum is one of the supported ones) with a Usenet front-end. However, its extensibility enables developers to write their own containers for the storage of the Usenet articles (messages). That means that the code is extensible enough that you could write new containers to integrate the news server with other Web message board projects or even other ways to store the messages.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-02-01 22:37
0.9.12

Manipulación de la Cabeza, STAT, LISTGROUP y órdenes como esclavo se ha fijado para cumplir adecuadamente con el protocolo NNTP. El comando de grupos de noticias ya no volver la lista completa de grupos de noticias cuando los módulos de almacenamiento no son capaces de obtener la fecha de creación de cada grupo de noticias. Este tiras liberación de espacio en blanco de los comandos que sólo cuando el cliente no está publicando un nuevo artículo. Un script de utilidad para ayudar a vigilar la salud del servidor ha sido añadido.
Tags: Major bugfixes
Handling of the HEAD, STAT, LISTGROUP and SLAVE commands has been fixed to properly comply with the NNTP protocol. The NEWGROUPS command will no longer return the full list of newsgroups when the storage modules are not able to get the creation date of each newsgroup. This release strips whitespace from commands only when the client is not posting a new article. A utility script to help monitor the health of the server has been added.

2004-01-05 02:11
0.9.10

Muchas correcciones se aplican a los módulos de almacenamiento y el propio servidor para admitir correctamente el RFC de NNTP. El "módulo de almacenamiento mbox 'debe ser ahora considerada de calidad beta. Existen soluciones para el módulo de autenticación Phorum para apoyar a las contraseñas MD5 encriptada.
Tags: Major bugfixes
Many fixes were applied to the storage modules and the server itself to correctly support the NNTP RFC. The 'mbox' storage module should be now considered beta quality. There are fixes to the Phorum authentication module to support MD5 encrypted passwords.

2003-03-31 18:48
0.9.7

Un módulo de almacenamiento basado en PostgreSQL para Phorum ha sido añadido. Hay muchas soluciones para el módulo de almacenamiento que permiten phpBB Papercut para mantener un recuento correcto de los mensajes en cada foro, y una corrección de errores relacionados con la manera de Mozilla maneja los encabezados multi-línea.
Tags: Major feature enhancements
A new storage module based on PostgreSQL for Phorum has been added. There are many fixes to the phpBB storage module that allow Papercut to maintain a correct count of messages in each forum, and a bugfix related to the way Mozilla handles multi-line headers.

2003-02-04 04:13
0.9.6

El servidor de ahora utilizar una bifurcación dinámica basada en servidor de socket en plataformas Unix y una rosca en las plataformas de Windows. Varias correcciones se han aplicado para corregir problemas con el módulo de almacenamiento de phpBB, que debería hacer algo estable.
Tags: Major bugfixes
The server will now dynamically use a forking-based socket server on
Unix platforms and a threaded one on Windows platforms. Several fixes
have been applied to correct issues with the phpBB storage module,
which should make it somewhat stable.

2002-11-12 13:12
0.9.4

Un módulo de almacenamiento en caché se añadió a mejorar el rendimiento. Fija se hicieron para el nuevo módulo de almacenamiento de phpBB, que sigue siendo beta.
Tags: Major feature enhancements
A new caching module was added to improve performance. Fixes were made to the new phpBB storage module, which is still beta.

Project Resources