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

age author description
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.