--- Log opened Wed Oct 24 00:00:46 2018 00:22 -!- bitonic-cjp [~bitonic-c@a80-100-203-151.adsl.xs4all.nl] has joined #c-lightning 00:43 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 256 seconds] 00:46 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 03:02 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 03:12 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 03:13 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Ping timeout: 264 seconds] 04:17 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 04:24 -!- ebx [~ebx@unaffiliated/ebex] has joined #c-lightning 04:25 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 252 seconds] 04:56 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 07:37 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #c-lightning 08:07 <@cdecker> Yay, 0.6.2rc1! 08:14 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 08:14 -!- bitonic-cjp [~bitonic-c@a80-100-203-151.adsl.xs4all.nl] has quit [Quit: Leaving] 08:30 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 09:47 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 09:48 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 11:19 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has joined #c-lightning 11:30 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has quit [Quit: Leaving] 11:44 -!- gnusha_ [~gnusha@unaffiliated/kanzure/bot/gnusha] has joined #c-lightning 11:44 -!- Topic for #c-lightning: Chat about the C-lightning implementation: https://github.com/ElementsProject/lightning https://lists.ozlabs.org/listinfo/c-lightning Current Version: https://github.com/ElementsProject/lightning/releases/tag/v0.6.2rc1 Logs at http://gnusha.org/c-lightning/ 11:44 -!- Topic set by rusty [~rusty@pdpc/supporter/bronze/rusty] [Tue Oct 23 18:46:33 2018] 11:44 [Users #c-lightning] 11:44 [@cdecker ] [ cncr04s ] [ Jbaczuk ] [ michaelsdunn1] [ rotarydialer ] [ tweaks ] 11:44 [ aj ] [ CubicEarth] [ jonasschnelli ] [ mn3monic ] [ RubenSomsen ] [ ungenannter ] 11:44 [ Amperture ] [ drolmer ] [ justanotheruser] [ molz ] [ spinza ] [ Victor_sueca] 11:44 [ belcher_ ] [ ebx ] [ kabaum_ ] [ mryandao ] [ StopAndDecrypt] [ Victorsueca ] 11:44 [ berndj ] [ ghost43 ] [ kanzure ] [ Nebraskka ] [ t0mix ] [ wraithm ] 11:44 [ berndj-blackout] [ gnusha ] [ ken2812221 ] [ niftynei ] [ takinbo ] 11:44 [ blockstream_bot] [ gnusha_ ] [ keymone ] [ queip ] [ thorie ] 11:44 [ BlueMatt ] [ Guest71813] [ lio17 ] [ raucao ] [ tigermousr_ ] 11:44 [ booyah ] [ harding ] [ meshcollider ] [ roasbeef ] [ treyzania ] 11:44 -!- Irssi: #c-lightning: Total of 50 nicks [1 ops, 0 halfops, 0 voices, 49 normal] 11:44 -!- Channel #c-lightning created Mon Mar 13 17:49:31 2017 11:45 -!- Irssi: Join to #c-lightning was synced in 47 secs 11:49 -!- Netsplit *.net <-> *.split quits: keymone, t0mix, Victorsueca, gnusha, berndj, CubicEarth 11:50 -!- Netsplit over, joins: keymone 11:52 -!- berndj-blackout is now known as berndj 12:15 -!- reallll [~belcher@unaffiliated/belcher] has joined #c-lightning 12:19 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Disconnected by services] 12:19 -!- reallll is now known as belcher_ 14:22 -!- ctrlbreak [~ctrlbreak@142.162.20.53] has joined #c-lightning 14:51 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 14:52 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has joined #c-lightning 14:52 -!- treyzania [~treyzania@paphos.tr3y.io] has quit [Ping timeout: 245 seconds] 15:43 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 15:44 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Remote host closed the connection] 16:03 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 16:30 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 17:13 < rusty> niftynei: so, most important q ever... cdecker has been lobbying for allocators to all be called xxx_new instead of new_xxx. 17:13 < rusty> niftynei: (CCAN uses xxx_new for module xxx, because C doesn't have namespaces and prefixes serve in their place). 17:14 < rusty> So, logically, I should also do destroy_xxx -> xxx_destroy. 17:14 < rusty> But what about find_xxx? 17:17 -!- grubles [~grubles@unaffiliated/grubles] has joined #c-lightning 17:29 < aj> rusty: (xxx_{new,destroy,find} is ungrammatical for all of them, but consistency ftw; otherwise, destroy/find are both verbs, while new is an adjective which is inconsistent but whatever...) 17:46 < niftynei> rusty if it weren't for the ccan namespacing precedent, new_ is heaps easier to remember / grep for 17:46 < niftynei> i guess you an also grep for _new just as easily though 17:46 < niftynei> *can also 17:47 < rusty> niftynei: indeed. I think I agree consistency FTW, even though I find it a bit unnatural. 17:47 < rusty> I think cdecker's German heritage means he is perfectly comforable weird word order with. 17:48 < niftynei> aj i think you could make a case that 'new', in this case, serves the grammatical function of a verb 17:48 < niftynei> then again i don't really know grammar so don't mind me 17:49 < niftynei> rusty hah! 17:58 < aj> niftynei: ("create" would be the matching verb for destroy) 18:19 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #c-lightning 18:20 < rusty> aj: yes, but new is shorter and already in the general coder lexicon from C++, so it won. 18:24 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [Client Quit] 18:37 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 244 seconds] 20:00 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 20:02 -!- ebx [~ebx@unaffiliated/ebex] has quit [Remote host closed the connection] 21:08 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-cferpsjslngrfmjj] has left #c-lightning [] 21:08 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-cferpsjslngrfmjj] has joined #c-lightning 21:52 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 246 seconds] 23:08 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 23:27 < thorie> i know lightning charge exists, but i wanted to share a tiny bit of code i did to make a php-based rest api that works with the c-lightning rpc directly --- Log closed Thu Oct 25 00:00:47 2018