aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/sb.c
Commit message (Collapse)AuthorAgeLines
* Stop those "Many switchboard failures" messages. No point in showing themWilmer van der Gaast2010-05-11-27/+22
| | | | | unless the lost switchboard actually had something queued.
* Be more clever with keepalives; detect when a switchboard is opened withWilmer van der Gaast2010-04-10-1/+32
| | | | | | 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-7/+18
| | | | | Only kicks in if the user goes offline during a conversation.
* Added msn_sb_write_msg() (patch from ulim).Wilmer van der Gaast2008-08-10-0/+42
|
* Disabling "Unknown command" warnings since they're very noisy and prettyWilmer van der Gaast2008-02-03-1/+1
| | | | | pointless.
* When a switchboard connection dies (at the TCP level) and there are stillWilmer van der Gaast2008-01-12-0/+43
| | | | | | | | | | | 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-35/+6
| | | | | message(s) now.
* Added handling of MSN switchboard NAK messages. Untested, but hey, itWilmer van der Gaast2008-01-05-0/+11
| | | | | compiles! (And it's pretty trivial...)
* Read-only support for Jabber conferences (non-anonymous rooms only).Wilmer van der Gaast2007-04-22-1/+1
| | | | | Just don't use this, you're really not going to like it. :-)
* Renamed/slightly changed syntax of groupchat callback functions.Wilmer van der Gaast2007-04-19-12/+12
|
* API cleanup pretty much complete. Fixed pretty much everything except theWilmer van der Gaast2007-04-16-3/+3
| | | | | buddy/groupchat related functions.
* s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h aWilmer van der Gaast2007-04-15-3/+3
| | | | | | little bit, grouping things by category instead of original Gaim 0.58 filename.
* Cleaned up struct im_connection. No more username/password stuff sinceWilmer van der Gaast2007-04-15-8/+8
| | | | | it's in acc too. wants_to_die is now an argument to imc_logout().
* More cleanups, mainly in the callbacks. Replaced things likeWilmer van der Gaast2007-04-05-6/+5
| | | | | | | | do_error_dialog() and (set|hide)_login_progress(_error)?() with things that hopefully make more sense. Although it's still not really great...
* s/gaim_connection/im_connection/ and some other minor API changes. The restWilmer van der Gaast2007-03-30-34/+34
| | | | | | 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-9/+11
|
* MSN message packets are now sent at once instead of separately. ProbablyWilmer van der Gaast2006-10-24-6/+9
| | | | | the MSN servers don't care, but it looks a bit prettier in wireshark. ;-)
* Merging from main/jelmer.Wilmer van der Gaast2006-05-29-4/+6
|\
| * Added SB_FATAL to MSN errorcode 911 so BitlBee won't disconnect from MSNWilmer van der Gaast2006-05-26-4/+6
| | | | | | | | | | completely when a switchboard connection sends that error code.
* | Moved everything to the BitlBee event handling API.Wilmer van der Gaast2006-05-10-7/+13
|/
* Fixed a very stupid bug in the "Closing switchboard with unsent messages"Wilmer van der Gaast2006-03-17-4/+4
| | | | | | warning message. There's still another problem with switchboar management somewhere.. :-(
* When closing down MSN (sb) connections with unsent messages, the warningWilmer van der Gaast2006-01-30-1/+4
| | | | | message now mentions the people those messages were meant for.
* Cleaned up some warnings in MSN module that appeared because of the const ↵Wilmer van der Gaast2006-01-04-1/+1
| | | | change.
* When trying to talk to MSN people who are offline, the switchboard gets ↵Wilmer van der Gaast2005-12-18-1/+25
| | | | | | | reset to a spare correctly. This fixes a problem with messages to MSN people not arriving sometimes.
* Implements solution to typing notifications in ticket #45Matt Sparks2005-12-04-1/+1
|
* Updates copyright headers of files that were changed in 2005 too.Wilmer van der Gaast2005-11-12-1/+1
| | | | | (IOW, needed to change something to test the post-rsync hook. ;-))
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+659