log libpurple/protocols/msn/soap.c @ 25407:651cdeab9b99

age author description
Mon, 02 Feb 2009 16:13:11 +0000 Daniel Atallah conn->current_request can be NULL here.
Sun, 11 Jan 2009 22:31:01 +0000 Ka-Hing Cheung make this toggleable via env instead of #define
Sun, 11 Jan 2009 22:28:21 +0000 Ka-Hing Cheung disapproval of revision '86902651768595e46a7e1225a210055c92954448'
Sun, 11 Jan 2009 22:27:23 +0000 Ka-Hing Cheung make this togglable via env rather than #define
Thu, 18 Dec 2008 10:05:58 +0000 Mark Doliner I'm guessing this is what was intended here?
Thu, 18 Dec 2008 07:25:37 +0000 Ka-Hing Cheung a patch from eperez that corrects EOF detection, Fixes #7726
Mon, 15 Dec 2008 00:08:45 +0000 Ka-Hing Cheung fixes a crash, I think I've seen this before somewhere else
Tue, 25 Nov 2008 21:35:59 +0000 Mark Doliner Remove the timer if sess->soap_table is NULL. I don't think this ever
Tue, 25 Nov 2008 02:43:56 +0000 Mark Doliner Use separate variables to keep track of the timer and the watcher.
Tue, 25 Nov 2008 02:18:00 +0000 Mark Doliner Formatting change: Split these if statements on to two lines
Tue, 25 Nov 2008 02:08:22 +0000 Mark Doliner I don't believe message should ever be null
Tue, 25 Nov 2008 02:02:21 +0000 Mark Doliner Minor whitespace changes and shuffle functions around to be in a more
Tue, 25 Nov 2008 01:32:20 +0000 Mark Doliner Is it valid to use purple_timeout_remove() to remove a timer when
Thu, 13 Nov 2008 08:26:12 +0000 Mark Doliner Use purple_timeout_add_seconds() instead of purple_timeout_add() in a
Thu, 11 Sep 2008 04:19:37 +0000 Ka-Hing Cheung shuffle some code around to make sure are using the right errno,
Sat, 30 Aug 2008 03:41:18 +0000 Elliott Sales de Andrade Print out SOAP response data as it's received in chunks. Sure, that
Fri, 15 Aug 2008 04:31:38 +0000 Elliott Sales de Andrade I seem to have accidentally turned on those "unsafe" SOAP debug messages.
Wed, 13 Aug 2008 15:25:51 +0000 Will Thompson Relegate XML dumped by msn's SOAP code to MISC from INFO.
Fri, 01 Aug 2008 02:04:36 +0000 Elliott Sales de Andrade Get rid of MsnSlpSession entirely. It only seems to link to MsnSlpCall
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
Sat, 12 Jul 2008 06:44:19 +0000 Elliott Sales de Andrade Take care of more cleanup in the MSN code.
Sat, 28 Jun 2008 06:01:22 +0000 Elliott Sales de Andrade Clean up some MSN SOAP stuff.
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)
Wed, 26 Dec 2007 00:34:50 +0000 Elliott Sales de Andrade Patch 3 from Qulogic, this one updates contact list actions to use ticket
Fri, 06 Jun 2008 22:46:04 +0000 Mark Doliner Delete trailing whitespace
Sat, 03 May 2008 02:12:26 +0000 John Bailey This cleans up a bunch of warnings that stem from the fact that size_t and
Tue, 18 Dec 2007 15:56:06 +0000 Stu Tomlinson Move some curly braces around so static analysis tools can properly detect
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Wed, 24 Oct 2007 02:48:32 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head 267f2e22b77cc35309c41a034169f74faaa46e1f)
Sun, 14 Oct 2007 22:18:59 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head cf95a43fbd6666b7d2e750c182d7b85b047582c0)
Thu, 04 Oct 2007 06:13:01 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head cd2be742f6c45c200000003fc5a6341297bbe857)
Fri, 19 Oct 2007 03:03:45 +0000 Kevin Stange Fix compile with --enable-debug
Thu, 18 Oct 2007 23:51:10 +0000 Daniel Atallah Fix some leaks and prevent some unnecessary allocations and frees.
Mon, 08 Oct 2007 15:34:58 +0000 Daniel Atallah Fix leak when initializing msn soap request.
Thu, 04 Oct 2007 02:42:15 +0000 Carlos Silva merge of '701fb7aea7a77b05725227038ec645441c76668c'
Thu, 04 Oct 2007 01:40:20 +0000 Carlos Silva Correctly remove a buddy from the Pending list after it is accepted.
Thu, 04 Oct 2007 01:12:08 +0000 Daniel Atallah Cleanup the SOAP SSL flag to be a gboolean for clarity. Various sanity checks, sanity checking and I think a couple leak fixes too for the offline IM code.
Wed, 03 Oct 2007 00:33:44 +0000 Sean Egan Hylke made a new win32 installer pixmap
Wed, 19 Sep 2007 06:08:42 +0000 Carlos Silva Make use of the GQueue in MsnSoapConn to manage the SOAP requests, allowing them to work perfectly even when dispatching multiple requests at once.
Wed, 19 Sep 2007 06:20:08 +0000 Ka-Hing Cheung beginning of soap layer rewrite, does that even compile?
Sun, 09 Sep 2007 01:42:46 +0000 Ka-Hing Cheung cleans up ownership of soap callback data, this soap stuff is perfect
Sat, 08 Sep 2007 01:28:00 +0000 Sadrul Habib Chowdhury Reset unsigned ints to 0 instead of to -1.
Thu, 06 Sep 2007 06:58:29 +0000 Ka-Hing Cheung mostly fixed offline messaging, still 2 bugs:
Mon, 03 Sep 2007 20:32:57 +0000 Carlos Silva Fix a bug where we were g_strdup'ing a previously freed pointer. Thanks to khc for the debugging.
Tue, 28 Aug 2007 03:54:18 +0000 Carlos Silva Make buddy and group management actually work, add some SOAP templates, redesign some parts of code and separate some bigger functions into its smaller tasks which are completely unrelated to each other
Wed, 08 Aug 2007 23:01:44 +0000 Carlos Silva Improve MSN_SOAP_DEBUG and workaround a Win32 bug which would case Pidgin to consume insane amounts of memory when printing a large string to the Debug Window.
Tue, 07 Aug 2007 22:07:26 +0000 Carlos Silva msn_soap_read_buf() shouldn't be used after calling soapconn->read_cb as this callback function can sometimes free soapconn (such as in nexus_login_read_cb after closing nexus connection)
Tue, 07 Aug 2007 02:37:58 +0000 Carlos Silva Add the possibility to create an Address Book, useful for newly registered MSN users.
Tue, 17 Jul 2007 00:35:50 +0000 Carlos Silva Misc cleanups, better error handling, and print the Address Book received from the server in a human readable way.
Sat, 07 Jul 2007 19:55:14 +0000 Carlos Silva Fix authentication failures handling (ticket 1246) and fix some compiler warnings
Sat, 19 May 2007 22:48:25 +0000 Ka-Hing Cheung Handles SOAP redirects, thanks Sebasti«”n E. Peyrott
Sun, 15 Apr 2007 05:39:09 +0000 Richard Laager Really the last of the merge changes.
Sun, 15 Apr 2007 04:59:43 +0000 Richard Laager Fix up some gaim -> purple issues.
Sun, 15 Apr 2007 03:43:17 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 98b6b547b29ea1192b73cc4e1de1e674edef4328)