13:31:06 #startmeeting 13:31:06 Meeting started Wed Sep 17 13:31:06 2014 UTC. The chair is nickm. Information about MeetBot at http://wiki.debian.org/MeetBot. 13:31:06 Useful Commands: #action #agreed #help #info #idea #link #topic. 13:31:07 who's here? 13:31:36 * asn is here 13:31:57 * dgoulet here 13:32:01 * Yawning here 13:32:25 I wonder if we are lucky enough to have an armadev this week. 13:32:41 he said something about irc access being spotty 13:32:43 armadev said that he is going to be offline for the next weeks 13:32:46 for the next few weeks 13:33:01 it's a pity, but that's life. 13:33:02 I think he said "not on IRC, or at least not on backlog" 13:33:11 yeah, he said email is the best way to reach him. 13:33:17 so there's a chance he might happen to be watching this window, I guess :) 13:33:54 ok. So, we released 0.2.5.7-rc, and we patched some more bugs, and I've been writing patches and merging patches. 13:34:08 Predictably, my patches are waiting for review. 13:34:12 :) 13:34:13 And so are other people's. 13:34:34 I need to take a break for a day or two to work on libevent stuff soon 13:34:48 hey I reviewed rl1987's socks patch! doing my part 13:34:50 :P 13:34:52 probably today or tomorrow unless there's something torish where I can be really helpful 13:34:55 thanks, Yawning ! 13:36:48 most of the interesting stuff I want to get done myself in 0.2.6 depends on the crypto hacking I did a couple of weeks back... but unfortunately, I don't know if anybody thinks they're able to review it. 13:36:58 I _did_ test the heck out of it, I THINK 13:36:59 #8106 is in my review TODO list 13:37:01 *think 13:37:07 which depends on the rest of the crypto stuff 13:37:24 but my TODO list is LIFO lately, and it doesn't move fast. 13:37:36 ok. from my pov, progress on 8106 is blocking on ed25519_ref10 getting reviewed. 13:37:41 yes exactly 13:38:09 what are other folks up to? 13:38:12 hm 13:38:14 i can go 13:38:18 ok 13:38:23 i have been doing a few little-t-tor stuff lately 13:38:35 i wrote a tor-dev post about the dirauth side of the guardiness stuff: https://lists.torproject.org/pipermail/tor-dev/2014-September/007489.html 13:38:51 feedback from nickm would be great, of course. already got good feedback from sebastian 13:39:15 i'm especially looking for feedback on whether to embed stuff like "guardiness script version" and "total consensus parsed" in the dirauth votes (to improve debugging etc.) 13:39:33 i also wroet a tor-dev post about guard discovery attacks and listing some ideas: https://lists.torproject.org/pipermail/tor-dev/2014-September/007472.html 13:39:43 roger replied helpfully, and I still need to think of his reply. 13:39:47 #action nickm should reply to https://lists.torproject.org/pipermail/tor-dev/2014-September/007489.html and https://lists.torproject.org/pipermail/tor-dev/2014-September/007472.html 13:40:14 I also wrote code for tor2web #12844. code is clean I think, and unittested. 13:40:35 while coding #12844, I found #13151 which is a fun HS bug. 13:40:47 I'm quite happy about finding #13151 :) 13:40:55 yeah nice catch on that 13:40:56 i also did a few erviews. 13:41:34 nickm: wrt #9321, I also posted https://lists.torproject.org/pipermail/tor-dev/2014-September/007497.html but I'm mainly waiting for feedback from NickHopper on that. 13:41:59 nickm: also it would be great, if you could take a look at my guardiness python script (#13125) 13:42:08 since that's ready for review and it won't change much anytime soon. 13:42:19 Is there anybody else who can? I know I'm not the only pythonista here... 13:42:27 i can try to find someone, yes. 13:42:34 I'm happy to put it on my queue, but my queue is not a great way to actually get things done fast. 13:42:38 nickm: got it. 13:42:42 nickm: i will try to find someone then. 13:42:50 asn: I can do a review on that lemmie add it to my todo list 13:42:52 maybe somebody here now? (volunteers?) 13:42:55 thanks Yawning 13:42:56 Yawning: thanks 13:43:12 I'll review it before running it. But not in the next week 13:43:23 #action Yawning can review #13125 13:43:32 nickm: OK. I estimate around a week of work before publishing my little-t-tor #9321 changes. 13:43:33 #action Sebastian can review #13125 , eventually. 13:43:40 ok 13:43:43 and that's that. 13:43:50 who's next? 13:43:50 I don't have much time, can I go next? 13:43:55 feelfree 13:44:23 I worked on my routerset/bad-relays-file patch series a bit 13:44:36 I've been writing down a few notes about unit tests and making the occasional patch 13:45:00 Other than that, it's exam time and I didn't do much. Thanks 13:45:42 ok, keen 13:45:44 next? 13:45:59 uh, it's short 13:46:05 ok 13:46:25 reviewed some stuff, mostly in project planning mode, sent arma/asn a list of stuff I want to fix in the pt/bridge code 13:46:37 I need to review arma's feedback 13:47:07 the big ones for me that I want to see done are orport less bridges and 4 hop circuits 13:47:21 both which have the potential to be kind of scary 13:47:27 yah 13:47:42 could be fun though, and would give a chance to clean up some old code 13:47:44 rest of my list is like "fix pt logging, make pts play nice with ipv6" and so is mostly self contained 13:48:01 oh and cleaning up the socks code 13:48:08 oh hey, quick question: which pt codebases that we ship use libevent, if any? 13:48:15 none 13:48:27 obfsclient (orbot) uses libevent 13:48:33 but that's not strictly us 13:48:51 the old obfsproxy did as well iirc, but that's really deprecated at this point 13:49:13 hm, okay. Where's the canonical obfsclient source? 13:49:35 on git.tp.o 13:49:36 why 13:49:54 In user/yawning/obfsclient ? 13:50:10 yah 13:50:30 thx 13:50:36 np 13:50:48 some people might use the old obfsproxy still, not sure if we care 13:51:08 Anybody else want to report? If not, I have a couple of things I want to ask folks 13:51:17 I have a question as well for you 13:51:23 ok, you first :) 13:51:38 can go after, just a quick update on my situation for all of you 13:51:43 #13151, are we gonna back port that to 0.2.4.x? 13:51:43 oh hey, we missed dgoulet 13:51:47 oops 13:51:58 it's a 1 byte change 13:51:58 sorry :), quickly 13:52:11 Yawning: at least some of it. "I've cherry-picked "bug13151-client" to maint-0.2.4 and merged it forward. 13:52:14 " 13:52:18 The client-side fix is already in 13:52:21 ahh ok 13:52:29 I should have checked before asking 13:52:31 ty 13:52:40 we're still talking about whether the service-side and relay-side patches are a good idea. 13:53:37 dgoulet: (listening) 13:53:49 arma notes that the service-side fix lets you tell remotely whether the service has upgraded 13:54:05 (might help with the botnet garbage since that's all HS based) 13:54:07 right. It also lets you probe for which version of the consensus the service knows. 13:54:18 It seems SponsorR is happenning and my list of stuff to work on for that passed armadev review :) thus my full time work will start at the latest November, expect a thread from armadev on some broader tasks (outside contract) that I could start with 13:54:34 dgoulet: grand; I would love to see that 13:54:38 dgoulet: \o/ 13:54:46 for now I think as you all know, my focus will be HS stuff 13:54:50 dgoulet: please poke me if I don't respond fast too 13:54:55 but maybe it's not a big deal. I still don't think we should do it, it adds complexity, the failure mode is not so bad (hidden services mostly work), and the "I get to learn if you're on bigendian" changes to "I get to learn whether you're on littleendian and haven't upgraded" 13:55:02 nickm: ok perfect thanks 13:55:27 sorry dgoulet and congrats 13:55:29 dgoulet: also, maybe consider whether you'd like to visit boston for a week or so to collaborate 13:55:38 nickm: I absolutely had that in mind! 13:55:44 great 13:55:49 Sebastian: yar, maybe 13:55:58 nickm: once I start full time (soon) I'll for sure ping you and organize that 13:56:20 Sebastian: ok, maybe comment on the ticket? cpunks there deserves a response 13:56:24 dgoulet: excellent 13:56:39 all y'alls should come to my corner of the world imo :P 13:56:40 Yawning: armadev mention an idea on pairing each other on little-t tor stuff which basically mean I think that we can help each other and not take nickm/athena too much time for code stuff if we can figure out together 13:56:58 dgoulet: yeah, I saw that, sounds good to me 13:57:25 Yawning: perfect so that's it for me, stay tuned for armadev email on "the creation of dgoulet TODO" :) 13:57:27 thanks 13:57:51 * asn would also be interested in receiving that TODO list :) 13:57:57 big thing for me in doing what you just did (making a list of stuff) is balancing pt work with core tor work 13:58:01 asn: ah you will no worry eheh 13:58:10 thanks :) 13:58:15 asn: since I think you are also assigned to SponsorR right? 13:58:21 dgoulet: indeed 13:58:27 and justifying the core tor stuff that needs to happen to people that care more about pts 14:00:51 so, one of my questions was "what should we do about 13151" and I think we've talked about that a bit 14:00:59 another of my questions is "is 13119 a good idea?" 14:01:01 #13119 14:01:47 * asn looks 14:02:33 i have not reviewed your branch, but it seems worth doing 14:02:39 ^ 14:02:43 especially if you've done the coccinella work already, and it works for you 14:02:53 * asn has been using tt_* functions for a while now 14:02:56 I assume pending patches can also be automagically fixed up? 14:03:07 well, that's my big issue. 14:03:26 I can re-apply the coccinelle scripts on pending patches. That's no problem... 14:03:47 but if those patches make changes to the same tests that my scripts changed, we can expect merge conflicts that will need hand-resolution. 14:04:20 ahhh 14:04:24 I think it is reasonable to expect a developer to make that change 14:04:27 That's the only reason I'm holding back here. 14:04:52 meh, annoying but mechanical for the most part + what Sebastian said 14:05:01 they can apply coccinelle on their tree and then generate the patch from the diff 14:06:09 ok 14:06:17 let's hope we don't regret this. :) 14:07:45 Does anybody have time to scan through the branch? I don't expect anybody to read all 11251 lines of the diff (or all 12793 lines of the git log -p), but it would be good to have a spot-check. 14:09:03 I did that (scanning through it a while ago). Did it change since then? 14:09:20 (If not, I can count coccinelle as the author and me as the reviewer. maybe.) 14:09:27 Sebastian: since you commented on the ticket? 14:09:31 I added one or two more commits 14:09:44 oh ok. Then I don't count as a rubberstamper. 14:10:05 sorry, I really need to make sure I fill my brain with a bunch of random useless facts for tomorrow now. Cheers all 14:10:10 peace 14:10:21 anything else for us to talk about today? 14:11:09 nothing from me 14:14:22 okay then 14:14:25 #endmeeting