|
|
@4346c3f4
|
2010-07-16T23:31:55Z |
wilmer |
Merging mainline.
|
|
|
@516a9c6
|
2010-07-16T23:11:37Z |
wilmer |
No idea why http_dorequest() ever returned void*. Don't hide the type, …
|
|
|
@7885d0f
|
2010-07-15T23:23:04Z |
wilmer |
Don't be a dumbass and stop following redirects if there doesn't seem …
|
|
|
@4aa0f6b
|
2010-06-07T14:31:07Z |
wilmer |
Merging killerbee stuff, bringing all the bleeding-edge stuff together.
|
|
|
@1fdb0a4
|
2010-06-05T23:26:07Z |
wilmer |
Merging mainline.
|
|
|
@f60079b
|
2010-05-25T22:26:54Z |
wilmer |
Allow one to run the configure script from a different directory and …
|
|
|
@0b3ffb1
|
2010-05-19T19:46:43Z |
wilmer |
Setting the HTML flag on a connection has a nasty side effect of …
|
|
|
@ec86b22
|
2010-05-15T23:28:16Z |
wilmer |
Mainline merge. (Probably mostly irrelevant for this branch, oh well.)
|
|
|
@704dd38
|
2010-06-01T21:51:27Z |
wilmer |
Merging head.
|
|
|
@3429b58
|
2010-05-13T22:05:13Z |
wilmer |
Mainline merge.
|
|
|
@3742fb6
|
2010-05-11T23:27:11Z |
wilmer |
Implement some kind of ignorant awareness of XML namespaces: Enough to …
|
|
|
@f924563
|
2010-05-03T00:52:08Z |
wilmer |
Mainline merge.
|
|
|
@3b878a1
|
2010-05-02T21:20:09Z |
wilmer |
OAuth sanity fix: Twitter-specific stuff should *not* be in …
|
|
|
@f4b0911
|
2010-05-01T14:10:32Z |
wilmer |
Save the credentials again.
|
|
|
@c2ecadc
|
2010-05-01T13:53:59Z |
wilmer |
Cleaned up OAuth stuff: consumer key/secret should *not* be in …
|
|
|
@85ef57f
|
2010-04-30T22:53:29Z |
wilmer |
NULL-initialize two vars that weren't and should.
|
|
|
@0bff877
|
2010-04-27T22:49:58Z |
wilmer |
Valgrind-clean now. And decent handling of errors (wrong PIN).
|
|
|
@18dbb20
|
2010-04-27T22:42:07Z |
wilmer |
Valgrind cleanup.
|
|
|
@ee84bdb
|
2010-04-27T22:11:11Z |
wilmer |
The escaping, I fixed it for you. More expensive code this way and …
|
|
|
@78a2f1e
|
2010-04-26T22:47:35Z |
wilmer |
Escaping in oauth_nonce(). Not sure if the escaping is entirely right …
|
|
|
@c42e8b9
|
2010-04-26T22:40:11Z |
wilmer |
OAuth, it lives!
|
|
|
@713d611
|
2010-04-26T21:50:48Z |
wilmer |
Twitter module now generates authorize URLs.
|
|
|
@acba168
|
2010-04-26T21:20:09Z |
wilmer |
Moving two public OAuth functions into the header file.
|
|
|
@508c340
|
2010-04-26T00:42:37Z |
wilmer |
Successfully posted a tweet!
Twitter's tricky. It returns vars …
|
|
|
@b2bc25c
|
2010-04-25T23:21:00Z |
wilmer |
Added a function that generates an OAuth Authorization: HTTP header.
|
|
|
@346dfd9
|
2010-04-25T19:22:02Z |
wilmer |
oauth_access_token() added. I managed to increase the counter on …
|
|
|
@da2efd4
|
2010-04-25T18:57:06Z |
wilmer |
Some HTTP stuff. Via gdb I can make this request a token.
|
|
|
@e9eaee6
|
2010-04-25T18:56:53Z |
wilmer |
constified.
|
|
|
@be28fe7
|
2010-04-25T15:12:13Z |
wilmer |
Code to calculate OAuth signatures. I hope that after wrapping my mind …
|
|
|
@0f64ca7
|
2010-04-25T12:56:20Z |
wilmer |
Make http_encode() RFC3986-compliant. (Escape everything except …
|
|
|
@ae3dc99
|
2010-04-24T17:02:07Z |
wilmer |
Merging stuff from mainline (1.2.6).
|
|
|
@21c87a7
|
2010-04-14T09:27:50Z |
wilmer |
Merging loads of stuff from mainline.
|
|
|
@89c11e7
|
2010-04-12T23:54:55Z |
wilmer |
Restored CTCP/DCC hooks for outgoing file transfers.
|
|
|
@24b8bbb
|
2010-04-12T00:06:49Z |
wilmer |
Start handling CTCPs, in a saner way than before.
|
|
|
@2e3a857
|
2010-04-08T00:27:42Z |
wilmer |
Added a mktime_utc() to misc.c using code that used to be in …
|
|
|
@85693e6
|
2010-03-21T16:17:24Z |
wilmer |
Merging in killerbee stuff (just file transfers and maybe a few things …
|
|
|
@60e4df3
|
2010-03-17T23:23:27Z |
wilmer |
Small cleanup. The max_packet_size variable doesn't seem to be read …
|
|
|
@e8c8d00
|
2010-03-17T15:15:19Z |
wilmer |
Merging mainline.
|
|
|
@3330468
|
2010-03-14T23:15:05Z |
wilmer |
Merging in head.
|
|
|
@fb00989
|
2010-03-14T17:55:27Z |
wilmer |
Adding a few consts and other misc fixes from bug #431. Doing this via …
|
|
|
@c6ca3ee
|
2010-03-14T17:49:24Z |
wilmer |
Some const/etc cleanups submitted by domen@… back in bug #431.
|
|
|
@fdba6bc
|
2010-03-08T01:25:53Z |
wilmer |
Merging in ' fix.
|
|
|
@b52e478
|
2010-03-08T01:25:10Z |
wilmer |
Added ' HTML entity since we're sure getting that one a lot with …
|
|
|
@2288705
|
2009-12-07T21:54:19Z |
wilmer |
Merging head.
|
|
|
@4e04194
|
2009-11-23T23:00:54Z |
wilmer |
Merging BitlBee 1.2.4+
|
|
|
@4cf80bb
|
2009-10-23T10:43:15Z |
wilmer |
Shuffling a few more #includes. Much more shuffling will be needed.
|
|
|
@c5c18c1
|
2009-10-10T23:57:26Z |
wilmer |
Hacked up a B_EV_FLAG_FORCE_REPEAT event handler flag to make …
|
|
|
@e046390
|
2009-10-10T23:25:54Z |
wilmer |
Make purple use BitlBee's event handling API. Since the APIs never …
|
|
|
@0182773
|
2009-07-20T13:42:11Z |
wilmer |
Fixed fd leak in ini.c. How could I miss this one.. :-(
|
|
|
@489f996
|
2008-12-25T11:05:11Z |
wilmer |
Simplified ini parser code a bit more. Not using strtok() after all …
|
|
|
@72b6783e
|
2008-12-24T09:00:42Z |
wilmer |
First version of new ini parser. Will just attempt to simplify code a bit.
|
|
|
@ac46218
|
2008-12-14T10:40:17Z |
wilmer |
Removed a double g_free() in proxy.c (that couldn't actually ever be …
|
|
|
@939370c
|
2008-12-14T10:19:41Z |
wilmer |
events_libevent now detects when the event currently being handled is …
|
|
|
@fb98634
|
2008-09-28T13:09:36Z |
wilmer |
Fixed crappy memory management in http_client.
|
|
|
@94acdd0
|
2008-09-28T11:18:19Z |
wilmer |
Restored support for password-protected chatrooms (for now only by …
|
|
|
@aac4017
|
2008-08-12T11:04:37Z |
a.sporto+bee |
More hints for getaddrinfo().
Hopefully solves a problem on FreeBSD.
|
|
|
@5d550c5
|
2008-08-12T09:24:09Z |
a.sporto+bee |
Added lib/ftutil.[ch].
yes, that was supposed to happen in the last …
|
|
|
@a02f34f
|
2008-08-11T23:07:12Z |
a.sporto+bee |
Added conf entries and lib/ftutil.[ch].
ft_listen = …
|
|
|
@6a78c0e
|
2008-06-30T15:37:12Z |
wilmer |
Silenced a compiler warning - I don't think there's any way the …
|
|
|
@178e2f8
|
2008-06-28T17:32:41Z |
Jelmer Vernooij |
Merge trunk.
|
|
|
@424e663
|
2008-06-22T09:32:46Z |
wilmer |
Partial fix for #419: Moved normalize() and some other stuff to OSCAR …
|
|
|
@21e5d49
|
2008-06-10T03:16:15Z |
Jelmer Vernooij |
Move SSPI SSL implementation to same directory as other SSL backends.
|
|
|
@fde7b91
|
2008-06-10T03:10:03Z |
Jelmer Vernooij |
Implement ssl_pending() in bogus ssl backend.
|
|
|
@7f49a86
|
2008-06-10T03:09:49Z |
Jelmer Vernooij |
Move random_bytes() back to lib/
|
|
|
@c4a1036
|
2008-06-09T01:52:28Z |
Jelmer Vernooij |
Merge integration branch.
|
|
|
@aefaac3a
|
2008-04-06T15:34:25Z |
wilmer |
Added ClientInterface configuration option to make BitlBee bind() to a …
|
|
|
@f3351f0
|
2008-04-05T11:54:31Z |
wilmer |
Fixed GLib <2.6 compatibility issue in arc.h. (G_GNUC_MALLOC)
|
|
|
@5be87b2
|
2008-04-02T15:03:02Z |
Jelmer Vernooij |
Move unix-specific random_bytes() implementation to unix.c.
|
|
|
@58a1449
|
2008-03-24T11:01:02Z |
wilmer |
Fixed a broken check in lib/proxy.c, this restores proxy support. …
|
|
|
@8a2221a7
|
2008-03-23T14:29:19Z |
wilmer |
Fixed stalling issue with OpenSSL and Jabber (#368).
|
|
|
@851a8c2
|
2008-03-22T12:02:50Z |
wilmer |
Taught GLib-mode subprocesses how to die. (Closes: #374)
|
|
|
@4e8db1c
|
2008-03-16T16:03:52Z |
wilmer |
Moved password hash verification to md5_verify_password() so this can …
|
|
|
@50d26f3
|
2008-03-16T15:28:37Z |
wilmer |
Fixed base64_decode() to not barf on corrupted Base64 strings.
|
|
|
@ddcf491f
|
2008-03-16T14:18:22Z |
wilmer |
Adding padding to encrypted IM-passwords so the exact password length …
|
|
|
@9ad86bb
|
2008-03-15T16:09:50Z |
wilmer |
Fixed issues with "long" URLs in url.c. Reusing code from 2001 wasn't …
|
|
|
@4bbcba3
|
2008-02-16T22:40:38Z |
wilmer |
Moved xmltree handlers initialization to xt_new().
|
|
|
@add23a2
|
2008-02-16T22:07:14Z |
wilmer |
Moved xmltree to lib/ because I want to use it from more than just the …
|
|
|
@ca60550
|
2008-02-16T15:58:22Z |
wilmer |
Merge from Jelmer.
|
|
|
@fc5cf88
|
2008-02-16T15:45:12Z |
Jelmer Vernooij |
Fix lcov dependencies.
|
|
|
@613cc55
|
2008-01-24T22:22:46Z |
wilmer |
Fixed two valgrind warnings (partially uninitialized "struct tm" vars.)
|
|
|
@bea1305
|
2008-01-19T12:36:30Z |
wilmer |
Added byte swapping code to the new MD5 checksumming code to make it …
|
|
|
@52744f8
|
2008-01-17T22:06:55Z |
wilmer |
Fixing some Solaris compiler warnings (u_int->uint, adding some …
|
|
|
@e64de00
|
2008-01-12T00:24:46Z |
wilmer |
Killed info_string_append() and now showing the IP address of ICQ …
|
|
|
@f394500
|
2008-01-05T15:00:15Z |
wilmer |
Removed closure->result. I was planning to add some more stuff, but …
|
|
|
@6f7ac17
|
2007-12-28T23:27:45Z |
wilmer |
Fixed return value check in proxy_connect(), since on some systems
a …
|
|
|
@3e79889
|
2007-12-12T23:57:49Z |
wilmer |
Checking conn->xcred before trying to clean it up since GnuTLS doesn't …
|
|
|
@d52111a
|
2007-12-12T21:36:33Z |
wilmer |
Fixed sockerr_again() usage in Jabber module to (hopefully) fix a 100% …
|
|
|
@9ff5737
|
2007-11-29T21:55:14Z |
wilmer |
printf() in daemons considered harmful.
|
|
|
@b6a2373
|
2007-11-28T23:24:26Z |
wilmer |
Fixed the epoll+ForkDaemon combination. The libevent event handling …
|
|
|
@77bfd07
|
2007-11-23T23:07:44Z |
wilmer |
Replaced GPL-incompatible SHA1 hashing code (and renamed the files in …
|
|
|
@df6d1da
|
2007-11-23T22:25:04Z |
wilmer |
Replaced GPL-incompatible MD5 hashing code.
|
|
|
@56f260a
|
2007-11-22T22:56:52Z |
wilmer |
Some changes to get rid of compiler warnings. (And disabling strict …
|
|
|
@2231302
|
2007-11-05T22:59:49Z |
wilmer |
Merging from Jelmer.
|
|
|
@e9b755e
|
2007-10-18T16:44:25Z |
Jelmer Vernooij |
Use standard functions for dealing with both IPv6 and IPv4.
|
|
|
@f618a4a
|
2007-10-12T12:11:57Z |
Jelmer Vernooij |
Fix GCC warning.
|
|
|
@d444c09
|
2007-10-12T00:06:50Z |
wilmer |
Added word_wrap() function to misc.c and using it at the right places …
|
|
|
@e2869bf
|
2007-10-07T22:07:25Z |
wilmer |
"Changed" the ArcFour implementation. I'm afraid this was a waste of …
|
|
|
@a7b5925
|
2007-10-07T20:42:37Z |
wilmer |
Renaming RC4 to ArcFour (possible trademark issues).
|
|
|
@a8a0b4c
|
2007-07-14T23:54:18Z |
wilmer |
Merge from Jelmer (making GCC4 happy by sanitizing some typecasting …
|
|
|
@b9e4ab5
|
2007-07-07T17:21:12Z |
Jelmer Vernooij |
Fix ssl_bogus.
|
|
|