2009-10-16 |
Paul Aurich |
A quick and dirty hack to make MSN use the in-core code to perform FT.
|
2009-08-24 |
Elliott Sales de Andrade |
So apparently, I messed up the name of this charset. But I wonder why it
|
2009-08-04 |
Elliott Sales de Andrade |
THis conversion specifier is incorrect.
|
2009-07-31 |
Elliott Sales de Andrade |
Don't leak the GError from g_convert.
|
2009-07-31 |
Elliott Sales de Andrade |
Got the 'to' and 'from' charsets backwards there, didn't I.
|
2009-07-31 |
Elliott Sales de Andrade |
Fix the warnings.
|
2009-07-31 |
Elliott Sales de Andrade |
Using g_convert instead of g_utf16_to_utf8 so that we can explicitly set
|
2009-07-10 |
Elliott Sales de Andrade |
Change all MSN_DEBUG_* messages to use the new purple_debug_is_verbose call
|
2009-07-06 |
Elliott Sales de Andrade |
Add support for receiving handwritten (Ink) messages from MSN buddies.
|
2009-02-26 |
Mark Doliner |
We just freed slpcall, so don't set slpcall->timer to 0. And return
|
2009-02-09 |
Mark Doliner |
Avoid canceling this timer twice
|
2009-01-25 |
Elliott Sales de Andrade |
On MSN, don't print an "unknown" message for SLP acknowledgement messages.
|
2009-01-19 |
Elliott Sales de Andrade |
Report a debug warning if a SLP MSG is not processed because it has unknown
|
2009-01-19 |
Elliott Sales de Andrade |
A patch from Thomas Gibson-Robinson to fix receiving buddy icons, custom
|
2008-11-13 |
Mark Doliner |
Reame msn_slplink_unleash to msn_slplink_send_queued_slpmsgs, which I
|
2008-11-13 |
Mark Doliner |
Use purple_timeout_add_seconds() instead of purple_timeout_add() in a
|
2008-11-13 |
Mark Doliner |
For some reason the slpmsg and slplink functions don't have underscores
|
2008-11-13 |
Mark Doliner |
There's no need for this variable anymore
|
2008-11-13 |
Mark Doliner |
msn_slplink_remove_slpcall() shouldn't be responsible for setting
|
2008-11-13 |
Mark Doliner |
Make msn_slp_call_timeout static
|
2008-08-08 |
Elliott Sales de Andrade |
merge of '521d7478a48ec5109a78fb66eab6ad7ced97c34a'
|
2008-08-08 |
Elliott Sales de Andrade |
Re-arrange msn_slplink_destroy and msn_slp_call_destroy. Might help
|
2008-08-07 |
Ka-Hing Cheung |
take an extra reference to PurpleXfer so we can check whether the whole
|
2008-08-01 |
Elliott Sales de Andrade |
Get rid of MsnSlpSession entirely. It only seems to link to MsnSlpCall
|
2008-05-03 |
Daniel Atallah |
Fix a number of leaks. As far as I can tell, MSNP14 now logs in without
|
2007-09-16 |
Richard Laager |
explicit merge of 'd565bd9a8e62d3302ac14bb7c3a68a52c0c6a65e'
|
2007-05-20 |
Stu Tomlinson |
propagate from branch 'im.pidgin.pidgin' (head b0fb787915db137be9b01af88d1fb0c107f66cd6)
|
2007-04-15 |
Ka-Hing Cheung |
Committing khc's msnp14 changes from Trac Ticket #148. --rlaager
|
2007-09-08 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
2007-05-17 |
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
|
2007-05-17 |
Evan Schoenberg |
disapproval of revision 'a0488ed637a52fa346f3a78ed4e16fb8db3aeb59'
|
2007-05-17 |
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
|
2007-03-19 |
Sean Egan |
sed -ie 's/gaim/purple/g'
|
2007-01-20 |
Sean Egan |
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
|