pidgin-twitter

log

age author description
8 months ago Yoshiki Yazawa Added tag 0.9.2.1 for changeset 85e109dee063default tip
8 months ago Yoshiki Yazawa - version bump to 0.9.2.10.9.2.1
8 months ago Yoshiki Yazawa compilation fix for gcc 4.6. patch by dai <d+pidgin@vdr.jp>
17 months ago Yoshiki Yazawa Added tag 0.9.2 for changeset e443df60ad95
17 months ago Yoshiki Yazawa updated document for 0.9.2 release.0.9.2
17 months ago Yoshiki Yazawa do not escape pseudo command by default.
17 months ago Yoshiki Yazawa removed password text box for twitter in preferences window due to transition to OAuth.
17 months ago Yoshiki Yazawa - fixed memory leaks
17 months ago Yoshiki Yazawa version bump to 0.9.2
17 months ago Yoshiki Yazawa implement OAuth authentication.
20 months ago Yoshiki Yazawa include in_reply_to information to the internal tag even in posting message
21 months ago Yoshiki Yazawa build fix for some versions of gcc
21 months ago Yoshiki Yazawa shows a silly confirmation dialog before posting retweet. it is only for gathering feedbacks.
22 months ago Yoshiki Yazawa fix typo
22 months ago Yoshiki Yazawa check if string is null
22 months ago Yoshiki Yazawa Added tag 0.9.1 for changeset 073bf8616a0a
22 months ago Yoshiki Yazawa update document for 0.9.1 release0.9.1
2009-12-14 Yoshiki Yazawa embed "in reply to foo" link to each reply message
2009-12-14 Yoshiki Yazawa add in_reply_to field to QT post
2009-12-12 Yoshiki Yazawa add preliminary support for quotetweet and official retweet.
2009-10-19 Yoshiki Yazawa fixed typo
2009-10-19 Yoshiki Yazawa Added tag 0.9.0 for changeset 941f848b61c9
2009-10-18 Yoshiki Yazawa - update requirement for pidgin to 2.6.00.9.0
2009-10-18 Yoshiki Yazawa - twitter still requires preceding white space on a hash tag in almost all case.
2009-10-18 Yoshiki Yazawa - removed the evil hack
2009-10-18 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.
2009-10-18 Yoshiki Yazawa hash tag should not include punctuation.
2009-10-15 Yoshiki Yazawa gtkimhtml easily be fooled if the buffer is not entity markuped.
2009-10-14 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.
2009-10-13 Yoshiki Yazawa properly set msgid to the posted message.
2009-10-13 Yoshiki Yazawa version bump to 0.9.0
2009-10-13 Yoshiki Yazawa fixed a bug that in_reply_to_status_id field had been ignored.
2009-10-13 Yoshiki Yazawa do not append "in_reply_to_status_id" when msdid is 0.
2009-10-13 Yoshiki Yazawa improved handling of RT string
2009-10-12 Yoshiki Yazawa implemented reply, favorite, retweet functionalities. these are quite raw, be careful!
2009-10-12 Yoshiki Yazawa revised tag pattern
2009-10-11 Yoshiki Yazawa tentative support for non-ascii hash tag in twitter
2009-09-20 Yoshiki Yazawa Added tag 0.8.5.2 for changeset 38a2ef743019
2009-09-20 Yoshiki Yazawa version bump to 0.8.5.20.8.5.2
2009-09-19 Yoshiki Yazawa changed twitter default icon
2009-09-19 Yoshiki Yazawa icon file whose name contains utf-8 kanji characters can be retrieved now.
2009-09-19 Yoshiki Yazawa try g_uri_escape_string() instead of picky purple_url_encode().
2009-09-19 Yoshiki Yazawa Added tag 0.8.5.1 for changeset ba5ac8d6c5bb
2009-09-19 Yoshiki Yazawa version bump to 0.8.5.10.8.5.1
2009-09-19 Yoshiki Yazawa fixed breakage of twitter icon retrieval.
2009-09-02 Yoshiki Yazawa use API to obtain icon in friendfeed service
2009-08-30 Yoshiki Yazawa Added tag 0.8.5 for changeset 3cef49158bad
2009-08-30 Yoshiki Yazawa update README0.8.5
2009-08-30 Yoshiki Yazawa version bump to 0.8.5
2009-08-30 Yoshiki Yazawa suppress warning in particular environment.
2009-07-27 Yoshiki Yazawa relaxed the pattern for jisko's icon url more.
2009-07-08 Yoshiki Yazawa relaxed the pattern for jisko's icon url.
2009-07-08 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.
2009-07-05 Yoshiki Yazawa fix for memory overrun
2009-07-02 Yoshiki Yazawa use .dat extension for icons uniformly.
2009-07-02 Yoshiki Yazawa wassr's icon url does not end with an extension, so we must use a strstr variants to detect image format.
2009-07-02 Yoshiki Yazawa more robust image type detection.
2009-06-13 Yoshiki Yazawa Added tag 0.8.4 for changeset 13b268d9d034
2009-06-13 Yoshiki Yazawa bump to version 0.8.4.0.8.4
2009-06-13 Yoshiki Yazawa status id now exceeds int32 limit.