Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Disabling "Unknown command" warnings since they're very noisy and pretty | Wilmer van der Gaast | 2008-02-03 | -1/+1 |
| | | | | | pointless. | |||
* | When a switchboard connection dies (at the TCP level) and there are still | Wilmer van der Gaast | 2008-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 actual | Wilmer van der Gaast | 2008-01-06 | -35/+6 |
| | | | | | message(s) now. | |||
* | Added handling of MSN switchboard NAK messages. Untested, but hey, it | Wilmer van der Gaast | 2008-01-05 | -0/+11 |
| | | | | | compiles! (And it's pretty trivial...) | |||
* | Read-only support for Jabber conferences (non-anonymous rooms only). | Wilmer van der Gaast | 2007-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 Gaast | 2007-04-19 | -12/+12 |
| | ||||
* | API cleanup pretty much complete. Fixed pretty much everything except the | Wilmer van der Gaast | 2007-04-16 | -3/+3 |
| | | | | | buddy/groupchat related functions. | |||
* | s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a | Wilmer van der Gaast | 2007-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 since | Wilmer van der Gaast | 2007-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 like | Wilmer van der Gaast | 2007-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 rest | Wilmer van der Gaast | 2007-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 Gaast | 2007-03-27 | -9/+11 |
| | ||||
* | MSN message packets are now sent at once instead of separately. Probably | Wilmer van der Gaast | 2006-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 Gaast | 2006-05-29 | -4/+6 |
|\ | ||||
| * | Added SB_FATAL to MSN errorcode 911 so BitlBee won't disconnect from MSN | Wilmer van der Gaast | 2006-05-26 | -4/+6 |
| | | | | | | | | | | completely when a switchboard connection sends that error code. | |||
* | | Moved everything to the BitlBee event handling API. | Wilmer van der Gaast | 2006-05-10 | -7/+13 |
|/ | ||||
* | Fixed a very stupid bug in the "Closing switchboard with unsent messages" | Wilmer van der Gaast | 2006-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 warning | Wilmer van der Gaast | 2006-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 Gaast | 2006-01-04 | -1/+1 |
| | | | | change. | |||
* | When trying to talk to MSN people who are offline, the switchboard gets ↵ | Wilmer van der Gaast | 2005-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 #45 | Matt Sparks | 2005-12-04 | -1/+1 |
| | ||||
* | Updates copyright headers of files that were changed in 2005 too. | Wilmer van der Gaast | 2005-11-12 | -1/+1 |
| | | | | | (IOW, needed to change something to test the post-rsync hook. ;-)) | |||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+659 |