aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/jabber.c
Commit message (Expand)AuthorAgeLines
* jabber: Add "always_use_nicks" setting, for non-anonymous MUCsdequis2016-03-20-1/+6
* jabber: Add message processing hints to OTR messages (XEP-0334/0364)dequis2015-12-15-0/+21
* Remove facebook XMPP code, show error pointing at the new plugindequis2015-12-04-5/+9
* hipchat: 'chat add hipchat "channel name"' now tries to guess the JIDdequis2015-11-23-0/+13
* jabber: Implement carbons (XEP-0280)dequis2015-11-21-0/+3
* 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 outgoing google talk typing notificationsdequis2015-10-21-4/+7
* jabber_logout: avoid null jd->buddies warnings in jabber_buddy_remove_alldequis2015-08-08-1/+3
* jabber: Add SASL ANONYMOUS support (XEP-0175)dequis2015-07-04-1/+4
* Rename mail notification related settings for consistencydequis2015-05-28-6/+8
* Simplify display of gmail notificationsdequis2015-05-28-0/+4
* Gmail notifications support through new imcb_notify_email() APIArtem Savkov2015-05-28-0/+12
* More coverity fixes!dequis2015-05-07-1/+1
* jabber: Register "hipchat" protocol (only minimal support for now)dequis2015-04-21-2/+16
* Reindent everything to K&R style with tabsIndent2015-02-20-345/+357
* Use glib's GChecksum for md5/sha1dequis2015-01-31-0/+2
* 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-0/+9
* Remove MSNXMPP specific codedequis2014-10-10-3/+1
* 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-1/+1
* | For the lazy among us: When adding a Jabber/MSN contact within the sameWilmer van der Gaast2013-02-21-1/+2
* | Require StartTLS from all Jabber servers by default, like most clients doWilmer van der Gaast2013-01-06-1/+1
* | SSL fixes from Michal Suchanek.Wilmer van der Gaast2012-10-30-1/+1
|/
* Make the error message on invalid Jabber room names (this is a FAQ by now)Wilmer van der Gaast2012-02-23-1/+4
* Support for "nameless" chatrooms on Jabber.Wilmer van der Gaast2012-02-10-0/+6
* Slight cleanup: Use a constant instead of just "jabber_oauth" everywhere,Wilmer van der Gaast2011-12-24-2/+3
* Merging mainline.Wilmer van der Gaast2011-12-24-2/+5
|\
| * Removing unfinished debugging stuff accidentally committed inWilmer van der Gaast2011-12-24-31/+1
| * Merging SSL certificate verification for GnuTLS, with help from AopicieR.Wilmer van der Gaast2011-12-23-1/+4
| |\
| | * Add verify argument to ssl_connect() so HTTPS-based stuff is also secure.Wilmer van der Gaast2011-12-19-1/+1
| | * Initial merge of tls_verify patch from AopicieR.Wilmer van der Gaast2011-12-19-0/+3
| * | Use initgroups() as well when dropping privileges. Closes bug #852.Wilmer van der Gaast2011-12-22-1/+31
| |/
* | Make it easier to add OAuth-authenticated accounts without having to typeWilmer van der Gaast2011-12-21-4/+4
* | Fix parsing of acc->pass. Use oauth_params_ functions instead of stringWilmer van der Gaast2011-12-21-4/+12
* | Detect JID changes at login time and warn the user about them.Wilmer van der Gaast2011-12-20-7/+4
* | Restructured and updated code a little bit to support new-style (much betterWilmer van der Gaast2011-12-18-6/+17
* | More generic OAuth support now. Should work well for all GTalk accounts nowWilmer van der Gaast2011-12-18-0/+7
* | Mainline merge.Wilmer van der Gaast2011-12-17-0/+3
|\|
| * Merging non-SASL authentication patch from #863. This also implementsWilmer van der Gaast2011-12-07-0/+3
* | Error handling fixes.Wilmer van der Gaast2011-08-04-0/+1
* | Don't timeout Jabber connections on OAuth initialization.Wilmer van der Gaast2011-07-31-0/+3
* | OAuth code cleanup.Wilmer van der Gaast2011-07-31-0/+3
* | Working OAuth2 support. Needs some more debugging (error handling is notWilmer van der Gaast2011-07-26-3/+38
* | Kill obsolete Jabber server string (SSL, port#s, etc) parsing.Wilmer van der Gaast2011-07-25-55/+0
* | Nothing useful yet, this just generates an auth URL. Things to do: AbilityWilmer van der Gaast2011-07-22-0/+2
|/
* Add CTCP HELP code. Also cleaning up some noop handlers in the TwitterWilmer van der Gaast2010-12-07-2/+2
* First bits of CTCP support to contacts. (Try /CTCP VERSION on a JabberWilmer van der Gaast2010-12-06-0/+33