aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/msn.h
Commit message (Collapse)AuthorAgeLines
* 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