Download List

Projeto Descrição

The Python IRC library is intended to encapsulate the IRC protocol at a quite low level. It provides an event-driven IRC client framework. It has a fairly thorough support for the basic IRC protocol, CTCP, and DCC connections.

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.

2008-10-27 11:33
0.4.8

Este lançamento acrescenta o SSL e suporte a IPv6.
Tags: Minor feature enhancements
This release adds SSL and IPv6 support.

2006-06-11 07:26
0.4.6

Infinitamente chamadas recursivas ao desconectar com uma falha de conexão foram corrigidos. ServerConnection.disconnect tornou-se mais consistente e algumas funções foram alteradas para usá-lo em vez de parar. Saia argumentos foram fixados para retornar uma lista ao invés de uma lista de uma lista. Outras pequenas correções foram feitas.
Tags: Minor bugfixes
Infinitely recursive calls when disconnecting with
a failed connection were fixed.
ServerConnection.disconnect was made more
consistent and some functions were changed to use
it instead of quit. Quit arguments were fixed to
return a list rather than a list of a list. Other
minor fixes were made.

2004-07-09 15:42
0.4.2

A biblioteca já gera uma exceção (ServerNotConnectedError) quando o cliente tenta enviar uma mensagem para um servidor desconectado.
Tags: Minor bugfixes
The library now raises an exception (ServerNotConnectedError) when the
client tries to send a message to a disconnected server.

2003-10-30 10:39
0.4.1

Apelidos recebidos em mensagens de boas vindas são armazenados para acompanhar as mudanças iniciadas por um apelido callback nicknameinuse.
Tags: Minor bugfixes
Nicknames received in welcome messages are now stored to track nickname changes initiated by a nicknameinuse callback.

2003-08-31 20:25
0.4.0

Foi adicionado suporte para DCC. O comando do usuário é enviada de acordo com RFC 2812. Apoio distutils foi adicionado. Este lançamento irá ignorar linhas em branco a partir do servidor. ServerConnection.remove_global_handler foi adicionado. CTCP VERSION respostas são precedidas por VERSION.
Tags: Major feature enhancements
Support has been added for DCC. The USER command is sent according to RFC 2812. Distutils support has been added. This release will ignore empty lines from the server. ServerConnection.remove_global_handler has been added. CTCP VERSION replies are prepended with VERSION.

Project Resources