log libpurple/protocols/msn/msg.c @ 32827:4a34689eeb33 default tip

age author description
Sat, 19 Nov 2011 14:42:54 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin default tip
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Sat, 01 Oct 2011 21:04:35 +0000 andrew victor Convert code to use the purple_account accessor functions.
Mon, 26 Sep 2011 14:57:21 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Fri, 02 Sep 2011 19:50:58 +0000 Elliott Sales de Andrade Be a bit more specific about removing non-local MSN objects, which
Tue, 07 Jun 2011 13:42:47 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Mon, 09 May 2011 22:56:29 +0000 Elliott Sales de Andrade Getting the P2P version is probably the slplink's job, since it has
Mon, 09 May 2011 22:17:03 +0000 Elliott Sales de Andrade I've always wondered why the SB layer was parsing the P2P stuff, when
Mon, 09 May 2011 08:06:27 +0000 Elliott Sales de Andrade Get the P2P version based on the user. Still hard-coded as v1 though.
Thu, 17 Mar 2011 20:25:26 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Mon, 14 Mar 2011 01:04:08 +0000 Elliott Sales de Andrade Check for SlpMsgPart before printing it to the debug log. This would
Sat, 12 Feb 2011 04:17:09 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Thu, 20 Jan 2011 06:43:45 +0000 Elliott Sales de Andrade Try to hide all P2P fields away behind accessor functions.
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Tue, 21 Dec 2010 21:05:26 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Wed, 15 Dec 2010 23:10:13 +0000 Elliott Sales de Andrade Use the unref functions everywhere, instead of destroy. I also removed
Wed, 15 Dec 2010 22:10:55 +0000 Elliott Sales de Andrade I son't think we need this function anymore.
Wed, 15 Dec 2010 22:04:08 +0000 Elliott Sales de Andrade Fix typo
Wed, 15 Dec 2010 04:17:59 +0000 Elliott Sales de Andrade As Mark did before, we probably don't need a return value from these
Tue, 23 Nov 2010 20:02:24 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Mon, 22 Nov 2010 07:43:56 +0000 Mark Doliner Nothing uses this return value, so stop returning it. I think it's weird
Mon, 22 Nov 2010 07:40:23 +0000 Mark Doliner msn_message_destroy() calls msn_message_unref() if refcount>0. This is
Sun, 21 Nov 2010 09:56:48 +0000 Elliott Sales de Andrade Fix a lot more leaks, some old, some new.
Wed, 10 Nov 2010 11:41:51 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Thu, 04 Nov 2010 04:50:18 +0000 Elliott Sales de Andrade One more dead assignment.
Thu, 29 Jul 2010 00:12:54 +0000 masca Process SlpMessageParts, a sequence of parts will generate a SlpMessage.
Wed, 07 Jul 2010 21:08:26 +0000 masca A Message may not have a part, use destroy which return silently when part == NULL instead of asserting.
Tue, 06 Jul 2010 19:00:21 +0000 masca Add support to ref/unref SlpMessageParts.
Tue, 06 Jul 2010 18:56:58 +0000 masca Set the correct length of the data before calling the function to process it.
Tue, 06 Jul 2010 18:51:44 +0000 masca Print SLP data as text if it's a negociating session message.
Tue, 22 Jun 2010 22:39:28 +0000 masca Destroy Part when the Message is destroyed.
Tue, 22 Jun 2010 22:03:55 +0000 masca Prevent a crash, this should never happen. It needs a little more work before being fixed.
Sat, 19 Jun 2010 22:29:55 +0000 masca Move MsnMessage callbacks to msn.c instead of polluting everywhere.
Wed, 16 Jun 2010 22:12:07 +0000 masca Migrate MsnMessage code to use Parts instead of the whole SlpMessage.
Wed, 09 Jun 2010 22:59:16 +0000 masca Remove replaced code.
Tue, 08 Jun 2010 21:32:12 +0000 masca Use slp parse code that was just moved to SlpMessage since it belongs there
Fri, 04 Jun 2010 00:21:00 +0000 masca Use convenient p2p functions to avoid code here. There is a lot more code duplication to fix here.
Thu, 03 Jun 2010 21:50:45 +0000 masca Drop Binary from the struct name.
Thu, 03 Jun 2010 21:44:36 +0000 masca Drop MsnSlpFooter in favor of MsnP2pFooter.
Thu, 03 Jun 2010 21:41:43 +0000 masca Drop MsnSlpHeader in favor of MsnP2pBinaryHeader.
Fri, 28 May 2010 22:45:52 +0000 masca Include internal.h on each c file to avoid windows breakage as recommended by Daniel.
Fri, 28 May 2010 08:05:38 +0000 masca Remove unnecesary includes from msn.h.
Wed, 26 May 2010 20:01:05 +0000 masca propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head 6f45ed65a9417053e242214f5c2bc51028f8e01f)
Sat, 22 May 2010 06:27:18 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head cd770a44f05f96d1e74ea761e614d1a468ba60df)
Wed, 26 May 2010 03:16:48 +0000 masca Don't treat messages got from ourself from a switchboard like a new message. This fixes the multiple conversation open with ourself.
Mon, 10 May 2010 23:21:44 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head f6cdf8776559775f9a4a72563e69741e139518bd)
Thu, 18 Feb 2010 16:59:04 +0000 masca propagate from branch 'im.pidgin.pidgin' (head 624bba8bd37445c496620c94bfe6da7da8af2ee4)
Tue, 09 Feb 2010 01:55:36 +0000 Mark Doliner I don't believe there's any reason to duplicate this string.
Mon, 08 Feb 2010 07:41:15 +0000 Mark Doliner Rename "attribute" to "header" in a bunch of places. The SLP protocol
Tue, 25 May 2010 22:21:47 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Thu, 20 May 2010 08:14:20 +0000 Elliott Sales de Andrade Wait, command can't be both INVITE and CANCEL at the same time.
Tue, 11 May 2010 06:32:00 +0000 Elliott Sales de Andrade merge of '8995bf8c14c5b7fb67a84a18ba9bf73e7be3fca8'
Fri, 07 May 2010 20:04:42 +0000 Elliott Sales de Andrade merge of '5378b2067023c1be51d87906196d87f03c9992e3'
Mon, 19 Apr 2010 07:11:46 +0000 Elliott Sales de Andrade More minor fixes. Spelling, extra variables, etc.
Wed, 17 Mar 2010 03:45:07 +0000 kukkerman Initial support for direct connections. Preliminary patch from ticket #247
Fri, 14 May 2010 17:24:16 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Tue, 11 May 2010 04:40:07 +0000 Elliott Sales de Andrade Use serv_got_im/serv_got_chat_in instead of purple_conversation_write so
Wed, 28 Apr 2010 19:22:17 +0900 Yoshiki Yazawa merged from im.pidgin.pidgin
Sun, 25 Apr 2010 21:40:25 +0000 Elliott Sales de Andrade Oops, make sure that check actually succeeds when it's supposed to.
Sun, 25 Apr 2010 21:29:40 +0000 Elliott Sales de Andrade I'm tired of seeing this warning.
Mon, 22 Feb 2010 16:05:25 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Mon, 16 Nov 2009 20:45:56 +0000 Marcus Lundblad Let _got_attention call _conversation_attention, instead of having prpls do it
Thu, 13 Aug 2009 17:42:44 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 70d69397ed952b26b453423c381c70d6783eb66d)
Tue, 28 Jul 2009 20:52:33 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 46ae10a850bb3c3ce9a3bb47a7de9edd4becdb93)
Sun, 12 Jul 2009 20:48:50 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 53abc38e3dfd2e9f8ae8c3e6532379d4b0dc333b)
Mon, 06 Jul 2009 17:40:06 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 6836b6429243a0b1f36354530521dda81b509fb5)
Mon, 13 Apr 2009 13:37:33 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab)
Tue, 24 Feb 2009 20:26:34 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 53ec2e73334e6dc99c29f0f13b5ebf4700f5a92c)
Fri, 06 Feb 2009 23:31:35 +0000 Marcus Lundblad This time it should be alright...
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 20:36:54 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
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.
Sat, 25 Jul 2009 04:54:36 +0000 Yoshiki Yazawa explicit merge of 'd957c051e839d63bfc0ef71320934890e7ae63c4'
Tue, 07 Jul 2009 06:09:35 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 921a6693312cc38dd6dbc93e91d6bf5c60938634)
Thu, 09 Apr 2009 04:17:31 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 3c568b43fb4447b65a2b06e6767340edd7763c53)
Tue, 24 Feb 2009 10:26:45 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 5aca19ea8964e864e3374ac4fd3c1c81cd23a426)
Mon, 02 Feb 2009 12:10:33 +0000 Yoshiki Yazawa - moved msn_plain_msg() and msn_control_msg() as upstream.
Mon, 02 Feb 2009 05:34:19 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head f3cf3ba10ebc911a27833496dcc4d4dca3de66c5)
Tue, 13 Jan 2009 16:17:56 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head e602a35f60e3d423d43bacc72fcb7239c8b43cf0)
Thu, 18 Dec 2008 05:23:37 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 571d5bf2fff9e937663ef53a174ae141999d6de2)
Mon, 17 Nov 2008 06:15:33 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head ca4b6e987b967927b0f8bd001bc33440a6885000)
Thu, 09 Oct 2008 09:27:47 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 05c26e9f58c2ab03f9f6d60143405f368789957d)
Tue, 07 Oct 2008 03:13:59 +0000 Yoshiki Yazawa fix for msn file transfer breakage.
Sun, 25 May 2008 04:30:41 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 217103c3e954ff2d295a6590ad3477d357894f9c)
Sat, 01 Mar 2008 14:39:04 +0000 Yoshiki Yazawa - revert msn_message_get_bin_data() and restore true sanitize code for incoming messages.
Fri, 29 Feb 2008 19:18:27 +0000 Yoshiki Yazawa - fix a bug accidentally introduced to msn plugin
Fri, 29 Feb 2008 17:56:13 +0000 Yoshiki Yazawa - import nosuke's hash 244 patch and others to yahoo plugin
Tue, 23 Oct 2007 03:25:27 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 4e59fcb1e2baf2eb63083224381e0af9fe1331cc)
Tue, 16 Oct 2007 07:48:36 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 8d61a119c53ac77e595d5ec300d30482b914bdf7)
Wed, 19 Sep 2007 08:27:28 +0000 Yoshiki Yazawa propagate from branch 'im.pidgin.pidgin' (head 1cb036aecbbe359226e69874379d39ce74c8daf6)
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.
Wed, 25 Apr 2007 07:57:26 +0000 Yoshiki Yazawa yaz patch has been applied.
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().