--- tiarra-20050501/all.conf	2005-05-01 21:44:26.000000000 +0900
+++ tiarra-20050624/all.conf	2005-06-24 09:02:18.000000000 +0900
@@ -818,6 +818,22 @@
   reminder-interval: 30
 }
 
+- Channel::Ignore {
+  # 指定されたチャンネルの存在を、様々なメッセージから消去する。
+
+  # 対象となったチャンネルのJOIN、PART、INVITE、QUIT、NICK、NAMES、NJOINは消去される。
+
+  # 注意点
+  # - この機能はまだ実装途中です。いろいろな不具合があるかもしれません。むしろきっとあります。
+  # - サーバがわとの通信に割り込みますのでログにもとられません。
+  # - この機能を使っている tiarra より上流に multi-server-mode な tiarra を置かないでください。
+
+  # チャンネルの定義。
+  # また、privの場合は「priv@ネットワーク名」という文字列をチャンネル名の代わりとしてマッチングを行なう。
+  # 書式: mask: <チャンネルのマスク>
+  mask: #example@example
+}
+
 - Channel::Join::Connect {
   # サーバーに初めて接続した時、指定したチャンネルに入るモジュール。
 
--- tiarra-20050501/ChangeLog.svn	2005-05-01 21:44:49.000000000 +0900
+++ tiarra-20050624/ChangeLog.svn	2005-06-24 09:03:50.000000000 +0900
@@ -1,4 +1,69 @@
 ------------------------------------------------------------------------
+r908 | topia | 2005-06-24 09:00:28 +0900 (Fri, 24 Jun 2005) | 1 line
+Changed paths:
+   M /trunk/all.conf
+   M /trunk/doc/module/Channel.html
+   M /trunk/doc/module-toc.html
+
+ * regen docs.
+------------------------------------------------------------------------
+r907 | topia | 2005-06-24 08:56:57 +0900 (Fri, 24 Jun 2005) | 2 lines
+Changed paths:
+   M /trunk/module/Channel/Ignore.pm
+
+ * add warning.
+
+------------------------------------------------------------------------
+r906 | topia | 2005-06-05 23:06:08 +0900 (Sun, 05 Jun 2005) | 2 lines
+Changed paths:
+   M /trunk/module/Channel/Ignore.pm
+
+* fix nick/quit ignore.
+
+------------------------------------------------------------------------
+r905 | topia | 2005-05-29 16:26:12 +0900 (Sun, 29 May 2005) | 2 lines
+Changed paths:
+   M /trunk/module/Channel/Ignore.pm
+
+ * fix.
+
+------------------------------------------------------------------------
+r904 | topia | 2005-05-29 15:45:32 +0900 (Sun, 29 May 2005) | 2 lines
+Changed paths:
+   A /trunk/module/Channel/Ignore.pm
+
+ * test version.
+
+------------------------------------------------------------------------
+r903 | topia | 2005-05-15 22:38:39 +0900 (Sun, 15 May 2005) | 1 line
+Changed paths:
+   M /trunk/bundle/Unicode/Japanese.pm
+
+ * sync upstream (version bump only).
+------------------------------------------------------------------------
+r902 | topia | 2005-05-15 10:38:09 +0900 (Sun, 15 May 2005) | 2 lines
+Changed paths:
+   M /trunk/main/Tiarra/Encoding/Encode.pm
+
+* we really need Encode::Guess->renew.
+
+------------------------------------------------------------------------
+r901 | topia | 2005-05-15 10:27:37 +0900 (Sun, 15 May 2005) | 2 lines
+Changed paths:
+   M /trunk/main/Tiarra/Encoding.pm
+
+* cache providers try and error.
+
+------------------------------------------------------------------------
+r900 | topia | 2005-05-02 23:58:17 +0900 (Mon, 02 May 2005) | 4 lines
+Changed paths:
+   M /trunk/main/IrcIO/Client.pm
+
+* permit colon to option key/value splitter.
+
+* more flushing on sending current information to client.
+
+------------------------------------------------------------------------
 r899 | topia | 2005-05-01 21:43:24 +0900 (Sun, 01 May 2005) | 2 lines
 Changed paths:
    M /trunk/module/Client/Guess.pm
