2022-01-02 00:06:43 +0100 | mc47 | (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
2022-01-02 00:19:25 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 00:20:14 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 00:20:47 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 00:22:01 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 256 seconds) |
2022-01-02 00:22:42 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 00:22:51 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 00:25:59 +0100 | electr0n | (~electr0n@about/security/founder/electr0n) (Ping timeout: 256 seconds) |
2022-01-02 00:26:55 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 00:27:04 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 00:27:18 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 00:28:40 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 00:29:24 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 00:29:33 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 00:40:32 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 00:41:51 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 256 seconds) |
2022-01-02 00:45:01 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 00:45:10 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 00:46:51 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 00:47:00 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 00:58:12 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2022-01-02 00:58:21 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 01:07:31 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
2022-01-02 01:09:16 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) |
2022-01-02 01:26:04 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2022-01-02 01:26:37 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 01:42:10 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2022-01-02 01:57:25 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 01:58:15 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 01:58:25 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 01:59:30 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 02:06:13 +0100 | seschwar | (~seschwar@user/seschwar) (Quit: :wq) |
2022-01-02 02:29:35 +0100 | gamara | (~gamara3@66-203-186-197.ded.execulink.com) |
2022-01-02 02:30:34 +0100 | <gamara> | hey anyone know how to include @ symbols in a string in haskell? https://pastebin.com/459TWWpS |
2022-01-02 02:32:19 +0100 | <geekosaur> | should just be @ |
2022-01-02 02:32:34 +0100 | <geekosaur> | > text "foo @bar@ baz" |
2022-01-02 02:32:36 +0100 | <lambdabot> | foo @bar@ baz |
2022-01-02 02:33:34 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 02:35:19 +0100 | <geekosaur> | if your shell interprets @ for some reason, you would escape it as \\@ |
2022-01-02 02:35:27 +0100 | <geekosaur> | > text "foo \\@bar\\@ baz" |
2022-01-02 02:35:28 +0100 | <lambdabot> | foo \@bar\@ baz |
2022-01-02 02:36:29 +0100 | <gamara> | I tried that |
2022-01-02 02:36:38 +0100 | <geekosaur> | what happened? |
2022-01-02 02:36:41 +0100 | <geekosaur> | @where paste |
2022-01-02 02:36:42 +0100 | <lambdabot> | Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com |
2022-01-02 02:37:15 +0100 | <gamara> | oh nvm its works :D |
2022-01-02 02:37:17 +0100 | <gamara> | thank you |
2022-01-02 02:39:14 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2022-01-02 02:39:48 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 02:40:38 +0100 | gamara | (~gamara3@66-203-186-197.ded.execulink.com) (Remote host closed the connection) |
2022-01-02 02:43:01 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 02:43:23 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 02:48:51 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2022-01-02 02:49:19 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 02:54:22 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 02:54:32 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 240 seconds) |
2022-01-02 03:06:11 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2022-01-02 03:08:19 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 03:21:42 +0100 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 268 seconds) |
2022-01-02 03:22:53 +0100 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
2022-01-02 03:26:41 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2022-01-02 03:27:14 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 03:49:41 +0100 | sogens | (~gruntspla@pa49-197-144-93.pa.qld.optusnet.com.au) |
2022-01-02 03:50:09 +0100 | sogens | (~gruntspla@pa49-197-144-93.pa.qld.optusnet.com.au) (Client Quit) |
2022-01-02 03:50:29 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 03:51:41 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 256 seconds) |
2022-01-02 03:51:59 +0100 | aplainzetakind | (~johndoe@captainludd.powered.by.lunarbnc.net) (Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net) |
2022-01-02 03:52:22 +0100 | aplainzetakind | (~johndoe@captainludd.powered.by.lunarbnc.net) |
2022-01-02 03:53:37 +0100 | aplainzetakind | (~johndoe@captainludd.powered.by.lunarbnc.net) (Client Quit) |
2022-01-02 03:59:25 +0100 | ormaaj | (~ormaaj@user/ormaaj) (Ping timeout: 240 seconds) |
2022-01-02 03:59:25 +0100 | borisbosnjak[m] | (~borisbosn@2001:470:69fc:105::1:56a6) (Ping timeout: 240 seconds) |
2022-01-02 03:59:25 +0100 | kwer[m] | (~kwermatri@2001:470:69fc:105::1:4da1) (Ping timeout: 240 seconds) |
2022-01-02 04:00:59 +0100 | borisbosnjak[m] | (~borisbosn@2001:470:69fc:105::1:56a6) |
2022-01-02 04:01:49 +0100 | ThatOneLutenist | (~nathanmcc@2001:470:69fc:105::cd69) (Ping timeout: 240 seconds) |
2022-01-02 04:01:49 +0100 | macpla[m] | (~macplamat@2001:470:69fc:105::3bf4) (Ping timeout: 240 seconds) |
2022-01-02 04:02:03 +0100 | kwer[m] | (~kwermatri@2001:470:69fc:105::1:4da1) |
2022-01-02 04:04:13 +0100 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds) |
2022-01-02 04:04:52 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2022-01-02 04:05:11 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 04:10:47 +0100 | berberman_ | (~berberman@user/berberman) (Quit: ZNC 1.8.2 - https://znc.in) |
2022-01-02 04:11:07 +0100 | berberman | (~berberman@user/berberman) |
2022-01-02 04:12:05 +0100 | td_ | (~td@muedsl-82-207-238-133.citykom.de) (Ping timeout: 256 seconds) |
2022-01-02 04:12:18 +0100 | td_ | (~td@muedsl-82-207-238-133.citykom.de) |
2022-01-02 04:13:10 +0100 | ormaaj | (~ormaaj@user/ormaaj) |
2022-01-02 04:14:58 +0100 | ThatOneLutenist | (~nathanmcc@2001:470:69fc:105::cd69) |
2022-01-02 04:16:08 +0100 | macpla[m] | (~macplamat@2001:470:69fc:105::3bf4) |
2022-01-02 04:17:18 +0100 | aplainzetakind | (~johndoe@captainludd.powered.by.lunarbnc.net) |
2022-01-02 04:23:38 +0100 | banc | (banc@gateway/vpn/airvpn/banc) |
2022-01-02 04:52:14 +0100 | td_ | (~td@muedsl-82-207-238-133.citykom.de) (Ping timeout: 260 seconds) |
2022-01-02 04:54:05 +0100 | td_ | (~td@muedsl-82-207-238-078.citykom.de) |
2022-01-02 05:13:56 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2022-01-02 05:16:24 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 05:21:25 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 240 seconds) |
2022-01-02 05:23:37 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 05:31:20 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 05:33:49 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 240 seconds) |
2022-01-02 05:34:09 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 05:37:05 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 256 seconds) |
2022-01-02 05:40:28 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 05:43:17 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 240 seconds) |
2022-01-02 05:54:37 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 240 seconds) |
2022-01-02 06:05:29 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 06:08:26 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 06:13:51 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 06:15:25 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 06:15:34 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 06:49:35 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 06:51:37 +0100 | gruntspl1 | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 06:52:06 +0100 | gruntspl1 | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 06:52:36 +0100 | gruntspl1 | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 06:53:01 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 256 seconds) |
2022-01-02 06:54:43 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 256 seconds) |
2022-01-02 07:02:20 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 07:03:37 +0100 | gruntspl1 | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 240 seconds) |
2022-01-02 07:10:49 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 07:11:16 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 07:11:25 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 240 seconds) |
2022-01-02 07:11:45 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 07:12:28 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 07:12:37 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 07:37:34 +0100 | edun | (~e@user/edun) |
2022-01-02 07:42:47 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2022-01-02 07:48:32 +0100 | rekahsoft | (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) |
2022-01-02 07:49:32 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 07:50:41 +0100 | edun | (~e@user/edun) (Quit: Leaving.) |
2022-01-02 07:51:02 +0100 | edun | (~e@user/edun) |
2022-01-02 07:53:34 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 07:53:43 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 07:57:10 +0100 | rekahsoft | (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) (Remote host closed the connection) |
2022-01-02 07:57:41 +0100 | rekahsoft | (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) |
2022-01-02 08:02:12 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2022-01-02 08:02:26 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 08:06:01 +0100 | sogens | (~gruntspla@pa49-197-144-93.pa.qld.optusnet.com.au) |
2022-01-02 08:07:04 +0100 | sogens | (~gruntspla@pa49-197-144-93.pa.qld.optusnet.com.au) (Client Quit) |
2022-01-02 08:07:25 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 240 seconds) |
2022-01-02 08:11:48 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 08:11:58 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 08:12:24 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 08:12:44 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 08:13:05 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 08:21:25 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2022-01-02 08:21:35 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 08:40:02 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2022-01-02 08:41:19 +0100 | <vifon> | Hello there. Recently I've noticed some kind of memory leak in xmobar. With my uptime reaching about 1 week, xmobar seems to take up considerable chunk of my memory. Reloading XMonad helps, but maybe it's a known issue with a known fix? |
2022-01-02 08:41:45 +0100 | <vifon> | I'm on xmobar 0.37. |
2022-01-02 08:42:19 +0100 | <vifon> | My config: http://dpaste.com/2U47NPYPM |
2022-01-02 08:42:47 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 08:43:16 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 08:43:41 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 08:52:43 +0100 | <Solid> | I suppose one would have to profile xmobar |
2022-01-02 08:55:31 +0100 | Solid | doesn't have uptimes that long so never noticed anything in that direction |
2022-01-02 09:00:24 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 09:03:21 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 256 seconds) |
2022-01-02 09:21:08 +0100 | <liskin> | vifon: I noticed that as well some time ago but haven't had time to debug it yet |
2022-01-02 09:23:50 +0100 | rekahsoft | (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) (Remote host closed the connection) |
2022-01-02 09:24:21 +0100 | rekahsoft | (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) |
2022-01-02 10:00:09 +0100 | sn3w[m] | (~sn3w@2001:470:69fc:105::1:2d0b) (Quit: You have been kicked for being idle) |
2022-01-02 10:13:37 +0100 | rekahsoft | (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) (Ping timeout: 256 seconds) |
2022-01-02 10:16:54 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) (Read error: Connection reset by peer) |
2022-01-02 10:17:51 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) |
2022-01-02 10:45:37 +0100 | mvk | (~mvk@2607:fea8:5cdd:f000::917a) (Ping timeout: 240 seconds) |
2022-01-02 11:31:34 +0100 | seschwar | (~seschwar@user/seschwar) |
2022-01-02 12:14:47 +0100 | srk | (~sorki@user/srk) (Ping timeout: 250 seconds) |
2022-01-02 12:16:50 +0100 | mc47 | (~mc47@xmonad/TheMC47) |
2022-01-02 12:19:30 +0100 | srk | (~sorki@user/srk) |
2022-01-02 12:55:16 +0100 | benin | (~benin@183.82.178.161) (Quit: The Lounge - https://thelounge.chat) |
2022-01-02 12:58:10 +0100 | allbery_b | (~geekosaur@xmonad/geekosaur) |
2022-01-02 12:58:10 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
2022-01-02 12:58:13 +0100 | allbery_b | geekosaur |
2022-01-02 13:05:36 +0100 | dirtcastle | (~dirtcastl@2409:4072:6d9a:47a8:d05b:1bff:fe42:e95c) |
2022-01-02 14:21:57 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) (Ping timeout: 240 seconds) |
2022-01-02 14:28:06 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) |
2022-01-02 14:30:29 +0100 | <Solid> | Mh, https://i.imgur.com/4qmpreQ.png |
2022-01-02 14:30:38 +0100 | <Solid> | "works for me" I guess |
2022-01-02 14:31:37 +0100 | <geekosaur> | might need to letit sit for a week. or a different set of plugins |
2022-01-02 14:31:57 +0100 | <Solid> | perhaps yeah |
2022-01-02 14:33:32 +0100 | <Solid> | vifon: shameless plug that xmobar now also has a notmuch plugin, btw |
2022-01-02 15:27:07 +0100 | <vifon> | Oh, I'll check it out, thanks, Solid. |
2022-01-02 15:38:43 +0100 | <liskin> | Solid: do I need to recompile with profiling or just some RTS flags? |
2022-01-02 15:40:34 +0100 | <Solid> | liskin: yeah you need to recompile with profiling enabled |
2022-01-02 16:53:01 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
2022-01-02 16:54:51 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) |
2022-01-02 17:12:08 +0100 | <liskin> | :-/ |
2022-01-02 18:50:17 +0100 | dirtcastle | (~dirtcastl@2409:4072:6d9a:47a8:d05b:1bff:fe42:e95c) (Ping timeout: 240 seconds) |
2022-01-02 18:50:26 +0100 | dirtcastle | (~dirtcastl@2409:4072:6d9a:47a8:3c48:64ff:fe10:1ea) |
2022-01-02 19:13:17 +0100 | dirtcastle | (~dirtcastl@2409:4072:6d9a:47a8:3c48:64ff:fe10:1ea) (Ping timeout: 240 seconds) |
2022-01-02 19:23:16 +0100 | edun | (~e@user/edun) (Quit: Leaving.) |
2022-01-02 19:26:40 +0100 | dirtcastle | (~dirtcastl@2409:4072:6d9a:47a8:d0c7:d7ff:febd:e4b9) |
2022-01-02 19:32:57 +0100 | dirtcastle | (~dirtcastl@2409:4072:6d9a:47a8:d0c7:d7ff:febd:e4b9) (Ping timeout: 240 seconds) |
2022-01-02 19:44:47 +0100 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 252 seconds) |
2022-01-02 19:45:07 +0100 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
2022-01-02 20:07:40 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 20:09:37 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 240 seconds) |
2022-01-02 20:09:49 +0100 | afreak | (~weechat@user/afreak) |
2022-01-02 20:12:15 +0100 | <afreak> | in https://xmonad.github.io/xmonad-docs/xmonad-contrib/XMonad-Actions-FloatKeys.html , keysMoveWindow takes a (Dimension, Dimension) which is a word32, which doesnt take negative numbers, but how are you supposed to move the floating window the other way ? wouldnt you do (keysMoveWindow (0,-20)) ? |
2022-01-02 20:17:00 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 20:17:10 +0100 | <Solid> | afreak: you're right, that's probably a mistake (it should accept a `ChangeDim') |
2022-01-02 20:17:46 +0100 | <Solid> | a PR to fix that would be most appreciated! |
2022-01-02 20:18:29 +0100 | <afreak> | cool, i can do that |
2022-01-02 20:18:57 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 240 seconds) |
2022-01-02 20:40:41 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 20:42:37 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 256 seconds) |
2022-01-02 20:50:12 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2022-01-02 20:56:49 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 21:06:48 +0100 | koluacik_ | (~koluacik@165.227.171.188) (Ping timeout: 240 seconds) |
2022-01-02 21:09:53 +0100 | ircbrowse_tom | (~ircbrowse@2a01:4f8:1c1c:9319::1) (ZNC 1.7.5+deb4 - https://znc.in) |
2022-01-02 21:15:23 +0100 | ircbrowse_tom | (~ircbrowse@2a01:4f8:1c1c:9319::1) |
2022-01-02 21:15:23 +0100 | Server | +cnt |
2022-01-02 21:15:31 +0100 | banc- | (banc@gateway/vpn/airvpn/banc) |
2022-01-02 21:15:35 +0100 | haasn | (~nand@haasn.dev) (Ping timeout: 240 seconds) |
2022-01-02 21:15:35 +0100 | jsoo_ | (~znc@irc.refl.club) (Ping timeout: 240 seconds) |
2022-01-02 21:15:35 +0100 | x88x88x | (~x88x88x@2001:19f0:5:39a8:5400:3ff:feb6:73cb) (Ping timeout: 240 seconds) |
2022-01-02 21:15:35 +0100 | tv | (~tv@user/tv) (Ping timeout: 240 seconds) |
2022-01-02 21:15:35 +0100 | raghavgururajan | (ea769b8000@user/raghavgururajan) (Ping timeout: 240 seconds) |
2022-01-02 21:15:35 +0100 | srk | (~sorki@user/srk) (Ping timeout: 240 seconds) |
2022-01-02 21:15:35 +0100 | humky | (~humky@user/humky) (Ping timeout: 240 seconds) |
2022-01-02 21:15:35 +0100 | totte | (~totte@h-82-196-112-155.A166.priv.bahnhof.se) (Ping timeout: 240 seconds) |
2022-01-02 21:15:36 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) (Ping timeout: 240 seconds) |
2022-01-02 21:15:36 +0100 | Solitary | (~Solitary@user/solitary) (Ping timeout: 240 seconds) |
2022-01-02 21:15:36 +0100 | thaumavorio | (~thaumavor@thaumavor.io) (Ping timeout: 240 seconds) |
2022-01-02 21:15:36 +0100 | samhh | (7569f027cf@2604:bf00:561:2000::e4) (Ping timeout: 240 seconds) |
2022-01-02 21:15:38 +0100 | haasn` | haasn |
2022-01-02 21:15:38 +0100 | ectospasm | (~ectospasm@user/ectospasm) (Ping timeout: 240 seconds) |
2022-01-02 21:15:38 +0100 | aplainzetakind | (~johndoe@captainludd.powered.by.lunarbnc.net) |
2022-01-02 21:15:44 +0100 | joshproehl___ | (~quassel@user/joshproehl) |
2022-01-02 21:15:45 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 21:15:55 +0100 | nomadxxxx3 | (~lanomadx@69.167.42.149) (Ping timeout: 256 seconds) |
2022-01-02 21:15:57 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 240 seconds) |
2022-01-02 21:16:00 +0100 | samhh | (7569f027cf@2604:bf00:561:2000::e4) |
2022-01-02 21:16:42 +0100 | werneta_ | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
2022-01-02 21:16:57 +0100 | nomadxxxx3 | (~lanomadx@69.167.42.149) |
2022-01-02 21:17:03 +0100 | smashgra_ | (~smashgrab@bare.metal.computer) (Ping timeout: 256 seconds) |
2022-01-02 21:17:04 +0100 | exordiri_ | (~ex@user/exordiri) |
2022-01-02 21:17:12 +0100 | srk- | srk |
2022-01-02 21:17:14 +0100 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (*.net *.split) |
2022-01-02 21:17:14 +0100 | td_ | (~td@muedsl-82-207-238-078.citykom.de) (*.net *.split) |
2022-01-02 21:17:14 +0100 | banc | (banc@gateway/vpn/airvpn/banc) (*.net *.split) |
2022-01-02 21:17:14 +0100 | Buliarous | (~gypsydang@46.232.210.139) (*.net *.split) |
2022-01-02 21:17:14 +0100 | Forkk | (~forkk@li926-228.members.linode.com) (*.net *.split) |
2022-01-02 21:17:15 +0100 | lambdabot | (~lambdabot@haskell/bot/lambdabot) (*.net *.split) |
2022-01-02 21:17:15 +0100 | yosafbridge | (~yosafbrid@static.38.6.217.95.clients.your-server.de) (*.net *.split) |
2022-01-02 21:17:15 +0100 | exordiri | (~ex@user/exordiri) (*.net *.split) |
2022-01-02 21:17:15 +0100 | wz1000 | (~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split) |
2022-01-02 21:17:15 +0100 | nomadxx3 | (~lanomadx@69.167.42.149) (*.net *.split) |
2022-01-02 21:17:15 +0100 | joshproehl | (~quassel@user/joshproehl) (*.net *.split) |
2022-01-02 21:17:31 +0100 | smashgrab | (~smashgrab@bare.metal.computer) |
2022-01-02 21:17:32 +0100 | jsoo | (~znc@irc.refl.club) |
2022-01-02 21:17:37 +0100 | afreakk | (~weechat@user/afreak) (Ping timeout: 256 seconds) |
2022-01-02 21:17:37 +0100 | Buliarou1 | (~gypsydang@46.232.210.139) (Ping timeout: 256 seconds) |
2022-01-02 21:17:42 +0100 | tv | (~tv@user/tv) |
2022-01-02 21:18:03 +0100 | totte | (~totte@h-82-196-112-155.A166.priv.bahnhof.se) |
2022-01-02 21:18:10 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 21:18:11 +0100 | Forkk_ | (~forkk@li926-228.members.linode.com) (Ping timeout: 256 seconds) |
2022-01-02 21:18:20 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 21:18:29 +0100 | Buliarous | (~gypsydang@46.232.210.139) |
2022-01-02 21:18:49 +0100 | Solitary | (~Solitary@user/solitary) |
2022-01-02 21:18:54 +0100 | ectospasm | (~ectospasm@user/ectospasm) |
2022-01-02 21:18:56 +0100 | Forkk | (~forkk@li926-228.members.linode.com) |
2022-01-02 21:18:59 +0100 | lambdabot | (~lambdabot@haskell/bot/lambdabot) |
2022-01-02 21:19:03 +0100 | unrooted | (~unrooted@2001:470:69fc:105::a4a) (Ping timeout: 250 seconds) |
2022-01-02 21:19:15 +0100 | MatrixTravelerbo | (~voyagert2@2001:470:69fc:105::22) (Ping timeout: 250 seconds) |
2022-01-02 21:19:16 +0100 | afreakk | (~weechat@user/afreak) |
2022-01-02 21:19:19 +0100 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) |
2022-01-02 21:19:19 +0100 | raghavgururajan | (ea769b8000@2604:bf00:561:2000::242) |
2022-01-02 21:19:19 +0100 | humky | (~humky@185.103.110.235) |
2022-01-02 21:19:28 +0100 | raghavgururajan | (ea769b8000@2604:bf00:561:2000::242) (Max SendQ exceeded) |
2022-01-02 21:19:28 +0100 | humky | (~humky@185.103.110.235) (Max SendQ exceeded) |
2022-01-02 21:19:31 +0100 | kiyit63504[m] | (~kiyit6350@2001:470:69fc:105::1:3e8a) (Ping timeout: 245 seconds) |
2022-01-02 21:19:31 +0100 | ms[m] | (~msmatrixp@2001:470:69fc:105::2b48) (Ping timeout: 245 seconds) |
2022-01-02 21:19:31 +0100 | KittyOwO[m] | (~wrinklehu@2001:470:69fc:105::84e) (Ping timeout: 245 seconds) |
2022-01-02 21:19:31 +0100 | thonoht[m] | (~thonohtma@2001:470:69fc:105::d7be) (Ping timeout: 245 seconds) |
2022-01-02 21:19:31 +0100 | dkasak[m] | (~dkasakter@2001:470:69fc:105::a34) (Ping timeout: 245 seconds) |
2022-01-02 21:19:36 +0100 | raghavgururajan | (ea769b8000@user/raghavgururajan) |
2022-01-02 21:19:42 +0100 | Drishal[m] | (~drishalma@2001:470:69fc:105::a36) (Ping timeout: 250 seconds) |
2022-01-02 21:19:42 +0100 | joukokar[m] | (~joukokarm@2001:470:69fc:105::3a2f) (Ping timeout: 250 seconds) |
2022-01-02 21:19:52 +0100 | humky | (~humky@user/humky) |
2022-01-02 21:19:53 +0100 | yosafbridge` | (~yosafbrid@static.38.6.217.95.clients.your-server.de) (Ping timeout: 256 seconds) |
2022-01-02 21:19:57 +0100 | jakeStateless-Fa | (~jakefroms@2001:470:69fc:105::15ef) (Ping timeout: 252 seconds) |
2022-01-02 21:20:00 +0100 | geekosaur | Guest6899 |
2022-01-02 21:20:11 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 21:20:21 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 21:20:27 +0100 | Guest6899 | (~geekosaur@069-135-003-034.biz.spectrum.com) (Changing host) |
2022-01-02 21:20:27 +0100 | Guest6899 | (~geekosaur@xmonad/geekosaur) |
2022-01-02 21:20:29 +0100 | fabfianda[m] | (~fabfianda@2001:470:69fc:105::6db) (Ping timeout: 252 seconds) |
2022-01-02 21:20:52 +0100 | Guest6899 | allbery_b |
2022-01-02 21:21:39 +0100 | AIM[m] | (~iamaravin@2001:470:69fc:105::1:50eb) (Ping timeout: 250 seconds) |
2022-01-02 21:22:01 +0100 | mc47[m] | (~mc47matri@2001:470:69fc:105::733) (Ping timeout: 245 seconds) |
2022-01-02 21:22:01 +0100 | sibi | (~sibi@2001:470:69fc:105::8ab) (Ping timeout: 245 seconds) |
2022-01-02 21:22:02 +0100 | madjestic[m] | (~madjestic@2001:470:69fc:105::a4e) (Ping timeout: 240 seconds) |
2022-01-02 21:22:02 +0100 | robinhood0018[m] | (~robinhood@2001:470:69fc:105::1:4dca) (Ping timeout: 240 seconds) |
2022-01-02 21:22:06 +0100 | cjbaylisstheythe | (~cjbayliss@2001:470:69fc:105::bade) (Ping timeout: 268 seconds) |
2022-01-02 21:22:17 +0100 | Etxeberrialex[m] | (~etxeberri@2001:470:69fc:105::1:5ae6) (Ping timeout: 250 seconds) |
2022-01-02 21:22:17 +0100 | HAL[m] | (~evadk8mat@2001:470:69fc:105::3ed0) (Ping timeout: 250 seconds) |
2022-01-02 21:22:31 +0100 | kwer[m] | (~kwermatri@2001:470:69fc:105::1:4da1) (Ping timeout: 250 seconds) |
2022-01-02 21:22:31 +0100 | jakub[m] | (~jakubfami@2001:470:69fc:105::a43) (Ping timeout: 250 seconds) |
2022-01-02 21:22:31 +0100 | Arcanus[m] | (~archanusm@2001:470:69fc:105::f953) (Ping timeout: 250 seconds) |
2022-01-02 21:22:32 +0100 | horhik[m] | (~horhikmat@2001:470:69fc:105::1:5906) (Ping timeout: 240 seconds) |
2022-01-02 21:22:41 +0100 | elonsroadster[m] | (~elonsroad@2001:470:69fc:105::d121) (Ping timeout: 252 seconds) |
2022-01-02 21:22:41 +0100 | joa[m]1 | (~joamatrix@2001:470:69fc:105::1:54d1) (Ping timeout: 252 seconds) |
2022-01-02 21:22:41 +0100 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) (Ping timeout: 252 seconds) |
2022-01-02 21:22:41 +0100 | iffsid | (~iffsid@2001:470:69fc:105::a3e) (Ping timeout: 252 seconds) |
2022-01-02 21:22:43 +0100 | borisbosnjak[m] | (~borisbosn@2001:470:69fc:105::1:56a6) (Ping timeout: 268 seconds) |
2022-01-02 21:22:43 +0100 | lostsamurai[m] | (~lostsamur@2001:470:69fc:105::1:4844) (Ping timeout: 268 seconds) |
2022-01-02 21:22:43 +0100 | yuu[m] | (~yuumatrix@2001:470:69fc:105::8a6) (Ping timeout: 268 seconds) |
2022-01-02 21:22:43 +0100 | TheWizardTower[m | (~thewizard@2001:470:69fc:105::a5b) (Ping timeout: 268 seconds) |
2022-01-02 21:22:43 +0100 | diaspora[m] | (~diasporae@2001:470:69fc:105::93e) (Ping timeout: 268 seconds) |
2022-01-02 21:22:58 +0100 | dissociate[m] | (~jessehorn@2001:470:69fc:105::1:41af) (Ping timeout: 260 seconds) |
2022-01-02 21:22:58 +0100 | eezo[m] | (~eezomatri@2001:470:69fc:105::1:7) (Ping timeout: 260 seconds) |
2022-01-02 21:22:58 +0100 | duskhorn[m] | (~duskhornm@2001:470:69fc:105::1:37aa) (Ping timeout: 260 seconds) |
2022-01-02 21:22:58 +0100 | vojjvoda[m] | (~vojjvodam@2001:470:69fc:105::cefe) (Ping timeout: 260 seconds) |
2022-01-02 21:23:02 +0100 | rednaZ[m] | (~r3dnazmat@2001:470:69fc:105::ba70) (Ping timeout: 240 seconds) |
2022-01-02 21:23:02 +0100 | Las[m] | (~lasmatrix@2001:470:69fc:105::74e) (Ping timeout: 240 seconds) |
2022-01-02 21:23:02 +0100 | nihilipster[m] | (~nihilipst@2001:470:69fc:105::720) (Ping timeout: 240 seconds) |
2022-01-02 21:23:02 +0100 | VarikValefor[m] | (~varikvale@2001:470:69fc:105::a5d) (Ping timeout: 240 seconds) |
2022-01-02 21:23:20 +0100 | ormaaj | (~ormaaj@user/ormaaj) (Ping timeout: 268 seconds) |
2022-01-02 21:23:21 +0100 | prrxddq[m] | (~prrxddqma@2001:470:69fc:105::1:4f72) (Ping timeout: 268 seconds) |
2022-01-02 21:23:23 +0100 | fcortesi | (~fcortesi@2001:470:69fc:105::f3a9) (Ping timeout: 250 seconds) |
2022-01-02 21:23:23 +0100 | Tisoxin | (~ikosit@user/ikosit) (Ping timeout: 250 seconds) |
2022-01-02 21:23:32 +0100 | macpla[m] | (~macplamat@2001:470:69fc:105::3bf4) (Ping timeout: 240 seconds) |
2022-01-02 21:23:32 +0100 | ThatOneLutenist | (~nathanmcc@2001:470:69fc:105::cd69) (Ping timeout: 240 seconds) |
2022-01-02 21:23:32 +0100 | Mellow[m] | (~mellow210@2001:470:69fc:105::8c62) (Ping timeout: 240 seconds) |
2022-01-02 21:23:41 +0100 | unclechu | (~unclechu@2001:470:69fc:105::354) (Ping timeout: 245 seconds) |
2022-01-02 21:23:41 +0100 | TomasJakl[m] | (~jaklttchn@2001:470:69fc:105::a42) (Ping timeout: 245 seconds) |
2022-01-02 21:23:57 +0100 | denbrahe[m] | (~denbrahem@2001:470:69fc:105::19c0) (Ping timeout: 268 seconds) |
2022-01-02 21:24:01 +0100 | craige[m] | (~craigemcw@2001:470:69fc:105::35f1) (Ping timeout: 250 seconds) |
2022-01-02 21:24:01 +0100 | yehoshuapw | (~yehoshuap@2001:470:69fc:105::a5f) (Ping timeout: 250 seconds) |
2022-01-02 21:24:24 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2022-01-02 21:24:39 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2022-01-02 21:26:48 +0100 | unrooted | (~unrooted@2001:470:69fc:105::a4a) |
2022-01-02 21:28:34 +0100 | thonoht[m] | (~thonohtma@2001:470:69fc:105::d7be) |
2022-01-02 21:28:54 +0100 | MatrixTravelerbo | (~voyagert2@2001:470:69fc:105::22) |
2022-01-02 21:29:02 +0100 | dkasak[m] | (~dkasakter@2001:470:69fc:105::a34) |
2022-01-02 21:30:05 +0100 | wz1000 | (~zubin@static.11.113.47.78.clients.your-server.de) |
2022-01-02 21:30:17 +0100 | yosafbridge | (~yosafbrid@static.38.6.217.95.clients.your-server.de) |
2022-01-02 21:32:36 +0100 | kiyit63504[m] | (~kiyit6350@2001:470:69fc:105::1:3e8a) |
2022-01-02 21:32:48 +0100 | Drishal[m] | (~drishalma@2001:470:69fc:105::a36) |
2022-01-02 21:33:35 +0100 | KittyOwO[m] | (~wrinklehu@2001:470:69fc:105::84e) |
2022-01-02 21:35:28 +0100 | ms[m] | (~msmatrixp@2001:470:69fc:105::2b48) |
2022-01-02 21:41:34 +0100 | allbery_b | geekosaur |
2022-01-02 21:43:37 +0100 | mc47[m] | (~mc47matri@2001:470:69fc:105::733) |
2022-01-02 21:43:39 +0100 | sibi | (~sibi@2001:470:69fc:105::8ab) |
2022-01-02 21:44:43 +0100 | HAL[m] | (~evadk8mat@2001:470:69fc:105::3ed0) |
2022-01-02 21:45:04 +0100 | <geekosaur> | gateway's slowly trickling back in |
2022-01-02 21:46:16 +0100 | kwer[m] | (~kwermatri@2001:470:69fc:105::1:4da1) |
2022-01-02 21:46:16 +0100 | Arcanus[m] | (~archanusm@2001:470:69fc:105::f953) |
2022-01-02 21:48:35 +0100 | lisq | (~quassel@lis.moe) (Quit: lisq) |
2022-01-02 21:48:49 +0100 | lisq | (~quassel@lis.moe) |
2022-01-02 21:52:41 +0100 | eezo[m] | (~eezomatri@2001:470:69fc:105::1:7) |
2022-01-02 21:53:33 +0100 | fabfianda[m] | (~fabfianda@2001:470:69fc:105::6db) |
2022-01-02 21:53:52 +0100 | vojjvoda[m] | (~vojjvodam@2001:470:69fc:105::cefe) |
2022-01-02 21:54:41 +0100 | joa[m]1 | (~joamatrix@2001:470:69fc:105::1:54d1) |
2022-01-02 21:54:52 +0100 | elonsroadster[m] | (~elonsroad@2001:470:69fc:105::d121) |
2022-01-02 21:57:37 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 240 seconds) |
2022-01-02 21:58:20 +0100 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) |
2022-01-02 22:03:57 +0100 | jakeStateless-Fa | (~jakefroms@2001:470:69fc:105::15ef) |
2022-01-02 22:04:48 +0100 | joukokar[m] | (~joukokarm@2001:470:69fc:105::3a2f) |
2022-01-02 22:05:56 +0100 | cjbaylisstheythe | (~cjbayliss@2001:470:69fc:105::bade) |
2022-01-02 22:14:12 +0100 | Etxeberrialex[m] | (~etxeberri@2001:470:69fc:105::1:5ae6) |
2022-01-02 22:15:30 +0100 | yuu[m] | (~yuumatrix@2001:470:69fc:105::8a6) |
2022-01-02 22:15:32 +0100 | lostsamurai[m] | (~lostsamur@2001:470:69fc:105::1:4844) |
2022-01-02 22:17:16 +0100 | horhik[m] | (~horhikmat@2001:470:69fc:105::1:5906) |
2022-01-02 22:17:17 +0100 | jakub[m] | (~jakubfami@2001:470:69fc:105::a43) |
2022-01-02 22:26:12 +0100 | iffsid | (~iffsid@2001:470:69fc:105::a3e) |
2022-01-02 22:28:53 +0100 | duskhorn[m] | (~duskhornm@2001:470:69fc:105::1:37aa) |
2022-01-02 22:31:49 +0100 | AIM[m] | (~iamaravin@2001:470:69fc:105::1:50eb) |
2022-01-02 22:35:34 +0100 | madjestic[m] | (~madjestic@2001:470:69fc:105::a4e) |
2022-01-02 22:35:37 +0100 | robinhood0018[m] | (~robinhood@2001:470:69fc:105::1:4dca) |
2022-01-02 22:40:28 +0100 | diaspora[m] | (~diasporae@2001:470:69fc:105::93e) |
2022-01-02 22:40:30 +0100 | TheWizardTower[m | (~thewizard@2001:470:69fc:105::a5b) |
2022-01-02 22:40:32 +0100 | borisbosnjak[m] | (~borisbosn@2001:470:69fc:105::1:56a6) |
2022-01-02 22:48:54 +0100 | TheWizardTower[m | (~thewizard@2001:470:69fc:105::a5b) (Remote host closed the connection) |
2022-01-02 22:48:54 +0100 | diaspora[m] | (~diasporae@2001:470:69fc:105::93e) (Remote host closed the connection) |
2022-01-02 22:48:54 +0100 | borisbosnjak[m] | (~borisbosn@2001:470:69fc:105::1:56a6) (Remote host closed the connection) |
2022-01-02 22:48:54 +0100 | robinhood0018[m] | (~robinhood@2001:470:69fc:105::1:4dca) (Remote host closed the connection) |
2022-01-02 22:48:54 +0100 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) (Remote host closed the connection) |
2022-01-02 22:48:54 +0100 | Arcanus[m] | (~archanusm@2001:470:69fc:105::f953) (Remote host closed the connection) |
2022-01-02 22:48:55 +0100 | ms[m] | (~msmatrixp@2001:470:69fc:105::2b48) (Read error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | AIM[m] | (~iamaravin@2001:470:69fc:105::1:50eb) (Read error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | fabfianda[m] | (~fabfianda@2001:470:69fc:105::6db) (Read error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | eezo[m] | (~eezomatri@2001:470:69fc:105::1:7) (Read error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | kiyit63504[m] | (~kiyit6350@2001:470:69fc:105::1:3e8a) (Write error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | iffsid | (~iffsid@2001:470:69fc:105::a3e) (Remote host closed the connection) |
2022-01-02 22:48:55 +0100 | vojjvoda[m] | (~vojjvodam@2001:470:69fc:105::cefe) (Remote host closed the connection) |
2022-01-02 22:48:55 +0100 | HAL[m] | (~evadk8mat@2001:470:69fc:105::3ed0) (Write error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | Drishal[m] | (~drishalma@2001:470:69fc:105::a36) (Write error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | madjestic[m] | (~madjestic@2001:470:69fc:105::a4e) (Remote host closed the connection) |
2022-01-02 22:48:55 +0100 | Etxeberrialex[m] | (~etxeberri@2001:470:69fc:105::1:5ae6) (Read error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | dkasak[m] | (~dkasakter@2001:470:69fc:105::a34) (Write error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | thonoht[m] | (~thonohtma@2001:470:69fc:105::d7be) (Write error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | joa[m]1 | (~joamatrix@2001:470:69fc:105::1:54d1) (Remote host closed the connection) |
2022-01-02 22:48:55 +0100 | kwer[m] | (~kwermatri@2001:470:69fc:105::1:4da1) (Read error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | jakub[m] | (~jakubfami@2001:470:69fc:105::a43) (Write error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | sibi | (~sibi@2001:470:69fc:105::8ab) (Read error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | duskhorn[m] | (~duskhornm@2001:470:69fc:105::1:37aa) (Remote host closed the connection) |
2022-01-02 22:48:55 +0100 | lostsamurai[m] | (~lostsamur@2001:470:69fc:105::1:4844) (Remote host closed the connection) |
2022-01-02 22:48:55 +0100 | cjbaylisstheythe | (~cjbayliss@2001:470:69fc:105::bade) (Write error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | joukokar[m] | (~joukokarm@2001:470:69fc:105::3a2f) (Write error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | yuu[m] | (~yuumatrix@2001:470:69fc:105::8a6) (Write error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | elonsroadster[m] | (~elonsroad@2001:470:69fc:105::d121) (Read error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | jakeStateless-Fa | (~jakefroms@2001:470:69fc:105::15ef) (Read error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | KittyOwO[m] | (~wrinklehu@2001:470:69fc:105::84e) (Write error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | horhik[m] | (~horhikmat@2001:470:69fc:105::1:5906) (Read error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | mc47[m] | (~mc47matri@2001:470:69fc:105::733) (Read error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | unrooted | (~unrooted@2001:470:69fc:105::a4a) (Write error: Connection reset by peer) |
2022-01-02 22:48:55 +0100 | MatrixTravelerbo | (~voyagert2@2001:470:69fc:105::22) (Read error: Connection reset by peer) |
2022-01-02 22:50:25 +0100 | sibi | (~sibi@2001:470:69fc:105::8ab) |
2022-01-02 22:50:37 +0100 | dkasak[m] | (~dkasakter@2001:470:69fc:105::a34) |
2022-01-02 22:51:11 +0100 | sogens2 | (~sogens@gateway/vpn/pia/sogens) |
2022-01-02 22:54:09 +0100 | mestre | (~mestre@191.177.175.57) |
2022-01-02 22:58:05 +0100 | rednaZ[m] | (~r3dnazmat@2001:470:69fc:105::ba70) |
2022-01-02 22:58:05 +0100 | ThatOneLutenist | (~nathanmcc@2001:470:69fc:105::cd69) |
2022-01-02 22:58:05 +0100 | elonsroadster[m] | (~elonsroad@2001:470:69fc:105::d121) |
2022-01-02 22:58:05 +0100 | ormaaj2 | (~ormaaj@user/ormaaj) |
2022-01-02 22:58:05 +0100 | Tisoxin | (~ikosit@user/ikosit) |
2022-01-02 22:58:05 +0100 | unrooted | (~unrooted@2001:470:69fc:105::a4a) |
2022-01-02 22:58:17 +0100 | cjbaylisstheythe | (~cjbayliss@2001:470:69fc:105::bade) |
2022-01-02 22:59:45 +0100 | Las[m] | (~lasmatrix@2001:470:69fc:105::74e) |
2022-01-02 22:59:45 +0100 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) |
2022-01-02 22:59:45 +0100 | unclechu | (~unclechu@2001:470:69fc:105::354) |
2022-01-02 22:59:45 +0100 | iffsid | (~iffsid@2001:470:69fc:105::a3e) |
2022-01-02 22:59:45 +0100 | MatrixTravelerbo | (~voyagert2@2001:470:69fc:105::22) |
2022-01-02 22:59:45 +0100 | denbrahe[m] | (~denbrahem@2001:470:69fc:105::19c0) |
2022-01-02 22:59:45 +0100 | craige[m] | (~craigemcw@2001:470:69fc:105::35f1) |
2022-01-02 22:59:45 +0100 | yuu[m] | (~yuumatrix@2001:470:69fc:105::8a6) |
2022-01-02 22:59:45 +0100 | nihilipster[m] | (~nihilipst@2001:470:69fc:105::720) |
2022-01-02 22:59:46 +0100 | ms[m] | (~msmatrixp@2001:470:69fc:105::2b48) |
2022-01-02 22:59:46 +0100 | KittyOwO[m] | (~wrinklehu@2001:470:69fc:105::84e) |
2022-01-02 22:59:46 +0100 | jakub[m] | (~jakubfami@2001:470:69fc:105::a43) |
2022-01-02 22:59:46 +0100 | VarikValefor[m] | (~varikvale@2001:470:69fc:105::a5d) |
2022-01-02 22:59:46 +0100 | macpla[m] | (~macplamat@2001:470:69fc:105::3bf4) |
2022-01-02 22:59:46 +0100 | yehoshuapw | (~yehoshuap@2001:470:69fc:105::a5f) |
2022-01-02 22:59:46 +0100 | fabfianda[m] | (~fabfianda@2001:470:69fc:105::6db) |
2022-01-02 22:59:46 +0100 | lostsamurai[m] | (~lostsamur@2001:470:69fc:105::1:4844) |
2022-01-02 22:59:46 +0100 | prrxddq[m] | (~prrxddqma@2001:470:69fc:105::1:4f72) |
2022-01-02 22:59:46 +0100 | madjestic[m] | (~madjestic@2001:470:69fc:105::a4e) |
2022-01-02 22:59:46 +0100 | fcortesi | (~fcortesi@2001:470:69fc:105::f3a9) |
2022-01-02 22:59:46 +0100 | TomasJakl[m] | (~jaklttchn@2001:470:69fc:105::a42) |
2022-01-02 22:59:46 +0100 | AIM[m] | (~iamaravin@2001:470:69fc:105::1:50eb) |
2022-01-02 22:59:57 +0100 | vojjvoda[m] | (~vojjvodam@2001:470:69fc:105::cefe) |
2022-01-02 22:59:57 +0100 | Drishal[m] | (~drishalma@2001:470:69fc:105::a36) |
2022-01-02 22:59:57 +0100 | mc47[m] | (~mc47matri@2001:470:69fc:105::733) |
2022-01-02 22:59:57 +0100 | HAL[m] | (~evadk8mat@2001:470:69fc:105::3ed0) |
2022-01-02 22:59:58 +0100 | duskhorn[m] | (~duskhornm@2001:470:69fc:105::1:37aa) |
2022-01-02 22:59:58 +0100 | joa[m] | (~joamatrix@2001:470:69fc:105::1:54d1) |
2022-01-02 22:59:58 +0100 | kiyit63504[m] | (~kiyit6350@2001:470:69fc:105::1:3e8a) |
2022-01-02 22:59:58 +0100 | Mellow[m] | (~mellow210@2001:470:69fc:105::8c62) |
2022-01-02 22:59:58 +0100 | diaspora[m] | (~diasporae@2001:470:69fc:105::93e) |
2022-01-02 22:59:58 +0100 | jakeStateless-Fa | (~jakefroms@2001:470:69fc:105::15ef) |
2022-01-02 22:59:58 +0100 | horhik[m] | (~horhikmat@2001:470:69fc:105::1:5906) |
2022-01-02 22:59:58 +0100 | TheWizardTower[m | (~thewizard@2001:470:69fc:105::a5b) |
2022-01-02 22:59:58 +0100 | eezo[m] | (~eezomatri@2001:470:69fc:105::1:7) |
2022-01-02 22:59:58 +0100 | Arcanus[m] | (~archanusm@2001:470:69fc:105::f953) |
2022-01-02 22:59:58 +0100 | dissociate[m] | (~jessehorn@2001:470:69fc:105::1:41af) |
2022-01-02 22:59:59 +0100 | robinhood0018[m] | (~robinhood@2001:470:69fc:105::1:4dca) |
2022-01-02 22:59:59 +0100 | borisbosnjak[m] | (~borisbosn@2001:470:69fc:105::1:56a6) |
2022-01-02 22:59:59 +0100 | joukokar[m] | (~joukokarm@2001:470:69fc:105::3a2f) |
2022-01-02 22:59:59 +0100 | Etxeberrialex[m] | (~etxeberri@2001:470:69fc:105::1:5ae6) |
2022-01-02 23:00:00 +0100 | thonoht[m] | (~thonohtma@2001:470:69fc:105::d7be) |
2022-01-02 23:00:00 +0100 | kwer[m] | (~kwermatri@2001:470:69fc:105::1:4da1) |
2022-01-02 23:00:36 +0100 | mestre | (~mestre@191.177.175.57) (Quit: Lost terminal) |
2022-01-02 23:13:29 +0100 | MatrixTravelerbo | (~voyagert2@2001:470:69fc:105::22) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:13:38 +0100 | denbrahe[m] | (~denbrahem@2001:470:69fc:105::19c0) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:13:41 +0100 | yuu[m] | (~yuumatrix@2001:470:69fc:105::8a6) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:14:08 +0100 | liskin[m] | (~liskinmat@2001:470:69fc:105::768) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:14:21 +0100 | Las[m] | (~lasmatrix@2001:470:69fc:105::74e) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:14:29 +0100 | ormaaj2 | (~ormaaj@user/ormaaj) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:14:48 +0100 | sibi | (~sibi@2001:470:69fc:105::8ab) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:14:53 +0100 | Tisoxin | (~ikosit@user/ikosit) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:14:59 +0100 | rednaZ[m] | (~r3dnazmat@2001:470:69fc:105::ba70) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:15:14 +0100 | dkasak[m] | (~dkasakter@2001:470:69fc:105::a34) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:15:16 +0100 | ms[m] | (~msmatrixp@2001:470:69fc:105::2b48) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:15:17 +0100 | unclechu | (~unclechu@2001:470:69fc:105::354) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:15:26 +0100 | unrooted | (~unrooted@2001:470:69fc:105::a4a) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:15:32 +0100 | VarikValefor[m] | (~varikvale@2001:470:69fc:105::a5d) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:17:25 +0100 | lostsamurai[m] | (~lostsamur@2001:470:69fc:105::1:4844) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:17:28 +0100 | jakub[m] | (~jakubfami@2001:470:69fc:105::a43) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:18:09 +0100 | madjestic[m] | (~madjestic@2001:470:69fc:105::a4e) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:18:18 +0100 | fcortesi | (~fcortesi@2001:470:69fc:105::f3a9) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:19:02 +0100 | nihilipster[m] | (~nihilipst@2001:470:69fc:105::720) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:19:09 +0100 | ThatOneLutenist | (~nathanmcc@2001:470:69fc:105::cd69) (Quit: Client limit exceeded: 20000) |
2022-01-02 23:29:53 +0100 | dirtcastle | (~dirtcastl@2409:4072:6d9a:47a8:40e1:c6ff:fed5:9ea8) |
2022-01-02 23:36:17 +0100 | dirtcastle | (~dirtcastl@2409:4072:6d9a:47a8:40e1:c6ff:fed5:9ea8) (Ping timeout: 240 seconds) |
2022-01-02 23:48:03 +0100 | steve__ | (~steve@ool-182c2b80.dyn.optonline.net) |
2022-01-02 23:51:33 +0100 | sogens | (~sogens@gateway/vpn/pia/sogens) |
2022-01-02 23:52:27 +0100 | sogens2 | (~sogens@gateway/vpn/pia/sogens) (Ping timeout: 250 seconds) |