log pidgin-twitter.h @ 355:0fe895195132

age author description
Thu, 26 Aug 2010 15:05:33 +0900 Yoshiki Yazawa implement OAuth authentication.
Sat, 10 Apr 2010 19:56:15 +0900 Yoshiki Yazawa fix typo
Mon, 14 Dec 2009 20:14:31 +0900 Yoshiki Yazawa embed "in reply to foo" link to each reply message
Sat, 12 Dec 2009 00:18:27 +0900 Yoshiki Yazawa add preliminary support for quotetweet and official retweet.
Sun, 18 Oct 2009 17:38:40 +0900 Yoshiki Yazawa - twitter still requires preceding white space on a hash tag in almost all case.
Sun, 18 Oct 2009 16:55:57 +0900 Yoshiki Yazawa - removed the evil hack
Sun, 18 Oct 2009 13:30:48 +0900 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.
Sun, 18 Oct 2009 03:49:46 +0900 Yoshiki Yazawa hash tag should not include punctuation.
Wed, 14 Oct 2009 14:55:55 +0900 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.
Tue, 13 Oct 2009 13:34:29 +0900 Yoshiki Yazawa fixed a bug that in_reply_to_status_id field had been ignored.
Mon, 12 Oct 2009 21:51:13 +0900 Yoshiki Yazawa implemented reply, favorite, retweet functionalities. these are quite raw, be careful!
Mon, 12 Oct 2009 01:45:36 +0900 Yoshiki Yazawa revised tag pattern
Sun, 11 Oct 2009 23:50:26 +0900 Yoshiki Yazawa tentative support for non-ascii hash tag in twitter
Sat, 19 Sep 2009 23:03:14 +0900 Yoshiki Yazawa changed twitter default icon
Sat, 19 Sep 2009 01:54:11 +0900 Yoshiki Yazawa fixed breakage of twitter icon retrieval.
Mon, 27 Jul 2009 21:35:40 +0900 Yoshiki Yazawa relaxed the pattern for jisko's icon url more.
Wed, 08 Jul 2009 15:00:21 +0900 Yoshiki Yazawa relaxed the pattern for jisko's icon url.
Thu, 02 Jul 2009 15:54:44 +0900 Yoshiki Yazawa use .dat extension for icons uniformly.
Sat, 13 Jun 2009 17:54:39 +0900 Yoshiki Yazawa status id now exceeds int32 limit.
Wed, 27 May 2009 17:44:13 +0900 Yoshiki Yazawa ffeed has changed IM feed format
Mon, 25 May 2009 22:47:44 +0900 Yoshiki Yazawa added preliminary support for friendfeed.
Sat, 25 Apr 2009 22:27:13 +0900 Yoshiki Yazawa #tag should be interpreted as search tag only if it appears in the beginning of line or it is separated by white space.
Sun, 19 Apr 2009 13:52:03 +0900 Yoshiki Yazawa fixed a bug that NUM_REGPS had not been incremented.
Thu, 16 Apr 2009 17:12:53 +0900 Yoshiki Yazawa experimental support for search tags in twitter.
Wed, 01 Apr 2009 01:26:00 +0900 Yoshiki Yazawa use pattern https? instead of http for icon URLs. twitter.com began to use https for some users.
Wed, 28 Jan 2009 23:17:40 +0900 Yoshiki Yazawa added group support for identi.ca.
Mon, 12 Jan 2009 00:59:41 +0900 Yoshiki Yazawa now message count can be specified in twitter API access.
Sat, 13 Dec 2008 03:34:19 +0900 Yoshiki Yazawa fixed recipient format for jisko
Fri, 12 Dec 2008 17:43:56 +0900 Yoshiki Yazawa adapted for laconica 0.6.4 in identi.ca service.
Thu, 04 Dec 2008 18:24:06 +0900 Yoshiki Yazawa - changed the pattern for twitter icons so that it may match to protected user's icon link too.
Wed, 26 Nov 2008 14:32:09 +0900 Yoshiki Yazawa - fixed a glitch in identi.ca icon pattern
Sat, 22 Nov 2008 18:01:18 +0900 Yoshiki Yazawa - divided the source file into several parts.
Wed, 15 Oct 2008 14:24:34 +0900 Yoshiki Yazawa eliminate blank line
Wed, 08 Oct 2008 19:48:13 +0900 Yoshiki Yazawa in jisko, fall back to default icon when custom icon is not available.
Tue, 07 Oct 2008 16:44:02 +0900 Yoshiki Yazawa restored jisko support.
Tue, 07 Oct 2008 14:51:22 +0900 Yoshiki Yazawa added a new feature that strips excessive consecutive new line characters.
Mon, 29 Sep 2008 12:25:29 +0900 Yoshiki Yazawa identi.ca tag requires '-' to be stripped as well.
Sat, 27 Sep 2008 15:14:30 +0900 Yoshiki Yazawa supports identi.ca's quirky tag notation.
Sat, 13 Sep 2008 01:20:13 +0900 Yoshiki Yazawa tweaked user pattern and channel pattern so that they can be matched regardless of surrounding anchor markups.
Tue, 09 Sep 2008 18:53:36 +0900 Yoshiki Yazawa adapted to the change of user name definition in wassr. now '-' can be included.
Sat, 06 Sep 2008 23:47:17 +0900 Yoshiki Yazawa revised the recipient pattern. new pattern can handle:
Sat, 06 Sep 2008 18:37:30 +0900 Yoshiki Yazawa tweaked the recipient pattern to allow mail addresses or some special strings such as "idolm@ster."
Wed, 03 Sep 2008 18:39:39 +0900 Yoshiki Yazawa expanded size of substitution buffer to 32KB. 128 bytes were not sufficient if both user name and channel name are rather long. tenforward reported this problem and umq pointed out the cause.
Fri, 29 Aug 2008 01:11:16 +0900 Yoshiki Yazawa revised receiving_im_cb(). conv may be NULL so that filter might not work for messages which arrived at before conversation has been established.
Wed, 27 Aug 2008 07:20:04 +0900 Yoshiki Yazawa added a feature of excluding reply to me from filter application.
Tue, 26 Aug 2008 18:56:06 +0900 Yoshiki Yazawa - trying a new way to suppress window blinking in WIN32
Mon, 25 Aug 2008 21:17:02 +0900 Yoshiki Yazawa implemented filtering functionality.
Sat, 23 Aug 2008 03:59:44 +0900 Yoshiki Yazawa improved parrot blocker slightly.
Fri, 22 Aug 2008 16:47:37 +0900 Yoshiki Yazawa now pidgin-twitter shows the default icon for identi.ca when a user has not uploaded the custom icon.
Thu, 14 Aug 2008 16:20:22 +0900 Yoshiki Yazawa workaround for that wassr sometimes provides 128 pixel icon with broad white borders.
Tue, 12 Aug 2008 18:01:36 +0900 Yoshiki Yazawa revised identi.ca tag support.
Tue, 12 Aug 2008 17:26:40 +0900 Yoshiki Yazawa preliminary identi.ca tag support.
Mon, 11 Aug 2008 14:31:54 +0900 Yoshiki Yazawa removed jisko support as a protest to their expulsion policy.
Sun, 10 Aug 2008 23:00:48 +0900 Yoshiki Yazawa - changed the way of fetching icons for wassr. now pidgin-twitter downloads html first even for wassr.
Sun, 10 Aug 2008 16:01:22 +0900 mikanbako a crash after a user switched using API was fixed. multiaccounts
Sat, 09 Aug 2008 13:42:12 +0900 Yoshiki Yazawa make use of got_page_cb to obtain icons for jisko.
Sat, 09 Aug 2008 12:20:29 +0900 Yoshiki Yazawa revised P_SENDER
Sat, 09 Aug 2008 04:47:18 +0900 Yoshiki Yazawa tentative support for jisko.
Tue, 05 Aug 2008 23:19:09 +0900 mikanbako move some UI definition of preferences per conversation from pidgin-twitter.c to prefs.ui multiaccounts
Tue, 05 Aug 2008 01:26:08 +0900 mikanbako changed saving file that preferences per conversation from accounts.xml to prefs.xml multiaccounts