../
|
xmltree.h
|
3.7 KB
|
d912fe4
|
2010-08-14T23:00:53Z
|
wilmer |
Add xt_find_path() to simplify digging through multi-level XML trees.
|
xmltree.c
|
16.9 KB
|
afb9ea9
|
2010-10-07T06:25:35Z
|
wilmer |
Silencing some (mostly whiny) compiler warnings.
|
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
|
327af51
|
2010-08-21T17:27:32Z
|
wilmer |
Some general cleanup, plus fixing a bug in the memberlist parsing …
|
ssl_nss.c
|
5.9 KB
|
31c28a4
|
2010-12-19T11:16:20Z
|
wilmer |
Implement ssl_pending() for NSS. This fixes bug #368 which so far only …
|
ssl_gnutls.c
|
6.8 KB
|
83e47ec
|
2010-10-17T06:44:35Z
|
wilmer |
Use gcrypt for 3DES encryption (used for new MSN authentication) so we …
|
ssl_client.h
|
3.8 KB
|
523fb23
|
2010-08-11T08:08:39Z
|
wilmer |
Implement MSNP15 SSO (Sadistic Sign-On).
|
ssl_bogus.c
|
1.8 KB
|
420d80d1
|
2011-03-08T06:50:57Z
|
wilmer |
Removed duplicate ssl_pending from ssl_bogus.
|
sha1.h
|
2.0 KB
|
523fb23
|
2010-08-11T08:08:39Z
|
wilmer |
Implement MSNP15 SSO (Sadistic Sign-On).
|
sha1.c
|
10.4 KB
|
523fb23
|
2010-08-11T08:08:39Z
|
wilmer |
Implement MSNP15 SSO (Sadistic Sign-On).
|
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
|
389ce9f
|
2010-10-24T22:20:40Z
|
wilmer |
Another compatibility fix: AI_ADDRCONFIG doesn't exist on some systems.
|
oauth.h
|
3.8 KB
|
93cc86f
|
2011-03-08T06:24:34Z
|
wilmer |
Twitter: Warn the user if the OAuth username and the configured …
|
oauth.c
|
12.1 KB
|
ce617f0
|
2011-03-27T14:09:55Z
|
wilmer |
Tweaks to allow authenticating to identi.ca with OAuth. Doesn't seem …
|
misc.h
|
2.6 KB
|
ffdf2e7
|
2010-08-10T11:18:09Z
|
wilmer |
When doing SRV lookups, return an array with all RRs instead of just …
|
misc.c
|
15.8 KB
|
ffdf2e7
|
2010-08-10T11:18:09Z
|
wilmer |
When doing SRV lookups, return an array with all RRs instead of just …
|
md5.h
|
1.4 KB
|
daae10f
|
2010-08-07T16:33:02Z
|
wilmer |
OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
|
md5.c
|
8.4 KB
|
bea1305
|
2008-01-19T12:36:30Z
|
wilmer |
Added byte swapping code to the new MD5 checksumming code to make it …
|
Makefile
|
868 bytes
|
b0a89cc
|
2010-08-27T08:48:18Z
|
wilmer |
Use nifty gcc -MD feature to automatically track .h dependencies of …
|
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.6 KB
|
516a9c6
|
2010-07-16T23:11:37Z
|
wilmer |
No idea why http_dorequest() ever returned void*. Don't hide the type, …
|
http_client.c
|
10.6 KB
|
516a9c6
|
2010-07-16T23:11:37Z
|
wilmer |
No idea why http_dorequest() ever returned void*. Don't hide the type, …
|
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
|
25b5a4a
|
2010-10-03T03:03:19Z
|
wilmer |
Make sure events_*.c are fully compatible to callers so plugins built …
|
events.h
|
3.4 KB
|
25b5a4a
|
2010-10-03T03:03:19Z
|
wilmer |
Make sure events_*.c are fully compatible to callers so plugins built …
|
des.h
|
1.8 KB
|
a366cca
|
2010-08-20T23:04:12Z
|
wilmer |
Now including a nice and compact 3DES implementation done by …
|
des.c
|
21.4 KB
|
a366cca
|
2010-08-20T23:04:12Z
|
wilmer |
Now including a nice and compact 3DES implementation done by …
|
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
|
ddcf491f
|
2008-03-16T14:18:22Z
|
wilmer |
Adding padding to encrypted IM-passwords so the exact password length …
|