Thu, 13 Nov 2008 06:18:53 +0000 |
Mark Doliner |
Get rid of slplink->local_user because it's a copy of
|
Mon, 04 Aug 2008 03:46:33 +0000 |
Elliott Sales de Andrade |
Don't assign this stuff in a loop.
|
Fri, 01 Aug 2008 02:04:36 +0000 |
Elliott Sales de Andrade |
Get rid of MsnSlpSession entirely. It only seems to link to MsnSlpCall
|
Wed, 09 Jul 2008 00:32:18 +0000 |
Elliott Sales de Andrade |
merge of '5033650a1e57437cc3f2894adc41935daa6b3269'
|
Sun, 29 Jun 2008 19:17:26 +0000 |
Elliott Sales de Andrade |
When receiving an MSN custom smiley, look at the switchboard for the
|
Mon, 23 Jun 2008 05:36:52 +0000 |
Elliott Sales de Andrade |
Clean up some #define's in msn.h and various supporting changes.
|
Wed, 09 Jul 2008 00:27:44 +0000 |
Elliott Sales de Andrade |
disapproval of revision '075bff91d9cbcfd6f59c270802c5bffeb98c3b50'
|
Sun, 22 Jun 2008 22:59:50 +0000 |
Elliott Sales de Andrade |
A patch from felipec to stop requesting the MSN buddy icon when the
|
Sun, 22 Jun 2008 20:35:47 +0000 |
Elliott Sales de Andrade |
A patch from felipec to make (msn_)request_user_display static.
|
Fri, 06 Jun 2008 22:46:04 +0000 |
Mark Doliner |
Delete trailing whitespace
|
Wed, 07 May 2008 03:32:43 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 6be4a11c3e1bf403bbb6e1a7a754e4b99e7d9a44)
|
Fri, 14 Mar 2008 23:41:03 +0000 |
Sadrul Habib Chowdhury |
Fix setting display picture/avatar in msnp14. Thanks to Twain28 for reporting the bug. References #1187.
|
Fri, 07 Mar 2008 23:19:47 +0000 |
Sadrul Habib Chowdhury |
The patch to msn to allow sending custom smileys. Doesn't send all the custom smileys correctly at the moment. References #1187.
|
Sat, 03 May 2008 17:56:04 +0000 |
Daniel Atallah |
This is the way we plug the leaks, plug the leaks, plug the leaks...
|
Fri, 19 Oct 2007 01:28:55 +0000 |
Daniel Atallah |
Leak fixes.
|
Wed, 19 Sep 2007 06:22:25 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.cpw.khc.msnp14' (head 60c1ae856c10cfcb75590f268816616e8a005aa1)
|
Sun, 16 Sep 2007 18:03:53 +0000 |
Richard Laager |
explicit merge of 'd565bd9a8e62d3302ac14bb7c3a68a52c0c6a65e'
|
Sun, 16 Sep 2007 17:58:40 +0000 |
Richard Laager |
explicit merge of 'b9e805b43e8543af0b4800e2e5553c85d947c610'
|
Sun, 20 May 2007 16:30:39 +0000 |
Stu Tomlinson |
switchboards really can be referenced by multiple slplinks, I have no idea
|
Sun, 20 May 2007 15:59:10 +0000 |
Stu Tomlinson |
Port a custom emoticon crash fix that seemed to get lost somewhere along
|
Sun, 20 May 2007 15:48:51 +0000 |
Stu Tomlinson |
propagate from branch 'im.pidgin.pidgin' (head b0fb787915db137be9b01af88d1fb0c107f66cd6)
|
Sat, 12 May 2007 19:19:55 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head 3f8c9725bb938821f3ef6cb2e7c6c31d7b662d0b)
|
Sun, 06 May 2007 02:17:45 +0000 |
Ka-Hing Cheung |
propagate im.pidgin.pidgin to im.pidgin.cpw.khc.msnp14
|
Wed, 02 May 2007 06:12:13 +0000 |
Ka-Hing Cheung |
propagate from branch 'im.pidgin.pidgin' (head cf7db89f6020ededb2d5c948c11c3fd0ef30bba5)
|
Wed, 02 May 2007 05:25:27 +0000 |
Ka-Hing Cheung |
explicit merge of 'd42ad2da81f881b2fbd2fb080cc70a843bc70d02'
|
Mon, 17 Sep 2007 22:09:22 +0000 |
Sean Egan |
Fix MSN File transfer size. Fixes #3095. thanks!
|
Sun, 15 Apr 2007 04:12:27 +0000 |
Ka-Hing Cheung |
Committing khc's msnp14 changes from Trac Ticket #148. --rlaager
|
Sat, 08 Sep 2007 03:09:35 +0000 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
Mon, 03 Sep 2007 01:07:31 +0000 |
Sean Egan |
Patch from Gal Topper to fix an endianness issue in MSN file transfers. Fixes #2912 and fixes #1682
|
Thu, 17 May 2007 14:32:24 +0000 |
Evan Schoenberg |
slpcall now explicitlt references its xfer and unreferences it when it is destroyed. While it *looks* like this should *probably* have happened anyways due to the interactins between xfer_init, xfer_end, and xfer_cancel_remote, having the xfer's owner make this explicit makes the process less fragile and more obvious, and it may fix a crash as the slp is destroyed. Fixes #1070
|