9
I Use This!
Inactive

Commits : Listings

Analyzed 42 minutes ago. based on code collected about 4 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added tag 0.9.2.1 for changeset 85e109dee063
yaz
as Yoshiki Yazawa
More... almost 13 years ago
- version bump to 0.9.2.1
yaz
as Yoshiki Yazawa
More... almost 13 years ago
compilation fix for gcc 4.6. patch by dai <[email protected]>
yaz
as Yoshiki Yazawa
More... almost 13 years ago
Added tag 0.9.2 for changeset e443df60ad95
yaz
as Yoshiki Yazawa
More... over 13 years ago
updated document for 0.9.2 release.
yaz
as Yoshiki Yazawa
More... over 13 years ago
do not escape pseudo command by default.
yaz
as Yoshiki Yazawa
More... over 13 years ago
removed password text box for twitter in preferences window due to transition to OAuth.
yaz
as Yoshiki Yazawa
More... over 13 years ago
- fixed memory leaks
yaz
as Yoshiki Yazawa
More... over 13 years ago
version bump to 0.9.2
yaz
as Yoshiki Yazawa
More... over 13 years ago
implement OAuth authentication.
yaz
as Yoshiki Yazawa
More... over 13 years ago
include in_reply_to information to the internal tag even in posting message
yaz
as Yoshiki Yazawa
More... almost 14 years ago
build fix for some versions of gcc
yaz
as Yoshiki Yazawa
More... about 14 years ago
shows a silly confirmation dialog before posting retweet. it is only for gathering feedbacks.
yaz
as Yoshiki Yazawa
More... about 14 years ago
fix typo
yaz
as Yoshiki Yazawa
More... about 14 years ago
check if string is null
yaz
as Yoshiki Yazawa
More... about 14 years ago
Added tag 0.9.1 for changeset 073bf8616a0a
yaz
as Yoshiki Yazawa
More... about 14 years ago
update document for 0.9.1 release
yaz
as Yoshiki Yazawa
More... about 14 years ago
embed "in reply to foo" link to each reply message
yaz
as Yoshiki Yazawa
More... over 14 years ago
add in_reply_to field to QT post
yaz
as Yoshiki Yazawa
More... over 14 years ago
add preliminary support for quotetweet and official retweet.
yaz
as Yoshiki Yazawa
More... over 14 years ago
fixed typo
yaz
as Yoshiki Yazawa
More... over 14 years ago
Added tag 0.9.0 for changeset 941f848b61c9
yaz
as Yoshiki Yazawa
More... over 14 years ago
- update requirement for pidgin to 2.6.0
yaz
as Yoshiki Yazawa
More... over 14 years ago
- twitter still requires preceding white space on a hash tag in almost all case.
yaz
as Yoshiki Yazawa
More... over 14 years ago
- removed the evil hack
yaz
as Yoshiki Yazawa
More... over 14 years ago
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.
yaz
as Yoshiki Yazawa
More... over 14 years ago
hash tag should not include punctuation.
yaz
as Yoshiki Yazawa
More... over 14 years ago
gtkimhtml easily be fooled if the buffer is not entity markuped.
yaz
as Yoshiki Yazawa
More... over 14 years ago
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.
yaz
as Yoshiki Yazawa
More... over 14 years ago
properly set msgid to the posted message.
yaz
as Yoshiki Yazawa
More... over 14 years ago