../
|
xmltree.h
|
3.7 KB
|
d0752e8
|
2012-09-22T12:12:12Z
|
wilmer |
Little cleanup. Use xt_from_string() where possible.
|
xmltree.c
|
17.6 KB
|
6f55bec
|
2012-09-23T23:25:32Z
|
wilmer |
xt_from_string() will return NULL if the string wasn't terminated …
|
url.h
|
1.5 KB
|
e9eaee6
|
2010-04-25T18:56:53Z
|
wilmer |
constified.
|
url.c
|
2.9 KB
|
e9eaee6
|
2010-04-25T18:56:53Z
|
wilmer |
constified.
|
ssl_sspi.c
|
6.8 KB
|
e046390
|
2009-10-10T23:25:54Z
|
wilmer |
Make purple use BitlBee's event handling API. Since the APIs never …
|
ssl_openssl.c
|
7.8 KB
|
59c03bd
|
2012-01-03T23:53:28Z
|
wilmer |
A few more SSL fixes merged from AopicieR. This also fixes OpenSSL …
|
ssl_nss.c
|
9.9 KB
|
68709f5
|
2012-08-19T15:33:55Z
|
wilmer |
NSS module fixes from mcepl in #714. This removes des.c since it's no …
|
ssl_gnutls.c
|
11.1 KB
|
632f3d4
|
2012-04-10T09:14:58Z
|
wilmer |
Work-around for what turned out to be a GnuTLS bug (#938). From 3.0.13 …
|
ssl_client.h
|
4.8 KB
|
200e151
|
2011-12-23T22:40:17Z
|
wilmer |
tls_verify correction: Don't fail cert verification in non-GnuTLS …
|
ssl_bogus.c
|
1.9 KB
|
a72dc2b
|
2011-12-19T17:57:20Z
|
wilmer |
Add verify argument to ssl_connect() so HTTPS-based stuff is also …
|
sha1.h
|
2.0 KB
|
e0a0a42
|
2012-02-10T13:37:08Z
|
wilmer |
Added sha1_random_uuid function, which I will use later to generate …
|
sha1.c
|
11.2 KB
|
e0a0a42
|
2012-02-10T13:37:08Z
|
wilmer |
Added sha1_random_uuid function, which I will use later to generate …
|
proxy.h
|
1.5 KB
|
df1694b
|
2006-06-25T12:15:42Z
|
wilmer |
Moving all generic files to lib/ instead of having some in / and some …
|
proxy.c
|
13.6 KB
|
a010498
|
2011-07-12T08:04:12Z
|
wilmer |
Fixed dumb file descriptor leak.
|
oauth.h
|
4.1 KB
|
36533bf
|
2011-12-19T12:54:49Z
|
wilmer |
When updating the XMPP password field with OAuth data, try harder to …
|
oauth.c
|
11.3 KB
|
e306fbf
|
2011-12-21T19:35:13Z
|
wilmer |
Fixed a bug that probably (can't test this now since it's down) broke …
|
oauth2.h
|
2.6 KB
|
18c6d36
|
2011-12-18T19:25:44Z
|
wilmer |
More generic OAuth support now. Should work well for all GTalk …
|
oauth2.c
|
5.3 KB
|
ba654ec
|
2012-10-28T23:36:55Z
|
wilmer |
Use the new JSON code for OAuth2 processing.
Starting to see the use …
|
misc.h
|
2.7 KB
|
55ccc9a0
|
2012-09-22T11:52:01Z
|
wilmer |
Solve a whole bunch of Twitter module crashes: Twitter responses seem …
|
misc.c
|
17.2 KB
|
55ccc9a0
|
2012-09-22T11:52:01Z
|
wilmer |
Solve a whole bunch of Twitter module crashes: Twitter responses seem …
|
md5.h
|
1.4 KB
|
1174899
|
2011-07-31T14:40:41Z
|
wilmer |
Having written the same stupid code (ASCII MD5 hashes) 205762 times, …
|
md5.c
|
8.6 KB
|
e1c926f
|
2011-07-31T15:44:37Z
|
wilmer |
Facebook authentication. This isn't really OAuth in the end: FB …
|
Makefile
|
915 bytes
|
c08d201
|
2012-11-04T23:39:01Z
|
wilmer |
Add json_util.c with helper functions. Keeping them in a separate file …
|
json_util.h
|
2.1 KB
|
8e3b7ac
|
2012-11-08T22:38:20Z
|
wilmer |
It logs in and fetches statuses! \o/ But, some corruption..
|
json_util.c
|
2.5 KB
|
398b2533
|
2012-11-09T23:50:09Z
|
wilmer |
Fix compiler warning (missed glib include in json_util).
|
json.h
|
4.1 KB
|
5d749ad
|
2012-11-09T23:48:22Z
|
wilmer |
One difference in json.h: use "long long" instead of "long" for …
|
json.c
|
19.3 KB
|
696dc9e
|
2012-10-28T23:05:02Z
|
wilmer |
Add json.[ch], update debian/copyright with license info.
|
ini.h
|
1.4 KB
|
72b6783e
|
2008-12-24T09:00:42Z
|
wilmer |
First version of new ini parser. Will just attempt to simplify code a bit.
|
ini.c
|
3.2 KB
|
0182773
|
2009-07-20T13:42:11Z
|
wilmer |
Fixed fd leak in ini.c. How could I miss this one.. :-(
|
http_client.h
|
3.5 KB
|
8bd866f
|
2012-11-10T22:25:58Z
|
wilmer |
Reworked http_client a little bit to support streaming besides just …
|
http_client.c
|
14.5 KB
|
ddc2de5
|
2012-11-10T23:52:21Z
|
wilmer |
Very immature code for reading from the streaming API. It reads from a …
|
ftutil.h
|
2.2 KB
|
f1f7b5e
|
2010-07-24T22:50:23Z
|
wilmer |
Take the local address from the IM/IRC connection when setting up a …
|
ftutil.c
|
4.9 KB
|
f1f7b5e
|
2010-07-24T22:50:23Z
|
wilmer |
Take the local address from the IM/IRC connection when setting up a …
|
events_libevent.c
|
7.8 KB
|
c5c18c1
|
2009-10-10T23:57:26Z
|
wilmer |
Hacked up a B_EV_FLAG_FORCE_REPEAT event handler flag to make …
|
events_glib.c
|
3.9 KB
|
9ff0c25
|
2011-12-19T20:46:01Z
|
wilmer |
Catch condition=G_IO_NVAL from glib's event handler, which should …
|
events.h
|
3.4 KB
|
25b5a4a
|
2010-10-03T03:03:19Z
|
wilmer |
Make sure events_*.c are fully compatible to callers so plugins built …
|
base64.h
|
2.3 KB
|
3b6eadc
|
2007-07-07T17:19:28Z
|
Jelmer Vernooij |
Fix some warnings in storage.c.
|
base64.c
|
4.7 KB
|
50d26f3
|
2008-03-16T15:28:37Z
|
wilmer |
Fixed base64_decode() to not barf on corrupted Base64 strings.
|
arc.h
|
2.1 KB
|
f3351f0
|
2008-04-05T11:54:31Z
|
wilmer |
Fixed GLib <2.6 compatibility issue in arc.h. (G_GNUC_MALLOC)
|
arc.c
|
7.6 KB
|
9a1c14d
|
2011-12-24T18:12:15Z
|
wilmer |
An empty password is still a password, don't refuse accounts for that.
|