pidgin-twitter

log

age author description
2 months ago Yoshiki Yazawa embed "in reply to foo" link to each reply messagedefault tip
2 months ago Yoshiki Yazawa add in_reply_to field to QT post
2 months ago Yoshiki Yazawa add preliminary support for quotetweet and official retweet.
4 months ago Yoshiki Yazawa fixed typo
4 months ago Yoshiki Yazawa Added tag 0.9.0 for changeset 941f848b61c9
4 months ago Yoshiki Yazawa - update requirement for pidgin to 2.6.00.9.0
4 months ago Yoshiki Yazawa - twitter still requires preceding white space on a hash tag in almost all case.
4 months ago Yoshiki Yazawa - removed the evil hack
4 months ago Yoshiki Yazawa twitter markups tags like "#2.0" as "#2" but those tags only be matched with the query of "#2.0". so, we should handle a punctuation within a string as a normal letter and should strip it only if it is followed by white space.
4 months ago Yoshiki Yazawa hash tag should not include punctuation.
4 months ago Yoshiki Yazawa gtkimhtml easily be fooled if the buffer is not entity markuped.
4 months ago Yoshiki Yazawa better handling of non-ascii tag. now it properly handles tags in which the first ascii latter occurs in the beginning or mid of a non-ascii word.
4 months ago Yoshiki Yazawa properly set msgid to the posted message.
4 months ago Yoshiki Yazawa version bump to 0.9.0
4 months ago Yoshiki Yazawa fixed a bug that in_reply_to_status_id field had been ignored.
4 months ago Yoshiki Yazawa do not append "in_reply_to_status_id" when msdid is 0.
4 months ago Yoshiki Yazawa improved handling of RT string
4 months ago Yoshiki Yazawa implemented reply, favorite, retweet functionalities. these are quite raw, be careful!
4 months ago Yoshiki Yazawa revised tag pattern
4 months ago Yoshiki Yazawa tentative support for non-ascii hash tag in twitter
5 months ago Yoshiki Yazawa Added tag 0.8.5.2 for changeset 38a2ef743019
5 months ago Yoshiki Yazawa version bump to 0.8.5.20.8.5.2
5 months ago Yoshiki Yazawa changed twitter default icon
5 months ago Yoshiki Yazawa icon file whose name contains utf-8 kanji characters can be retrieved now.
5 months ago Yoshiki Yazawa try g_uri_escape_string() instead of picky purple_url_encode().
5 months ago Yoshiki Yazawa Added tag 0.8.5.1 for changeset ba5ac8d6c5bb
5 months ago Yoshiki Yazawa version bump to 0.8.5.10.8.5.1
5 months ago Yoshiki Yazawa fixed breakage of twitter icon retrieval.
6 months ago Yoshiki Yazawa use API to obtain icon in friendfeed service
6 months ago Yoshiki Yazawa Added tag 0.8.5 for changeset 3cef49158bad
6 months ago Yoshiki Yazawa update README0.8.5
6 months ago Yoshiki Yazawa version bump to 0.8.5
6 months ago Yoshiki Yazawa suppress warning in particular environment.
7 months ago Yoshiki Yazawa relaxed the pattern for jisko's icon url more.
8 months ago Yoshiki Yazawa relaxed the pattern for jisko's icon url.
8 months ago Yoshiki Yazawa better workaround for the bug of pidgin 2.5.x that purple_markup_unescape_entity() returns wrong entity length for a string in hexadecimal numeric expression.
8 months ago Yoshiki Yazawa fix for memory overrun
8 months ago Yoshiki Yazawa use .dat extension for icons uniformly.
8 months ago Yoshiki Yazawa wassr's icon url does not end with an extension, so we must use a strstr variants to detect image format.
8 months ago Yoshiki Yazawa more robust image type detection.
8 months ago Yoshiki Yazawa Added tag 0.8.4 for changeset 13b268d9d034
8 months ago Yoshiki Yazawa bump to version 0.8.4.0.8.4
8 months ago Yoshiki Yazawa status id now exceeds int32 limit.
8 months ago Yoshiki Yazawa tweak debug messages
9 months ago Yoshiki Yazawa ffeed has changed IM feed format
9 months ago Yoshiki Yazawa more ffeed support:
9 months ago Yoshiki Yazawa fix notation for friendfeed
9 months ago Yoshiki Yazawa added preliminary support for friendfeed.
10 months ago Yoshiki Yazawa #tag should be interpreted as search tag only if it appears in the beginning of line or it is separated by white space.
10 months ago Yoshiki Yazawa fixed a bug that NUM_REGPS had not been incremented.
10 months ago Yoshiki Yazawa experimental support for search tags in twitter.
11 months ago Yoshiki Yazawa relaxed gtk requirement.
11 months ago Yoshiki Yazawa Added tag 0.8.3 for changeset ea9973e6903c
11 months ago Yoshiki Yazawa update README.0.8.3
11 months ago Yoshiki Yazawa tweaked makefile for windows.
11 months ago Yoshiki Yazawa update README
11 months ago Yoshiki Yazawa update dependency. glib-2.16.0 or above is needed.
11 months ago Yoshiki Yazawa do not apply xml escape to sending message.
11 months ago Yoshiki Yazawa drop d1 from version string
11 months ago Yoshiki Yazawa use pattern https? instead of http for icon URLs. twitter.com began to use https for some users.