Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix OAuth2 error reporting. | Wilmer van der Gaast | 2013-05-25 | -3/+3 |
| | ||||
* | Merging "storage" branch which I wrote long ago. It separates generation of | Wilmer van der Gaast | 2013-04-20 | -1/+1 |
|\ | | | | | | | | | | | XML-formatted user configs from disk I/O so we can try to start using other mechanisms to store them (a REST API or something, for example). | |||
| * | 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 | -7/+7 |
| | | | | | | | | | | | | | | my copyright mentions since some were getting pretty stale. Left files not touched since before 2012 alone so that this change doesn't touch almost EVERY source file. | |||
* | | For the lazy among us: When adding a Jabber/MSN contact within the same | Wilmer van der Gaast | 2013-02-21 | -2/+3 |
| | | | | | | | | | | domain like you, you can omit the domain name. | |||
* | | Require StartTLS from all Jabber servers by default, like most clients do | Wilmer van der Gaast | 2013-01-06 | -1/+1 |
| | | | | | | | | | | these days. | |||
* | | Fixed minor memory leak in Jabber module. | Wilmer van der Gaast | 2012-12-24 | -0/+1 |
| | | ||||
* | | Improved failure handling in jabber_si_handle_request(). If the imcb | Wilmer van der Gaast | 2012-12-18 | -2/+4 |
| | | | | | | | | | | | | callback fails, we shouldn't try to continue the ft and dereference the NULL ptr it returned. | |||
* | | SSL fixes from Michal Suchanek. | Wilmer van der Gaast | 2012-10-30 | -1/+1 |
| | | ||||
* | | Merging XEP-0184 support patch from Michael Stapelberg, #999. | Wilmer van der Gaast | 2012-10-28 | -0/+24 |
|\ \ | ||||
| * | | Implement jabber message receipts (XEP-0184) | Michael Stapelberg | 2012-10-17 | -0/+31 |
|/ / | | | | | | | | | | | | | This change will make BitlBee acknowledge messages when requested. It will not request message receipts from other clients, mainly because I am not sure if this feature can be mapped to IRC cleanly. | |||
* | | Handle see-other-host requests from XMPP servers. This should fix MSN/WLM | Wilmer van der Gaast | 2012-09-17 | -0/+31 |
| | | | | | | | | | | XMPP support. | |||
* | | Allow building position-independent executables. #981, patch from brainsmoke. | Wilmer van der Gaast | 2012-09-15 | -1/+1 |
|/ | ||||
* | Fix bug that broke MSN-XMPP with confusing error messages. | Wilmer van der Gaast | 2012-03-10 | -2/+3 |
| | ||||
* | Make the error message on invalid Jabber room names (this is a FAQ by now) | Wilmer van der Gaast | 2012-02-23 | -1/+4 |
| | | | | | a little more helpful. | |||
* | Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR | Wilmer van der Gaast | 2012-02-11 | -3/+3 |
| | | | | | unexpectedly being set to something already. | |||
* | Support for "nameless" chatrooms on Jabber. | Wilmer van der Gaast | 2012-02-10 | -0/+55 |
| | | | | | | | Just join #somechannel and start inviting people. It should Just Work, like on other IM networks. Works at least with GTalk and with other servers that have conference stuff installed on conference.$servername. | |||
* | Probing for Google Talk servers, based on iq-discovery responses. I'll need | Wilmer van der Gaast | 2012-02-10 | -1/+47 |
| | | | | | this for automatically generating a sane name for groupchats. | |||
* | jabber_buddy_* stuff *is* a complete memory management hell already. :-( | Wilmer van der Gaast | 2011-12-26 | -0/+2 |
| | | | | | Hopefully this change fixes a small memory leak. | |||
* | A few more minor cleanups before merging this into mainline. | Wilmer van der Gaast | 2011-12-26 | -9/+9 |
| | ||||
* | Slight cleanup: Use a constant instead of just "jabber_oauth" everywhere, | Wilmer van der Gaast | 2011-12-24 | -7/+9 |
| | | | | | | and added some safeguards to keep the user from messaging it when we're not actually doing OAuth setup. | |||
* | Merging mainline. | Wilmer van der Gaast | 2011-12-24 | -8/+33 |
|\ | ||||
| * | Removing unfinished debugging stuff accidentally committed in | Wilmer van der Gaast | 2011-12-24 | -36/+1 |
| | | | | | | | | | | changeset:devel,856. | |||
| * | Merging SSL certificate verification for GnuTLS, with help from AopicieR. | Wilmer van der Gaast | 2011-12-23 | -7/+32 |
| |\ | ||||
| | * | Just check if verification code != 0 instead of checking for one specific | Wilmer van der Gaast | 2011-12-19 | -1/+1 |
| | | | | | | | | | | | | | | | bit. Any non-0 failure means a problem. | |||
| | * | Add verify argument to ssl_connect() so HTTPS-based stuff is also secure. | Wilmer van der Gaast | 2011-12-19 | -1/+1 |
| | | | | | | | | | | | | | | | (Think of Twitter, but also MSN/Yahoo! authentication.) | |||
| | * | Move conversion of status codes to status messages into SSL libs. | Wilmer van der Gaast | 2011-12-19 | -34/+9 |
| | | | ||||
| | * | Initial merge of tls_verify patch from AopicieR. | Wilmer van der Gaast | 2011-12-19 | -4/+54 |
| | | | ||||
| * | | Use initgroups() as well when dropping privileges. Closes bug #852. | Wilmer van der Gaast | 2011-12-22 | -1/+36 |
| |/ | ||||
* | | Make it easier to add OAuth-authenticated accounts without having to type | Wilmer van der Gaast | 2011-12-21 | -4/+4 |
| | | | | | | | | | | a bogus password. | |||
* | | Fix parsing of acc->pass. Use oauth_params_ functions instead of string | Wilmer van der Gaast | 2011-12-21 | -17/+12 |
| | | | | | | | | | | magic, fixes escaping issues. | |||
* | | Detect JID changes at login time and warn the user about them. | Wilmer van der Gaast | 2011-12-20 | -12/+48 |
| | | ||||
* | | When updating the XMPP password field with OAuth data, try harder to preserve | Wilmer van der Gaast | 2011-12-19 | -13/+11 |
| | | | | | | | | | | existing data. (Like refresh tokens which we'll need again on next login.) | |||
* | | Give a list of SASL mechanisms supported by a server when reporting we don't | Wilmer van der Gaast | 2011-12-19 | -1/+17 |
| | | | | | | | | | | support any of them. | |||
* | | Restructured and updated code a little bit to support new-style (much better | Wilmer van der Gaast | 2011-12-18 | -32/+39 |
| | | | | | | | | | | | | and "proper" OAuth2) Facebook OAuth support. (And, add wl.offline scope to get tokens that don't expire after an hour.) | |||
* | | More generic OAuth support now. Should work well for all GTalk accounts now | Wilmer van der Gaast | 2011-12-18 | -17/+69 |
| | | | | | | | | | | | | and somewhat for MS Messenger. The fb part needs different parsing of the authorize request, and possibly some other work. | |||
* | | Mainline merge. | Wilmer van der Gaast | 2011-12-17 | -5/+9 |
|\| | ||||
| * | Merging non-SASL authentication patch from #863. This also implements | Wilmer van der Gaast | 2011-12-07 | -2/+5 |
| | | | | | | | | | | | | | | hidden-default settings, which means a setting is hidden unless it was changed from the default. This seems like appropriate behaviour for something as obscure as this. | |||
| * | Killed careless use of strcpy(). Luckily these are only a risk on public | Wilmer van der Gaast | 2011-10-30 | -3/+4 |
| | | | | | | | | | | servers. | |||
* | | Error handling fixes. | Wilmer van der Gaast | 2011-08-04 | -1/+3 |
| | | | | | | | | | | | | Found one double free() bug causing troubles when a buddy_msg() handler takes down the IM connection immediately. | |||
* | | 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 | -18/+24 |
| | | ||||
* | | Facebook authentication. This isn't really OAuth in the end: FB doesn't | Wilmer van der Gaast | 2011-07-31 | -2/+51 |
| | | | | | | | | | | | | really support desktop app OAuth in a way that would work with BitlBee. Plus, it's only OAuth-compliant by, err, name? | |||
* | | Working OAuth2 support. Needs some more debugging (error handling is not | Wilmer van der Gaast | 2011-07-26 | -9/+151 |
| | | | | | | | | | | great and imc_logout() gets (rightfully) confused when jabber_data is empty). | |||
* | | 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 | -3/+16 |
|/ | | | | | | | | | | to process the answer. This is hard because the GTalk server will time out very quickly which means we lose our state/scope/etc. (And the ability to even receive the answer, at least if I'd do this the same way the Twitter module does it.) And then, get the access token and use it, of course. :-) | |||
* | Fix memory corruption on Jabber disconnect with xmlconsole and | Wilmer van der Gaast | 2011-02-24 | -1/+1 |
| | | | | | handle_unknown=add enabled. | |||
* | Hide password information during SASL auth in xmlconsole. | Wilmer van der Gaast | 2010-12-16 | -1/+8 |
| | ||||
* | Add CTCP HELP code. Also cleaning up some noop handlers in the Twitter | Wilmer van der Gaast | 2010-12-07 | -2/+2 |
| | | | | | | module (chat_with and send_typing) that suggested support for features that obviously don't exist. | |||
* | Add support for XEP 202 (replacement for jabber:iq:time). | Wilmer van der Gaast | 2010-12-06 | -3/+31 |
| |