aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* 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
* IRCv3 multi-prefix... but mostly just adding prefixes to WHOdequis2015-10-08-17/+34
* Allow NULL callback functions in http_dorequestArtem Savkov2015-10-08-3/+7
* Replace <br/> and <br /> with \n in strip_htmlAndré Glüpker2015-10-08-0/+4
* Add missing space in configureAndré Glüpker2015-10-08-4/+4
* Fix typoMohammed Attia2015-10-08-1/+1
* jabber: Fix leak in jabber_gmail_handle_newdequis2015-10-08-2/+2
* conf, help: Fix minor leaks in error conditionsdequis2015-10-08-0/+5
* jabber: fix null handling with MUC topicsdequis2015-10-08-1/+2
* Move CAP commands to irc_cap.c; use enum for flagsdequis2015-09-30-151/+190
* CAP LISTdequis2015-09-10-1/+24
* CAP LSdequis2015-09-10-6/+18
* CAP REQdequis2015-09-10-2/+90
* Initial implementation of ircv3 capability negotiationdequis2015-09-10-1/+38
* Allow setting the plugin dir at runtimeanderspapitto2015-09-05-0/+3
* Improved cross compiler support.Guillermo A. Amaral2015-08-31-4/+27
* user-guide: add help for the jabber 'proxy' settingdequis2015-08-27-0/+20
* irc_channel_name_gen: handle g_convert_with_fallback failuresdequis2015-08-27-0/+10
* jabber: Improvements to the MUC part reason handlingdequis2015-08-26-15/+26
* jabber/io: Split input buffer parsing to a jabber_feed_input() functiondequis2015-08-26-51/+71
* Makefile: suggest users to run "make install-dev" after installdequis2015-08-26-2/+6
* conf: Fix leak of members of conf_t when using -c to specify a configdequis2015-08-19-1/+30
* irc: Replace NOTICE AUTH before registration with NOTICE *dequis2015-08-18-3/+3
* otr: add otr_filter_colors, replaces '\x03' with '?' for "security"dequis2015-08-11-2/+16
* otr: color multiline messagesdequis2015-08-11-24/+51
* jabber_logout: avoid null jd->buddies warnings in jabber_buddy_remove_alldequis2015-08-08-1/+3
* jabber: Show MUC kick/ban/leave reasonsdequis2015-08-08-2/+34
* Pass 'reason' values around in imcb_chat_remove_buddy/chat_remove_userdequis2015-08-08-4/+4