log libpurple/protocols/msn/msg.c @ 29271:385473abc18b

age author description
Fri, 06 Feb 2009 23:27:45 +0000 Marcus Lundblad Merge
Fri, 06 Feb 2009 23:19:27 +0000 Marcus Lundblad A little manual merge...
Mon, 10 Aug 2009 04:16:40 +0000 Elliott Sales de Andrade Send a cancel message for any unknown text/x-msmsgsinvite requests, so that
Sun, 09 Aug 2009 07:29:01 +0000 Elliott Sales de Andrade Print name of application in the invite to the debug log if it's available.
Fri, 17 Jul 2009 04:11:00 +0000 Elliott Sales de Andrade Only fall back to ISO-8859-1 for text/plain messages. This fixes some wrong
Sun, 12 Jul 2009 07:33:06 +0000 Elliott Sales de Andrade Apparently, I missed a few changes for purple_debug_is_verbose().
Fri, 10 Jul 2009 00:51:31 +0000 Elliott Sales de Andrade Change all MSN_DEBUG_* messages to use the new purple_debug_is_verbose call
Thu, 09 Jul 2009 05:37:37 +0000 Elliott Sales de Andrade Add support for receiving winks and audio clips on MSN. The resulting file
Mon, 06 Jul 2009 04:37:06 +0000 Elliott Sales de Andrade Add support for receiving handwritten (Ink) messages from MSN buddies.
Thu, 09 Apr 2009 01:38:23 +0000 Mike Ruprecht Notify the user if a contact invites them to a voice call over MSN.
Sun, 15 Feb 2009 23:08:38 +0000 Elliott Sales de Andrade Convert from ISO-8859-1 to UTF-8 if no charset is supplied. This should fix
Thu, 05 Feb 2009 04:23:14 +0000 Elliott Sales de Andrade Fix some warnings in some sometimes-commented-out debug messages.
Sun, 01 Feb 2009 09:06:34 +0000 Elliott Sales de Andrade Make message handlers more generic and able to work when used by the
Sun, 01 Feb 2009 08:25:57 +0000 Elliott Sales de Andrade Move some MSN message handlers from switchboard to general msg.c.
Sun, 11 Jan 2009 23:50:51 +0000 Ka-Hing Cheung Fixes #7373, the new live messenger client now sends Segoe UI as the default
Sun, 14 Dec 2008 23:14:34 +0000 Elliott Sales de Andrade When parsing MSN message payload headers, check for folded lines. The only
Wed, 12 Nov 2008 09:40:05 +0000 Mark Doliner It should be more efficient to just use g_mallc() and then manually
Tue, 30 Sep 2008 05:52:57 +0000 Ka-Hing Cheung attempts to resend message on switchboard error once, tested by maually
Fri, 23 May 2008 13:08:08 +0000 Stu Tomlinson Fix a TODO uncovered by Mark the other day. Instead of using a hacky
Tue, 20 May 2008 20:59:21 +0000 Mark Doliner When adding outgoing MSN commands to the MsnHistory, free
Fri, 19 Oct 2007 01:38:35 +0000 Daniel Atallah Cleanup some unnecessary NULL checks in g_strdup()/g_free().
Thu, 18 Oct 2007 23:51:10 +0000 Daniel Atallah Fix some leaks and prevent some unnecessary allocations and frees.
Mon, 15 Oct 2007 00:31:34 +0000 Daniel Atallah Fix some leaks.
Sun, 16 Sep 2007 18:06:22 +0000 Richard Laager explicit merge of '7ca52e5d60c8f4d7842faad73378b57df9db9007'
Sun, 16 Sep 2007 18:03:53 +0000 Richard Laager explicit merge of 'd565bd9a8e62d3302ac14bb7c3a68a52c0c6a65e'
Sat, 26 May 2007 13:59:07 +0000 Stu Tomlinson Revert a bunch of whitespace changes so reviewing a diff against
Sun, 15 Apr 2007 04:59:43 +0000 Richard Laager Fix up some gaim -> purple issues.
Sun, 15 Apr 2007 04:29:56 +0000 Richard Laager merge of 'b4911943cba6f29cf0694dfd563cac17612236dc'
Sun, 15 Apr 2007 03:43:17 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 98b6b547b29ea1192b73cc4e1de1e674edef4328)
Sun, 15 Apr 2007 04:12:27 +0000 Ka-Hing Cheung Committing khc's msnp14 changes from Trac Ticket #148. --rlaager
Tue, 11 Sep 2007 13:48:19 +0000 Evan Schoenberg Silence the warning that body_len might be used uninitialized in msn_message_gen_payload().
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/