|
|
@71abe93
|
2015-04-05T14:09:37Z |
dx |
proxy: minor refactor, simplify error handling
|
|
|
@098a75b
|
2015-03-22T13:35:08Z |
dx |
Fix a bunch of memory leaks
- irc_im.c:
- bee_irc_user_msg: …
|
|
|
@a880e34
|
2015-02-28T20:40:07Z |
dx |
Refactor oauth_params_del to fix use-after-free that i introduced
…
|
|
|
@05816dd
|
2015-02-22T22:44:40Z |
dx |
coverity: Fix some (harmless?) use-after-free with g_slist_remove()
…
|
|
|
@5ebff60
|
2015-02-20T22:50:54Z |
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
|
|
@34afea7
|
2015-01-31T23:58:57Z |
dx |
Use glib's GChecksum for md5/sha1
This changes behavior slightly:
- …
|
|
|
@5eab298f
|
2015-01-26T03:27:24Z |
dx |
random_bytes: Use /dev/urandom only, don't bother trying /dev/random
…
|
|
|
@fed4f76
|
2015-01-16T19:50:25Z |
dx |
Fix UTF8 nick truncation issues
When nicks exceeded the length limit, …
|
|
|
@840394e
|
2015-01-16T19:50:24Z |
dx |
http proxy: only check for "HTTP/1.x 200" in the status string
It was …
|
|
|
@20c9c21
|
2015-01-16T19:50:24Z |
dx |
Fix some more g_source_remove warnings, this time in proxy.c
Both in …
|
|
|
@25c4c78
|
2015-01-16T19:50:24Z |
dx |
Fix compiler warnings on Cygwin and Mac OS X.
* Don't use PIE/PIC on …
|
|
|
@6b13103
|
2015-01-16T19:50:23Z |
dx |
Replace isdigit/isalpha/.../tolower/toupper with glib variants
This …
|
|
|
@6f10697
|
2015-01-16T19:50:23Z |
dx |
Fix incorrect Free Software Foundation address
|
|
|
@b38d399
|
2014-11-24T05:16:09Z |
dx |
Use glib functions for base64 decoding/encoding
This fixes several …
|
|
|
@b6bd99c
|
2014-10-27T06:36:09Z |
dx |
dcc: Fix some invalid memory accesses reported by ASAN
ASAN <3
|
|
|
@8256ad5
|
2014-10-27T06:36:05Z |
dx |
Some more g_source_remove warning fixes
- http_incoming_data calling …
|
|
|
@9ead105
|
2014-10-17T22:37:41Z |
wilmer |
Bunch of merges from dx.
|
|
|
@4f7255d
|
2014-10-17T22:26:18Z |
wilmer |
Debian bug #764181: Accidentally had an LGPL header in a bunch of …
|
|
|
@7b40f17
|
2014-10-11T02:20:53Z |
dx |
Add support for XEP-0203: Delayed delivery (message timestamps)
Very …
|
|
|
@e252d8c
|
2014-09-27T14:54:35Z |
dx |
RIP native win32 support (use cygwin instead)
It has been broken for …
|
|
|
@286cd48
|
2014-09-27T14:54:35Z |
dx |
Prevent some "Source ID ## was not found..." warnings
These appear in …
|
|
|
@b7cd22d
|
2014-09-27T14:54:35Z |
dx |
ssl_gnutls: Fix some uninitialized memory warnings
|
|
|
@632627e
|
2014-07-24T03:51:07Z |
dx |
srv_lookup: Portability fixes, handle compressed responses
srv_lookup …
|
|
|
@269580c
|
2014-07-24T03:51:07Z |
dx |
Add limit param to split_command_parts(), fix twitter quotes bug
Only …
|
|
|
@b4008a5
|
2014-03-07T00:02:32Z |
wilmer |
Merging compiler warning fix. Patch by Mark H Weaver <mhw@…>.
|
|
|
@b4b8f1e
|
2014-03-02T00:37:43Z |
wilmer |
Unicode parsing fix in JSON parser: JSON can contain UTF-16 surrogate …
|
|
|
@7a80925
|
2014-02-13T08:48:37Z |
wilmer |
Update json-parser code to git rev …
|
|
|
@e76cf26
|
2014-02-08T13:46:30Z |
wilmer |
Fix "Unusuable" typo.
|
|
|
@ab19567
|
2013-06-16T12:15:15Z |
wilmer |
Merging HTTP/1.1 branch. This implements HTTP/1.1 support in …
|
|
|
@dd7b931
|
2013-06-16T00:14:11Z |
wilmer |
Use HTTP/1.1 by default in the Twitter module, and stick to the …
|
|
|
@ca8037e
|
2013-06-09T21:17:45Z |
wilmer |
Add better handling of HTTP/1.1 and/or keepalive connections. This …
|
|
|
@420ddc00
|
2013-05-25T12:39:42Z |
wilmer |
Fix double free() in ssl_nss.c. #1038
|
|
|
@c153808
|
2013-05-25T10:36:34Z |
wilmer |
Fix OAuth2 error reporting.
|
|
|
@dd95ce4
|
2013-04-20T13:17:22Z |
wilmer |
Const is hard, let's go hacking.
|
|
|
@e31e5b8
|
2013-04-20T13:05:55Z |
wilmer |
Merging "storage" branch which I wrote long ago. It separates …
|
|
|
@0e788f5
|
2013-02-21T19:15:59Z |
wilmer |
I'm still bored on a long flight. Wrote a script to automatically …
|
|
|
@eab8e52
|
2013-01-01T15:31:22Z |
Miklos Vajna |
json: fix uninitialized variables
json.c: In function …
|
|
|
@c1d9c95
|
2012-12-24T22:02:41Z |
wilmer |
Whoops, remove those debugging printfs as I intended to do before merging.
|
|
|
@9b67285
|
2012-12-24T19:17:37Z |
wilmer |
SSL session caching. You'd think that this makes Twitter stuff faster, …
|
|
|
@def3650
|
2012-12-24T13:28:02Z |
wilmer |
In the OpenSSL module, keep only one global SSL context instead of …
|
|
|
@3f661849
|
2012-12-24T12:51:26Z |
wilmer |
SNI client support in GnuTLS+OpenSSL modules.
|
|
|
@cc6fdf8
|
2012-12-22T00:14:26Z |
wilmer |
Merging JSON branch. It's very stable by now, and I want more testers.
|
|
|
@3bda2c2
|
2012-12-02T17:39:22Z |
wilmer |
Fixed minor memory leak.
|
|
|
@b0ee720
|
2012-12-02T16:32:59Z |
wilmer |
Error handling fix in xmltree. Fixes a problem where if the start of …
|
|
|
@e8161ec
|
2012-12-01T12:13:44Z |
wilmer |
Importing json.c UTF-8 encoding fix from upstream. Not importing the …
|
|
|
@85cd12d
|
2012-11-27T23:20:34Z |
wilmer |
Fixing integer size issue in JSON parser: Although I've changed the …
|
|
|
@b235228
|
2012-11-25T22:28:38Z |
wilmer |
Have root confirm some commands that so far gave no feedback at all, …
|
|
|
@898c08e
|
2012-11-25T11:47:23Z |
wilmer |
Clean up streaming HTTP event handler, which should fix crash-bugs …
|
|
|
@5f2f728
|
2012-11-24T19:20:57Z |
wilmer |
Increasing http_client buffersize to 4KB. You'd think that with things …
|
|
|
@b006464
|
2012-11-17T23:51:21Z |
wilmer |
Merge mainline.
|
|
|
@e1d3f98
|
2012-11-12T14:45:38Z |
wilmer |
Remove ssl_bogus.c, it really shouldn't be used anymore since it …
|
|
|
@67ebc8e
|
2012-11-12T00:03:33Z |
wilmer |
Fixed valgrind warnings in JSON_O_FOREACH.
|
|
|
@dd672e2
|
2012-11-11T21:52:26Z |
wilmer |
Detect and handle streaming connection loss.
|
|
|
@2fb1262
|
2012-11-11T18:22:39Z |
wilmer |
Tiny cleanup. Fixing some memory leaks (why did I not notice so far …
|
|
|
@1388d30
|
2012-11-11T17:57:20Z |
wilmer |
Mostly finished HTTP streaming support: Shrink the buffer and add a …
|
|
|
@ddc2de5
|
2012-11-10T23:52:21Z |
wilmer |
Very immature code for reading from the streaming API. It reads from a …
|
|
|
@8bd866f
|
2012-11-10T22:25:58Z |
wilmer |
Reworked http_client a little bit to support streaming besides just …
|
|
|
@398b2533
|
2012-11-09T23:50:09Z |
wilmer |
Fix compiler warning (missed glib include in json_util).
|
|
|
@5d749ad
|
2012-11-09T23:48:22Z |
wilmer |
One difference in json.h: use "long long" instead of "long" for …
|
|
|
@5246133
|
2012-11-09T00:23:44Z |
wilmer |
Updated error response parsing. Also, use this for 401 responses so …
|
|
|
@8e3b7ac
|
2012-11-08T22:38:20Z |
wilmer |
It logs in and fetches statuses! \o/ But, some corruption..
|
|
|
@c08d201
|
2012-11-04T23:39:01Z |
wilmer |
Add json_util.c with helper functions. Keeping them in a separate file …
|
|
|
@8f976e6
|
2012-10-30T23:41:43Z |
wilmer |
SSL fixes from Michal Suchanek.
|
|
|
@ba654ec
|
2012-10-28T23:36:55Z |
wilmer |
Use the new JSON code for OAuth2 processing.
Starting to see the use …
|
|
|
@696dc9e
|
2012-10-28T23:05:02Z |
wilmer |
Add json.[ch], update debian/copyright with license info.
|
|
|
@6f55bec
|
2012-09-23T23:25:32Z |
wilmer |
xt_from_string() will return NULL if the string wasn't terminated …
|
|
|
@11ec078
|
2012-09-22T12:44:47Z |
wilmer |
Since I can't figure out where the stalls are coming from at this …
|
|
|
@d0752e8
|
2012-09-22T12:12:12Z |
wilmer |
Little cleanup. Use xt_from_string() where possible.
|
|
|
@55ccc9a0
|
2012-09-22T11:52:01Z |
wilmer |
Solve a whole bunch of Twitter module crashes: Twitter responses seem …
|
|
|
@7281ad1
|
2012-09-15T15:59:17Z |
wilmer |
Allow building position-independent executables. #981, patch from …
|
|
|
@68709f5
|
2012-08-19T15:33:55Z |
wilmer |
NSS module fixes from mcepl in #714. This removes des.c since it's no …
|
|
|
@222b440
|
2012-06-05T20:19:56Z |
wilmer |
Add xt_to_string_i() and use it to get indentation back in saved …
|
|
|
@7a2a486
|
2012-06-03T23:08:43Z |
wilmer |
Shut up a flood of GLib-related compiler warnings.
|
|
|
@632f3d4
|
2012-04-10T09:14:58Z |
wilmer |
Work-around for what turned out to be a GnuTLS bug (#938). From 3.0.13 …
|
|
|
@7fa5c19
|
2012-02-11T12:55:45Z |
wilmer |
Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR …
|
|
|
@e0a0a42
|
2012-02-10T13:37:08Z |
wilmer |
Added sha1_random_uuid function, which I will use later to generate …
|
|
|
@7615726
|
2012-01-04T00:01:51Z |
wilmer |
Fixing one compiler warning that shouldn't indicate any real problem …
|
|
|
@59c03bd
|
2012-01-03T23:53:28Z |
wilmer |
A few more SSL fixes merged from AopicieR. This also fixes OpenSSL …
|
|
|
@59cd92b
|
2011-12-29T20:30:43Z |
wilmer |
Keep only one xcred object globally instead of one per connection. …
|
|
|
@644b808
|
2011-12-26T10:50:34Z |
wilmer |
A few more minor cleanups before merging this into mainline.
|
|
|
@9a1c14d
|
2011-12-24T18:12:15Z |
wilmer |
An empty password is still a password, don't refuse accounts for that.
|
|
|
@164352e
|
2011-12-24T18:02:39Z |
wilmer |
Merging mainline.
|
|
|
@5513f3e
|
2011-12-24T14:52:35Z |
wilmer |
Fix compatibility with old GnuTLS versions, but with a warning. See …
|
|
|
@200e151
|
2011-12-23T22:40:17Z |
wilmer |
tls_verify correction: Don't fail cert verification in non-GnuTLS …
|
|
|
@792a93b
|
2011-12-23T12:44:08Z |
wilmer |
Merging SSL certificate verification for GnuTLS, with help from AopicieR.
|
|
|
@e306fbf
|
2011-12-21T19:35:13Z |
wilmer |
Fixed a bug that probably (can't test this now since it's down) broke …
|
|
|
@31db8165
|
2011-12-21T19:03:56Z |
wilmer |
Use sha1_hmac() instead of reimplementing the algorithm in oauth_sign().
|
|
|
@f9789d4
|
2011-12-20T16:42:17Z |
wilmer |
NULL-checking in rfc822_get_header() and OAuth response handling.
|
|
|
@9ff0c25
|
2011-12-19T20:46:01Z |
wilmer |
Catch condition=G_IO_NVAL from glib's event handler, which should …
|
|
|
@a72dc2b
|
2011-12-19T17:57:20Z |
wilmer |
Add verify argument to ssl_connect() so HTTPS-based stuff is also …
|
|
|
@78b8401
|
2011-12-19T17:22:37Z |
wilmer |
Move conversion of status codes to status messages into SSL libs.
|
|
|
@486ddb5
|
2011-12-19T14:50:58Z |
wilmer |
Initial merge of tls_verify patch from AopicieR.
|
|
|
@36533bf
|
2011-12-19T12:54:49Z |
wilmer |
When updating the XMPP password field with OAuth data, try harder to …
|
|
|
@4be0e34
|
2011-12-19T00:41:40Z |
wilmer |
Give a list of SASL mechanisms supported by a server when reporting we …
|
|
|
@bf57cd1
|
2011-12-19T00:17:38Z |
wilmer |
Facebook OAuth2 should now be fully usable.
|
|
|
@9b0ad7e
|
2011-12-19T00:00:31Z |
wilmer |
Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can …
|
|
|
@18c6d36
|
2011-12-18T19:25:44Z |
wilmer |
More generic OAuth support now. Should work well for all GTalk …
|
|
|
@6e9ae72
|
2011-12-17T13:50:01Z |
wilmer |
Mainline merge.
|
|
|
@3f808ca
|
2011-12-11T16:38:02Z |
wilmer |
Support HTTP/1.1 redirect status codes and use HTTPS for OAuth setup. …
|
|
|
@ca974d7
|
2011-12-04T19:14:29Z |
wilmer |
Debug output tweaks: Try to send everything to stderr, and add ifdef …
|
|
|