OSDN Git Service

Add the web_root.
[keitairc/keitairc.git] / ChangeLog
index cbd0425..9d35cc6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,39 @@
+2008-08-06  Jun Morimoto  <morimoto@mrmt.net>
+
+       * lib/templates/default/{all,unread}.html: fixed stamp variable
+       within html template (to avoid duplicate posting from some au
+       browser phones)
+
+2008-08-05  Jun Morimoto  <morimoto@mrmt.net>
+
+       * lib/templates/default/{all,unread}.html: display action messages
+       in light blue * t/*.t: added can_ok()
+
+2008-08-03  Jun Morimoto  <morimoto@mrmt.net>
+
+       * lib/plugins/00all: added follow_nick option
+       * lib/plugins/00unread: added follow_nick option
+       * lib/templates/all.html: added follow_nick option
+       * lib/templates/unread.html: added follow_nick option
+       * lib/Keitairc/IrcCallback.pm: added follow_nick option
+       * t/02_Config.t: added follow_nick option
+       * lib/Keitairc/Config.pm: added follow_nick option, fixed ARGV
+       handling
+
+       * lib/plugins/32address: Address matching plugin
+       * lib/plugins/33distinct: Ad-hoc matching plugin for address that
+       starts from Tokyo special wards, Tokyo cities
+       * lib/plugins/30prefectures: switch to 32address
+       * lib/plugins/31distinct: switch to 33distinct
+       * lib/plugins/10url: URL::Escape::uri_escape()
+       * lib/plugins/11url_session: URL::Escape::uri_escape()
+       * added t/test_suites, Makefile.PL, MANIFEST
+
 2008-08-02  Jun Morimoto  <morimoto@mrmt.net>
 
        * use FindBin
+       * moved logging functions to Keitairc::Log package
+       * make Keitairc::ClientInfo tidy
 
 2008-07-19  Jun Morimoto  <morimoto@mrmt.net>