Wed, 04 Nov 2009 18:41:21 +0000 |
Mark Doliner |
Fixes a bad MSN bug where passwords with multi-byte utf8 characters near
|
Sat, 10 Oct 2009 19:47:30 +0000 |
Sadrul Habib Chowdhury |
Fix a small leak.
|
Thu, 08 Oct 2009 15:32:04 +0000 |
Sadrul Habib Chowdhury |
Leak fix.
|
Sun, 15 Feb 2009 21:14:06 +0000 |
Elliott Sales de Andrade |
Add a missed g_slist_free.
|
Sun, 15 Feb 2009 02:11:58 +0000 |
Elliott Sales de Andrade |
I was hoping this wouldn't be necessary, but it seems that the possibility
|
Tue, 16 Dec 2008 02:21:33 +0000 |
Elliott Sales de Andrade |
Do something sane if the response is NULL when updating contact tokens,
|
Sun, 10 Aug 2008 22:08:39 +0000 |
Elliott Sales de Andrade |
Use MIN(strlen(password), 16) for MSN because g_markup_escape_text will
|
Fri, 01 Aug 2008 02:02:07 +0000 |
Elliott Sales de Andrade |
On MSN, escape the password since it's in an XML document. Didn't
|
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
|
Sun, 13 Jul 2008 21:04:23 +0000 |
Ka-Hing Cheung |
sadrul pointed out that I am dumb
|
Sun, 13 Jul 2008 19:55:55 +0000 |
Ka-Hing Cheung |
g_hash_table_remove_all is glib 2.12+ only
|
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 06:01:22 +0000 |
Elliott Sales de Andrade |
Clean up some MSN SOAP stuff.
|
Sat, 21 Jun 2008 06:15:38 +0000 |
Elliott Sales de Andrade |
Sometimes (after 24h+) when you request a MSN token update, you get a
|
Sun, 15 Jun 2008 06:22:25 +0000 |
Elliott Sales de Andrade |
Finally got MSN token updating working (I think).
|