--- Day changed Tue Aug 14 2018 00:02 -!- ThomasV [~thomasv@unaffiliated/thomasv] has quit [Ping timeout: 256 seconds] 00:03 -!- bitconner [~conner@136.24.175.89] has joined #lightning-dev 00:08 -!- bitconner [~conner@136.24.175.89] has quit [Ping timeout: 244 seconds] 00:16 -!- bitconner [~conner@136.24.175.89] has joined #lightning-dev 00:21 -!- bitconner [~conner@136.24.175.89] has quit [Ping timeout: 240 seconds] 00:36 -!- Rootsudo [~textual@112.205.33.21] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 00:40 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:7d37:b70d:356e:1942] has joined #lightning-dev 00:43 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 240 seconds] 00:44 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:7d37:b70d:356e:1942] has quit [Ping timeout: 256 seconds] 00:45 -!- gernot [~gernot@unaffiliated/gernot] has quit [Quit: WeeChat 1.6] 00:47 -!- gernot [~gernot@unaffiliated/gernot] has joined #lightning-dev 00:54 -!- vishnubob [62766243@gateway/web/freenode/ip.98.118.98.67] has joined #lightning-dev 00:54 -!- ThomasV [~thomasv@unaffiliated/thomasv] has joined #lightning-dev 00:57 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 00:57 -!- Rootsudo [~textual@112.205.33.21] has quit [Client Quit] 00:58 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 00:58 -!- Rootsudo [~textual@112.205.33.21] has quit [Client Quit] 00:59 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 00:59 -!- Rootsudo [~textual@112.205.33.21] has quit [Client Quit] 01:01 < vishnubob> i am just starting to poke at lightning, and in doing so, i've started to look over the various dockerized versions out there 01:01 < vishnubob> i was initially drawn to cdecker's work, but i also examined the Dockerfile shipped with the current lightning repo as well 01:02 < vishnubob> my examination is not comprehensive, but i've noticed a copy-and-pasted idiom that these dockerfiles use to verify binaries 01:02 < vishnubob> and this idiom concerns me 01:03 -!- RubenSomsen [uid301948@gateway/web/irccloud.com/x-cebzizyqtwmchipt] has joined #lightning-dev 01:03 < vishnubob> the sha256 fingerprint is embedded in the Dockerfile, when it seems to make more sense to me to extract it from the asc file 01:03 < vishnubob> the asc file fingerprints individual tarballs, and is then signed by the builder 01:04 < vishnubob> the typical idiom downloads and verifies this file, but the content inside this file has no bearing on the hash being tested 01:06 < vishnubob> it's not the most dangerous thing in the world, but it bakes in more authority into these Dockerfiles that make the verification process brittle when it's time to change the downloaded version dictated by the Dockerfile 01:09 < vishnubob> i have a better idiom to offer that boils the whole formula down to the version string, and calculates everything from this point. i've separated the archive name into its own variable making it easy to build variables and grep the hash out of the asc file 01:10 < vishnubob> extracting the hash as part of the docker build process then becomes: 01:10 < vishnubob> BITCOIN_SHA256=$(grep $BITCOIN_TARBALL bitcoin.asc|awk '{print $1}') 01:11 < vishnubob> $BITCOIN_ARCHIVE is a better name, though 01:13 < vishnubob> so, the chain is 1) download the bitcoin archive 2) download the signed asc file 3) add baked in keyid to PGP key chain 4) verify signed ASC file 5) grep hash from verified ASC file 6) use sha256sum to verify downloaded binary 01:16 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 260 seconds] 01:18 -!- melvin_ [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has joined #lightning-dev 01:25 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 01:31 -!- vishnubob [62766243@gateway/web/freenode/ip.98.118.98.67] has quit [Quit: Page closed] 01:32 -!- MuffinMedic1 [~MuffinMed@156.202.68.16] has joined #lightning-dev 01:34 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lightning-dev 01:37 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #lightning-dev 01:39 -!- MuffinMedic1 [~MuffinMed@156.202.68.16] has quit [Ping timeout: 256 seconds] 01:44 -!- volition [volition@gateway/vpn/privateinternetaccess/volition] has joined #lightning-dev 02:00 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 248 seconds] 02:03 -!- Rootsudo [~textual@112.205.33.21] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 02:04 -!- deusexbeer [~deusexbee@095-129-172-082-dynamic-pool-adsl.wbt.ru] has quit [Ping timeout: 240 seconds] 02:05 -!- deusexbeer [~deusexbee@079-170-136-190-dynamic-pool-adsl.wbt.ru] has joined #lightning-dev 02:30 -!- shesek [~shesek@5.102.198.243] has joined #lightning-dev 02:30 -!- shesek [~shesek@5.102.198.243] has quit [Changing host] 02:30 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 02:34 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 02:37 -!- Rootsudo [~textual@112.205.33.21] has quit [Client Quit] 02:37 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 02:38 -!- Rootsudo [~textual@112.205.33.21] has quit [Client Quit] 02:38 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 02:38 -!- Rootsudo [~textual@112.205.33.21] has quit [Client Quit] 02:39 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 02:39 -!- Rootsudo [~textual@112.205.33.21] has quit [Client Quit] 02:40 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 02:40 -!- Rootsudo [~textual@112.205.33.21] has quit [Client Quit] 02:41 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 02:41 -!- Rootsudo [~textual@112.205.33.21] has quit [Client Quit] 03:01 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #lightning-dev 03:04 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 260 seconds] 03:08 -!- Guest95299 [~Tionis@170.79.80.88] has joined #lightning-dev 03:16 -!- Guest95299 [~Tionis@170.79.80.88] has quit [Ping timeout: 260 seconds] 03:17 -!- fossxplorer7 [~fossxplor@197.45.196.157] has joined #lightning-dev 03:19 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Ping timeout: 250 seconds] 03:21 -!- fossxplorer7 [~fossxplor@197.45.196.157] has quit [Remote host closed the connection] 03:22 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #lightning-dev 03:28 -!- oldandwise [~oldandwis@49.147.147.133] has joined #lightning-dev 03:28 -!- oldandwise [~oldandwis@49.147.147.133] has quit [Client Quit] 03:29 -!- oldandwise [~oldandwis@49.147.147.133] has joined #lightning-dev 03:30 -!- oldandwise [~oldandwis@49.147.147.133] has quit [Client Quit] 03:30 -!- oldandwise [~oldandwis@49.147.147.133] has joined #lightning-dev 04:03 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 04:33 -!- JackH [~laptop@host86-174-212-180.range86-174.btcentralplus.com] has quit [Ping timeout: 272 seconds] 04:42 -!- JackH [~laptop@host86-173-175-116.range86-173.btcentralplus.com] has joined #lightning-dev 04:49 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 240 seconds] 04:51 -!- kasa [~kasa@nz3l179.bb60246.ctm.net] has joined #lightning-dev 04:53 -!- kasa [~kasa@nz3l179.bb60246.ctm.net] has quit [Killed (Sigyn (Spam is off topic on freenode.))] 04:58 -!- dougsland [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has joined #lightning-dev 05:10 -!- ebx [~ebx@unaffiliated/ebex] has joined #lightning-dev 05:23 -!- volition [volition@gateway/vpn/privateinternetaccess/volition] has quit [Ping timeout: 260 seconds] 05:27 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lightning-dev 05:28 -!- ThomasV [~thomasv@unaffiliated/thomasv] has quit [Ping timeout: 256 seconds] 05:35 -!- Kamilion28 [~Kamilion@host81-155-146-8.range81-155.btcentralplus.com] has joined #lightning-dev 05:37 -!- dougsland [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has quit [Ping timeout: 248 seconds] 05:39 -!- Kamilion28 [~Kamilion@host81-155-146-8.range81-155.btcentralplus.com] has quit [Remote host closed the connection] 06:03 -!- xchuck00 [~xchuck00@unaffiliated/xchuck00] has joined #lightning-dev 06:58 -!- ThomasV [~thomasv@unaffiliated/thomasv] has joined #lightning-dev 07:08 -!- aschildbach [~aschildba@2a01:c23:5c39:7700:458f:ffd:d219:7f28] has joined #lightning-dev 07:13 -!- xchuck00 [~xchuck00@unaffiliated/xchuck00] has quit [] 07:24 -!- harding_ [quassel@2600:3c03::f03c:91ff:fe7b:78d1] has left #lightning-dev [] 07:25 -!- harding [quassel@2600:3c03::f03c:91ff:fe7b:78d1] has joined #lightning-dev 07:25 -!- Boulet26 [~Boulet@180.183.167.104] has joined #lightning-dev 07:28 -!- Boulet26 [~Boulet@180.183.167.104] has quit [Remote host closed the connection] 07:29 -!- dougsland [douglas@nat/redhat/x-choefnhjsfsjuuqz] has joined #lightning-dev 07:36 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #lightning-dev 07:39 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 07:39 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:7d37:b70d:356e:1942] has joined #lightning-dev 07:44 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:7d37:b70d:356e:1942] has quit [Ping timeout: 240 seconds] 07:45 -!- MaxSan [~user@185.9.19.107] has joined #lightning-dev 07:53 -!- michaelsdunn1 [~michaelsd@208.59.170.5] has joined #lightning-dev 07:58 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 08:02 -!- aschildbach [~aschildba@2a01:c23:5c39:7700:458f:ffd:d219:7f28] has quit [Ping timeout: 256 seconds] 08:05 -!- aschildbach [~aschildba@x4db395c1.dyn.telefonica.de] has joined #lightning-dev 08:19 -!- dougsland [douglas@nat/redhat/x-choefnhjsfsjuuqz] has quit [Changing host] 08:19 -!- dougsland [douglas@tchelinux/moderator/dougsland] has joined #lightning-dev 08:26 -!- thomas0 [~thomas@2a01cb0081e732002ac68efffe34d574.ipv6.abo.wanadoo.fr] has joined #lightning-dev 08:28 -!- thomas0 [~thomas@2a01cb0081e732002ac68efffe34d574.ipv6.abo.wanadoo.fr] has quit [Killed (Unit193 (Spam is not permitted on freenode.))] 08:50 -!- deusexbeer [~deusexbee@079-170-136-190-dynamic-pool-adsl.wbt.ru] has quit [Quit: Konversation terminated!] 08:55 -!- marcinja_ [~marcin@rrcs-67-251-193-154.nyc.biz.rr.com] has quit [Read error: Connection reset by peer] 09:01 -!- nodweber [~nodweber@unaffiliated/nodweber] has joined #lightning-dev 09:11 -!- photonclock [~photonclo@47.37.153.193] has joined #lightning-dev 09:12 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #lightning-dev 09:40 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 272 seconds] 09:40 -!- LKbTkXFn [~kanotix@141.226.82.9] has joined #lightning-dev 09:40 -!- LKbTkXFn_ [~kanotix@141.226.82.9] has joined #lightning-dev 09:42 -!- LKbTkXFn_ [~kanotix@141.226.82.9] has quit [Client Quit] 09:44 -!- marcinja [~marcin@static-100-38-11-146.nycmny.fios.verizon.net] has joined #lightning-dev 09:44 -!- marcinja_ [~marcin@static-100-38-11-146.nycmny.fios.verizon.net] has joined #lightning-dev 09:44 -!- marcinja_ [~marcin@static-100-38-11-146.nycmny.fios.verizon.net] has left #lightning-dev [] 09:49 -!- MaxSan [~user@185.9.19.107] has quit [Remote host closed the connection] 09:50 -!- buZz [~buzz@dragonbox/pyrate/buZz] has quit [Changing host] 09:50 -!- buZz [~buzz@unaffiliated/buzz] has joined #lightning-dev 09:50 -!- MaxSan [~user@185.9.19.107] has joined #lightning-dev 09:55 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 10:03 -!- gareth__0 [~gareth__@177.103.177.83] has joined #lightning-dev 10:04 -!- gareth__0 [~gareth__@177.103.177.83] has quit [Remote host closed the connection] 10:10 -!- LKbTkXFn [~kanotix@141.226.82.9] has quit [Quit: Leaving] 10:11 -!- Rootsudo [~textual@112.205.33.21] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 10:12 -!- ThomasV [~thomasv@unaffiliated/thomasv] has quit [Ping timeout: 256 seconds] 10:20 -!- riclas [~riclas@148.63.37.111] has joined #lightning-dev 10:24 -!- MaxSan [~user@185.9.19.107] has quit [Ping timeout: 268 seconds] 10:30 -!- deusexbeer [~deusexbee@093-092-177-253-dynamic-pool-adsl.wbt.ru] has joined #lightning-dev 10:40 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 10:40 -!- grubles [~grubles@unaffiliated/grubles] has quit [Remote host closed the connection] 10:41 -!- grubles [~grubles@unaffiliated/grubles] has joined #lightning-dev 10:49 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Ping timeout: 240 seconds] 10:50 -!- Dwarf13 [~Dwarf@27.154.128.142] has joined #lightning-dev 10:51 -!- Dwarf13 [~Dwarf@27.154.128.142] has quit [Remote host closed the connection] 10:52 -!- StopAndDecrypt [~StopAndDe@c-73-215-253-208.hsd1.nj.comcast.net] has joined #lightning-dev 10:52 -!- StopAndDecrypt [~StopAndDe@c-73-215-253-208.hsd1.nj.comcast.net] has quit [Changing host] 10:52 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #lightning-dev 10:59 -!- Rootsudo [~textual@112.205.33.21] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 10:59 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 11:00 -!- Rootsudo [~textual@112.205.33.21] has quit [Client Quit] 11:00 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 11:00 -!- Rootsudo [~textual@112.205.33.21] has quit [Client Quit] 11:01 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 11:01 -!- Rootsudo [~textual@112.205.33.21] has quit [Client Quit] 11:02 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 11:02 -!- Rootsudo [~textual@112.205.33.21] has quit [Client Quit] 11:03 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 11:03 -!- Rootsudo [~textual@112.205.33.21] has quit [Client Quit] 11:04 -!- math_ [~mario@p4FCB3FA3.dip0.t-ipconnect.de] has joined #lightning-dev 11:05 -!- deusexbeer [~deusexbee@093-092-177-253-dynamic-pool-adsl.wbt.ru] has quit [Ping timeout: 240 seconds] 11:14 -!- ThomasV [~thomasv@unaffiliated/thomasv] has joined #lightning-dev 11:23 -!- lino [~lino@92.98.7.86] has joined #lightning-dev 11:26 -!- lino [~lino@92.98.7.86] has quit [Remote host closed the connection] 11:40 -!- niftynei [875484be@gateway/web/freenode/ip.135.84.132.190] has joined #lightning-dev 11:49 -!- laurentmt [~Thunderbi@185.128.27.102] has joined #lightning-dev 12:07 -!- laurentmt [~Thunderbi@185.128.27.102] has quit [Quit: laurentmt] 12:09 -!- dougsland [douglas@tchelinux/moderator/dougsland] has quit [Ping timeout: 272 seconds] 12:22 -!- jonasschnelli_ is now known as jonasschnelli 12:31 -!- michaels_ [~michaelsd@208.59.170.5] has joined #lightning-dev 12:35 -!- photonclock__ [~photonclo@47.37.153.193] has joined #lightning-dev 12:38 -!- photonclock [~photonclo@47.37.153.193] has quit [Ping timeout: 244 seconds] 12:38 -!- ThomasV [~thomasv@unaffiliated/thomasv] has quit [Ping timeout: 240 seconds] 12:39 -!- michaels_ [~michaelsd@208.59.170.5] has quit [Quit: Textual IRC Client: www.textualapp.com] 13:06 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 13:06 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #lightning-dev 13:14 -!- enemabandit [~enemaband@146.185.128.240] has joined #lightning-dev 13:19 < fiatjaf> vishnubob, docker is a crap 13:21 -!- xchuck00 [~xchuck00@unaffiliated/xchuck00] has joined #lightning-dev 13:22 -!- LuK133713 [~LuK1337@110.90.134.8] has joined #lightning-dev 13:23 -!- Cogito_Ergo_Sum [~Myself@athedsl-211528.home.otenet.gr] has joined #lightning-dev 13:23 -!- Cogito_Ergo_Sum [~Myself@athedsl-211528.home.otenet.gr] has quit [Changing host] 13:23 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #lightning-dev 13:25 -!- LuK133713 [~LuK1337@110.90.134.8] has quit [Remote host closed the connection] 13:52 -!- jb55 [~jb55@S010660e327dca171.vc.shawcable.net] has joined #lightning-dev 14:01 -!- enemabandit [~enemaband@146.185.128.240] has quit [Ping timeout: 272 seconds] 14:02 -!- enemabandit [~enemaband@16.77.54.77.rev.vodafone.pt] has joined #lightning-dev 14:13 -!- dougsland [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has joined #lightning-dev 14:16 -!- michaelsdunn1 [~michaelsd@208.59.170.5] has quit [Remote host closed the connection] 14:24 -!- itaseski [~itaseski@213.135.176.245] has joined #lightning-dev 14:32 -!- lannister [~lannister@180.251.107.121] has joined #lightning-dev 14:33 -!- lannister [~lannister@180.251.107.121] has quit [Remote host closed the connection] 14:38 -!- michaelsdunn1 [~michaelsd@208.59.170.5] has joined #lightning-dev 14:58 -!- ThomasV [~thomasv@unaffiliated/thomasv] has joined #lightning-dev 14:59 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Ping timeout: 240 seconds] 15:00 -!- shesek [~shesek@bzq-84-110-54-17.cablep.bezeqint.net] has joined #lightning-dev 15:00 -!- shesek [~shesek@bzq-84-110-54-17.cablep.bezeqint.net] has quit [Changing host] 15:00 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 15:11 -!- itaseski [~itaseski@213.135.176.245] has quit [Ping timeout: 256 seconds] 15:21 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #lightning-dev 15:31 -!- michaelsdunn1 [~michaelsd@208.59.170.5] has quit [Remote host closed the connection] 15:31 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 15:31 -!- michaelsdunn1 [~michaelsd@208.59.170.5] has joined #lightning-dev 15:36 -!- michaelsdunn1 [~michaelsd@208.59.170.5] has quit [Ping timeout: 260 seconds] 15:46 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 15:51 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 15:56 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has quit [] 15:56 -!- spinza [~spin@155.93.246.187] has joined #lightning-dev 15:56 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 260 seconds] 16:00 -!- michaelsdunn1 [~michaelsd@208.59.170.5] has joined #lightning-dev 16:05 -!- michaelsdunn1 [~michaelsd@208.59.170.5] has quit [Ping timeout: 268 seconds] 16:05 -!- ThomasV [~thomasv@unaffiliated/thomasv] has quit [Ping timeout: 240 seconds] 16:19 -!- delphi [~delphi@2602:306:b8b6:b970:3da2:8778:ad8c:877a] has joined #lightning-dev 16:20 -!- delphi [~delphi@2602:306:b8b6:b970:3da2:8778:ad8c:877a] has quit [Client Quit] 16:23 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 244 seconds] 16:29 -!- vans1 [~vans@84.red-81-35-126.dynamicip.rima-tde.net] has joined #lightning-dev 16:31 -!- vans1 [~vans@84.red-81-35-126.dynamicip.rima-tde.net] has quit [Killed (Sigyn (Spam is off topic on freenode.))] 16:32 -!- delphi [~delphi@2602:306:b8b6:b970:3da2:8778:ad8c:877a] has joined #lightning-dev 16:33 -!- delphi is now known as Guest49090 16:36 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 16:42 -!- xchuck00 [~xchuck00@unaffiliated/xchuck00] has quit [] 16:44 -!- Rootsudo [~textual@112.205.33.21] has quit [Quit: Textual IRC Client: www.textualapp.com] 16:53 -!- Guest49090 [~delphi@2602:306:b8b6:b970:3da2:8778:ad8c:877a] has left #lightning-dev [] 16:54 -!- polydin [~delphi@2602:306:b8b6:b970:3da2:8778:ad8c:877a] has joined #lightning-dev 16:59 -!- nickenchuggets [~nickenchu@202.62.8.58] has joined #lightning-dev 17:01 -!- nickenchuggets [~nickenchu@202.62.8.58] has quit [Remote host closed the connection] 17:08 -!- lightningbot1 [~lightning@138.197.213.35] has quit [Remote host closed the connection] 17:09 -!- lightningbot1 [~lightning@138.197.213.35] has joined #lightning-dev 17:25 -!- ebx [~ebx@unaffiliated/ebex] has quit [Read error: Connection reset by peer] 17:29 -!- lightningbot1 [~lightning@138.197.213.35] has quit [Remote host closed the connection] 17:29 -!- lightningbot1 [~lightning@138.197.213.35] has joined #lightning-dev 17:31 -!- bryanvu [~bryanvu@64-71-8-130.static.wiline.com] has joined #lightning-dev 17:32 -!- polydin [~delphi@2602:306:b8b6:b970:3da2:8778:ad8c:877a] has quit [Quit: Leaving] 17:35 <+roasbeef> now that the spam is over, let's go -r? so the commit bots and those that aren't registered can join? 17:36 -!- lightningbot1 [~lightning@138.197.213.35] has quit [Remote host closed the connection] 17:37 < molz> the spam is not over, roasbeef and this channel doesn't have +r :P 17:37 -!- lightningbot1 [~lightning@138.197.213.35] has joined #lightning-dev 17:37 < bryanvu> testing slackbot 17:44 -!- melvin_ [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has quit [Ping timeout: 272 seconds] 17:50 <+roasbeef> molz: #lnd has been pretty spam free today 17:50 -!- riclas [~riclas@148.63.37.111] has quit [Ping timeout: 240 seconds] 17:54 -!- lightningbot1 [~lightning@138.197.213.35] has quit [Remote host closed the connection] 17:55 -!- lndbot [~lndbot@138.197.213.35] has joined #lightning-dev 17:55 < lndbot> ping 17:55 < bryanvu> pong 17:58 -!- riclas [riclas@148.63.37.111] has joined #lightning-dev 18:07 -!- photonclock [~photonclo@47.37.153.193] has joined #lightning-dev 18:10 -!- photonclock__ [~photonclo@47.37.153.193] has quit [Ping timeout: 272 seconds] 18:15 -!- enemabandit [~enemaband@16.77.54.77.rev.vodafone.pt] has quit [Ping timeout: 268 seconds] 18:16 -!- riclas [riclas@148.63.37.111] has quit [Ping timeout: 260 seconds] 18:21 -!- bryanvu [~bryanvu@64-71-8-130.static.wiline.com] has quit [Ping timeout: 272 seconds] 18:22 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:7d37:b70d:356e:1942] has joined #lightning-dev 18:23 -!- bryanvu [~bryanvu@64-71-8-130.static.wiline.com] has joined #lightning-dev 18:24 -!- photonclock [~photonclo@47.37.153.193] has quit [Quit: photonclock] 18:31 -!- bryanvu [~bryanvu@64-71-8-130.static.wiline.com] has quit [Ping timeout: 260 seconds] 18:32 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:7d37:b70d:356e:1942] has quit [Remote host closed the connection] 18:46 -!- riclas [riclas@148.63.37.111] has joined #lightning-dev 18:58 -!- Cisien11 [~Cisien@156.199.240.161] has joined #lightning-dev 18:58 -!- niftynei [875484be@gateway/web/freenode/ip.135.84.132.190] has quit [Ping timeout: 252 seconds] 19:00 -!- Cisien11 [~Cisien@156.199.240.161] has quit [Remote host closed the connection] 19:01 -!- pOe[ [~pOe@190-37-197-16.dyn.dsl.cantv.net] has joined #lightning-dev 19:02 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:9d9d:452f:7486:6546] has joined #lightning-dev 19:06 -!- pOe[ [~pOe@190-37-197-16.dyn.dsl.cantv.net] has quit [Remote host closed the connection] 19:06 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:9d9d:452f:7486:6546] has quit [Ping timeout: 240 seconds] 19:20 -!- anataex2 [~anataex@198.58.9.151] has joined #lightning-dev 19:20 -!- anataex2 [~anataex@198.58.9.151] has quit [Remote host closed the connection] 19:25 -!- Emcy_ [~Emcy@unaffiliated/emcy] has joined #lightning-dev 19:29 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 244 seconds] 19:31 -!- aschildbach_ [~aschildba@x55b4a88f.dyn.telefonica.de] has joined #lightning-dev 19:31 -!- aschildbach [~aschildba@x4db395c1.dyn.telefonica.de] has quit [Ping timeout: 272 seconds] 19:32 -!- Rootsudo [~textual@112.205.33.21] has joined #lightning-dev 20:07 -!- ThomasV [~thomasv@unaffiliated/thomasv] has joined #lightning-dev 20:15 -!- Xenthys5 [~Xenthys@110.80.181.70] has joined #lightning-dev 20:19 -!- Xenthys5 [~Xenthys@110.80.181.70] has quit [Remote host closed the connection] 20:20 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:9d9d:452f:7486:6546] has joined #lightning-dev 20:38 -!- ThomasV_ [~thomasv@unaffiliated/thomasv] has joined #lightning-dev 20:40 -!- Rootsudo [~textual@112.205.33.21] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 20:42 -!- ThomasV [~thomasv@unaffiliated/thomasv] has quit [Ping timeout: 248 seconds] 20:43 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:9d9d:452f:7486:6546] has quit [Remote host closed the connection] 20:43 -!- jrabe12 [~jrabe@81.191.202.70] has joined #lightning-dev 20:52 -!- jrabe12 [~jrabe@81.191.202.70] has quit [Ping timeout: 268 seconds] 21:03 -!- Guest23877 [~Guest2387@120.41.240.147] has joined #lightning-dev 21:07 -!- Guest23877 [~Guest2387@120.41.240.147] has quit [Killed (Sigyn (Spam is off topic on freenode.))] 21:10 -!- dougsland [~douglas@c-73-234-93-65.hsd1.nh.comcast.net] has quit [Ping timeout: 256 seconds] 21:12 -!- Liara- [~Liara-@FLH1Aaw084.oit.mesh.ad.jp] has joined #lightning-dev 21:17 -!- Liara- [~Liara-@FLH1Aaw084.oit.mesh.ad.jp] has quit [Remote host closed the connection] 21:48 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:9d9d:452f:7486:6546] has joined #lightning-dev 22:00 -!- Kaizen_ [~kaizen_@2605:a601:b021:f00:9d9d:452f:7486:6546] has quit [Remote host closed the connection] 22:09 -!- ThomasV_ [~thomasv@unaffiliated/thomasv] has quit [Ping timeout: 260 seconds] 22:20 -!- melvin_ [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has joined #lightning-dev 22:30 -!- melvin_ [~melvin@ip-86-49-18-198.net.upcbroadband.cz] has quit [Ping timeout: 272 seconds] 22:47 -!- RoBz21 [~RoBz@118.71.241.116] has joined #lightning-dev 22:51 -!- RoBz21 [~RoBz@118.71.241.116] has quit [Remote host closed the connection] 22:58 -!- ThomasV [~thomasv@unaffiliated/thomasv] has joined #lightning-dev 23:07 -!- bryanvu [~bryanvu@162-227-162-49.lightspeed.sntcca.sbcglobal.net] has joined #lightning-dev 23:39 -!- ThomasV [~thomasv@unaffiliated/thomasv] has quit [Ping timeout: 256 seconds] 23:54 -!- Reincarnate18 [~Reincarna@host169.190-139-159.telecom.net.ar] has joined #lightning-dev 23:55 -!- Reincarnate18 [~Reincarna@host169.190-139-159.telecom.net.ar] has quit [Remote host closed the connection]