|
|
@7fa5c19
|
2012-02-11T12:55:45Z |
wilmer |
Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR …
|
|
|
@e0a0a42
|
2012-02-10T13:37:08Z |
wilmer |
Added sha1_random_uuid function, which I will use later to generate …
|
|
|
@7615726
|
2012-01-04T00:01:51Z |
wilmer |
Fixing one compiler warning that shouldn't indicate any real problem …
|
|
|
@59c03bd
|
2012-01-03T23:53:28Z |
wilmer |
A few more SSL fixes merged from AopicieR. This also fixes OpenSSL …
|
|
|
@59cd92b
|
2011-12-29T20:30:43Z |
wilmer |
Keep only one xcred object globally instead of one per connection. …
|
|
|
@644b808
|
2011-12-26T10:50:34Z |
wilmer |
A few more minor cleanups before merging this into mainline.
|
|
|
@9a1c14d
|
2011-12-24T18:12:15Z |
wilmer |
An empty password is still a password, don't refuse accounts for that.
|
|
|
@164352e
|
2011-12-24T18:02:39Z |
wilmer |
Merging mainline.
|
|
|
@5513f3e
|
2011-12-24T14:52:35Z |
wilmer |
Fix compatibility with old GnuTLS versions, but with a warning. See …
|
|
|
@200e151
|
2011-12-23T22:40:17Z |
wilmer |
tls_verify correction: Don't fail cert verification in non-GnuTLS …
|
|
|
@792a93b
|
2011-12-23T12:44:08Z |
wilmer |
Merging SSL certificate verification for GnuTLS, with help from AopicieR.
|
|
|
@e306fbf
|
2011-12-21T19:35:13Z |
wilmer |
Fixed a bug that probably (can't test this now since it's down) broke …
|
|
|
@31db8165
|
2011-12-21T19:03:56Z |
wilmer |
Use sha1_hmac() instead of reimplementing the algorithm in oauth_sign().
|
|
|
@f9789d4
|
2011-12-20T16:42:17Z |
wilmer |
NULL-checking in rfc822_get_header() and OAuth response handling.
|
|
|
@9ff0c25
|
2011-12-19T20:46:01Z |
wilmer |
Catch condition=G_IO_NVAL from glib's event handler, which should …
|
|
|
@a72dc2b
|
2011-12-19T17:57:20Z |
wilmer |
Add verify argument to ssl_connect() so HTTPS-based stuff is also …
|
|
|
@78b8401
|
2011-12-19T17:22:37Z |
wilmer |
Move conversion of status codes to status messages into SSL libs.
|
|
|
@486ddb5
|
2011-12-19T14:50:58Z |
wilmer |
Initial merge of tls_verify patch from AopicieR.
|
|
|
@36533bf
|
2011-12-19T12:54:49Z |
wilmer |
When updating the XMPP password field with OAuth data, try harder to …
|
|
|
@4be0e34
|
2011-12-19T00:41:40Z |
wilmer |
Give a list of SASL mechanisms supported by a server when reporting we …
|
|
|
@bf57cd1
|
2011-12-19T00:17:38Z |
wilmer |
Facebook OAuth2 should now be fully usable.
|
|
|
@9b0ad7e
|
2011-12-19T00:00:31Z |
wilmer |
Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can …
|
|
|
@18c6d36
|
2011-12-18T19:25:44Z |
wilmer |
More generic OAuth support now. Should work well for all GTalk …
|
|
|
@6e9ae72
|
2011-12-17T13:50:01Z |
wilmer |
Mainline merge.
|
|
|
@3f808ca
|
2011-12-11T16:38:02Z |
wilmer |
Support HTTP/1.1 redirect status codes and use HTTPS for OAuth setup. …
|
|
|
@ca974d7
|
2011-12-04T19:14:29Z |
wilmer |
Debug output tweaks: Try to send everything to stderr, and add ifdef …
|
|
|
@bd31661
|
2011-12-02T10:32:54Z |
wilmer |
Somewhat improve debug logging of HTTP/SOAP stuff.
|
|
|
@80acb6d
|
2011-11-14T10:43:03Z |
wilmer |
GnuTLS now also needs ssl_pending() implemented. Bug #860.
|
|
|
@03a8f8e
|
2011-11-13T01:41:42Z |
wilmer |
Cleanup of http_client fix. Use g_strdup_printf and completely avoid …
|
|
|
@dff732d
|
2011-11-12T15:49:52Z |
wilmer |
Undoing old workaround for MSN troubles and added more proper fix. The …
|
|
|
@e6b41b1
|
2011-10-21T03:59:14Z |
wilmer |
Strip illegal characters in generated XML streams so Jabber servers …
|
|
|
@7732193
|
2011-08-04T18:52:53Z |
wilmer |
Had to change the OAuth secret for GTalk.
|
|
|
@f138bd2
|
2011-07-31T20:27:30Z |
wilmer |
OAuth code cleanup.
|
|
|
@e1c926f
|
2011-07-31T15:44:37Z |
wilmer |
Facebook authentication. This isn't really OAuth in the end: FB …
|
|
|
@39a939c
|
2011-07-31T14:55:00Z |
wilmer |
oauth2 changes to address …
|
|
|
@aa9f1ac
|
2011-07-31T14:51:07Z |
wilmer |
Export oauth_params_parse().
|
|
|
@1174899
|
2011-07-31T14:40:41Z |
wilmer |
Having written the same stupid code (ASCII MD5 hashes) 205762 times, …
|
|
|
@4a5d885
|
2011-07-26T11:58:38Z |
wilmer |
Working OAuth2 support. Needs some more debugging (error handling is …
|
|
|
@57b4525
|
2011-07-22T18:29:25Z |
wilmer |
Nothing useful yet, this just generates an auth URL. Things to do: …
|
|
|
@a010498
|
2011-07-12T08:04:12Z |
wilmer |
Fixed dumb file descriptor leak.
|
|
|
@f5da476
|
2011-07-02T16:34:42Z |
wilmer |
Fixed use of g_iconv() in do_iconv(). This was done wrong for ages and …
|
|
|
@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).
|
|
|