Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | | | | | | | Merging mainline. | Wilmer van der Gaast | 2010-06-06 | -3/+2 | |
| |\| | | | | | | | | | |||||
| * | | | | | | | | | | Allow one to run the configure script from a different directory and put all | Wilmer van der Gaast | 2010-05-25 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build files in there. I need this to properly make Debian package variants (i.e. libpurple and native). | ||||
| * | | | | | | | | | | Mainline merge. (Probably mostly irrelevant for this branch, oh well.) | Wilmer van der Gaast | 2010-05-16 | -6/+568 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merging stuff from mainline (1.2.6). | Wilmer van der Gaast | 2010-04-24 | -0/+36 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merging in killerbee stuff (just file transfers and maybe a few things from | Wilmer van der Gaast | 2010-03-21 | -1/+175 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mainline). Once I add ft support glue to protocols/purple/ I guess this will all go into killerbee. | ||||
| * \ \ \ \ \ \ \ \ \ \ | Merging in head. | Wilmer van der Gaast | 2010-03-14 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | Merging in ' fix. | Wilmer van der Gaast | 2010-03-08 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merging BitlBee 1.2.4+ | Wilmer van der Gaast | 2009-11-23 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Hacked up a B_EV_FLAG_FORCE_REPEAT event handler flag to make libpurple | Wilmer van der Gaast | 2009-10-11 | -3/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | happy. | ||||
| * | | | | | | | | | | | | | Make purple use BitlBee's event handling API. Since the APIs never really | Wilmer van der Gaast | 2009-10-11 | -55/+55 | |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | diverged too much this is fairly transparent. I did rename and redefine GAIM_INPUT_* variables to really make it work without adding another stupid layer in between. One problem left, the new libpurple input API doesn't care about return values. Fixing that in the next CL. | ||||
* | | | | | | | | | | | | | Merging head. | Wilmer van der Gaast | 2010-06-01 | -3/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Setting the HTML flag on a connection has a nasty side effect of escaping | Wilmer van der Gaast | 2010-05-19 | -3/+2 | |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a lot of "special" characters, and these HTML entities are not counted as one character. :-( So just strip HTML of incoming stuff and don't do anything with what goes out. It's not required. The story may actually be more complicated this, let's find out. | ||||
* | | | | | | | | | | | | Mainline merge. | Wilmer van der Gaast | 2010-05-13 | -1/+21 | |
|\| | | | | | | | | | | | |||||
| * | | | | | | | | | | | Implement some kind of ignorant awareness of XML namespaces: Enough to not | Wilmer van der Gaast | 2010-05-12 | -1/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | break backward compatibility (hopefully) but be able to pick up inappropriate uses of XML namespace prefixes. Main reason for this change: Fix XMPP typing notification compatibility with GMail. | ||||
* | | | | | | | | | | | | Mainline merge. | Wilmer van der Gaast | 2010-05-03 | -5/+547 | |
|\| | | | | | | | | | | | |||||
| * | | | | | | | | | | | OAuth sanity fix: Twitter-specific stuff should *not* be in lib/oauth.c. | Wilmer van der Gaast | 2010-05-02 | -57/+87 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Somewhat intrusive, should've done this right immediately. :-/ | ||||
| | * | | | | | | | | | | | Save the credentials again. | Wilmer van der Gaast | 2010-05-01 | -0/+31 | |
| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Cleaned up OAuth stuff: consumer key/secret should *not* be in lib/oauth.c. | Wilmer van der Gaast | 2010-05-01 | -57/+56 | |
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep it in the Twitter module, and use the oauth_info struct through the whole session to keep all this together. | ||||
| * | | | | | | | | | | | NULL-initialize two vars that weren't and should. | Wilmer van der Gaast | 2010-04-30 | -1/+1 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Valgrind-clean now. And decent handling of errors (wrong PIN). | Wilmer van der Gaast | 2010-04-27 | -1/+3 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Valgrind cleanup. | Wilmer van der Gaast | 2010-04-27 | -9/+43 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | The escaping, I fixed it for you. More expensive code this way and most of | Wilmer van der Gaast | 2010-04-27 | -18/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the vars don't need escaping. But this shouldn't be so fragile anymore. | ||||
| * | | | | | | | | | | | Escaping in oauth_nonce(). Not sure if the escaping is entirely right ATM... | Wilmer van der Gaast | 2010-04-26 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | :-( | ||||
| * | | | | | | | | | | | OAuth, it lives! | Wilmer van der Gaast | 2010-04-26 | -1/+22 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Twitter module now generates authorize URLs. | Wilmer van der Gaast | 2010-04-26 | -5/+5 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Moving two public OAuth functions into the header file. | Wilmer van der Gaast | 2010-04-26 | -16/+36 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Successfully posted a tweet! | Wilmer van der Gaast | 2010-04-26 | -17/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Twitter's tricky. It returns vars (user_id, screen_name) in the access token that, the way I read the spec, should be included in all subsequent queries. However, stuff only started to work when I dropped those vars. This code's definitely not pretty ATM. Need to clean up now that it actually works. | ||||
| * | | | | | | | | | | | Added a function that generates an OAuth Authorization: HTTP header. | Wilmer van der Gaast | 2010-04-26 | -13/+79 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | oauth_access_token() added. I managed to increase the counter on | Wilmer van der Gaast | 2010-04-25 | -4/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://twitter.com/oauth_clients/details/127170 . \o/ | ||||
| * | | | | | | | | | | | Some HTTP stuff. Via gdb I can make this request a token. | Wilmer van der Gaast | 2010-04-25 | -6/+212 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | constified. | Wilmer van der Gaast | 2010-04-25 | -2/+2 | |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Code to calculate OAuth signatures. I hope that after wrapping my mind | Wilmer van der Gaast | 2010-04-25 | -1/+129 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | around all of this the rest is going to be easier.. | ||||
| * | | | | | | | | | | | Make http_encode() RFC3986-compliant. (Escape everything except alphanumeric | Wilmer van der Gaast | 2010-04-25 | -2/+1 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | characters plus [-_~.].) | ||||
* | | | | | | | | | | | Merging loads of stuff from mainline. | Wilmer van der Gaast | 2010-04-14 | -0/+36 | |
|\| | | | | | | | | | | |||||
| * | | | | | | | | | | Added a mktime_utc() to misc.c using code that used to be in jabber_util.c. | Wilmer van der Gaast | 2010-04-08 | -0/+36 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I want to use this in the Twitter module. | ||||
* | | | | | | | | | | Restored CTCP/DCC hooks for outgoing file transfers. | Wilmer van der Gaast | 2010-04-13 | -1/+4 | |
| | | | | | | | | | | |||||
* | | | | | | | | | | Start handling CTCPs, in a saner way than before. | Wilmer van der Gaast | 2010-04-12 | -0/+47 | |
| |_|_|_|/ / / / / |/| | | | | | | | | |||||
* | | | | | | | | | Small cleanup. The max_packet_size variable doesn't seem to be read | Wilmer van der Gaast | 2010-03-17 | -37/+52 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | anywhere, and reworked string handling in ft_listen() a little bit. | ||||
* | | | | | | | | | Merging mainline. | Wilmer van der Gaast | 2010-03-17 | -2/+4 | |
|\| | | | | | | | | |||||
| * | | | | | | | | Adding a few consts and other misc fixes from bug #431. Doing this via a | Wilmer van der Gaast | 2010-03-14 | -2/+3 | |
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | merge because bzr can probably deal with the conflicts better than patch. | ||||
| | * | | | | | | | Some const/etc cleanups submitted by domen@coderock.org back in bug #431. | Wilmer van der Gaast | 2010-03-14 | -2/+3 | |
| | | |_|_|_|/ / | | |/| | | | | | |||||
| * | | | | | | | Added ' HTML entity since we're sure getting that one a lot with | Wilmer van der Gaast | 2010-03-08 | -0/+1 | |
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | libpurple.. | ||||
* | | | | | | | Merging head. | Wilmer van der Gaast | 2009-12-07 | -61/+135 | |
|\| | | | | | | |||||
| * | | | | | | Shuffling a few more #includes. Much more shuffling will be needed. | Wilmer van der Gaast | 2009-10-23 | -0/+1 | |
| | |/ / / / | |/| | | | | |||||
| * | | | | | Fixed fd leak in ini.c. How could I miss this one.. :-( | Wilmer van der Gaast | 2009-07-20 | -2/+6 | |
| | |_|_|/ | |/| | | | |||||
| * | | | | Simplified ini parser code a bit more. Not using strtok() after all since | Wilmer van der Gaast | 2008-12-25 | -27/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I can't find a guarantee that it's okay with me further mutilating the strings. :-) | ||||
| * | | | | First version of new ini parser. Will just attempt to simplify code a bit. | Wilmer van der Gaast | 2008-12-24 | -42/+98 | |
| | | | | | |||||
| * | | | | Removed a double g_free() in proxy.c (that couldn't actually ever be | Wilmer van der Gaast | 2008-12-14 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | invoked but was stupid anyway). #409. | ||||
| * | | | | events_libevent now detects when the event currently being handled is | Wilmer van der Gaast | 2008-12-14 | -7/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed. This could otherwise cause unpredictable behaviour, especially for timers. | ||||
| * | | | | Fixed crappy memory management in http_client. | Wilmer van der Gaast | 2008-09-28 | -9/+12 | |
| | | | | |