aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber
Commit message (Expand)AuthorAgeLines
...
* 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
* hipchat: Basic implementation: Auth, profile and mention namesdequis2015-04-28-11/+148
* jabber: Register "hipchat" protocol (only minimal support for now)dequis2015-04-21-2/+17
* jabber: Fixed null deref when receiving <subject> from oneselfdequis2015-04-03-2/+2
* Fix a bunch of memory leaksdequis2015-03-22-0/+1
* Use https:// URL for Facebook OAuth2 now that there's a cert.Wilmer van der Gaast2015-02-24-1/+1
* s5bytestream: fix segfault (cleanup before trying next streamhost)dequis2015-02-22-14/+27
* s5bytestream: refactor some copypasted code into functionsdequis2015-02-22-89/+47
* Reindent everything to K&R style with tabsIndent2015-02-20-3442/+3326
* Use glib's GChecksum for md5/sha1dequis2015-01-31-1/+3
* jabber: Account-wide display_name setting, for groupchatsdequis2015-01-25-1/+11
* Add handle_is_self() prpl function to fix JID mismatch confusion bugsdequis2015-01-25-4/+14
* Add jabber_normalize_ext() to fix case sensitivity issues with ext jidsdequis2015-01-16-16/+30
* Replace isdigit/isalpha/.../tolower/toupper with glib variantsdequis2015-01-16-4/+4
* Some more g_source_remove warning fixesdequis2014-10-27-0/+9
* Add support for XEP-0203: Delayed delivery (message timestamps)dequis2014-10-10-11/+22
* Handle not-authorized stream errors, avoid reconnectdequis2014-10-10-0/+5
* Remove MSNXMPP specific codedequis2014-10-10-23/+3
* One small comment correction while "merging" stuff.Wilmer van der Gaast2014-09-21-1/+1
* Added jabber_compare_jid to fix JID comparison case sensitivityGRMrGecko2014-07-24-1/+24
* Fix for rejecting buddy requests on jabber (Ticket #887)kevin8t82014-02-27-1/+1
* Fix OAuth2 error reporting.Wilmer van der Gaast2013-05-25-3/+3
* Merging "storage" branch which I wrote long ago. It separates generation ofWilmer van der Gaast2013-04-20-1/+1
|\
| * s/ACC_SET_NOSAVE/SET_NOSAVE/.Wilmer van der Gaast2012-06-07-1/+1
* | I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-7/+7
* | For the lazy among us: When adding a Jabber/MSN contact within the sameWilmer van der Gaast2013-02-21-2/+3
* | Require StartTLS from all Jabber servers by default, like most clients doWilmer van der Gaast2013-01-06-1/+1
* | Fixed minor memory leak in Jabber module.Wilmer van der Gaast2012-12-24-0/+1
* | Improved failure handling in jabber_si_handle_request(). If the imcbWilmer van der Gaast2012-12-18-2/+4
* | SSL fixes from Michal Suchanek.Wilmer van der Gaast2012-10-30-1/+1
* | Merging XEP-0184 support patch from Michael Stapelberg, #999.Wilmer van der Gaast2012-10-28-0/+24
|\ \
| * | Implement jabber message receipts (XEP-0184)Michael Stapelberg2012-10-17-0/+31
|/ /
* | Handle see-other-host requests from XMPP servers. This should fix MSN/WLMWilmer van der Gaast2012-09-17-0/+31