aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/msn.h
Commit message (Collapse)AuthorAgeLines
* Merge msn-keepalive, a nice hack (not yet documented) which sends keepalivesWilmer van der Gaast2010-04-16-0/+8
|\ | | | | | | | | | | to switchboards with offline contacts. This is meant as a work-around for the current lack of support for offline messaging.
| * Be more clever with keepalives; detect when a switchboard is opened withWilmer van der Gaast2010-04-10-1/+2
| | | | | | | | | | | | someone who's offline already. Still a hack but it eases the pain a little bit.
| * First stab at MSN keepalives.Wilmer van der Gaast2010-04-10-0/+7
| | | | | | | | | | Only kicks in if the user goes offline during a conversation.
* | Added local_display_name setting for MSN accounts and some hopefully cleverWilmer van der Gaast2010-03-29-0/+1
|/ | | | | | enough handling for it. Should solve problems with MSN servers forgetting/ overriding display names set by the user.
* Adding a few consts and other misc fixes from bug #431. Doing this via aWilmer van der Gaast2010-03-14-3/+3
|\ | | | | | | | | merge because bzr can probably deal with the conflicts better than patch.
| * Some const/etc cleanups submitted by domen@coderock.org back in bug #431.Wilmer van der Gaast2010-03-14-3/+3
| |
* | MSN module updated to deal with the new API. Not many changes since itWilmer van der Gaast2010-03-06-1/+0
| | | | | | | | | | | | doesn't currently support away messages anyway. This is more a bit of a cleanup.
* | Added msn_sb_write_msg() (patch from ulim).Wilmer van der Gaast2008-08-10-0/+6
|/
* Don't automatically enable MSN debugging messages for debugging builds.Wilmer van der Gaast2008-04-08-1/+1
|
* When a switchboard connection dies (at the TCP level) and there are stillWilmer van der Gaast2008-01-12-5/+5
| | | | | | | | | | | queued messages, they will now be moved back to the main queue and a new sb will be created to try to send the messages again. I hope this will solve some/most/all of the "Closing switchboard with unsent messages" problems, but can't be sure since this problem isn't very easy to reproduce. At least it should solve the ones caused by keeping spare switchboards around. Also enabling switchboard debugging output if configured with --debug=1, at least for now this will be useful.
* Changed warning message about unsent MSN messages. It should show the actualWilmer van der Gaast2008-01-06-0/+1
| | | | | message(s) now.
* s/gaim_connection/im_connection/ and some other minor API changes. The restWilmer van der Gaast2007-03-30-13/+13
| | | | | | will come tomorrow. It compiles, I'll leave the real testing up to someone else. ;-)
* Preparing for Jabber conference room support.Wilmer van der Gaast2007-03-27-2/+2
|
* Added msn_http_encode() so it can be used in msn_buddy_list_add() too.Wilmer van der Gaast2006-08-25-0/+1
| | | | | Most likely fixes #198.
* Moved everything to the BitlBee event handling API.Wilmer van der Gaast2006-05-10-2/+2
|
* Basic handling of LSG responses.Wilmer van der Gaast2006-03-21-1/+4
|
* Cleaned up some warnings in MSN module that appeared because of the const ↵Wilmer van der Gaast2006-01-04-1/+1
| | | | change.
* MSN consts!Wilmer van der Gaast2006-01-04-6/+6
|
* When trying to talk to MSN people who are offline, the switchboard gets ↵Wilmer van der Gaast2005-12-18-0/+2
| | | | | | | reset to a spare correctly. This fixes a problem with messages to MSN people not arriving sometimes.
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+170