log libpurple/protocols/yahoo/libymsg.c @ 30430:351d07aefb09

age author description
Mon, 23 Aug 2010 00:52:24 +0000 Elliott Sales de Andrade Kill off many dead assignments and any useless remaining variables.
Sat, 14 Aug 2010 05:17:38 +0000 Elliott Sales de Andrade Fix some "Dead nested assignment"s and then kill off some useless
Sun, 01 Aug 2010 20:21:20 +0000 Paul Aurich yahoo: Avoid misuse of purple_normalize
Sat, 19 Jun 2010 16:15:19 +0000 John Bailey So it turns out the name vs oname thing wasn't a typo on Mark's part. I just
Thu, 17 Jun 2010 22:23:38 +0000 John Bailey merge of '17361f09097a5f1f0b18ee376798623ad992ef35'
Thu, 17 Jun 2010 22:21:53 +0000 Sadrul Habib Chowdhury Initialize pointer, fix a typo to fix a crash.
Thu, 17 Jun 2010 22:20:25 +0000 John Bailey Fix a typo and solve a crash. g_free() is not safe on uninitialized pointers.
Thu, 17 Jun 2010 21:06:00 +0000 Mark Doliner Minor cleanup
Mon, 14 Jun 2010 14:10:42 +0000 John Bailey Fix a mistake I made with the fallback code. Refs #11986.
Sun, 13 Jun 2010 23:07:24 +0000 John Bailey Very hackily implement a fallback mechanism in Yahoo, but not for Yahoo Japan
Sat, 12 Jun 2010 02:41:35 +0000 John Bailey Change the function of the "proxy_ssl" account option to cover regular HTTP
Sun, 16 May 2010 20:56:47 +0000 Paul Aurich yahoo: Fix a few race-condition crashes at login
Sun, 11 Apr 2010 05:15:29 +0000 Paul Aurich yahoo: Add a FIXME. Refs #10346, #10746.
Sat, 10 Apr 2010 21:28:07 +0000 Sadrul Habib Chowdhury Fix a typo and a memleak.
Sat, 10 Apr 2010 19:45:47 +0000 John Bailey Leaking the B cookie is bad.