source: lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @9b0ad7e   2011-12-19T00:00:31Z wilmer Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can …
(edit) @18c6d36   2011-12-18T19:25:44Z wilmer More generic OAuth support now. Should work well for all GTalk …
(edit) @6e9ae72   2011-12-17T13:50:01Z wilmer Mainline merge.
(edit) @3f808ca   2011-12-11T16:38:02Z wilmer Support HTTP/1.1 redirect status codes and use HTTPS for OAuth setup. …
(edit) @ca974d7   2011-12-04T19:14:29Z wilmer Debug output tweaks: Try to send everything to stderr, and add ifdef …
(edit) @bd31661   2011-12-02T10:32:54Z wilmer Somewhat improve debug logging of HTTP/SOAP stuff.
(edit) @80acb6d   2011-11-14T10:43:03Z wilmer GnuTLS now also needs ssl_pending() implemented. Bug #860.
(edit) @03a8f8e   2011-11-13T01:41:42Z wilmer Cleanup of http_client fix. Use g_strdup_printf and completely avoid …
(edit) @dff732d   2011-11-12T15:49:52Z wilmer Undoing old workaround for MSN troubles and added more proper fix. The …
(edit) @e6b41b1   2011-10-21T03:59:14Z wilmer Strip illegal characters in generated XML streams so Jabber servers …
(edit) @7732193   2011-08-04T18:52:53Z wilmer Had to change the OAuth secret for GTalk.
(edit) @f138bd2   2011-07-31T20:27:30Z wilmer OAuth code cleanup.
(edit) @e1c926f   2011-07-31T15:44:37Z wilmer Facebook authentication. This isn't really OAuth in the end: FB …
(edit) @39a939c   2011-07-31T14:55:00Z wilmer oauth2 changes to address …
(edit) @aa9f1ac   2011-07-31T14:51:07Z wilmer Export oauth_params_parse().
(edit) @1174899   2011-07-31T14:40:41Z wilmer Having written the same stupid code (ASCII MD5 hashes) 205762 times, …
(edit) @4a5d885   2011-07-26T11:58:38Z wilmer Working OAuth2 support. Needs some more debugging (error handling is …
(edit) @57b4525   2011-07-22T18:29:25Z wilmer Nothing useful yet, this just generates an auth URL. Things to do: …
(edit) @a010498   2011-07-12T08:04:12Z wilmer Fixed dumb file descriptor leak.
(edit) @f5da476   2011-07-02T16:34:42Z wilmer Fixed use of g_iconv() in do_iconv(). This was done wrong for ages and …
(edit) @2423c93   2011-04-18T14:14:28Z wilmer Send Connection: close headers so webservers won't try keepalive …
(edit) @d43d55a   2011-04-18T13:47:36Z wilmer Fix GnuTLS >2.12 or so compatibility. Bug #779 and …
(edit) @ce617f0   2011-03-27T14:09:55Z wilmer Tweaks to allow authenticating to identi.ca with OAuth. Doesn't seem …
(edit) @420d80d1   2011-03-08T06:50:57Z wilmer Removed duplicate ssl_pending from ssl_bogus.
(edit) @93cc86f   2011-03-08T06:24:34Z wilmer Twitter: Warn the user if the OAuth username and the configured …
(edit) @31c28a4   2010-12-19T11:16:20Z wilmer Implement ssl_pending() for NSS. This fixes bug #368 which so far only …
(edit) @ef043d3   2010-11-20T15:13:40Z wilmer Fix up NSS SSL module.
(edit) @389ce9f   2010-10-24T22:20:40Z wilmer Another compatibility fix: AI_ADDRCONFIG doesn't exist on some systems.
(edit) @83e47ec   2010-10-17T06:44:35Z wilmer Use gcrypt for 3DES encryption (used for new MSN authentication) so we …
(edit) @6197702   2010-10-09T18:41:19Z wilmer Merging OTR branch. It's more or less a plugin if you enable it, and …
(edit) @afb9ea9   2010-10-07T06:25:35Z wilmer Silencing some (mostly whiny) compiler warnings.
(edit) @25b5a4a   2010-10-03T03:03:19Z wilmer Make sure events_*.c are fully compatible to callers so plugins built …
(edit) @8e9e2b7   2010-10-03T02:45:26Z wilmer Merging mainline, which includes a huge msnp13 merge. Not 100% sure …
(edit) @f5c0d8e   2010-08-31T20:06:14Z wilmer Merge mainline stuff.
(edit) @feb1bad   2010-08-28T12:24:37Z wilmer Pull in Makefile dependencies fix from mainline.
(edit) @b0a89cc   2010-08-27T08:48:18Z wilmer Use nifty gcc -MD feature to automatically track .h dependencies of …
(edit) @be999a5   2010-08-23T23:12:24Z wilmer First step in this merge. Mostly a bzr merge and then a cleanup of …
(edit) @4022b68   2010-08-21T22:42:01Z wilmer Merge mainline.
(edit) @327af51   2010-08-21T17:27:32Z wilmer Some general cleanup, plus fixing a bug in the memberlist parsing …
(edit) @a366cca   2010-08-20T23:04:12Z wilmer Now including a nice and compact 3DES implementation done by …
(edit) @f2520b5   2010-08-20T08:22:28Z wilmer In debugging mode, dump all SOAP requests + responses with some …
(edit) @762d96f   2010-08-15T22:07:57Z wilmer If a connection fails, try the next address from the getaddrinfo() …
(edit) @d912fe4   2010-08-14T23:00:53Z wilmer Add xt_find_path() to simplify digging through multi-level XML trees.
(edit) @07874be   2010-08-14T13:44:35Z wilmer Merge mainline stuff.
(edit) @4452e69   2010-08-14T13:06:11Z wilmer Allow changing the display_name, now permanently!
(edit) @d93c0eb9   2010-08-14T12:20:59Z wilmer Read incoming MSN status/away messages.
(edit) @50b8978   2010-08-13T09:12:54Z wilmer OpenSSL fixes + debugging.
(edit) @b46769d   2010-08-12T22:44:56Z wilmer Some syntax checking fixups; don't make the same mistake of failing …
(edit) @523fb23   2010-08-11T08:08:39Z wilmer Implement MSNP15 SSO (Sadistic Sign-On).
(edit) @ffdf2e7   2010-08-10T11:18:09Z wilmer When doing SRV lookups, return an array with all RRs instead of just …
(edit) @2528cda   2010-08-08T15:34:49Z wilmer Merging msn-offline branch. A tiny bit of MSNP13, and it works for the …
(edit) @ee6cc94   2010-08-08T15:25:13Z wilmer Use local memory in http_encode() instead of malloc().
(edit) @7b87539   2010-08-07T19:39:01Z wilmer Add commands to the Twitter module, starting with undo (which deletes …
(edit) @daae10f   2010-08-07T16:33:02Z wilmer OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
(edit) @289bd2d   2010-08-07T14:55:18Z wilmer Applied patch from wahjava (with some modifications) for bug #644. …
(edit) @b40e60d   2010-07-29T08:57:01Z wilmer Fixing http_encode(): BitlBee now calls setlocale() (for nickname …
(edit) @f1f7b5e   2010-07-24T22:50:23Z wilmer Take the local address from the IM/IRC connection when setting up a …
(edit) @4346c3f4   2010-07-16T23:31:55Z wilmer Merging mainline.
(edit) @516a9c6   2010-07-16T23:11:37Z wilmer No idea why http_dorequest() ever returned void*. Don't hide the type, …
(edit) @7885d0f   2010-07-15T23:23:04Z wilmer Don't be a dumbass and stop following redirects if there doesn't seem …
(edit) @4aa0f6b   2010-06-07T14:31:07Z wilmer Merging killerbee stuff, bringing all the bleeding-edge stuff together.
(edit) @1fdb0a4   2010-06-05T23:26:07Z wilmer Merging mainline.
(edit) @3759849   2010-06-03T22:08:23Z pesco merge in bitlbee head
(edit) @bb09b3c   2010-06-03T21:13:57Z pesco merge in bitlbee 1.2.7
(edit) @814aa52   2010-06-03T11:00:45Z pesco merge in bitlbee 1.2.6
(edit) @5f8ab6a9   2010-06-03T10:41:03Z pesco merge in bitlbee 1.2.5
(edit) @3f81999   2010-06-03T10:31:46Z pesco merge in bitlbee 1.2.4
(edit) @f60079b   2010-05-25T22:26:54Z wilmer Allow one to run the configure script from a different directory and …
(edit) @0b3ffb1   2010-05-19T19:46:43Z wilmer Setting the HTML flag on a connection has a nasty side effect of …
(edit) @ec86b22   2010-05-15T23:28:16Z wilmer Mainline merge. (Probably mostly irrelevant for this branch, oh well.)
(edit) @704dd38   2010-06-01T21:51:27Z wilmer Merging head.
(edit) @3429b58   2010-05-13T22:05:13Z wilmer Mainline merge.
(edit) @3742fb6   2010-05-11T23:27:11Z wilmer Implement some kind of ignorant awareness of XML namespaces: Enough to …
(edit) @f924563   2010-05-03T00:52:08Z wilmer Mainline merge.
(edit) @3b878a1   2010-05-02T21:20:09Z wilmer OAuth sanity fix: Twitter-specific stuff should *not* be in …
(edit) @f4b0911   2010-05-01T14:10:32Z wilmer Save the credentials again.
(edit) @c2ecadc   2010-05-01T13:53:59Z wilmer Cleaned up OAuth stuff: consumer key/secret should *not* be in …
(edit) @85ef57f   2010-04-30T22:53:29Z wilmer NULL-initialize two vars that weren't and should.
(edit) @0bff877   2010-04-27T22:49:58Z wilmer Valgrind-clean now. And decent handling of errors (wrong PIN).
(edit) @18dbb20   2010-04-27T22:42:07Z wilmer Valgrind cleanup.
(edit) @ee84bdb   2010-04-27T22:11:11Z wilmer The escaping, I fixed it for you. More expensive code this way and …
(edit) @78a2f1e   2010-04-26T22:47:35Z wilmer Escaping in oauth_nonce(). Not sure if the escaping is entirely right …
(edit) @c42e8b9   2010-04-26T22:40:11Z wilmer OAuth, it lives!
(edit) @713d611   2010-04-26T21:50:48Z wilmer Twitter module now generates authorize URLs.
(edit) @acba168   2010-04-26T21:20:09Z wilmer Moving two public OAuth functions into the header file.
(edit) @508c340   2010-04-26T00:42:37Z wilmer Successfully posted a tweet! Twitter's tricky. It returns vars …
(edit) @b2bc25c   2010-04-25T23:21:00Z wilmer Added a function that generates an OAuth Authorization: HTTP header.
(edit) @346dfd9   2010-04-25T19:22:02Z wilmer oauth_access_token() added. I managed to increase the counter on …
(edit) @da2efd4   2010-04-25T18:57:06Z wilmer Some HTTP stuff. Via gdb I can make this request a token.
(edit) @e9eaee6   2010-04-25T18:56:53Z wilmer constified.
(edit) @be28fe7   2010-04-25T15:12:13Z wilmer Code to calculate OAuth signatures. I hope that after wrapping my mind …
(edit) @0f64ca7   2010-04-25T12:56:20Z wilmer Make http_encode() RFC3986-compliant. (Escape everything except …
(edit) @ae3dc99   2010-04-24T17:02:07Z wilmer Merging stuff from mainline (1.2.6).
(edit) @21c87a7   2010-04-14T09:27:50Z wilmer Merging loads of stuff from mainline.
(edit) @89c11e7   2010-04-12T23:54:55Z wilmer Restored CTCP/DCC hooks for outgoing file transfers.
(edit) @24b8bbb   2010-04-12T00:06:49Z wilmer Start handling CTCPs, in a saner way than before.
(edit) @2e3a857   2010-04-08T00:27:42Z wilmer Added a mktime_utc() to misc.c using code that used to be in …
(edit) @85693e6   2010-03-21T16:17:24Z wilmer Merging in killerbee stuff (just file transfers and maybe a few things …
(edit) @60e4df3   2010-03-17T23:23:27Z wilmer Small cleanup. The max_packet_size variable doesn't seem to be read …
(edit) @e8c8d00   2010-03-17T15:15:19Z wilmer Merging mainline.
Note: See TracRevisionLog for help on using the revision log.