aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* Show ./configure args in bitlbee -V, config.h and Makefile.settingsdequis2015-11-21-2/+9
* jabber: Implement carbons (XEP-0280)dequis2015-11-21-8/+106
* IRCv3 cap-3.2/sasl-3.2 capabilities (just send sasl mechanism list)dequis2015-11-20-3/+7
* IRCv3 away-notify capabilitydequis2015-11-20-0/+33
* irc_send_whois: Refactor out a get_status_message() functiondequis2015-11-15-10/+35
* Nuke imcb_clean_handle(), which was merging handles accidentallydequis2015-11-09-30/+4
* IRCv3 extended-join capabilitydequis2015-11-08-1/+7
* Update twitter's "help set mode" to mention that DMs are now fetcheddequis2015-11-08-1/+1
* otr_filter_colors: Also remove \x02 (irc bold)dequis2015-11-07-1/+1
* Do not use NOTICE for OTR messages for a given userMischa S2015-11-07-2/+2
* sighandler_crash: Mark irc socket as blocking before writingdequis2015-11-03-0/+1
* Remove some dust from the old (very old) doc/READMEdequis2015-10-30-38/+12
* A bunch of completely arbitrary changes to the READMEdequis2015-10-30-15/+25
* tests: Define a stub sighandler_shutdown_setup() to allow linkingdequis2015-10-30-0/+5
* Avoid propagating shutdown signal to all subprocessesdequis2015-10-30-9/+31
* jabber: Don't reply XEP-0184 receipts sent over MUCsdequis2015-10-30-7/+8
* ipc: Fix strict aliasing warningsdequis2015-10-30-2/+2
* log: Refactor log_link() to be less redundant.dequis2015-10-30-37/+15
* MSN: self message supportdequis2015-10-30-13/+34
* jabber: Self message handling (echo removal) in MUCsdequis2015-10-30-11/+16
* IRC self-message support (messages sent by yourself from other clients)dequis2015-10-30-19/+98
* Use proxy_disconnect() in http, ssl, jabber, oscardequis2015-10-26-8/+10
* Add proxy_disconnect() to interrupt possibly pending connectionsdequis2015-10-26-1/+40
* proxy: Turn phb_close() into phb_free(), use it for all g_free(phb)dequis2015-10-26-35/+40
* proxy: Use an array of function pointers for proxy_connect_*dequis2015-10-25-10/+15
* purple: Fix certificate cache dir after changing user dirdequis2015-10-25-0/+6
* Update 'help set show_users' to mention special and the new defaultdequis2015-10-25-4/+5
* check_jabber_util: adapt to new behavior of GET_BUDDY_EXACTdequis2015-10-22-1/+1
* socks4a proxy support (like socks4 with remote DNS)dequis2015-10-21-7/+35
* jabber: set BEE_USER_NOOTR flag to _xmlconsoledequis2015-10-21-8/+16
* Add a per-user version of OPT_NOOTR, BEE_USER_NOOTRdequis2015-10-21-2/+5
* yahoo: call callback on connect error to fix memleakdequis2015-10-21-0/+1
* yahoo: Fix handling of proxy connection failuresdequis2015-10-21-1/+9
* jabber: Fix XEP85 detection (typing) between two bitlbee usersdequis2015-10-21-3/+6
* jabber: Fix outgoing google talk typing notificationsdequis2015-10-21-4/+7
* jabber: Fix incoming google talk typing notificationsdequis2015-10-21-1/+5
* msn: Don't reconnect on wsse:FailedAuthentication errorsdequis2015-10-14-1/+7
* msn: Better error messages on 'location blocked'dequis2015-10-14-0/+5
* otr: fix trailing whitespace issues with 'otr forget key'dequis2015-10-13-0/+3
* skype: create groupchat as soon as a message is receiveddequis2015-10-13-34/+32
* skype tests: adjust channel length limit to fix tests...dequis2015-10-13-15/+15
* skype: fix tests to expect NOTICE * instead of NOTICE AUTHdequis2015-10-13-21/+21
* skype: use g_vsnprintf() instead of vsnprintf()dequis2015-10-13-2/+1
* skype: use ssl_sockerr_again() instead of sockerr_again()dequis2015-10-13-1/+1
* twitter: Fix some nitpicky issues reported by coveritydequis2015-10-08-21/+24
* irc_sasl_plain_parse: fix size of the parts arraydequis2015-10-08-1/+1
* Fix use-after-free when leaving invited (temporary) channelsdequis2015-10-08-2/+5
* The SASL PLAIN RFC says that the first part can be emptydequis2015-10-08-2/+2
* IRCv3 SASL capability + PLAIN methoddequis2015-10-08-0/+143
* irc_send_who: move the iu->flags check after iu has a value...dequis2015-10-08-3/+3