| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'master' into patched-master | Marius Halden | 2017-05-14 | -3/+3 |
|\ |
|
| * | Fix status message being set to null accidentally | dequis | 2017-05-07 | -3/+3 |
* | | Merge branch 'master' into patched-master | Marius Halden | 2016-12-26 | -36/+54 |
|\| |
|
| * | Refactor: Split plugin info stuff from load_plugin() into two functions | dequis | 2016-12-25 | -35/+53 |
| * | Fix some compiler warnings | dequis | 2016-11-28 | -1/+1 |
* | | Merge branch 'master' into patched-master | Marius Halden | 2016-11-21 | -12/+0 |
|\| |
|
| * | Manual merge with wilmer's approach to handling missing protocols | dequis | 2016-11-21 | -12/+0 |
* | | Merge branch 'master' into patched-master | Marius Halden | 2016-11-19 | -5/+50 |
|\| |
|
| * | Remove yahoo (the old protocol). Use funyahoo++ instead. | dequis | 2016-11-19 | -5/+0 |
| * | Improve handling of unknown protocols / missing plugins | dequis | 2016-11-19 | -0/+50 |
* | | Merge branch 'master' into patched-master | Marius Halden | 2016-09-29 | -0/+3 |
|\| |
|
| * | Fix crash when setting away in protocols with null away_states list | dequis | 2016-09-28 | -0/+3 |
* | | Add setting to only use tags in imcb_log and other | Marius Halden | 2016-07-27 | -10/+14 |
|/ |
|
* | Only load plugins with the right file extension | jgeboski | 2016-05-25 | -0/+4 |
* | Show the enabled/disabled protocols in the 'plugins' command output | jgeboski | 2016-05-25 | -0/+10 |
* | Implemented plugin information for external plugins | jgeboski | 2016-05-25 | -1/+66 |
* | load_plugin: Improve g_module_open error message | dequis | 2016-05-06 | -1/+1 |
* | Add imcb_buddy_nick_change(), like nick_hint but stronger | dequis | 2016-03-20 | -4/+16 |
* | Revert "imc_away_send_update: Fix leak of away_states linked list" | dequis | 2015-12-09 | -6/+1 |
* | imc_away_send_update: Fix leak of away_states linked list | dequis | 2015-12-05 | -1/+6 |
* | If imc_away_state_find() fails, try again finding "away" | dequis | 2015-12-05 | -1/+2 |
* | Add 'log' UI function, to avoid direct calls to irc_rootmsg from nogaim | dequis | 2015-12-01 | -3/+6 |
* | Show a nicer message when a protocol is disabled in account add | dequis | 2015-11-23 | -11/+14 |
* | Nuke imcb_clean_handle(), which was merging handles accidentally | dequis | 2015-11-09 | -26/+2 |
* | Fix a bunch of memory leaks | dequis | 2015-03-22 | -14/+19 |
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -357/+368 |
* | Fix whatsapp local contact lists | dequis | 2015-01-25 | -0/+11 |
* | Fix incorrect Free Software Foundation address | Matej Cepl | 2015-01-16 | -2/+2 |
* | I'm still bored on a long flight. Wrote a script to automatically update | Wilmer van der Gaast | 2013-02-21 | -1/+1 |
* | Bugfix: Two commits ago I broke cleanup of the account_on_timeout() handler, | Wilmer van der Gaast | 2012-11-12 | -2/+1 |
* | Extend keepalive code to time out connections when pings don't get | Wilmer van der Gaast | 2012-11-11 | -2/+22 |
* | Add a helpful message on what to do with OAuth login issues. | Wilmer van der Gaast | 2011-12-21 | -4/+15 |
* | As I intended for a while already, use account tags everywhere instead of | Wilmer van der Gaast | 2011-12-13 | -1/+1 |
* | rename irc_usermsg to irc_rootmsg. | unknown | 2011-10-03 | -2/+2 |
* | Time out if logging in takes too long (2m for now). Except for Twitter | Wilmer van der Gaast | 2010-11-21 | -0/+1 |
* | Handle payloads attached to errors (assume any number in cmd[2] would be | Wilmer van der Gaast | 2010-08-29 | -1/+1 |
* | Proper responses to CHL challenges. Clean up bee_users before calling | Wilmer van der Gaast | 2010-08-12 | -8/+8 |
* | OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@opencsw.org> | Wilmer van der Gaast | 2010-08-07 | -2/+2 |
* | Don't notify the UI about group changes if there wasn't, in fact, a change. | Wilmer van der Gaast | 2010-07-30 | -1/+3 |
* | Source documentation update, including a short HACKING file. | Wilmer van der Gaast | 2010-07-28 | -11/+0 |
* | libpurple: Handle incoming authorization requests. | Wilmer van der Gaast | 2010-07-17 | -0/+6 |
* | When cleaning up queries, q->data is free()d. Even if it turns out to be | Wilmer van der Gaast | 2010-07-11 | -3/+3 |
* | When addressing people in a chatroom, try to translate the nickname to the | Wilmer van der Gaast | 2010-07-05 | -0/+3 |
* | Auto joins for chatrooms. | Wilmer van der Gaast | 2010-07-04 | -0/+6 |
* | Import chatrooms configured in older BitlBee versions. Settings are currently | Wilmer van der Gaast | 2010-06-27 | -1/+0 |
* | Restored nick_hint/nick_source functionality. | Wilmer van der Gaast | 2010-06-07 | -32/+6 |
* | Changing away_devoice will change current voice statuses in all channels. | Wilmer van der Gaast | 2010-06-07 | -59/+0 |
* | Merging killerbee stuff, bringing all the bleeding-edge stuff together. | Wilmer van der Gaast | 2010-06-07 | -2/+10 |
|\ |
|
| * | Mainline merge. (Probably mostly irrelevant for this branch, oh well.) | Wilmer van der Gaast | 2010-05-16 | -17/+75 |
| |\ |
|
| | * | Applied show-offline patch from Florian E.J. Fruth, adapted for a few | Wilmer van der Gaast | 2010-05-02 | -16/+74 |