log

age author description
2008-05-13 Yoshiki Yazawa adapted for msn style option (or new line plugin).
2008-05-13 Yoshiki Yazawa revised README
2008-05-13 Yoshiki Yazawa due to application of strip_markup() in writing_im_cb(), translation for sender had not worked. changed P_SENDER so that it matches striped representation of sender.
2008-05-12 Yoshiki Yazawa trying another way to strip markups. in this revision, all markups are striped with strip_html_markup() on sending a message.
2008-05-12 Yoshiki Yazawa cleanups
2008-05-12 Yoshiki Yazawa fixed changeset 41:0a81ccfa1941
2008-05-12 mikanbako fixed changeset 41:0a81ccfa1941
2008-05-12 Yoshiki Yazawa strip excessive markup where it is not needed. (work in progress)
2008-05-12 Yoshiki Yazawa - added is_twitter_account().
2008-05-12 Yoshiki Yazawa - new debug macro. it includes function name and line number.
2008-05-12 Yoshiki Yazawa applied indent to fix indentations
2008-05-11 Yoshiki Yazawa - made suppress oops configurable
2008-05-10 Yoshiki Yazawa added oops message suppression functionality. it discards oops message if a sent message is more than 140 bytes and less than 140 letters.
2008-05-10 mikanbako fix 44ffbd056f33
2008-05-10 Yoshiki Yazawa added patch to strip excessive hyper link on @username when it copied and pasted from message window. patch by mikanbako (maoutwo@gmail.com).
2008-05-10 Yoshiki Yazawa revised README
2008-05-10 Yoshiki Yazawa commented out an annoying debug message
2008-05-10 Yoshiki Yazawa added letter counter
2008-05-06 Yoshiki Yazawa tweaked descriptions
2008-05-05 Yoshiki Yazawa Added tag 0.5.1 for changeset 73e817be3267
2008-05-05 Yoshiki Yazawa - Fixed a crash bug. Each unload/reload cycle caused crash due to unrefed regp. 0.5.1
2008-05-05 Yoshiki Yazawa Added tag 0.5.0 for changeset 3c45a1bc40a5
2008-05-05 Yoshiki Yazawa update README for 0.5.0 0.5.0
2008-05-05 Yoshiki Yazawa forgot to erase old code
2008-05-05 Yoshiki Yazawa more improvement on regexp
2008-05-05 Yoshiki Yazawa revised regexp
2008-05-05 Yoshiki Yazawa tweaked regp[PSEUDO]
2008-05-04 Yoshiki Yazawa unref newly added regex at unload time.
2008-05-04 Yoshiki Yazawa - now escape feature works
2008-05-04 Yoshiki Yazawa escape pseudo command feature has been added