log libpurple/protocols/msn/oim.c @ 32805:997570b274d1

age author description
Sat, 18 Feb 2012 23:26:02 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin.2.x.y' (head 9e9d09486a04f5adb2e51b0f5aada69a9b053e93)
Mon, 06 Feb 2012 22:42:32 +0000 Elliott Sales de Andrade Pluck fixes for OIM charset conversion.
Sat, 28 Jan 2012 06:20:21 +0000 Elliott Sales de Andrade This extra if-level can be dropped.
Sat, 28 Jan 2012 06:19:17 +0000 Elliott Sales de Andrade We know the length of decode_msg here.
Sat, 28 Jan 2012 06:05:48 +0000 Elliott Sales de Andrade Add newlines to debug messages, and word-wrap lines.
Thu, 26 Jan 2012 03:00:33 +0000 masca Apply second patch from xnyhps this time to show the message salvaged to user.
Fri, 20 Jan 2012 05:15:22 +0000 thijsalkemade MSN Patch from Thijs (xnyhps) Alkemade which do verify/convert to UTF-8
Sat, 01 Oct 2011 21:04:35 +0000 andrew victor Convert code to use the purple_account accessor functions.
Mon, 14 Mar 2011 04:15:33 +0000 Elliott Sales de Andrade Add another possible reason for updating the OIM token. This was found
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Wed, 15 Dec 2010 00:00:12 +0000 Elliott Sales de Andrade Fix a leak if an OIM SOAP request failed, probably due to the account
Mon, 22 Nov 2010 07:40:23 +0000 Mark Doliner msn_message_destroy() calls msn_message_unref() if refcount>0. This is
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.
Mon, 08 Feb 2010 07:41:15 +0000 Mark Doliner Rename "attribute" to "header" in a bunch of places. The SLP protocol
Sat, 24 Oct 2009 07:53:02 +0000 Elliott Sales de Andrade Fix a crash when sending OIMs on MSN. The callback function used after
Fri, 09 Oct 2009 17:33:16 +0000 Sadrul Habib Chowdhury Fix an incorrect leak-fix. Thanks Elliott!
Thu, 08 Oct 2009 21:31:18 +0000 Sadrul Habib Chowdhury Fix a leak, and a series of typos.
Tue, 15 Sep 2009 01:04:11 +0000 Ka-Hing Cheung Dimmuxx noticed that retrieving OIM didn't work for him until he
Sat, 22 Aug 2009 23:32:38 +0000 Paul Aurich Oops, Elliott correctly pointed out this was wrong...
Sat, 22 Aug 2009 02:57:41 +0000 Paul Aurich Fix some more incorrect addresses.
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Thu, 14 May 2009 21:16:58 +0000 Daniel Atallah propagate from branch 'im.pidgin.pidgin.2.5.5.veracode' (head 1744a346c5951c97b5d6ec102b49606f3dd918cc)
Sun, 10 May 2009 22:06:08 +0000 Ka-Hing Cheung correctly NULL terminate all the arrays since that's what gtknotify assumes,
Sat, 21 Mar 2009 02:20:52 +0000 Elliott Sales de Andrade Add some missing newlines in debug messages.
Thu, 14 May 2009 21:17:11 +0000 Daniel Atallah propagate from branch 'im.pidgin.pidgin.2.5.5.veracode' (head 1744a346c5951c97b5d6ec102b49606f3dd918cc)
Sun, 10 May 2009 23:25:26 +0000 Paul Aurich *** Plucked rev f9080d0b (khc@pidgin.im):
Sat, 02 May 2009 19:33:22 +0000 Daniel Atallah Prevent a NUL ptr deref when the passport is malformed.
Thu, 08 Jan 2009 14:15:16 +0000 Stu Tomlinson I have no idea if this check is needed, but it looked a bit risky without it
Sat, 27 Dec 2008 09:32:38 +0000 Elliott Sales de Andrade Apparently X-OIM-Proxy was not a good way to decide that we received a
Mon, 15 Dec 2008 03:00:20 +0000 Elliott Sales de Andrade For processing mobile OIM's, fix a crash when searching through each part
Mon, 15 Dec 2008 02:22:01 +0000 Elliott Sales de Andrade Fix a crashy little typo.
Mon, 15 Dec 2008 01:40:52 +0000 Elliott Sales de Andrade Add support for receiving MSN offline messages that were sent from a mobile
Mon, 15 Dec 2008 00:49:35 +0000 Elliott Sales de Andrade Clean up msn_oim_report_to_user to avoid extra g_strdup's and call strchr
Sun, 03 Aug 2008 23:55:06 +0000 Elliott Sales de Andrade Fix a leak when requesting OIM's. Also removed some unnecessary
Tue, 29 Jul 2008 07:01:30 +0000 Elliott Sales de Andrade Don't print SOAP messages to debug log for "secure" requests. This is
Tue, 29 Jul 2008 06:12:40 +0000 Elliott Sales de Andrade Use a URL to open MSN Hotmail inbox instead of a temporary file.
Fri, 18 Jul 2008 01:00:52 +0000 Elliott Sales de Andrade Fix up some spelling mistakes in MSN oim.c.
Thu, 17 Jul 2008 04:52:32 +0000 Elliott Sales de Andrade Avoid a crash in OIM processing if the request was cancelled outside of
Wed, 16 Jul 2008 03:53:28 +0000 Elliott Sales de Andrade Commit the changes to oim.h that I forgot last time. Fixes #6343,
Wed, 16 Jul 2008 02:39:15 +0000 Ka-Hing Cheung fixes a crash and probably more correct and definitely easier to understand
Tue, 15 Jul 2008 01:42:01 +0000 Elliott Sales de Andrade When sending MSN OIM's, wrap Base64'd text at 76 characters. Because
Sat, 12 Jul 2008 04:42:24 +0000 Elliott Sales de Andrade The great MSN debug message cleanup! Threw in a few whitespace fixes,
Sat, 28 Jun 2008 08:08:22 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head b5d22abac579cbb2742419d7d2d7ea33caa56e39)
Sat, 28 Jun 2008 06:01:22 +0000 Elliott Sales de Andrade Clean up some MSN SOAP stuff.
Sat, 21 Jun 2008 06:11:29 +0000 Elliott Sales de Andrade Apparently, when the token expires, OIM requests get a
Fri, 20 Jun 2008 05:36:18 +0000 Elliott Sales de Andrade Make errors when sending OIM's more visible.
Fri, 20 Jun 2008 05:15:49 +0000 Elliott Sales de Andrade Change msn_oim_parse_timestamp to match purple_str_to_time more
Sat, 07 Jun 2008 06:12:44 +0000 Elliott Sales de Andrade Correctly update MSN OIM tokens when an invalid token error is
Sat, 07 Jun 2008 03:10:15 +0000 Elliott Sales de Andrade explicit merge of '9d90ebdb7e38fdd77bb504bc3302a083616360d9'
Wed, 14 May 2008 04:38:26 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head e1c49c9ec5c6869ed9813feccd8ee41d2ca40f35)
Sat, 12 Jan 2008 23:32:00 +0000 Elliott Sales de Andrade References #4382, fixes receiving too many offline messages
Sat, 12 Jan 2008 23:26:29 +0000 Elliott Sales de Andrade References #4382, replaces usage of msn_soap_xml_get with xmlnode_get_child
Sat, 12 Jan 2008 23:25:18 +0000 Elliott Sales de Andrade References #4382, fixes getting offline messages in p15
Wed, 26 Dec 2007 02:30:07 +0000 Ka-Hing Cheung fixed a memleak or 3, or maybe 4, or 5. Some of these applies to the p14
Wed, 26 Dec 2007 01:22:00 +0000 Ka-Hing Cheung fix sending offline message in p15 by sending the correct token. In msnp14,
Wed, 26 Dec 2007 00:33:39 +0000 Elliott Sales de Andrade Patch 1 from Qulogic, this one mostly updates the version sent by pidgin
Thu, 26 Jun 2008 09:07:56 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.4.3' (head 709ec9c29e9d76eebbded25061107ef0a2a2b148)
Fri, 06 Jun 2008 22:46:04 +0000 Mark Doliner Delete trailing whitespace
Thu, 19 Jun 2008 06:46:15 +0000 Ka-Hing Cheung temporary workaround for too many OIMs, References #5984