source: protocols/jabber

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @d6e2aa8   2015-11-09T12:21:46Z dx Nuke imcb_clean_handle(), which was merging handles accidentally …
(edit) @ad8a810   2015-10-30T10:31:09Z dx jabber: Don't reply XEP-0184 receipts sent over MUCs XEP-0184 section …
(edit) @fb2338d   2015-10-30T10:28:32Z dx jabber: Self message handling (echo removal) in MUCs XMPP MUCs always …
(edit) @0db6618   2015-10-26T08:28:10Z dx Use proxy_disconnect() in http, ssl, jabber, oscar Twitter and MSN …
(edit) @3314ced   2015-10-21T11:40:58Z dx jabber: set BEE_USER_NOOTR flag to _xmlconsole Fixes trac ticket …
(edit) @5307e88   2015-10-21T06:24:08Z dx jabber: Fix XEP85 detection (typing) between two bitlbee users Fixes …
(edit) @0c78bb7   2015-10-21T06:05:17Z dx jabber: Fix outgoing google talk typing notifications Since bare JIDs …
(edit) @e4145d9   2015-10-21T06:05:01Z dx jabber: Fix incoming google talk typing notifications …
(edit) @df215a3   2015-10-08T04:58:59Z dx jabber: Fix leak in jabber_gmail_handle_new From coverity. That …
(edit) @3cbf71d   2015-10-08T04:58:59Z dx jabber: fix null handling with MUC topics From coverity.
(edit) @3c23681   2015-08-26T05:58:54Z dx jabber: Improvements to the MUC part reason handling - Look for a …
(edit) @0605498   2015-08-26T05:41:10Z dx jabber/io: Split input buffer parsing to a jabber_feed_input() …
(edit) @666722e   2015-08-08T04:31:56Z dx jabber_logout: avoid null jd->buddies warnings in jabber_buddy_remove_all
(edit) @83f179d6   2015-08-08T04:29:54Z dx jabber: Show MUC kick/ban/leave reasons
(edit) @e88fe7da   2015-08-07T21:53:25Z vlajos typofix - https://github.com/vlajos/misspell_fixer
(edit) @91dd19c   2015-07-30T03:20:30Z dx Only try DIGEST-MD5 if there's no SSL/TLS or if PLAIN isn't supported …
(edit) @73dd021   2015-07-04T21:25:16Z dx jabber: Add SASL ANONYMOUS support (XEP-0175) Use "account jabber set …
(edit) @632a232   2015-06-29T01:38:15Z dx jabber/s5bytestream: add G_GNUC_PRINTF to jabber_bs_abort
(edit) @b38f655   2015-05-28T05:26:30Z dx Rename mail notification related settings for consistency - GMail …
(edit) @0864a52   2015-05-28T05:26:30Z dx imcb_notify_email: change parameters to take a format string Saves …
(edit) @faeb521   2015-05-28T05:26:30Z dx Simplify display of gmail notifications - Add …
(edit) @dd43c62   2015-05-28T05:26:24Z dx Gmail notifications support through new imcb_notify_email() API
(edit) @3d31618   2015-05-28T04:10:55Z dx jabber: Refactor conference message handling - Improve handling of …
(edit) @24f113b   2015-05-28T04:04:54Z dx Lowering xmpp presence priority on away. When user set's away lower …
(edit) @5535a47   2015-05-07T23:12:06Z dx More coverity fixes! CID 18634: 'Logically dead code' in …
(edit) @40cfbc5   2015-04-28T13:47:48Z dx hipchat: Basic implementation: Auth, profile and mention names This …
(edit) @71074ac   2015-04-21T03:47:57Z dx jabber: Register "hipchat" protocol (only minimal support for now) …
(edit) @4543b6bd   2015-04-04T01:23:59Z dx jabber: Fixed null deref when receiving <subject> from oneself If the …
(edit) @098a75b   2015-03-22T13:35:08Z dx Fix a bunch of memory leaks - irc_im.c: - bee_irc_user_msg: …
(edit) @8eb2e84   2015-02-24T23:23:07Z wilmer Use https:// URL for Facebook OAuth2 now that there's a cert.
(edit) @9216eff   2015-02-22T18:53:21Z dx s5bytestream: fix segfault (cleanup before trying next streamhost) …
(edit) @da6f167   2015-02-22T18:53:21Z dx s5bytestream: refactor some copypasted code into functions - …
(edit) @5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
(edit) @34afea7   2015-01-31T23:58:57Z dx Use glib's GChecksum for md5/sha1 This changes behavior slightly: - …
(edit) @fcb2c2e   2015-01-26T02:43:34Z dx jabber: Account-wide display_name setting, for groupchats This sets …
(edit) @be1efa3   2015-01-26T02:43:34Z dx Add handle_is_self() prpl function to fix JID mismatch confusion bugs …
(edit) @4cff28f   2015-01-16T19:50:24Z dx Add jabber_normalize_ext() to fix case sensitivity issues with ext …
(edit) @6b13103   2015-01-16T19:50:23Z dx Replace isdigit/isalpha/.../tolower/toupper with glib variants This …
(edit) @8256ad5   2014-10-27T06:36:05Z dx Some more g_source_remove warning fixes - http_incoming_data calling …
(edit) @7b40f17   2014-10-11T02:20:53Z dx Add support for XEP-0203: Delayed delivery (message timestamps) Very …
(edit) @0e35ff6   2014-10-11T02:20:53Z dx Handle not-authorized stream errors, avoid reconnect Got this one …
(edit) @c27a923   2014-10-11T02:20:52Z dx Remove MSNXMPP specific code The MSN XMPP gateway was shutdown …
(edit) @72721cd   2014-09-20T22:18:33Z wilmer One small comment correction while "merging" stuff.
(edit) @757515a   2014-07-24T03:51:07Z dx Added jabber_compare_jid to fix JID comparison case sensitivity
(edit) @6a0cb16   2014-02-27T23:53:33Z dx Fix for rejecting buddy requests on jabber (Ticket #887) Patch from …
(edit) @c153808   2013-05-25T10:36:34Z wilmer Fix OAuth2 error reporting.
(edit) @e31e5b8   2013-04-20T13:05:55Z wilmer Merging "storage" branch which I wrote long ago. It separates …
(edit) @0e788f5   2013-02-21T19:15:59Z wilmer I'm still bored on a long flight. Wrote a script to automatically …
(edit) @06eef80   2013-02-21T14:03:15Z wilmer For the lazy among us: When adding a Jabber/MSN contact within the …
(edit) @955aad8   2013-01-06T23:36:17Z wilmer Require StartTLS from all Jabber servers by default, like most clients …
(edit) @c1bc24a   2012-12-23T23:27:34Z wilmer Fixed minor memory leak in Jabber module.
(edit) @92d3044   2012-12-18T01:24:33Z wilmer Improved failure handling in jabber_si_handle_request(). If the imcb …
(edit) @8f976e6   2012-10-30T23:41:43Z wilmer SSL fixes from Michal Suchanek.
(edit) @91ae87d   2012-10-28T23:54:21Z wilmer Merging XEP-0184 support patch from Michael Stapelberg, #999.
(edit) @1444be5   2012-10-17T07:23:00Z michael Implement jabber message receipts (XEP-0184) This change will make …
(edit) @daf544a   2012-09-16T23:47:18Z wilmer Handle see-other-host requests from XMPP servers. This should fix …
(edit) @7281ad1   2012-09-15T15:59:17Z wilmer Allow building position-independent executables. #981, patch from …
(edit) @bb5ce568   2012-06-07T22:41:17Z wilmer s/ACC_SET_NOSAVE/SET_NOSAVE/.
(edit) @0872bb2   2012-03-10T00:00:25Z wilmer Fix bug that broke MSN-XMPP with confusing error messages.
(edit) @441a67e   2012-02-23T12:51:12Z wilmer Make the error message on invalid Jabber room names (this is a FAQ by …
(edit) @7fa5c19   2012-02-11T12:55:45Z wilmer Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR …
(edit) @fc0640e   2012-02-10T18:00:00Z wilmer Support for "nameless" chatrooms on Jabber. Just join #somechannel …
(edit) @bb2d198   2012-02-10T15:14:38Z wilmer Probing for Google Talk servers, based on iq-discovery responses. I'll …
(edit) @f1849a8   2011-12-26T18:56:10Z wilmer jabber_buddy_* stuff *is* a complete memory management hell already. …
(edit) @644b808   2011-12-26T10:50:34Z wilmer A few more minor cleanups before merging this into mainline.
(edit) @34ded90   2011-12-24T18:09:05Z wilmer Slight cleanup: Use a constant instead of just "jabber_oauth" …
(edit) @164352e   2011-12-24T18:02:39Z wilmer Merging mainline.
(edit) @96f954d   2011-12-24T17:49:12Z wilmer Removing unfinished debugging stuff accidentally committed in …
(edit) @792a93b   2011-12-23T12:44:08Z wilmer Merging SSL certificate verification for GnuTLS, with help from AopicieR.
(edit) @ad46e4d   2011-12-22T11:23:18Z wilmer Use initgroups() as well when dropping privileges. Closes bug #852.
(edit) @ce199b7   2011-12-21T11:21:04Z wilmer Make it easier to add OAuth-authenticated accounts without having to …
(edit) @e14b47b8   2011-12-21T10:48:08Z wilmer Fix parsing of acc->pass. Use oauth_params_ functions instead of …
(edit) @68286eb   2011-12-20T16:45:53Z wilmer Detect JID changes at login time and warn the user about them.
(edit) @41658da   2011-12-19T18:45:53Z wilmer Just check if verification code != 0 instead of checking for one …
(edit) @a72dc2b   2011-12-19T17:57:20Z wilmer Add verify argument to ssl_connect() so HTTPS-based stuff is also …
(edit) @78b8401   2011-12-19T17:22:37Z wilmer Move conversion of status codes to status messages into SSL libs.
(edit) @486ddb5   2011-12-19T14:50:58Z wilmer Initial merge of tls_verify patch from AopicieR.
(edit) @36533bf   2011-12-19T12:54:49Z wilmer When updating the XMPP password field with OAuth data, try harder to …
(edit) @4be0e34   2011-12-19T00:41:40Z wilmer Give a list of SASL mechanisms supported by a server when reporting we …
(edit) @64b6635   2011-12-18T21:56:44Z wilmer Restructured and updated code a little bit to support new-style (much …
(edit) @18c6d36   2011-12-18T19:25:44Z wilmer More generic OAuth support now. Should work well for all GTalk …
(edit) @6e9ae72   2011-12-17T13:50:01Z wilmer Mainline merge.
(edit) @06b5893   2011-12-07T21:47:25Z wilmer Merging non-SASL authentication patch from #863. This also implements …
(edit) @de26f3c   2011-10-30T11:33:49Z wilmer Killed careless use of strcpy(). Luckily these are only a risk on …
(edit) @911d97a   2011-08-04T15:19:54Z wilmer Error handling fixes. Found one double free() bug causing troubles …
(edit) @f988ad3   2011-07-31T20:31:37Z wilmer Don't timeout Jabber connections on OAuth initialization.
(edit) @f138bd2   2011-07-31T20:27:30Z wilmer OAuth code cleanup.
(edit) @e1c926f   2011-07-31T15:44:37Z wilmer Facebook authentication. This isn't really OAuth in the end: FB …
(edit) @4a5d885   2011-07-26T11:58:38Z wilmer Working OAuth2 support. Needs some more debugging (error handling is …
(edit) @59c9adb4   2011-07-25T12:09:30Z wilmer Kill obsolete Jabber server string (SSL, port#s, etc) parsing.
(edit) @57b4525   2011-07-22T18:29:25Z wilmer Nothing useful yet, this just generates an auth URL. Things to do: …
(edit) @8e3890b   2011-02-24T19:47:50Z wilmer Fix memory corruption on Jabber disconnect with xmlconsole and …
(edit) @fe79f7a7   2010-12-16T21:02:16Z wilmer Hide password information during SASL auth in xmlconsole.
(edit) @a97a336   2010-12-07T23:14:30Z wilmer Add CTCP HELP code. Also cleaning up some noop handlers in the Twitter …
(edit) @d76e12f   2010-12-06T00:18:27Z wilmer Add support for XEP 202 (replacement for jabber:iq:time).
(edit) @d88c92a   2010-12-06T00:03:49Z wilmer First bits of CTCP support to contacts. (Try /CTCP VERSION on a Jabber …
(edit) @6d544a1   2010-11-20T11:48:04Z wilmer Restore support for joining password-protected Jabber rooms. Now using …
(edit) @03e6c52   2010-10-22T23:46:44Z wilmer Change 704 introduced one tiny bug where a Jabber resource doesn't get …
(edit) @79b5c41   2010-10-21T00:11:02Z wilmer Another memory leak fix.
(edit) @8e9e2b7   2010-10-03T02:45:26Z wilmer Merging mainline, which includes a huge msnp13 merge. Not 100% sure …
Note: See TracRevisionLog for help on using the revision log.