aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber
Commit message (Expand)AuthorAgeLines
* Add --verbose configure option to control verbose build outputTim Harder2017-03-12-2/+2
* Use NI_MAXHOST rather than HOST_NAME_MAX for host lengths.Jelmer Vernooij2016-12-31-1/+1
* jabber: Workaround for servers (like slack) that send echoes without iddequis2016-12-26-4/+15
* Fix some clang static analyzer warningsdequis2016-12-26-3/+3
* jabber: Implement chat list commanddequis2016-10-16-0/+78
* jabber: Don't pass a readonly empty string to imcb_chat_topic()dequis2016-10-12-1/+2
* hipchat: Add basic support for personal oauth tokensdequis2016-08-30-34/+60
* jabber: handle nulls in jabber_compare_jiddequis2016-08-23-0/+4
* Use correct error when no schemes are supported (#78)Marius Halden2016-06-11-1/+1
* Remove the ARCH / CPU defines.Jelmer Vernooij2016-05-15-1/+0
* jabber: Add "always_use_nicks" setting, for non-anonymous MUCsdequis2016-03-20-4/+21
* jabber: Fix leak in jabber_si_set_proxiesdequis2016-03-20-0/+2
* jabber: Properly handle rejected file transfersdequis2016-03-20-20/+32
* jabber: Check for other resources before removing someone from a chatdequis2016-03-20-1/+14
* jabber: return XT_ABORT after failed IQ auth attemptsdequis2016-03-12-2/+2
* jabber: Mark messages from other resources as OPT_SELFMESSAGE toodequis2016-01-24-1/+3
* Revert "hipchat: Implement their own variant of self-messages [...]"dequis2016-01-21-19/+1
* hipchat: Implement their own variant of self-messages (not working yet)dequis2015-12-16-1/+19
* jabber: Add message processing hints to OTR messages (XEP-0334/0364)dequis2015-12-15-0/+22
* Remove facebook XMPP code, show error pointing at the new plugindequis2015-12-04-45/+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
* 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-3/+0
* jabber: Don't reply XEP-0184 receipts sent over MUCsdequis2015-10-30-7/+8
* jabber: Self message handling (echo removal) in MUCsdequis2015-10-30-11/+16
* Use proxy_disconnect() in http, ssl, jabber, oscardequis2015-10-26-1/+1
* jabber: set BEE_USER_NOOTR flag to _xmlconsoledequis2015-10-21-8/+16
* 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
* 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
* typofix - https://github.com/vlajos/misspell_fixerVeres Lajos2015-08-07-5/+5
* 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
* Rename mail notification related settings for consistencydequis2015-05-28-7/+9
* imcb_notify_email: change parameters to take a format stringdequis2015-05-28-5/+1
* Simplify display of gmail notificationsdequis2015-05-28-18/+16
* Gmail notifications support through new imcb_notify_email() APIArtem Savkov2015-05-28-0/+151
* jabber: Refactor conference message handlingdequis2015-05-28-55/+82
* Lowering xmpp presence priority on away.Artem Savkov2015-05-28-1/+19
* More coverity fixes!dequis2015-05-07-1/+1