aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
Commit message (Expand)AuthorAgeLines
...
* purple: fix /join #channel, which joined a different channeldequis2015-11-25-4/+12
* jabber: Reply unknown IQs with service-unavailable insteaddequis2015-11-25-4/+6
* jabber: Fix detection of away state in choose_priority()dequis2015-11-24-1/+1
* Show a nicer message when a protocol is disabled in account adddequis2015-11-23-11/+15
* hipchat: 'chat add hipchat "channel name"' now tries to guess the JIDdequis2015-11-23-0/+67
* jabber_chat_join_failed: add a null check before freeing the chatdequis2015-11-23-1/+4
* jabber: Implement carbons (XEP-0280)dequis2015-11-21-8/+90
* Nuke imcb_clean_handle(), which was merging handles accidentallydequis2015-11-09-30/+4
* jabber: Don't reply XEP-0184 receipts sent over MUCsdequis2015-10-30-7/+8
* 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-11/+11
* Use proxy_disconnect() in http, ssl, jabber, oscardequis2015-10-26-2/+2
* purple: Fix certificate cache dir after changing user dirdequis2015-10-25-0/+6
* socks4a proxy support (like socks4 with remote DNS)dequis2015-10-21-0/+7
* 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-0/+1
* 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
* 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
* jabber: Fix leak in jabber_gmail_handle_newdequis2015-10-08-2/+2
* jabber: fix null handling with MUC topicsdequis2015-10-08-1/+2
* 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
* 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-2/+2
* typofix - https://github.com/vlajos/misspell_fixerVeres Lajos2015-08-07-44/+44
* Only try DIGEST-MD5 if there's no SSL/TLS or if PLAIN isn't supporteddequis2015-07-30-1/+5
* jabber: Add SASL ANONYMOUS support (XEP-0175)dequis2015-07-04-3/+18
* jabber/s5bytestream: add G_GNUC_PRINTF to jabber_bs_abortdequis2015-06-28-1/+1
* oscar: Fix some more g_source_remove warningsdequis2015-06-13-0/+6
* twitter: show full url in the url command, with usernamedequis2015-06-08-5/+41
* twitter: fix leak of the letter "s" in twitter_url_len_diffdequis2015-06-08-2/+6
* twitter: add twitter_log_local_user back (oops)dequis2015-05-30-0/+2
* Move twitter_parse_id() to parse_int64() in misc.cdequis2015-05-30-19/+2
* Merge branch 'develop'dequis2015-05-30-69/+310
|\
| * Merge branch 'master' into developdequis2015-05-28-4/+2
| |\
| * | Rename mail notification related settings for consistencydequis2015-05-28-17/+19
| * | imcb_notify_email: change parameters to take a format stringdequis2015-05-28-29/+28