log libpurple/protocols/msn/oim.c @ 30961:356a8d472395

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