9
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
May 14, 2024 — May 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
screen_name should be initialized.
yaz
as Yoshiki Yazawa
More... about 17 years ago
relaxed the pattern for twitter image.
yaz
as Yoshiki Yazawa
More... about 17 years ago
fixed a problem that retrieving icon from twitter failed if file name contains '-'. pointed out by mojin.
yaz
as Yoshiki Yazawa
More... about 17 years ago
modified the way of encoding icon url.
yaz
as Yoshiki Yazawa
More... about 17 years ago
fixed a silly bug introduced in 140.
yaz
as Yoshiki Yazawa
More... about 17 years ago
url encode icon url before requesting.
yaz
as Yoshiki Yazawa
More... about 17 years ago
fix a bug that strip_html_markup() stalls if purple_markup_unescape_entity() returns NULL.
yaz
as Yoshiki Yazawa
More... about 17 years ago
temporal fix for identi.ca problems:
yaz
as Yoshiki Yazawa
More... about 17 years ago
fixed "off by one" bug.
yaz
as Yoshiki Yazawa
More... about 17 years ago
completely re-wrote strip_html_markup(). new function permits non-tag strings surrounded by <>.
yaz
as Yoshiki Yazawa
More... about 17 years ago
disconnect displaying_im_cb when unload.
yaz
as Yoshiki Yazawa
More... about 17 years ago
- changed the way of retrieving icons from twitter. now pidgin-twitter retrieves icon which is embedded in user page.
yaz
as Yoshiki Yazawa
More... about 17 years ago
fixed that combo boxes for sound type were slightly diffrent size.
yaz
as Yoshiki Yazawa
More... about 17 years ago
use PIDGIN_PREFIX to generate PIDGIN_DATA_DIR.
yaz
as Yoshiki Yazawa
More... about 17 years ago
adapted to BSD install.
yaz
as Yoshiki Yazawa
More... about 17 years ago
made password invisible.
yaz
as Yoshiki Yazawa
More... about 17 years ago
in win 32 environment, DATADIR cannot be resolved at compile time, so that use purple_user_dir() instead.
yaz
as Yoshiki Yazawa
More... about 17 years ago
minor fixes.
yaz
as Yoshiki Yazawa
More... about 17 years ago
somehow prefs.ui had been missing.
yaz
as Yoshiki Yazawa
More... about 17 years ago
switched to native gtk preferences dialog.
yaz
as Yoshiki Yazawa
More... about 17 years ago
replaced troublesome strptime() with our own function read_timestamp().
yaz
as Yoshiki Yazawa
More... about 17 years ago
- added new pref value for API based fetch interval.
yaz
as Yoshiki Yazawa
More... about 17 years ago
time offset in BSD extension has opposite sign
yaz
as Yoshiki Yazawa
More... about 17 years ago
- adapted to identi.ca changes.
yaz
as Yoshiki Yazawa
More... about 17 years ago
ensure struct tm cleared before use.
yaz
as Yoshiki Yazawa
More... about 17 years ago
a better way to keep time sane.
yaz
as Yoshiki Yazawa
More... about 17 years ago
- duplication avoidance for the posted messages has been implemented.
yaz
as Yoshiki Yazawa
More... about 17 years ago
Add function that opens twitter's conversation window automatically when the More... about 17 years ago
try to remove duplication of message which posted by myself.
yaz
as Yoshiki Yazawa
More... about 17 years ago
fix reversed logic
yaz
as Yoshiki Yazawa
More... about 17 years ago