log

age author description
2008-08-25 Yoshiki Yazawa fix for a bug that apply_filter() would crash if both sender and buffer have been cleared.
2008-08-25 Yoshiki Yazawa implemented filtering functionality.
2008-08-22 Yoshiki Yazawa apply sanitize_utf() if it is available.
2008-08-22 Yoshiki Yazawa improved parrot blocker slightly.
2008-08-22 Yoshiki Yazawa changed length limit for identi.ca from 140 bytes to 140 characters.
2008-08-22 Yoshiki Yazawa improved parrot blocker. the string to be pushed should not be escaped.
2008-08-22 Yoshiki Yazawa now pidgin-twitter shows the default icon for identi.ca when a user has not uploaded the custom icon.
2008-08-14 Yoshiki Yazawa workaround for that wassr sometimes provides 128 pixel icon with broad white borders.
2008-08-13 Yoshiki Yazawa fixed a bug introduced in r198.
2008-08-12 Yoshiki Yazawa revised identi.ca tag support.
2008-08-12 Yoshiki Yazawa preliminary identi.ca tag support.
2008-08-12 Yoshiki Yazawa revised parrot blocker for identi.ca. now it compares stripped text and the stored message.
2008-08-11 Yoshiki Yazawa removed jisko support as a protest to their expulsion policy.
2008-08-11 Yoshiki Yazawa according to mojin, jisko limits each post to 140 bytes and requires at least 5 bytes. now letter counter for jisko takes account of this limit.
2008-08-10 Yoshiki Yazawa - changed the way of fetching icons for wassr. now pidgin-twitter downloads html first even for wassr.
2008-08-10 mikanbako a crash after a user switched using API was fixed. multiaccounts
2008-08-09 Yoshiki Yazawa make use of got_page_cb to obtain icons for jisko.
2008-08-09 Yoshiki Yazawa revised P_SENDER
2008-08-08 Yoshiki Yazawa tentative support for jisko.
2008-08-05 mikanbako move some UI definition of preferences per conversation from pidgin-twitter.c to prefs.ui multiaccounts
2008-08-05 Yoshiki Yazawa old version number remained. pointed out by umq.
2008-08-05 Yoshiki Yazawa Added tag 0.7.0 for changeset 3c7dfd65e728
2008-08-05 Yoshiki Yazawa finale touch up to README. 0.7.0
2008-08-05 mojin - fix typo and add some minor change
2008-08-05 Yoshiki Yazawa completed README. please check.
2008-08-05 mojin write section 4.5.4, might need more information or modification
2008-08-05 mojin add a note for password section to README
2008-08-05 Yoshiki Yazawa a bit more README
2008-08-05 mojin check typo by aspell and fix it
2008-08-04 Yoshiki Yazawa tweaked plugin info
2008-08-04 Yoshiki Yazawa tweaked labels in prefs.ui
2008-08-04 Yoshiki Yazawa work in progress README for 0.7.0
2008-08-04 mikanbako changed saving file that preferences per conversation from accounts.xml to prefs.xml multiaccounts
2008-08-04 Yoshiki Yazawa added missing prototypes.
2008-08-04 Yoshiki Yazawa keep posted statuses in the postedlist until they certainly become useless.
2008-08-03 mikanbako - fixed a problem that preferences per conversation die when its name of PurpleConversation changed. multiaccounts
2008-08-02 mikanbako removed some global preferences that was replaced preferences per conversation multiaccounts
2008-08-02 mikanbako fixed a problem that a notification is not prevented when a message was written from API. multiaccounts
2008-08-02 mikanbako trying to change from some global preferences to preferences per conversation multiaccounts
2008-07-31 mikanbako trying to make a dialog per conversation multiaccounts
2008-07-31 Yoshiki Yazawa multiaccounts branch has been created. multiaccounts
2008-07-30 Yoshiki Yazawa revised asymmetric bracket code.
2008-07-30 Yoshiki Yazawa work in progress asymmetric bracket code.
2008-07-30 Yoshiki Yazawa replaced hboxes in icon page of prefs.ui with tables.
2008-07-30 Yoshiki Yazawa made log output configurable.
2008-07-29 Yoshiki Yazawa - ceased use of purple_imgstore_*
2008-07-29 Yoshiki Yazawa suppress a warning. pointed out by iratqq.
2008-07-29 Yoshiki Yazawa we've got the official source value for pidgin-twitter.
2008-07-26 Yoshiki Yazawa clean up.
2008-07-26 Yoshiki Yazawa raise the default icon update threshold to 50 times or 7days.
2008-07-26 Yoshiki Yazawa revised http request. "broken_firewall" no longre needed?
2008-07-26 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.
2008-07-26 Yoshiki Yazawa now it falls back to twitter default icon if the user has not set custom icon.
2008-07-25 Yoshiki Yazawa should remove old icon files when pidgin-twitter create new one.
2008-07-25 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.
2008-07-25 Yoshiki Yazawa revised handler for destroy signal in config dialog.
2008-07-25 Yoshiki Yazawa now interval setting from UI takes effect immediately.
2008-07-25 Yoshiki Yazawa added UI for configuring retrieve interval.
2008-07-25 Yoshiki Yazawa fixed a bug around strchr() pointed out by mojin.
2008-07-25 Yoshiki Yazawa implemented UI for configuring icon update.