| Commit message (Expand) | Author | Age | Lines | 
| *  | jabber: Add message processing hints to OTR messages (XEP-0334/0364) | dequis | 2015-12-15 | -0/+21 | 
| *  | Remove facebook XMPP code, show error pointing at the new plugin | dequis | 2015-12-04 | -5/+9 | 
| *  | hipchat: 'chat add hipchat "channel name"' now tries to guess the JID | dequis | 2015-11-23 | -0/+13 | 
| *  | jabber: Implement carbons (XEP-0280) | dequis | 2015-11-21 | -0/+3 | 
| *  | Use proxy_disconnect() in http, ssl, jabber, oscar | dequis | 2015-10-26 | -1/+1 | 
| *  | jabber: set BEE_USER_NOOTR flag to _xmlconsole | dequis | 2015-10-21 | -8/+16 | 
| *  | jabber: Fix outgoing google talk typing notifications | dequis | 2015-10-21 | -4/+7 | 
| *  | jabber_logout: avoid null jd->buddies warnings in jabber_buddy_remove_all | dequis | 2015-08-08 | -1/+3 | 
| *  | jabber: Add SASL ANONYMOUS support (XEP-0175) | dequis | 2015-07-04 | -1/+4 | 
| *  | Rename mail notification related settings for consistency | dequis | 2015-05-28 | -6/+8 | 
| *  | Simplify display of gmail notifications | dequis | 2015-05-28 | -0/+4 | 
| *  | Gmail notifications support through new imcb_notify_email() API | Artem Savkov | 2015-05-28 | -0/+12 | 
| *  | More coverity fixes! | dequis | 2015-05-07 | -1/+1 | 
| *  | jabber: Register "hipchat" protocol (only minimal support for now) | dequis | 2015-04-21 | -2/+16 | 
| *  | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -345/+357 | 
| *  | Use glib's GChecksum for md5/sha1 | dequis | 2015-01-31 | -0/+2 | 
| *  | jabber: Account-wide display_name setting, for groupchats | dequis | 2015-01-25 | -1/+11 | 
| *  | Add handle_is_self() prpl function to fix JID mismatch confusion bugs | dequis | 2015-01-25 | -0/+9 | 
| *  | Remove MSNXMPP specific code | dequis | 2014-10-10 | -3/+1 | 
| *    | Merging "storage" branch which I wrote long ago. It separates generation of | Wilmer van der Gaast | 2013-04-20 | -1/+1 | 
| |\   | 
 | 
| | *  | s/ACC_SET_NOSAVE/SET_NOSAVE/. | Wilmer van der Gaast | 2012-06-07 | -1/+1 | 
| * |  | I'm still bored on a long flight. Wrote a script to automatically update | Wilmer van der Gaast | 2013-02-21 | -1/+1 | 
| * |  | For the lazy among us: When adding a Jabber/MSN contact within the same | Wilmer van der Gaast | 2013-02-21 | -1/+2 | 
| * |  | Require StartTLS from all Jabber servers by default, like most clients do | Wilmer van der Gaast | 2013-01-06 | -1/+1 | 
| * |  | SSL fixes from Michal Suchanek. | Wilmer van der Gaast | 2012-10-30 | -1/+1 | 
| |/   | 
 | 
| *  | Make the error message on invalid Jabber room names (this is a FAQ by now) | Wilmer van der Gaast | 2012-02-23 | -1/+4 | 
| *  | Support for "nameless" chatrooms on Jabber. | Wilmer van der Gaast | 2012-02-10 | -0/+6 | 
| *  | Slight cleanup: Use a constant instead of just "jabber_oauth" everywhere, | Wilmer van der Gaast | 2011-12-24 | -2/+3 | 
| *    | Merging mainline. | Wilmer van der Gaast | 2011-12-24 | -2/+5 | 
| |\   | 
 | 
| | *  | Removing unfinished debugging stuff accidentally committed in | Wilmer van der Gaast | 2011-12-24 | -31/+1 | 
| | *    | Merging SSL certificate verification for GnuTLS, with help from AopicieR. | Wilmer van der Gaast | 2011-12-23 | -1/+4 | 
| | |\   | 
 | 
| | | *  | Add verify argument to ssl_connect() so HTTPS-based stuff is also secure. | Wilmer van der Gaast | 2011-12-19 | -1/+1 | 
| | | *  | Initial merge of tls_verify patch from AopicieR. | Wilmer van der Gaast | 2011-12-19 | -0/+3 | 
| | * |  | Use initgroups() as well when dropping privileges. Closes bug #852. | Wilmer van der Gaast | 2011-12-22 | -1/+31 | 
| | |/   | 
 | 
| * |  | Make it easier to add OAuth-authenticated accounts without having to type | Wilmer van der Gaast | 2011-12-21 | -4/+4 | 
| * |  | Fix parsing of acc->pass. Use oauth_params_ functions instead of string | Wilmer van der Gaast | 2011-12-21 | -4/+12 | 
| * |  | Detect JID changes at login time and warn the user about them. | Wilmer van der Gaast | 2011-12-20 | -7/+4 | 
| * |  | Restructured and updated code a little bit to support new-style (much better | Wilmer van der Gaast | 2011-12-18 | -6/+17 | 
| * |  | More generic OAuth support now. Should work well for all GTalk accounts now | Wilmer van der Gaast | 2011-12-18 | -0/+7 | 
| * |  | Mainline merge. | Wilmer van der Gaast | 2011-12-17 | -0/+3 | 
| |\|  | 
 | 
| | *  | Merging non-SASL authentication patch from #863. This also implements | Wilmer van der Gaast | 2011-12-07 | -0/+3 | 
| * |  | Error handling fixes. | Wilmer van der Gaast | 2011-08-04 | -0/+1 | 
| * |  | Don't timeout Jabber connections on OAuth initialization. | Wilmer van der Gaast | 2011-07-31 | -0/+3 | 
| * |  | OAuth code cleanup. | Wilmer van der Gaast | 2011-07-31 | -0/+3 | 
| * |  | Working OAuth2 support. Needs some more debugging (error handling is not | Wilmer van der Gaast | 2011-07-26 | -3/+38 | 
| * |  | Kill obsolete Jabber server string (SSL, port#s, etc) parsing. | Wilmer van der Gaast | 2011-07-25 | -55/+0 | 
| * |  | Nothing useful yet, this just generates an auth URL. Things to do: Ability | Wilmer van der Gaast | 2011-07-22 | -0/+2 | 
| |/   | 
 | 
| *  | Add CTCP HELP code. Also cleaning up some noop handlers in the Twitter | Wilmer van der Gaast | 2010-12-07 | -2/+2 | 
| *  | First bits of CTCP support to contacts. (Try /CTCP VERSION on a Jabber | Wilmer van der Gaast | 2010-12-06 | -0/+33 | 
| *  | Restore support for joining password-protected Jabber rooms. Now using a | Wilmer van der Gaast | 2010-11-20 | -2/+16 |