aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
Commit message (Expand)AuthorAgeLines
...
* 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
| * | Simplify display of gmail notificationsdequis2015-05-28-18/+16
| * | Gmail notifications support through new imcb_notify_email() APIArtem Savkov2015-05-28-14/+211
| * | jabber: Refactor conference message handlingdequis2015-05-28-55/+82
| * | Lowering xmpp presence priority on away.Artem Savkov2015-05-28-1/+19
* | | skyped: add _SRCDIR_ to makefile, test build in travisdequis2015-05-29-1/+1
| |/ |/|
* | skyped: fix make install-doc targetdequis2015-05-28-4/+2
|/
* Include prebuilt skyped manpage, remove asciidoc dependencydequis2015-05-17-13/+209
* msn: took me way too long to realize i broke the builddequis2015-05-14-2/+0
* msn: Implement sending typing notificationsdequis2015-05-13-38/+19
* msn: Remove nudgesdequis2015-05-13-33/+0
* msn: Fix "ADL/RML command with invalid modification" errorsdequis2015-05-13-3/+3
* msn: fix use-after-free when the server sends OUTdequis2015-05-07-11/+11
* More coverity fixes!dequis2015-05-07-1/+1
* oscar/ssi.c: fix "same on both sides" in conditiondequis2015-05-07-1/+1
* twitter: split length check function into twitter_message_lendequis2015-05-07-4/+11