source: protocols/jabber

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(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) @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 …
(edit) @41e0c00   2010-09-05T10:27:12Z wilmer Fixing handling of (Jabber) chatroom topic changes done by the user.
(edit) @f5c0d8e   2010-08-31T20:06:14Z wilmer Merge mainline stuff.
(edit) @31dbb90a   2010-08-30T22:02:46Z wilmer Suppress subjects in Jabber conversations after showing them once.
(edit) @b0a89cc   2010-08-27T08:48:18Z wilmer Use nifty gcc -MD feature to automatically track .h dependencies of …
(edit) @be999a5   2010-08-23T23:12:24Z wilmer First step in this merge. Mostly a bzr merge and then a cleanup of …
(edit) @bd599b9   2010-08-22T08:07:48Z wilmer Fix two compiler warnings.
(edit) @1aa74f55   2010-08-23T10:34:36Z wilmer Process incoming XMPP groupchat invites in a saner way: Create a …
(edit) @1bb1e01   2010-08-22T12:15:53Z wilmer Fixed a misuse of xt_find_node() that could get into an infinite loop.
(edit) @237eadd   2010-08-22T08:07:48Z wilmer Fix two compiler warnings.
(edit) @72176c1   2010-08-11T08:53:58Z wilmer Small bug in the previous change: NULL-initialize srv.
(edit) @ffdf2e7   2010-08-10T11:18:09Z wilmer When doing SRV lookups, return an array with all RRs instead of just …
(edit) @daae10f   2010-08-07T16:33:02Z wilmer OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
(edit) @f1f7b5e   2010-07-24T22:50:23Z wilmer Take the local address from the IM/IRC connection when setting up a …
(edit) @03f3828   2010-07-24T14:06:22Z wilmer Adding protocol-specific chatroom settings. First one to use this: AIM …
(edit) @938c305   2010-07-22T07:43:21Z wilmer Fixed crash on failed Jabber file transfers.
(edit) @eb6df6a   2010-07-11T17:21:21Z pesco merge with upstraem bitlbee 1.2.8
(edit) @8b8def58   2010-06-24T09:14:34Z wilmer Merging a few revisions from mainline.
(edit) @38ff846   2010-06-24T01:06:49Z wilmer Fixed an access-after-free() bug in the Jabber keepalive + cache …
(edit) @90ba416   2010-06-23T22:37:24Z wilmer Fixed a NULL pointer dereference in the Jabber module.
(edit) @4eef271   2010-06-23T00:13:46Z wilmer Added user_agent setting to Jabber accounts so people can get around …
(edit) @46d215d   2010-06-08T23:43:13Z wilmer Allow moving contacts around between groups. Works with at least …
(edit) @d50e22f   2010-06-08T22:22:16Z wilmer Merging memory leak fixes from devel, time to find the ui-fix-specific …
(edit) @04a927c   2010-06-07T23:04:58Z wilmer Fixing some memory leakage.
(edit) @4aa0f6b   2010-06-07T14:31:07Z wilmer Merging killerbee stuff, bringing all the bleeding-edge stuff together.
(edit) @1fdb0a4   2010-06-05T23:26:07Z wilmer Merging mainline.
(edit) @b308cf9   2010-06-05T23:21:02Z wilmer Merging libpurple branch into killerbee. It's fairly usable already, …
(edit) @f5d87ea   2010-06-05T18:26:17Z wilmer Pick up group changes in the middle of a Jabber session, now that we …
(edit) @3759849   2010-06-03T22:08:23Z pesco merge in bitlbee head
(edit) @bb09b3c   2010-06-03T21:13:57Z pesco merge in bitlbee 1.2.7
(edit) @814aa52   2010-06-03T11:00:45Z pesco merge in bitlbee 1.2.6
(edit) @5f8ab6a9   2010-06-03T10:41:03Z pesco merge in bitlbee 1.2.5
(edit) @3f81999   2010-06-03T10:31:46Z pesco merge in bitlbee 1.2.4
(edit) @f60079b   2010-05-25T22:26:54Z wilmer Allow one to run the configure script from a different directory and …
(edit) @51a799e   2010-05-25T22:07:06Z wilmer Merging killerbee. (The non-libpurple stuff currently doesn't compile.)
(edit) @d25ebea   2010-05-25T22:04:55Z wilmer GAIM_INPUT_* were renamed, at last.
(edit) @186bd04   2010-05-23T14:14:16Z wilmer Don't whine on "incomplete" incoming IQ-set packets either, those also …
(edit) @ec86b22   2010-05-15T23:28:16Z wilmer Mainline merge. (Probably mostly irrelevant for this branch, oh well.)
(edit) @704dd38   2010-06-01T21:51:27Z wilmer Merging head.
(edit) @3429b58   2010-05-13T22:05:13Z wilmer Mainline merge.
(edit) @58f5ef7   2010-05-13T00:30:36Z wilmer Use ?, not &&.
(edit) @e73a501   2010-05-10T23:35:58Z wilmer Fixed a long-standing bug where non-anonymous Jabber chatrooms could …
(edit) @dcd16c5   2010-05-09T13:21:24Z wilmer Read group information from Jabber contact lists. The code was already …
(edit) @e685657   2010-05-08T14:58:32Z wilmer Fixed buggy jabber_chat_by_jid() after GSList change.
(edit) @eaaa986   2010-05-08T14:48:38Z wilmer Misc. cleanup. Also updated the Yahoo! module to deal with struct …
(edit) @aea8b68   2010-05-06T00:28:56Z wilmer Starting to restore chatroom stuff. Only enough to create and be …
(edit) @ae3dc99   2010-04-24T17:02:07Z wilmer Merging stuff from mainline (1.2.6).
(edit) @21c87a7   2010-04-14T09:27:50Z wilmer Merging loads of stuff from mainline.
(edit) @a87e6ba   2010-04-11T18:13:19Z wilmer Merging a Jabber ft bugfix.
(edit) @3ab1d31   2010-04-11T18:12:25Z wilmer Fixing a bug in s5bytestream code to deal with incomplete SOCKS5 …
(edit) @17a6ee9   2010-04-11T14:37:06Z wilmer Including DCC stuff again, with a wonderful extra layer of …
(edit) @2e3a857   2010-04-08T00:27:42Z wilmer Added a mktime_utc() to misc.c using code that used to be in …
(edit) @c4bc92a   2010-03-30T00:26:11Z wilmer Suppress empty "Headline:" messages for certain new XMPP broadcast …
(edit) @1cc0df3   2010-03-21T16:52:22Z wilmer s/last_act/last_msg/ now.
(edit) @85693e6   2010-03-21T16:17:24Z wilmer Merging in killerbee stuff (just file transfers and maybe a few things …
(edit) @767a148   2010-03-21T16:06:31Z wilmer Merging in file transfer support. Most important points from my review …
(edit) @a81d679   2010-03-21T15:56:59Z wilmer Fixed jabber_bs_peek() to deal with incomplete packets as well.
Note: See TracRevisionLog for help on using the revision log.