|
|
@2423c93
|
2011-04-18T14:14:28Z |
wilmer |
Send Connection: close headers so webservers won't try keepalive …
|
|
|
@d43d55a
|
2011-04-18T13:47:36Z |
wilmer |
Fix GnuTLS >2.12 or so compatibility.
Bug #779 and …
|
|
|
@ce617f0
|
2011-03-27T14:09:55Z |
wilmer |
Tweaks to allow authenticating to identi.ca with OAuth. Doesn't seem …
|
|
|
@420d80d1
|
2011-03-08T06:50:57Z |
wilmer |
Removed duplicate ssl_pending from ssl_bogus.
|
|
|
@93cc86f
|
2011-03-08T06:24:34Z |
wilmer |
Twitter: Warn the user if the OAuth username and the configured …
|
|
|
@31c28a4
|
2010-12-19T11:16:20Z |
wilmer |
Implement ssl_pending() for NSS. This fixes bug #368 which so far only …
|
|
|
@ef043d3
|
2010-11-20T15:13:40Z |
wilmer |
Fix up NSS SSL module.
|
|
|
@389ce9f
|
2010-10-24T22:20:40Z |
wilmer |
Another compatibility fix: AI_ADDRCONFIG doesn't exist on some systems.
|
|
|
@83e47ec
|
2010-10-17T06:44:35Z |
wilmer |
Use gcrypt for 3DES encryption (used for new MSN authentication) so we …
|
|
|
@6197702
|
2010-10-09T18:41:19Z |
wilmer |
Merging OTR branch. It's more or less a plugin if you enable it, and …
|
|
|
@afb9ea9
|
2010-10-07T06:25:35Z |
wilmer |
Silencing some (mostly whiny) compiler warnings.
|
|
|
@25b5a4a
|
2010-10-03T03:03:19Z |
wilmer |
Make sure events_*.c are fully compatible to callers so plugins built …
|
|
|
@8e9e2b7
|
2010-10-03T02:45:26Z |
wilmer |
Merging mainline, which includes a huge msnp13 merge.
Not 100% sure …
|
|
|
@f5c0d8e
|
2010-08-31T20:06:14Z |
wilmer |
Merge mainline stuff.
|
|
|
@feb1bad
|
2010-08-28T12:24:37Z |
wilmer |
Pull in Makefile dependencies fix from mainline.
|
|
|
@b0a89cc
|
2010-08-27T08:48:18Z |
wilmer |
Use nifty gcc -MD feature to automatically track .h dependencies of …
|
|
|
@be999a5
|
2010-08-23T23:12:24Z |
wilmer |
First step in this merge. Mostly a bzr merge and then a cleanup of …
|
|
|
@4022b68
|
2010-08-21T22:42:01Z |
wilmer |
Merge mainline.
|
|
|
@327af51
|
2010-08-21T17:27:32Z |
wilmer |
Some general cleanup, plus fixing a bug in the memberlist parsing …
|
|
|
@a366cca
|
2010-08-20T23:04:12Z |
wilmer |
Now including a nice and compact 3DES implementation done by …
|
|
|
@f2520b5
|
2010-08-20T08:22:28Z |
wilmer |
In debugging mode, dump all SOAP requests + responses with some …
|
|
|
@762d96f
|
2010-08-15T22:07:57Z |
wilmer |
If a connection fails, try the next address from the getaddrinfo() …
|
|
|
@d912fe4
|
2010-08-14T23:00:53Z |
wilmer |
Add xt_find_path() to simplify digging through multi-level XML trees.
|
|
|
@07874be
|
2010-08-14T13:44:35Z |
wilmer |
Merge mainline stuff.
|
|
|
@4452e69
|
2010-08-14T13:06:11Z |
wilmer |
Allow changing the display_name, now permanently!
|
|
|
@d93c0eb9
|
2010-08-14T12:20:59Z |
wilmer |
Read incoming MSN status/away messages.
|
|
|
@50b8978
|
2010-08-13T09:12:54Z |
wilmer |
OpenSSL fixes + debugging.
|
|
|
@b46769d
|
2010-08-12T22:44:56Z |
wilmer |
Some syntax checking fixups; don't make the same mistake of failing …
|
|
|
@523fb23
|
2010-08-11T08:08:39Z |
wilmer |
Implement MSNP15 SSO (Sadistic Sign-On).
|
|
|
@ffdf2e7
|
2010-08-10T11:18:09Z |
wilmer |
When doing SRV lookups, return an array with all RRs instead of just …
|
|
|
@2528cda
|
2010-08-08T15:34:49Z |
wilmer |
Merging msn-offline branch. A tiny bit of MSNP13, and it works for the …
|
|
|
@ee6cc94
|
2010-08-08T15:25:13Z |
wilmer |
Use local memory in http_encode() instead of malloc().
|
|
|
@7b87539
|
2010-08-07T19:39:01Z |
wilmer |
Add commands to the Twitter module, starting with undo (which deletes …
|
|
|
@daae10f
|
2010-08-07T16:33:02Z |
wilmer |
OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
|
|
|
@289bd2d
|
2010-08-07T14:55:18Z |
wilmer |
Applied patch from wahjava (with some modifications) for bug #644. …
|
|
|
@b40e60d
|
2010-07-29T08:57:01Z |
wilmer |
Fixing http_encode(): BitlBee now calls setlocale() (for nickname …
|
|
|
@f1f7b5e
|
2010-07-24T22:50:23Z |
wilmer |
Take the local address from the IM/IRC connection when setting up a …
|
|
|
@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.
|
|
|
@3759849
|
2010-06-03T22:08:23Z |
pesco |
merge in bitlbee head
|
|
|
@bb09b3c
|
2010-06-03T21:13:57Z |
pesco |
merge in bitlbee 1.2.7
|
|
|
@814aa52
|
2010-06-03T11:00:45Z |
pesco |
merge in bitlbee 1.2.6
|
|
|
@5f8ab6a9
|
2010-06-03T10:41:03Z |
pesco |
merge in bitlbee 1.2.5
|
|
|
@3f81999
|
2010-06-03T10:31:46Z |
pesco |
merge in bitlbee 1.2.4
|
|
|
@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.. :-(
|
|
|
@673a54c
|
2009-03-12T19:33:28Z |
pesco |
pretty blind try at merging in the latest trunk
|
|
|
@823de9d
|
2009-03-12T19:10:06Z |
pesco |
commit updates by ashish shukla <wahjava@…>
|
|
|
@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.
|
|
|