ダウンロードリスト

プロジェクト概要

Python IRC libraryは、IRCプロトコルの非常に低いレベルをカプセル化することを意図しています。これはイベントドリブンのIRCクライアントフレームワークを提供します。基本的なIRCのプロトコル、CTCP、DCCによる接続のかなりの部分を一貫してサポートしています。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2008-10-27 11:33
0.4.8

このリリースで追加、SSLやIPv6をサポートします。
タグ: Minor feature enhancements
This release adds SSL and IPv6 support.

2006-06-11 07:26
0.4.6

無限に再帰呼び出しが失敗した接続を切断するより一貫性のあるいくつかの関数の代わりにそれを使用して終了変更されて行われました。ServerConnection.disconnect修正されました。引数ではなく、リストの一覧のリストを返すように修正されて終了します。その他のマイナーな修正が行われた。
タグ: 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

ライブラリは、(ServerNotConnectedError)は、クライアントが切断されたサーバーにメッセージを送信しようとすると例外が発生します。
タグ: 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

ニックネーム歓迎メッセージ内の現在のニックネームを変更nicknameinuseコールによって開始された追跡するために格納されて受け取った。
タグ: 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

サポートDCCのために追加されている。 USERコマンドは、RFC 2812によると、送信されます。 distutilsのサポートが追加されています。このリリースでは、サーバーからの空行は無視されます。 ServerConnection.remove_global_handlerが追加されています。 CTCPにバージョン応答版で付加されます。
タグ: 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.

プロジェクトリソース