log

age author description
Sat, 26 Jul 2008 23:27:10 +0900 Yoshiki Yazawa clean up.
Sat, 26 Jul 2008 22:51:49 +0900 Yoshiki Yazawa raise the default icon update threshold to 50 times or 7days.
Sat, 26 Jul 2008 21:13:34 +0900 Yoshiki Yazawa revised http request. "broken_firewall" no longre needed?
Sat, 26 Jul 2008 15:48:26 +0900 Yoshiki Yazawa added a workaround for posting via broken firewall, for example notorious "watchguard". if you got error code 400, try hidden prefs value "broken_firewall" be 1.
Sat, 26 Jul 2008 13:23:27 +0900 Yoshiki Yazawa now it falls back to twitter default icon if the user has not set custom icon.
Sat, 26 Jul 2008 04:47:47 +0900 Yoshiki Yazawa should remove old icon files when pidgin-twitter create new one.
Sat, 26 Jul 2008 03:46:23 +0900 Yoshiki Yazawa fixed a bug that get_status_with_api() will never be called if pidgin-twitter started with api_based_post disabled. it must be submitted to main loop regardless of configuration.
Sat, 26 Jul 2008 01:18:24 +0900 Yoshiki Yazawa revised handler for destroy signal in config dialog.
Sat, 26 Jul 2008 00:41:23 +0900 Yoshiki Yazawa now interval setting from UI takes effect immediately.
Fri, 25 Jul 2008 21:23:18 +0900 Yoshiki Yazawa added UI for configuring retrieve interval.
Fri, 25 Jul 2008 18:39:19 +0900 Yoshiki Yazawa fixed a bug around strchr() pointed out by mojin.
Fri, 25 Jul 2008 16:53:43 +0900 Yoshiki Yazawa implemented UI for configuring icon update.
Fri, 25 Jul 2008 07:05:04 +0900 Yoshiki Yazawa work in progress icon update feature. the default thresholds have been set to 5 times or 1 day for testing.
Thu, 24 Jul 2008 21:49:20 +0900 Yoshiki Yazawa img_type for wassr is always png. it should be set in request_icon().
Thu, 24 Jul 2008 21:41:03 +0900 Yoshiki Yazawa fixed a typo
Thu, 24 Jul 2008 21:07:11 +0900 Yoshiki Yazawa back to 64 pixel icon for wassr. 128 pixel ones are usually better, but sometimes would be smaller image with broad white border so that resulting image would be extremely small.
Thu, 24 Jul 2008 21:00:34 +0900 Yoshiki Yazawa - in saving icon file for twitter, proper extension is used.
Thu, 24 Jul 2008 06:40:41 +0900 Yoshiki Yazawa removed old prefs stuff.
Thu, 24 Jul 2008 06:29:56 +0900 Yoshiki Yazawa replaced a occurrence of is_twitter_conv()
Thu, 24 Jul 2008 06:26:42 +0900 Yoshiki Yazawa screen_name should be initialized.
Wed, 23 Jul 2008 17:09:59 +0900 Yoshiki Yazawa relaxed the pattern for twitter image.
Wed, 23 Jul 2008 16:54:02 +0900 Yoshiki Yazawa fixed a problem that retrieving icon from twitter failed if file name contains '-'. pointed out by mojin.
Wed, 23 Jul 2008 15:41:59 +0900 Yoshiki Yazawa modified the way of encoding icon url.
Wed, 23 Jul 2008 15:14:38 +0900 Yoshiki Yazawa fixed a silly bug introduced in 140.
Wed, 23 Jul 2008 13:16:10 +0900 Yoshiki Yazawa url encode icon url before requesting.
Wed, 23 Jul 2008 12:09:25 +0900 Yoshiki Yazawa fix a bug that strip_html_markup() stalls if purple_markup_unescape_entity() returns NULL.
Wed, 23 Jul 2008 07:32:21 +0900 Yoshiki Yazawa temporal fix for identi.ca problems:
Wed, 23 Jul 2008 04:53:17 +0900 Yoshiki Yazawa fixed "off by one" bug.
Wed, 23 Jul 2008 03:53:59 +0900 Yoshiki Yazawa completely re-wrote strip_html_markup(). new function permits non-tag strings surrounded by <>.
Tue, 22 Jul 2008 20:00:03 +0900 Yoshiki Yazawa disconnect displaying_im_cb when unload.
Tue, 22 Jul 2008 18:44:09 +0900 Yoshiki Yazawa - changed the way of retrieving icons from twitter. now pidgin-twitter retrieves icon which is embedded in user page.
Mon, 21 Jul 2008 23:05:23 +0900 Yoshiki Yazawa fixed that combo boxes for sound type were slightly diffrent size.
Mon, 21 Jul 2008 21:34:22 +0900 Yoshiki Yazawa use PIDGIN_PREFIX to generate PIDGIN_DATA_DIR.
Mon, 21 Jul 2008 20:22:41 +0900 Yoshiki Yazawa adapted to BSD install.
Mon, 21 Jul 2008 12:26:28 +0900 Yoshiki Yazawa made password invisible.
Mon, 21 Jul 2008 12:06:56 +0900 Yoshiki Yazawa in win 32 environment, DATADIR cannot be resolved at compile time, so that use purple_user_dir() instead.
Mon, 21 Jul 2008 11:42:06 +0900 Yoshiki Yazawa minor fixes.
Mon, 21 Jul 2008 11:24:44 +0900 Yoshiki Yazawa somehow prefs.ui had been missing.
Mon, 21 Jul 2008 10:40:55 +0900 Yoshiki Yazawa switched to native gtk preferences dialog.
Sat, 19 Jul 2008 11:33:17 +0900 Yoshiki Yazawa replaced troublesome strptime() with our own function read_timestamp().
Fri, 18 Jul 2008 20:03:59 +0900 Yoshiki Yazawa - added new pref value for API based fetch interval.
Fri, 18 Jul 2008 19:17:30 +0900 Yoshiki Yazawa time offset in BSD extension has opposite sign
Fri, 18 Jul 2008 18:19:58 +0900 Yoshiki Yazawa - adapted to identi.ca changes.
Fri, 18 Jul 2008 07:47:30 +0900 Yoshiki Yazawa ensure struct tm cleared before use.
Fri, 18 Jul 2008 01:46:51 +0900 Yoshiki Yazawa a better way to keep time sane.
Fri, 18 Jul 2008 01:00:18 +0900 Yoshiki Yazawa - duplication avoidance for the posted messages has been implemented.
Thu, 17 Jul 2008 23:53:15 +0900 Konosuke Watanabe Add function that opens twitter's conversation window automatically when the
Wed, 16 Jul 2008 20:25:01 +0900 Yoshiki Yazawa try to remove duplication of message which posted by myself.
Wed, 16 Jul 2008 19:33:45 +0900 Yoshiki Yazawa fix reversed logic
Wed, 16 Jul 2008 19:19:10 +0900 Yoshiki Yazawa very preliminary twitter API get status feature.
Wed, 16 Jul 2008 01:30:28 +0900 Yoshiki Yazawa fix a bug that linkfy channel name does not work if msn style is turned on.
Tue, 15 Jul 2008 22:23:02 +0900 Yoshiki Yazawa tweaked configure dialog.
Tue, 15 Jul 2008 19:16:31 +0900 Yoshiki Yazawa cosmetic.
Tue, 15 Jul 2008 17:45:06 +0900 Yoshiki Yazawa added UI for icon size.
Tue, 15 Jul 2008 15:07:23 +0900 Yoshiki Yazawa made screen name for each service configurable.
Tue, 15 Jul 2008 14:09:55 +0900 mojin fix typo.
Tue, 15 Jul 2008 14:02:41 +0900 mojin documentation in configuration window.
Tue, 15 Jul 2008 12:32:06 +0900 Yoshiki Yazawa - do neither save nor cache icon image if pixbuf can not be obtained.
Mon, 14 Jul 2008 12:42:11 +0900 Yoshiki Yazawa modified clean targets
Mon, 14 Jul 2008 11:57:08 +0900 Yoshiki Yazawa eased the pattern for identi.ca icon