00:03:55 | * | mcc joined #nim |
00:14:03 | * | nairobi joined #nim |
00:18:16 | * | nairobi quit (Ping timeout: 250 seconds) |
00:18:48 | mcc | so by the way, my typescript -> nim binding script works now and I can make calls directly to WebGL with it |
00:28:21 | * | ftsf joined #nim |
00:31:32 | * | libman quit (Quit: Leaving.) |
00:31:42 | * | libman joined #nim |
00:37:43 | * | JeffCanJam4a20 quit (Read error: Connection reset by peer) |
00:59:32 | * | yglukhov joined #nim |
01:04:30 | * | yglukhov quit (Ping timeout: 276 seconds) |
01:08:32 | * | ftsf quit (Ping timeout: 250 seconds) |
01:20:12 | * | ftsf joined #nim |
01:22:53 | * | apollo_ joined #nim |
01:22:57 | * | Trioxin quit (Disconnected by services) |
01:23:02 | * | apollo_ is now known as Trioxin |
01:25:11 | * | Jesin quit (Quit: Leaving) |
01:25:20 | Trioxin | when I try to run the nimx example here: https://github.com/yglukhov/nimx on linux I get: ~/.nimble/pkgs/variant-0.1.0/variant.nim(29, 46) Error: no generic parameters allowed for ref |
01:28:54 | * | ftsf quit (Ping timeout: 250 seconds) |
01:40:20 | * | ftsf joined #nim |
01:40:34 | Trioxin | maybe will try nim from git |
01:40:56 | ftsf | o/ good morning nimmers |
01:44:25 | Trioxin | if i install a new version of nim do I have to do anything to nimble? |
01:46:18 | Trioxin | dammit still same error with nimx |
01:47:27 | libman | nim is the opposite of min |
01:47:51 | Trioxin | ? |
01:48:05 | ftsf | where is xam? |
01:48:29 | * | chemist61 joined #nim |
01:48:29 | * | chemist69 quit (Disconnected by services) |
01:51:37 | Trioxin | got it |
01:54:26 | * | kg_ebooks joined #nim |
01:55:36 | * | okami joined #nim |
01:55:45 | okami | hh |
01:56:02 | Trioxin | yay 2mb executable vs my 20mb pascal gui |
01:57:18 | Trioxin | strange. the pascal app loads a lot faster for some reason |
01:59:38 | libman | Are you comparing nimx to native widgets? |
02:00:07 | Trioxin | what's nimx using? |
02:00:10 | * | kg_ebooks left #nim (#nim) |
02:02:39 | libman | sdl2, right? |
02:03:54 | Trioxin | ic |
02:06:05 | Trioxin | but it's opengl. I guess startup time isn't indicitive of the performance of the GUI. |
02:06:29 | libman | What platform are you using? |
02:07:28 | Trioxin | linux |
02:07:59 | Trioxin | and kde5 |
02:08:47 | libman | fpGUI? |
02:09:07 | Trixar_za | fapGUI? oO |
02:10:18 | libman | Just looking at Pascal Linux GUI options: CLX, fpGUI, and LCL. |
02:10:53 | Trioxin | whatever the default is in lazarus |
02:11:08 | Trioxin | (I just started using it) |
02:12:10 | hcorion | @Trioxin I beleive you need to run this command: nimble install -y variant |
02:12:33 | Trioxin | hcorion, I got the error fixed |
02:12:53 | hcorion | Ok, great |
02:13:12 | libman | I think LCL has both GTK and Qt bindings. |
02:17:20 | Trioxin | this is great. the same code just compiles to javascript like magic. though I did read people preferring to compile nim to C and then use some other tool (Forget the name) to convert C to JS |
02:17:32 | ftsf | emscripten |
02:17:39 | Trioxin | yea |
02:17:46 | libman | And I think nimx is more like http://wiki.freepascal.org/Custom_Drawn_Interface#Diagram_of_the_Custom_Drawn_Interface but I'm not sure. |
02:18:34 | mcc | do people find any advantages one way or the other between emscripten vs compile-straight-to-js? |
02:18:38 | mcc | i've been trying to avoid emscripten. |
02:19:34 | ftsf | there's different limitations |
02:20:10 | ftsf | emscripten doesn't require many changes to your code, you have a mostly full feature set available to you. |
02:21:16 | Trioxin | well when I just ran the nimx example in js some things came out a bit misaligned |
02:21:18 | ftsf | http://nim-lang.org/docs/backends.html#backends-the-javascript-target |
02:21:36 | Trioxin | well, sort of |
02:21:43 | Trioxin | maybe it was intentional |
02:22:18 | Trioxin | the FPS is great |
02:22:31 | ftsf | JS target has a lot of limitations listed there, but you'd likely get better performance than using emscripten |
02:25:24 | Trioxin | I setup a git repo to make a nim build tool for mobile |
02:25:45 | Trioxin | will see how it goes |
03:01:26 | * | yglukhov joined #nim |
03:05:52 | * | yglukhov quit (Ping timeout: 265 seconds) |
03:07:38 | * | apollo_ joined #nim |
03:11:10 | * | Trioxin quit (Ping timeout: 250 seconds) |
03:18:17 | * | libman quit (Remote host closed the connection) |
03:24:06 | * | yglukhov joined #nim |
03:28:44 | * | yglukhov quit (Ping timeout: 260 seconds) |
03:35:24 | * | pie_ quit (Ping timeout: 250 seconds) |
03:56:47 | * | aFrigginElf joined #nim |
03:58:03 | * | Demon_Fox quit (Ping timeout: 276 seconds) |
04:02:46 | * | Demon_Fox joined #nim |
04:19:01 | * | apollo_ is now known as Trioxin |
04:27:41 | * | aFrigginElf quit (Ping timeout: 258 seconds) |
05:04:23 | * | aFrigginElf joined #nim |
05:22:16 | * | hcorion quit (Remote host closed the connection) |
05:25:40 | * | yglukhov joined #nim |
05:30:27 | * | yglukhov quit (Ping timeout: 264 seconds) |
05:30:35 | * | zahary joined #nim |
05:38:36 | * | nairobi joined #nim |
05:42:53 | * | nairobi quit (Ping timeout: 244 seconds) |
05:56:56 | * | nairobi joined #nim |
06:21:04 | * | nairobi quit (Remote host closed the connection) |
06:23:05 | * | gokr joined #nim |
06:27:08 | * | nairobi joined #nim |
06:30:09 | * | nairobi_ joined #nim |
06:32:06 | * | nairobi quit (Ping timeout: 276 seconds) |
06:38:12 | * | nairobi_ quit (Remote host closed the connection) |
06:41:21 | * | nairobi joined #nim |
06:41:34 | * | pafmaf joined #nim |
07:16:08 | * | nairobi quit (Remote host closed the connection) |
07:18:01 | * | nairobi joined #nim |
07:19:43 | * | nairobi quit (Remote host closed the connection) |
07:23:42 | * | nairobi joined #nim |
07:26:42 | * | nairobi quit (Remote host closed the connection) |
07:27:10 | * | nairobi joined #nim |
07:31:11 | * | nairobi_ joined #nim |
07:31:37 | * | nairobi quit (Ping timeout: 265 seconds) |
07:32:19 | * | nairobi_ quit (Remote host closed the connection) |
07:35:45 | * | nairobi joined #nim |
07:37:20 | * | mcc quit (Quit: Connection closed for inactivity) |
07:37:52 | * | bjz joined #nim |
07:40:22 | * | chemist61 quit (Quit: WeeChat 1.5) |
07:41:52 | * | chemist69 joined #nim |
07:46:22 | * | nairobi quit (Remote host closed the connection) |
07:53:05 | * | bjz quit (Read error: Connection reset by peer) |
07:55:13 | * | yglukhov joined #nim |
08:18:12 | * | bjz joined #nim |
08:32:01 | * | fredrik92 joined #nim |
08:32:03 | * | der-landgraf quit (Ping timeout: 240 seconds) |
08:32:33 | * | aFrigginElf quit (Read error: Connection reset by peer) |
08:34:32 | * | zahary1 joined #nim |
08:34:33 | * | zahary quit (Read error: Connection reset by peer) |
08:37:53 | yglukhov | dom96, what do you think about a tag on sdl2? Currently there are no releases there. So i'd just do a v1.1 tag. ok? |
08:45:55 | * | Arrrr joined #nim |
08:45:55 | * | Arrrr quit (Changing host) |
08:45:55 | * | Arrrr joined #nim |
08:46:02 | * | zahary1 quit (Ping timeout: 258 seconds) |
08:48:54 | * | zahary joined #nim |
08:53:03 | * | Demon_Fox quit (Quit: Leaving) |
08:54:22 | cheatfate | dom96, curl: (7) Failed to connect to 94.177.247.196 port 3128: Connection refused |
09:24:18 | * | elrood joined #nim |
09:29:36 | * | xet7 quit (Remote host closed the connection) |
09:30:52 | * | der-landgraf joined #nim |
09:35:01 | * | xet7 joined #nim |
09:42:02 | * | euantor joined #nim |
09:49:13 | * | aziz joined #nim |
10:02:30 | * | themagician joined #nim |
10:21:02 | * | ftsf quit (Quit: :q!) |
10:25:20 | * | fredrik92 quit (Ping timeout: 250 seconds) |
10:27:25 | * | nairobi joined #nim |
10:31:51 | * | fredrik92 joined #nim |
10:32:23 | * | zahary quit (Ping timeout: 265 seconds) |
10:40:57 | * | Vladar joined #nim |
10:44:22 | * | zahary joined #nim |
10:45:30 | * | desophos quit (Read error: Connection reset by peer) |
10:48:46 | * | fastrom joined #nim |
10:51:47 | * | bjz quit (Ping timeout: 258 seconds) |
10:51:56 | * | bjz joined #nim |
11:05:47 | * | arnetheduck joined #nim |
11:43:09 | * | chemist69 quit (Ping timeout: 258 seconds) |
11:44:42 | Arrrr | What do you think of http://www.gii.upv.es/tlsf/ ? |
11:47:30 | * | chemist69 joined #nim |
11:50:40 | * | nsf quit (Quit: WeeChat 1.5) |
12:05:49 | * | gokr1 joined #nim |
12:05:49 | * | gokr quit (Read error: Connection reset by peer) |
12:06:52 | * | Arrrr quit (Read error: Connection reset by peer) |
12:16:01 | yglukhov | Arrrr: what are the downsides? =) |
12:40:32 | * | michael_campbell joined #nim |
12:49:12 | * | pafmaf quit (Ping timeout: 250 seconds) |
12:49:29 | * | ftsf joined #nim |
12:58:19 | * | gokr1 quit (Ping timeout: 250 seconds) |
13:12:17 | * | cheatfate quit (Read error: Connection reset by peer) |
13:17:18 | * | endragor joined #nim |
13:28:15 | * | nairobi quit (Remote host closed the connection) |
13:32:27 | * | zahary quit (Ping timeout: 258 seconds) |
13:32:35 | * | zahary1 joined #nim |
13:35:11 | * | PMunch joined #nim |
13:42:38 | * | fredrik92 left #nim ("Leaving channel") |
13:57:54 | * | cheatfate joined #nim |
14:04:27 | * | eval_ joined #nim |
14:04:56 | eval_ | Hi guys. does Nim compile to C11? |
14:05:31 | eval_ | I mean the (ANSI) C11 standard |
14:10:27 | flyx | eval_: it compiles to C89, which is a subset of C11 |
14:10:33 | flyx | (or so I hope) |
14:10:53 | eval_ | flyx: :( |
14:11:12 | PMunch | Why? |
14:11:19 | flyx | eval_: what's your problem? that means that it is valid C11, but also valid C89 |
14:11:19 | PMunch | I mean, why ":(" |
14:11:26 | * | nsf joined #nim |
14:11:32 | * | zahary1 quit (Ping timeout: 250 seconds) |
14:11:58 | * | chemist69 quit (Ping timeout: 250 seconds) |
14:13:41 | eval_ | flyx: So C89 = C89? |
14:14:00 | flyx | eval_: that's a tautology |
14:14:04 | * | chemist69 joined #nim |
14:14:35 | flyx | eval_: you may want to describe a use-case or give some other context about why this is important for you |
14:15:17 | eval_ | flyx, I have a habit, I can never use old software versions. |
14:15:50 | flyx | eval_: C89 is a standard version, not a software version. you can compile C89 with the most recent gcc or clang compiler. |
14:16:01 | eval_ | flyx, C11 has many features and IMO safer |
14:16:19 | flyx | eval_: that is irrelevant because the C Nim emits is not written by humans |
14:16:47 | eval_ | flyx: more features (multi threading) and safer (gets_s) |
14:17:15 | flyx | eval_: well Nim implements multithreading and safer command line handling. |
14:17:44 | eval_ | flyx: So C11 is not better than C89? |
14:18:55 | * | zahary joined #nim |
14:19:21 | flyx | eval_: that is simply not a relevant question because Nim's emitted C code is very different from C code written manually by a programmer |
14:20:37 | eval_ | flyx: I get it now. |
14:26:50 | * | jjido joined #nim |
14:28:44 | * | PMunch quit (Quit: leaving) |
14:29:14 | * | eval_ quit (Ping timeout: 264 seconds) |
14:32:57 | * | fredrik92 joined #nim |
14:45:19 | * | Jesin joined #nim |
14:49:32 | * | jjido quit (Ping timeout: 240 seconds) |
15:09:18 | * | apollo_ joined #nim |
15:11:52 | * | Trioxin quit (Ping timeout: 240 seconds) |
15:19:27 | * | endragor quit (Remote host closed the connection) |
15:20:41 | * | pregressive joined #nim |
15:27:44 | * | desophos joined #nim |
15:38:51 | * | onionhammer quit (Ping timeout: 264 seconds) |
15:40:05 | * | u7 joined #nim |
15:40:08 | u7 | Araq, dom96, Xe, flyx: you motherfuckers are son of miserable bitches. fuck you all. |
15:40:10 | u7 | Araq, dom96, Xe, flyx: you motherfuckers are son of miserable bitches. fuck you all. |
15:40:12 | u7 | Araq, dom96, Xe, flyx: you motherfuckers are son of miserable bitches. fuck you all. |
15:40:17 | u7 | Araq, dom96, Xe, flyx: you motherfuckers are son of miserable bitches. fuck you all. |
15:40:18 | u7 | Araq, dom96, Xe, flyx: you motherfuckers are son of miserable bitches. fuck you all. |
15:40:20 | u7 | Araq, dom96, Xe, flyx: you motherfuckers are son of miserable bitches. fuck you all. |
15:40:22 | u7 | Araq, dom96, Xe, flyx: you motherfuckers are son of miserable bitches. fuck you all. |
15:40:24 | u7 | Araq, dom96, Xe, flyx: you motherfuckers are son of miserable bitches. fuck you all. |
15:40:27 | u7 | Araq, dom96, Xe, flyx: you motherfuckers are son of miserable bitches. fuck you all. |
15:40:27 | u7 | Araq, dom96, Xe, flyx: you motherfuckers are son of miserable bitches. fuck you all. |
15:40:29 | u7 | Araq, dom96, Xe, flyx: you motherfuckers are son of miserable bitches. fuck you all. |
15:40:30 | u7 | Araq, dom96, Xe, flyx: you motherfuckers are son of miserable bitches. fuck you all. |
15:40:32 | u7 | Araq, dom96, Xe, flyx: you motherfuckers are son of miserable bitches. fuck you all. |
15:40:35 | Xe | Dude |
15:40:36 | u7 | Araq, dom96, Xe, flyx: you motherfuckers are son of miserable bitches. fuck you all. |
15:40:37 | u7 | Araq, dom96, Xe, flyx: you motherfuckers are son of miserable bitches. fuck you all. |
15:40:41 | u7 | Xe |
15:40:41 | Xe | Why |
15:40:53 | u7 | Because you are not answering me |
15:41:03 | Xe | I'm on a fucking train |
15:41:12 | u7 | You are not listening to my opinion |
15:41:13 | flyx | Xe: don't feed him |
15:51:48 | * | irrequietus joined #nim |
15:58:47 | * | euantor quit (Quit: Leaving) |
15:58:47 | * | nairobi joined #nim |
15:59:31 | * | irrequietus quit (Remote host closed the connection) |
16:00:21 | * | irrequietus joined #nim |
16:03:00 | * | pie_ joined #nim |
16:10:14 | * | pie_ quit (Changing host) |
16:10:14 | * | pie_ joined #nim |
16:12:24 | * | endragor joined #nim |
16:16:18 | * | endragor quit (Remote host closed the connection) |
16:17:00 | * | arnetheduck quit (Remote host closed the connection) |
16:28:43 | Senketsu | someone is butthurt eh ? |
16:34:52 | * | Laurenzo quit (Ping timeout: 240 seconds) |
16:40:14 | * | fastrom quit (Quit: Leaving.) |
16:40:31 | * | fastrom joined #nim |
16:44:33 | * | fastrom quit (Ping timeout: 240 seconds) |
16:53:01 | * | space-wizard joined #nim |
16:55:25 | * | Matthias247 joined #nim |
17:17:56 | * | gokr joined #nim |
17:29:46 | * | Jesin quit (Read error: Connection reset by peer) |
17:30:14 | * | Jesin joined #nim |
17:30:32 | * | Ven joined #nim |
17:33:31 | * | PMunch joined #nim |
17:36:50 | * | yglukhov quit (Ping timeout: 265 seconds) |
17:38:28 | * | Trustable joined #nim |
17:40:05 | * | zahary quit (Quit: Leaving.) |
17:41:49 | * | nairobi quit (Remote host closed the connection) |
17:43:00 | * | nairobi joined #nim |
17:44:20 | * | brson joined #nim |
17:49:48 | * | Ven quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
17:50:42 | * | Ven joined #nim |
17:52:55 | * | vendethiel joined #nim |
17:52:56 | * | Ven quit (Client Quit) |
17:53:50 | * | Ven joined #nim |
17:54:54 | * | Ven quit (Client Quit) |
17:55:47 | * | Ven joined #nim |
17:56:52 | * | Ven quit (Client Quit) |
17:59:17 | * | nairobi quit (Read error: Connection timed out) |
18:00:33 | * | nairobi joined #nim |
18:05:39 | * | nairobi quit (Ping timeout: 276 seconds) |
18:06:16 | * | nairobi joined #nim |
18:07:19 | * | Ven joined #nim |
18:11:04 | * | nairobi quit (Ping timeout: 265 seconds) |
18:11:36 | * | nairobi joined #nim |
18:17:33 | * | Ven quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
18:20:51 | * | user joined #nim |
18:29:39 | * | yglukhov joined #nim |
18:34:15 | * | yglukhov quit (Ping timeout: 276 seconds) |
18:41:36 | * | irrequietus quit (Ping timeout: 265 seconds) |
18:42:06 | * | nairobi quit (Remote host closed the connection) |
18:52:18 | * | nairobi joined #nim |
18:53:59 | * | Ven joined #nim |
18:57:35 | * | Ven quit (Client Quit) |
19:02:35 | * | Satyajit quit (Quit: https://fnordserver.eu) |
19:07:50 | * | Vladar quit (Quit: Leaving) |
19:09:08 | * | nairobi quit (Read error: Connection timed out) |
19:09:50 | * | nairobi joined #nim |
19:14:12 | * | nairobi quit (Ping timeout: 244 seconds) |
19:16:37 | * | gokr quit (Ping timeout: 250 seconds) |
19:16:52 | * | endragor joined #nim |
19:19:24 | * | nairobi joined #nim |
19:21:12 | * | endragor quit (Ping timeout: 240 seconds) |
19:21:44 | * | nairobi_ joined #nim |
19:23:31 | * | nairobi quit (Ping timeout: 252 seconds) |
19:24:24 | * | GodGivenTrush joined #nim |
19:24:29 | * | gokr joined #nim |
19:33:55 | * | GodGivenTrush quit (Quit: Page closed) |
19:35:18 | * | Satyajit joined #nim |
19:38:25 | * | nairobi_ quit (Read error: Connection timed out) |
19:39:15 | * | nairobi joined #nim |
19:39:41 | * | brson quit (Ping timeout: 258 seconds) |
19:41:36 | * | pie_ quit (Ping timeout: 258 seconds) |
19:43:45 | * | brson joined #nim |
19:53:33 | * | gokr quit (Ping timeout: 276 seconds) |
19:53:39 | * | Trustable quit (Remote host closed the connection) |
19:58:03 | * | yglukhov joined #nim |
19:58:44 | * | endragor joined #nim |
20:03:03 | * | endragor quit (Ping timeout: 240 seconds) |
20:13:14 | * | apollo_ quit (Ping timeout: 260 seconds) |
20:16:29 | * | endragor joined #nim |
20:16:55 | * | irrequietus joined #nim |
20:17:33 | * | vendethiel quit (Ping timeout: 240 seconds) |
20:20:33 | * | endragor quit (Ping timeout: 240 seconds) |
20:22:38 | dom96 | cheatfate: any other ideas regarding the SSL error? |
20:25:08 | cheatfate | dom96, i even dont know what to say, simple connection failure failed with SSL error |
20:29:14 | cheatfate | you have https://github.com/nim-lang/Nim/blob/devel/lib/pure/httpclient.nim#L404 which hides all errors |
20:29:42 | cheatfate | and makes close with SSL_Shutdown inside, even when no connection/ssl handshake was made... |
20:29:50 | * | chemist69 quit (Ping timeout: 250 seconds) |
20:33:00 | dom96 | oh, interesting |
20:33:14 | * | user1 joined #nim |
20:33:50 | * | fredrik92 left #nim ("Leaving channel") |
20:35:01 | dom96 | If I comment that line I just get "No error reported." |
20:35:35 | * | user quit (Ping timeout: 265 seconds) |
20:39:09 | * | chemist69 joined #nim |
20:39:10 | dom96 | likely because that code should call socketError() |
20:39:34 | dom96 | I get more info with it: "Connection Refused, Additional info: IO error has occurred in the BIO layer" |
20:41:43 | dom96 | which I am now also getting with curl |
20:43:36 | dom96 | oh well, |
21:03:14 | * | chrisheller quit (Remote host closed the connection) |
21:14:47 | * | aziz quit (Quit: Ex-Chat) |
21:37:27 | * | user1 quit (Ping timeout: 265 seconds) |
21:48:05 | * | nairobi quit (Remote host closed the connection) |
22:03:41 | * | gokr joined #nim |
22:05:25 | * | nairobi joined #nim |
22:09:13 | * | bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) |
22:12:41 | * | Demon_Fox joined #nim |
22:19:05 | * | yglukhov quit (Remote host closed the connection) |
22:21:18 | * | nairobi quit (Read error: Connection timed out) |
22:21:53 | * | nairobi joined #nim |
22:24:50 | * | bjz joined #nim |
22:25:43 | * | bjz quit (Client Quit) |
22:37:30 | * | chemist69 quit (Ping timeout: 258 seconds) |
22:38:13 | * | nairobi quit (Read error: Connection timed out) |
22:39:34 | * | nairobi joined #nim |
22:39:50 | * | chemist69 joined #nim |
22:43:35 | * | nairobi quit (Remote host closed the connection) |
22:45:43 | * | libman joined #nim |
22:48:31 | * | bjz joined #nim |
22:49:39 | * | bjz quit (Max SendQ exceeded) |
22:50:15 | * | irrequietus quit (Ping timeout: 264 seconds) |
22:50:21 | * | bjz joined #nim |
22:51:39 | * | pie_ joined #nim |
22:51:46 | * | pie_ quit (Changing host) |
22:51:46 | * | pie_ joined #nim |
22:52:21 | * | nairobi joined #nim |
22:54:56 | * | elrood quit (Quit: Leaving) |
22:55:20 | * | bjz quit (Ping timeout: 244 seconds) |
22:59:40 | * | nairobi quit (Remote host closed the connection) |
22:59:42 | * | endragor joined #nim |
23:04:07 | * | endragor quit (Ping timeout: 244 seconds) |
23:05:57 | * | space-wizard quit (Quit: My Mac has gone to sleep. ZZZzzz…) |
23:16:39 | * | endragor joined #nim |
23:21:12 | * | PMunch quit (Quit: leaving) |
23:21:33 | * | endragor quit (Ping timeout: 276 seconds) |
23:22:20 | * | Dschingiz joined #nim |
23:22:40 | * | Dschingiz left #nim (#nim) |
23:23:43 | * | pregressive quit (Remote host closed the connection) |
23:24:18 | * | pregressive joined #nim |
23:28:39 | * | pregressive quit (Ping timeout: 260 seconds) |
23:39:45 | * | Matthias247 quit (Read error: Connection reset by peer) |
23:42:15 | * | zahary joined #nim |
23:43:25 | * | mcc joined #nim |
23:43:25 | * | zahary quit (Read error: Connection reset by peer) |
23:51:11 | * | onionhammer joined #nim |