00:43:56 scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) has joined #dig 00:43:56 scor has quit (Changing host) 00:43:56 scor (~scor@drupal.org/user/52142/view) has joined #dig 02:29:29 melvster1 has quit (Ping timeout: 260 seconds) 04:46:31 scor has quit (Quit: scor) 07:10:18 jmvanel has quit (Ping timeout: 264 seconds) 08:58:55 trueg_away is now known as trueg 09:03:15 DIGlogger has quit (Ping timeout: 260 seconds) 09:03:15 Disconnected from irc.freenode.net (ERROR :Closing Link: groups.csail.mit.edu (Ping timeout: 260 seconds)) 12:08:05 DIGlogger (~dig-logge@groups.csail.mit.edu) has joined #dig 12:08:05 topic is: Decentralized Information Group @ MIT http://dig.csail.mit.edu/ 12:08:05 Users on #dig: DIGlogger RalphS sandro amy ericP presbrey jmvanel Yudai_ cheater__ rszeno trueg_away bblfish tyteen4a03 manu-db dsheets1 bergi_ mattl manu1 12:15:33 betehess (~betehess@2001:470:8b2d:804:9469:ffc0:ca75:a4ae) has joined #dig 12:30:14 cheater__ is now known as cheater_ 12:30:40 scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) has joined #dig 12:30:40 scor has quit (Changing host) 12:30:40 scor (~scor@drupal.org/user/52142/view) has joined #dig 12:43:27 melvster (~melvin@p5797F8D9.dip.t-dialin.net) has joined #dig 12:46:11 trueg_away is now known as trueg 13:54:09 rszeno has quit (Quit: Leaving.) 14:08:27 rszeno (~rszeno@86.125.230.230) has joined #dig 14:24:05 scor has quit (Quit: scor) 14:30:23 deiu (~andrei@2001:470:8b2d:7d4:8c62:f6fe:b443:b01e) has joined #dig 14:30:24 deiu has quit (Changing host) 14:30:24 deiu (~andrei@unaffiliated/deiu) has joined #dig 15:02:43 scor (~scor@partners-f812c7.mgh.harvard.edu) has joined #dig 15:02:44 scor has quit (Changing host) 15:02:44 scor (~scor@drupal.org/user/52142/view) has joined #dig 15:04:26 deiu: idea: how about providing a new service for delegating cert generation? 15:04:55 maybe as part of WebIDauth, or some other package. the idea is to lower the burden for sites which need to set up SSL to generate a key 15:05:15 cert generation in the browser I mean 15:06:01 scor: thanks for the pull request, i added it 15:06:15 melvster: thanks for merging it! 15:06:38 np, are you creating a drupal module for webid? 15:07:08 melvster: well, there is a code base which was contributed by some folks from Greece, but it didn't work 15:07:22 pity 15:07:34 so yeah, been hammering it to put it in a better shapre 15:07:52 it's seems to be working locally for me, but I want to do more testing and polishing before announcing it 15:07:56 do you think there's any chance it could make it into the core? 15:08:10 melvster: not at this point, it's too early 15:08:16 too many dependencies etc. 15:08:18 ah ok 15:08:30 dependencies being SQL and SSL? 15:08:33 I'll suggest some improvment to the WebID list next week 15:08:40 I mean libs 15:08:45 PHP libs 15:08:50 ah 15:09:08 arc2 i guess 15:09:15 melvster: are you still maintaining libAuth? 15:09:27 melvster: some was telling me it wasn't maintained anymore? 15:09:32 not really, but if someone asks me to change something i normally do 15:09:44 it doesnt really have an owner 15:09:54 common good? :) 15:10:02 most of the original authorsare working on other stuff now 15:10:07 yeah 15:10:19 that's fine, as long as there is someone we can ping to merge PRs :) 15:10:23 yeah it's kind of an orphan but i do make changes if people ask me 15:10:28 great 15:10:40 i thought dries was keen to add semantic ability to drupal? 15:14:43 scor, you mean something like https://my-profile.eu/certgen ? 15:14:58 deiu: exactly, but which would accept params 15:15:24 so from your web app you can direct people to https://my-profile.eu/certgen which fills in the right values and generate the cert 15:16:03 sure 15:18:10 deiu: don't forget to eat + share the cookies I left in your office with the rest of #dig! 15:18:19 danbri_ (~danbri@cable-146-255-148-108.dynamic.telemach.ba) has joined #dig 15:18:25 deiu: could it be part of the WebIDauth service? 15:18:44 or would it conflict with the SSL set up of WebIDauth? 15:19:50 deiu: this new service might be something I'm interested in using in Drupal 15:20:18 something we could talk about and try this afternoon maye 15:20:20 maybe 15:23:28 scor, yes..almost forgot about the cookies! *yum* 15:43:11 deiu: something like this https://my-profile.eu/certgen.php?uri=http://myapp.net/user/1#me&fullname=Stephane&email=scorlosquet@gmail.com 15:44:29 actually, I'll add the values now 16:05:57 scor, something like this? https://my-profile.eu/new/certgen?name=Stephane&email=scorlosquet@gmail.com&webid=http%3a%2f%2fmyapp.net%2fuser%2f1%23me 16:06:12 btw, always urlencode the WebID when passing it in the URL ;) 16:06:33 deiu: sure, I typed the URL by hand before :) 16:07:07 deiu: the "install cert" button is disabled for me 16:07:19 yeah 16:07:29 I'll update the js validation in a min 16:07:52 (users were supposed to type instead of preload values) 16:07:57 I forced it and got "Failed to create X.509 Certificate" 16:08:09 after being redirected to https://my-profile.eu/new/certgen.php 16:09:36 ah yes 16:09:51 well, the new version doesn't support issuing certs yet 16:10:04 I'm switching from using openssl to a python script 16:10:38 ah - do you think the old version could accept $_GET params so it can generate certs? 16:10:53 or are you close to having the new py page working maybe? 16:11:21 try now 16:11:23 it should work 16:12:21 the py webid generator works (it's part of data.fm) but I haven't added it to MP just yet 16:13:11 just to be safe, you should urlencode all params you pass to the script 16:13:18 I'm doing urldecode anyway 16:14:14 working now, thanks deiu 16:14:31 though the js is still preventing the submit button from working 16:15:57 yes, hold on :) 16:19:32 try now 16:28:23 deiu: perfect :) 16:28:53 can I use this service now, or will you publish it to a more stable URI in the future? 16:29:23 you can use it now 16:29:44 but once I get to a stable version, I'll move everything to / (instead of /new) 16:31:41 ok 16:31:43 thanks again 16:32:18 you're welcome 16:48:48 danbri_ has quit (Read error: Connection reset by peer) 17:07:53 jmvanel has quit (Ping timeout: 240 seconds) 17:33:58 trueg is now known as trueg_away 17:55:03 scor_ (~scor@giuliano-hp.mgh.harvard.edu) has joined #dig 17:55:04 scor_ has quit (Changing host) 17:55:04 scor_ (~scor@drupal.org/user/52142/view) has joined #dig 17:55:48 scor has quit (Ping timeout: 276 seconds) 17:55:48 scor_ is now known as scor 18:07:32 cheater__ (~cheater@p57AE9D58.dip.t-dialin.net) has joined #dig 18:10:54 cheater_ has quit (Ping timeout: 240 seconds) 18:39:37 trueg_away is now known as trueg 19:53:31 jmvanel (~jmv@139.239.24.109.rev.sfr.net) has joined #dig 20:13:03 cheater__ is now known as cheater 20:15:08 amy++ http://devopsreactions.tumblr.com/ 20:16:25 trueg is now known as trueg_away 20:22:22 melvster has quit (Ping timeout: 240 seconds) 20:23:20 melvster (~melvin@p5797FE7A.dip.t-dialin.net) has joined #dig 20:45:17 ha! 20:45:23 it was via twitter 20:45:26 glad you like :) 20:46:23 https://twitter.com/ndw/status/287235244082483201 21:15:10 deiu: I won't have time to drop by, have a safe trip back to Europe, and thanks for your help! 21:18:43 danbri_ (~danbri@cable-146-255-148-108.dynamic.telemach.ba) has joined #dig 21:21:14 RalphS has quit () 21:21:45 scor, thanks! :) 21:39:14 jmvanel has quit (Ping timeout: 260 seconds) 21:45:43 danbri__ (~danbri@cable-146-255-148-108.dynamic.telemach.ba) has joined #dig 21:47:59 danbri_ has quit (Ping timeout: 260 seconds) 21:54:36 melvster has quit (Remote host closed the connection) 21:56:35 deiu has quit (Quit: Leaving) 21:56:56 melvster (~melvin@p5797FE7A.dip.t-dialin.net) has joined #dig 22:07:35 dsheets1 has quit (Remote host closed the connection) 22:07:59 dsheets (~Adium@c-67-180-11-170.hsd1.ca.comcast.net) has joined #dig 22:08:13 betehess has quit (Quit: Leaving) 22:34:15 danbri_ (~danbri@cable-146-255-148-108.dynamic.telemach.ba) has joined #dig 22:36:12 danbri__ has quit (Ping timeout: 265 seconds) 22:49:42 amy has quit (Quit: bye) 22:54:20 timbl (~timbl@200.7.55.67) has joined #dig 23:06:52 scor_ (~scor@drupal.org/user/52142/view) has joined #dig 23:09:40 scor has quit (Ping timeout: 248 seconds) 23:11:39 scor_ has quit (Ping timeout: 260 seconds) 23:25:27 timbl has quit (Quit: timbl) 23:28:26 timbl (~timbl@200.7.55.67) has joined #dig