Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | 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 | |
| | |||||
* | First bits of CTCP support to contacts. (Try /CTCP VERSION on a Jabber | Wilmer van der Gaast | 2010-12-06 | -0/+82 | |
| | | | | | contact.) | ||||
* | Restore support for joining password-protected Jabber rooms. Now using a | Wilmer van der Gaast | 2010-11-20 | -2/+16 | |
| | | | | | | | simple Jabber-specific room setting since AFAIK room passwords are pretty uncommon otherwise. Should deprecate the "password" argument to chat_join but that's a PITA because of API compatibility. :-/ | ||||
* | Change 704 introduced one tiny bug where a Jabber resource doesn't get | Wilmer van der Gaast | 2010-10-23 | -1/+2 | |
| | | | | | | deleted properly when it logs out if it's the last one online for that user. Fixing that now. | ||||
* | Another memory leak fix. | Wilmer van der Gaast | 2010-10-21 | -1/+2 | |
| | |||||
* | Merging mainline, which includes a huge msnp13 merge. | Wilmer van der Gaast | 2010-10-02 | -9/+9 | |
|\ | | | | | | | | | | | Not 100% sure about the OpenSSL merge, should double check that but I'm currently offline. | ||||
| * | Fixing handling of (Jabber) chatroom topic changes done by the user. | Wilmer van der Gaast | 2010-09-05 | -9/+9 | |
| | | |||||
* | | Merge mainline stuff. | Wilmer van der Gaast | 2010-08-31 | -8/+30 | |
|\| | |||||
| * | Suppress subjects in Jabber conversations after showing them once. | Wilmer van der Gaast | 2010-08-31 | -1/+14 | |
| | | |||||
| * | Use nifty gcc -MD feature to automatically track .h dependencies of all C | Wilmer van der Gaast | 2010-08-27 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | files, this finally gives proper dependencies, which means the end of getting broken binaries around headerfile changes, etc. Sure, this may not work on obscurux with superawesomeincompatiblecc while autoconf does, but at least BitlBee's configure script still runs in <1s. :-) | ||||
| * | Fix two compiler warnings. | Wilmer van der Gaast | 2010-08-22 | -1/+1 | |
| | | |||||
| * | Process incoming XMPP groupchat invites in a saner way: Create a temporary | Wilmer van der Gaast | 2010-08-23 | -7/+9 | |
| | | | | | | | | | | channel the user can easily /join. | ||||
| * | Fixed a misuse of xt_find_node() that could get into an infinite loop. | Wilmer van der Gaast | 2010-08-22 | -0/+4 | |
| | | |||||
* | | First step in this merge. Mostly a bzr merge and then a cleanup of conflicts | Wilmer van der Gaast | 2010-08-24 | -0/+1 | |
|\ \ | | | | | | | | | | | | | and parts I want to/have to redo (because of ui-fix). | ||||
| * \ | merge with upstraem bitlbee 1.2.8 | Sven Moritz Hallberg | 2010-07-11 | -4/+36 | |
| |\ \ | |||||
| * \ \ | merge in bitlbee head | Sven Moritz Hallberg | 2010-06-04 | -1/+0 | |
| |\ \ \ | |||||
| * \ \ \ | merge in bitlbee 1.2.7 | Sven Moritz Hallberg | 2010-06-03 | -1/+3 | |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge in bitlbee 1.2.6 | Sven Moritz Hallberg | 2010-06-03 | -75/+63 | |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge in bitlbee 1.2.5 | Sven Moritz Hallberg | 2010-06-03 | -65/+64 | |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge in bitlbee 1.2.4 | Sven Moritz Hallberg | 2010-06-03 | -10/+16 | |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | pretty blind try at merging in the latest trunk | Sven Moritz Hallberg | 2009-03-12 | -8/+10 | |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | commit updates by ashish shukla <wahjava@gmail.com> | Sven Moritz Hallberg | 2009-03-12 | -3/+3 | |
| | | | | | | | | | | |||||
| * | | | | | | | | | merge in latest trunk | Sven Moritz Hallberg | 2008-07-17 | -735/+110 | |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | more upstream changes | Sven Moritz Hallberg | 2008-02-17 | -1/+26 | |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | merge in upstream changes | Sven Moritz Hallberg | 2008-02-16 | -28/+85 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | - add support for setting ops/voice according to OTR msgstate | Sven Moritz Hallberg | 2008-02-09 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add 'otr trust' user command - support non-otr messages during keygen - run otr messages through strip_html - interpret <b> and <i> tags in html messages - record max message size in prpl - add 'encrypted' flag to user_t - cosmetics | ||||
* | | | | | | | | | | | | | Fix two compiler warnings. | Wilmer van der Gaast | 2010-08-22 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Small bug in the previous change: NULL-initialize srv. | Wilmer van der Gaast | 2010-08-11 | -1/+1 | |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | When doing SRV lookups, return an array with all RRs instead of just the | Wilmer van der Gaast | 2010-08-10 | -4/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first one. The first isn't always the best one and this is currently causing GTalk issues when talk2.l.google.com (which is currently dead) is first. | ||||
* | | | | | | | | | | | | OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@opencsw.org> | Wilmer van der Gaast | 2010-08-07 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with some changes. | ||||
* | | | | | | | | | | | | Take the local address from the IM/IRC connection when setting up a listening | Wilmer van der Gaast | 2010-07-25 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | socket for file transfers. |