../
|
arc.c
|
7.6 KB
|
ddcf491f
|
2008-03-16T14:18:22Z
|
wilmer |
Adding padding to encrypted IM-passwords so the exact password length …
|
arc.h
|
2.1 KB
|
f3351f0
|
2008-04-05T11:54:31Z
|
wilmer |
Fixed GLib <2.6 compatibility issue in arc.h. (G_GNUC_MALLOC)
|
base64.c
|
4.7 KB
|
50d26f3
|
2008-03-16T15:28:37Z
|
wilmer |
Fixed base64_decode() to not barf on corrupted Base64 strings.
|
base64.h
|
2.3 KB
|
3b6eadc
|
2007-07-07T17:19:28Z
|
Jelmer Vernooij |
Fix some warnings in storage.c.
|
events.h
|
3.3 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
|
c5c18c1
|
2009-10-10T23:57:26Z
|
wilmer |
Hacked up a B_EV_FLAG_FORCE_REPEAT event handler flag to make …
|
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 …
|
ftutil.c
|
4.4 KB
|
60e4df3
|
2010-03-17T23:23:27Z
|
wilmer |
Small cleanup. The max_packet_size variable doesn't seem to be read …
|
ftutil.h
|
2.2 KB
|
60e4df3
|
2010-03-17T23:23:27Z
|
wilmer |
Small cleanup. The max_packet_size variable doesn't seem to be read …
|
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, …
|
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, …
|
ini.c
|
3.2 KB
|
0182773
|
2009-07-20T13:42:11Z
|
wilmer |
Fixed fd leak in ini.c. How could I miss this one.. :-(
|
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.
|
Makefile
|
839 bytes
|
f60079b
|
2010-05-25T22:26:54Z
|
wilmer |
Allow one to run the configure script from a different directory and …
|
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 …
|
md5.h
|
1.3 KB
|
52744f8
|
2008-01-17T22:06:55Z
|
wilmer |
Fixing some Solaris compiler warnings (u_int->uint, adding some …
|
misc.c
|
14.7 KB
|
0b3ffb1
|
2010-05-19T19:46:43Z
|
wilmer |
Setting the HTML flag on a connection has a nasty side effect of …
|
misc.h
|
2.5 KB
|
24b8bbb
|
2010-04-12T00:06:49Z
|
wilmer |
Start handling CTCPs, in a saner way than before.
|
oauth.c
|
11.9 KB
|
f4b0911
|
2010-05-01T14:10:32Z
|
wilmer |
Save the credentials again.
|
oauth.h
|
3.7 KB
|
f4b0911
|
2010-05-01T14:10:32Z
|
wilmer |
Save the credentials again.
|
proxy.c
|
12.7 KB
|
e046390
|
2009-10-10T23:25:54Z
|
wilmer |
Make purple use BitlBee's event handling API. Since the APIs never …
|
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 …
|
sha1.c
|
9.2 KB
|
77bfd07
|
2007-11-23T23:07:44Z
|
wilmer |
Replaced GPL-incompatible SHA1 hashing code (and renamed the files in …
|
sha1.h
|
1.8 KB
|
77bfd07
|
2007-11-23T23:07:44Z
|
wilmer |
Replaced GPL-incompatible SHA1 hashing code (and renamed the files in …
|
ssl_bogus.c
|
1.7 KB
|
e046390
|
2009-10-10T23:25:54Z
|
wilmer |
Make purple use BitlBee's event handling API. Since the APIs never …
|
ssl_client.h
|
3.6 KB
|
e046390
|
2009-10-10T23:25:54Z
|
wilmer |
Make purple use BitlBee's event handling API. Since the APIs never …
|
ssl_gnutls.c
|
6.0 KB
|
e046390
|
2009-10-10T23:25:54Z
|
wilmer |
Make purple use BitlBee's event handling API. Since the APIs never …
|
ssl_nss.c
|
4.7 KB
|
e046390
|
2009-10-10T23:25:54Z
|
wilmer |
Make purple use BitlBee's event handling API. Since the APIs never …
|
ssl_openssl.c
|
6.8 KB
|
e046390
|
2009-10-10T23:25:54Z
|
wilmer |
Make purple use BitlBee's event handling API. Since the APIs never …
|
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 …
|
url.c
|
2.9 KB
|
e9eaee6
|
2010-04-25T18:56:53Z
|
wilmer |
constified.
|
url.h
|
1.5 KB
|
e9eaee6
|
2010-04-25T18:56:53Z
|
wilmer |
constified.
|
xmltree.c
|
15.3 KB
|
3742fb6
|
2010-05-11T23:27:11Z
|
wilmer |
Implement some kind of ignorant awareness of XML namespaces: Enough to …
|
xmltree.h
|
3.5 KB
|
94acdd0
|
2008-09-28T11:18:19Z
|
wilmer |
Restored support for password-protected chatrooms (for now only by …
|