--- tiarra-20031108/NEWS 2003-11-08 15:13:54.000000000 +0900 +++ tiarra-20031109/NEWS 2003-11-09 18:04:52.000000000 +0900 @@ -1,3 +1,13 @@ +2003-11-09 Topia + + * System::Reload + 自分自身がリロードできないバグの修正。 + kill -HUP pid は出来るので、これを使ってリロードしてください。 + + * single-server-mode の bugfix です。 + single-server-mode を使う予定が無い場合は再起動は不要です。 + single-server-mode を使っている方は、アップデートして再起動して下さい。 + 2003-11-08 Topia * single-server-mode の bugfix です。 --- tiarra-20031108/ChangeLog 2003-11-08 15:13:54.000000000 +0900 +++ tiarra-20031109/ChangeLog 2003-11-09 18:04:52.000000000 +0900 @@ -1,10 +1,34 @@ +2003-11-09 Topia + + * Reload.pm (message_arrived): bugfix/need reload. + + Timer を使って遅延処理することによって、reload command での + 自分自身のリロードを可能にした。 + + * RunLoop.pm (run): bugfix(single-server-mode)/need reboot. + + single-server-mode 時の、クライアントから送られて来た + PRIVMSG/NOTICE のブロードキャストで、 network-suffix 付きの + チャンネルに送信してしまっていた。 + +2003-11-09 phonohawk + + * tiarra (help): + メッセージ中のstdinとstderrの間違いを修正。 + 2003-11-08 Topia - * module/Log/Recent.pm (client_attached): bugfix/need reload. + * make-password: enhancement. + + パスワードの入力に、 Term::ReadLine を使用するようにした。 + + * module/Log/Recent.pm (client_attached): bugfix(single-server-mode)/need reload. + single-server-mode 時に、送信チャンネル名から network-suffix をはずす。 - * main/RunLoop.pm (run): bugfix/need reboot. + * main/RunLoop.pm (run): bugfix(single-server-mode)/need reboot. + single-server-mode 時に、クライアントから送られて来るメッセージに network-suffix を付けるようにした。 @@ -1018,7 +1042,7 @@ * これ以前のログは書いていません。 -# Id: $Id: ChangeLog,v 1.114 2003/11/08 06:12:56 topia Exp $ +# Id: $Id: ChangeLog,v 1.118 2003/11/09 09:04:17 topia Exp $ # Author: $Author: topia $ -# Date: $Date: 2003/11/08 06:12:56 $ -# Revision: $Revision: 1.114 $ +# Date: $Date: 2003/11/09 09:04:17 $ +# Revision: $Revision: 1.118 $