2021-11-05 00:17:35 +0100 | gruntsplatter | (~sogens@gateway/vpn/pia/sogens) |
2021-11-05 00:45:06 +0100 | rokoe | (~rokoe@79-68-160-163.dynamic.dsl.as9105.com) (Leaving) |
2021-11-05 00:57:55 +0100 | gruntsplatter | (~sogens@gateway/vpn/pia/sogens) (Ping timeout: 268 seconds) |
2021-11-05 00:58:55 +0100 | bsjd | (~user@2a02:a020:0:8c95:4c3e:af6a:def6:7f38) |
2021-11-05 00:59:24 +0100 | gruntsplatter | (~sogens@gateway/vpn/pia/sogens) |
2021-11-05 01:51:50 +0100 | thunderrd | (~thunderrd@183.182.110.1) (Ping timeout: 260 seconds) |
2021-11-05 01:57:01 +0100 | stoned | Hash |
2021-11-05 02:03:57 +0100 | mestre | (~mestre@191.177.175.57) |
2021-11-05 02:04:46 +0100 | Hash | (~stoned@is.coding.when.stoned.io) (Quit: WeeChat 3.3) |
2021-11-05 02:09:46 +0100 | stoned | (~stoned@is.coding.when.stoned.io) |
2021-11-05 02:10:03 +0100 | SenranKaguya | (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 268 seconds) |
2021-11-05 03:07:34 +0100 | SenranKaguya | (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) |
2021-11-05 03:21:30 +0100 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Read error: Connection reset by peer) |
2021-11-05 03:21:42 +0100 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
2021-11-05 03:42:34 +0100 | gruntsplatter | (~sogens@gateway/vpn/pia/sogens) (Ping timeout: 256 seconds) |
2021-11-05 04:04:09 +0100 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 268 seconds) |
2021-11-05 04:19:41 +0100 | stoned | (~stoned@is.coding.when.stoned.io) (Quit: WeeChat 3.3) |
2021-11-05 04:20:48 +0100 | banc | (banc@gateway/vpn/airvpn/banc) |
2021-11-05 04:59:39 +0100 | thunderrd | (~thunderrd@183.182.110.1) |
2021-11-05 05:46:38 +0100 | gruntsplatter | (~sogens@gateway/vpn/pia/sogens) |
2021-11-05 05:48:22 +0100 | bsjd | (~user@2a02:a020:0:8c95:4c3e:af6a:def6:7f38) (Ping timeout: 268 seconds) |
2021-11-05 06:03:43 +0100 | qbt | (~qbt@user/edun) |
2021-11-05 06:09:54 +0100 | SenranKaguya | (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 256 seconds) |
2021-11-05 07:38:24 +0100 | <Solid> | huh, so wayland forces vsync? that will certainly upset the gamers |
2021-11-05 07:41:02 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
2021-11-05 07:47:49 +0100 | qbt | (~qbt@user/edun) (Quit: Leaving.) |
2021-11-05 07:48:04 +0100 | qbt | (~qbt@user/edun) |
2021-11-05 07:52:02 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) |
2021-11-05 08:25:06 +0100 | SenranKaguya | (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) |
2021-11-05 09:17:27 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
2021-11-05 09:17:52 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) |
2021-11-05 09:46:09 +0100 | mc47 | (~mc47@xmonad/TheMC47) |
2021-11-05 09:55:32 +0100 | mc47 | is thinking about running xmobar as a library inside my xmonad config |
2021-11-05 09:56:04 +0100 | <mc47> | should I ? :D |
2021-11-05 10:11:32 +0100 | <Solid> | just for the novelty, I'd say yes :) |
2021-11-05 10:28:22 +0100 | <mc47> | I think it should be easy |
2021-11-05 10:28:28 +0100 | <mc47> | just add xmobar and call forkProcess |
2021-11-05 10:28:41 +0100 | cfricke | (~cfricke@user/cfricke) |
2021-11-05 10:28:43 +0100 | bsjd | (~user@2a02:a020:e1:7895:edd2:7daf:e169:6dcc) |
2021-11-05 10:30:53 +0100 | <liskin> | mc47: have you seen those PRs in xmobar for STM-based communication instead of X props? |
2021-11-05 10:31:26 +0100 | <mc47> | liskin no, I just checked out the hspace ones and I like where that is going |
2021-11-05 10:33:25 +0100 | <mc47> | what would be the benefit of that? |
2021-11-05 10:34:35 +0100 | <liskin> | Dunno really, but if you're going to run xmobar as a library it seems natural to bypass X entirely |
2021-11-05 10:34:50 +0100 | <mc47> | OH |
2021-11-05 10:34:52 +0100 | <mc47> | definitely |
2021-11-05 10:35:03 +0100 | <liskin> | No real benefit though, just more pain with the RTS and signals :-) |
2021-11-05 10:35:30 +0100 | <liskin> | Part of that is merged and then there's a follow up with fixes and docs |
2021-11-05 10:35:53 +0100 | <liskin> | Haven't had the capacity to review, much less try |
2021-11-05 10:36:46 +0100 | <liskin> | (and probably won't have) |
2021-11-05 10:37:32 +0100 | <mc47> | I'm not really familiar with the low level things, but I'll give it a try |
2021-11-05 10:41:30 +0100 | mestre | (~mestre@191.177.175.57) (Quit: Lost terminal) |
2021-11-05 11:00:17 +0100 | <mc47> | btw, what happened regarding the GDPR discussions? I couldn't follow yesterday |
2021-11-05 11:19:46 +0100 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) |
2021-11-05 11:24:25 +0100 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 256 seconds) |
2021-11-05 11:29:31 +0100 | desantra | (~skykanin@user/skykanin) |
2021-11-05 11:29:49 +0100 | <desantra> | Is there an option to set the max amount of windows allowed to be open at once? |
2021-11-05 11:48:46 +0100 | <geekosaur> | mc47, as far as anyone can tell it applies only to personal data given in presumed privacy, so not to a public chat service like IRC. but there is now a channel notice here pointing people to #xmonad-unlogged if they don't want to be logged. (I seem to be the only one there at present.) |
2021-11-05 11:49:19 +0100 | <geekosaur> | desantra, you can't really set that as a hard limit but there's a layout modifier that can change behavior based on number of windows |
2021-11-05 11:49:54 +0100 | <geekosaur> | a true max windows limit would need to be set in the server, not the window manager |
2021-11-05 11:50:08 +0100 | <geekosaur> | it would also probably have unforeseen effects |
2021-11-05 11:50:46 +0100 | <geekosaur> | https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Layout-IfMax.html |
2021-11-05 11:52:04 +0100 | <ElKowar> | Is there some reasonable way to make CycleWS compatible with IndependentScreens? |
2021-11-05 11:54:27 +0100 | <Solid> | there is X.A.CycleWorkspaceByScreen, which sounds like it would play well with that |
2021-11-05 11:54:43 +0100 | <Solid> | mc47: ircbrowse now has a note "Note: logging is currently temporary disabled pending amateur GDPR discussions. :)" |
2021-11-05 11:57:13 +0100 | <geekosaur> | :( |
2021-11-05 11:58:01 +0100 | <ElKowar> | that just goes by history tho :/ I'll look if I can copy paste enough of CycleWS and make it compatible i guess 🤷 |
2021-11-05 12:10:19 +0100 | gruntsplatter | (~sogens@gateway/vpn/pia/sogens) (Ping timeout: 256 seconds) |
2021-11-05 12:19:52 +0100 | <SenranKaguya> | slightly related, i made my own version of workspacehistory that behaves like vim's CTRL-i CTRL-o jump list |
2021-11-05 12:20:11 +0100 | <SenranKaguya> | first time i've used extensible state, too |
2021-11-05 12:31:02 +0100 | SenranKaguya | (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 268 seconds) |
2021-11-05 12:36:17 +0100 | <mc47> | thanks geekosaur |
2021-11-05 12:36:24 +0100 | <mc47> | Oh, true, thanks Solid |
2021-11-05 12:45:21 +0100 | desantra | (~skykanin@user/skykanin) (Quit: WeeChat 3.3) |
2021-11-05 13:10:47 +0100 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) |
2021-11-05 13:32:43 +0100 | bsjd | (~user@2a02:a020:e1:7895:edd2:7daf:e169:6dcc) (Ping timeout: 268 seconds) |
2021-11-05 14:02:28 +0100 | kelnoky | (~kelnoky@2a02:8108:50c0:5650::1916) |
2021-11-05 14:04:26 +0100 | <kelnoky> | my xmonad won't start/recompile with the following errors: https://0bin.net/paste/AOw8b-mE#+EnvoIlmoR-vDTiyWpZM/2XVkYitqNgSFPHJ1Dbp+td |
2021-11-05 14:04:35 +0100 | <kelnoky> | this is on archlinux |
2021-11-05 14:06:41 +0100 | <geekosaur> | arch :( are you using system packages, or something like stack or ghcup/cabal? |
2021-11-05 14:08:28 +0100 | <kelnoky> | system packages |
2021-11-05 14:08:53 +0100 | <kelnoky> | reinstalling xmonad and xmonad-contrib was fruitless - as it usually is with reinstalling |
2021-11-05 14:09:33 +0100 | <geekosaur> | you'd probably need to reinstall the packages that prevent those from being loaded instead |
2021-11-05 14:09:51 +0100 | <geekosaur> | X11 (the haskell bindings, not X11 itself), data-default, etc. |
2021-11-05 14:10:19 +0100 | <geekosaur> | but this kind of thing is why we don't recommend using system packages on arch, but instead using stack or ghcup |
2021-11-05 14:10:34 +0100 | <geekosaur> | they break stuff way too often, and make it too difficult to fix |
2021-11-05 14:10:49 +0100 | <kelnoky> | how do I go about using stack or ghcup? |
2021-11-05 14:12:21 +0100 | <geekosaur> | https://github.com/xmonad/xmonad/blob/master/TUTORIAL.md has instructions |
2021-11-05 14:24:08 +0100 | rokoe | (~roskoe@79-68-160-163.dynamic.dsl.as9105.com) |
2021-11-05 14:28:37 +0100 | kelnoky | (~kelnoky@2a02:8108:50c0:5650::1916) (Quit: Client closed) |
2021-11-05 14:31:18 +0100 | qbt | (~qbt@user/edun) (Quit: Leaving.) |
2021-11-05 14:31:51 +0100 | kelnoky | (~kelnoky@2a02:8108:50c0:5650::1916) |
2021-11-05 14:32:33 +0100 | <kelnoky> | I am instaling everything via stack now (that wasn't even an option last time I looked into this, cabal didn't work for some reason years ago) |
2021-11-05 14:32:54 +0100 | <kelnoky> | should I -Rns xmonad xmonad-contrib or do something more to remove the system packages? |
2021-11-05 14:40:38 +0100 | qbt | (~qbt@user/edun) |
2021-11-05 14:40:38 +0100 | qbt | (~qbt@user/edun) (Client Quit) |
2021-11-05 14:41:43 +0100 | kelnoky | (~kelnoky@2a02:8108:50c0:5650::1916) (Quit: Client closed) |
2021-11-05 14:43:30 +0100 | kelnoky | (~kelnoky@2a02:8108:50c0:5650::1916) |
2021-11-05 14:43:38 +0100 | <kelnoky> | I assume this isn't good: |
2021-11-05 14:43:40 +0100 | <kelnoky> | william% xmonad --recompile |
2021-11-05 14:43:40 +0100 | <kelnoky> | XMonad will use ghc to recompile, because neither "/home/kelnoky/.xmonad/build" nor "/home/kelnoky/.xmonad/stack.yaml" exists. |
2021-11-05 14:43:41 +0100 | <kelnoky> | XMonad recompiling (forced). |
2021-11-05 14:43:41 +0100 | <kelnoky> | xmonad: ghc: runProc: exec: does not exist (No such file or directory) |
2021-11-05 14:43:59 +0100 | <kelnoky> | after I installed everything via stack, I wanted to check if it compiles now |
2021-11-05 14:44:30 +0100 | <kelnoky> | I used to use ~/.xmonad, but with stack I installed everything in ~/.config/xmonad |
2021-11-05 14:45:02 +0100 | <geekosaur> | mm, did we not come up with a way to autodetect stack, liskin? or is this still running 0.15 from arch repos? |
2021-11-05 14:46:25 +0100 | <Solid> | kelnoky: it still seems to check in ~/.xmonad (afair it still prefers ~/.xmonad if there exists a file called ~/.xmonad/xmonad.hs) |
2021-11-05 14:46:44 +0100 | <Solid> | so perhaps [re]move that file or directory |
2021-11-05 14:46:45 +0100 | <kelnoky> | I uninstalled the big stuff, like ghc, xmonad, xmonad-contrib, but most haskell stuff is still installed via pacman, should I delete that |
2021-11-05 14:46:50 +0100 | <kelnoky> | ah, I'll rename it, ok |
2021-11-05 14:47:50 +0100 | <kelnoky> | ok, that's better |
2021-11-05 14:47:54 +0100 | <kelnoky> | next error: https://0bin.net/paste/-pDQb8sA#0SW-Owgm2YP0WwwKOfXCSGTMXwkA9N6Hu/vC6jYTtGq |
2021-11-05 14:48:48 +0100 | <kelnoky> | mind you, my xmonad.hs is cobbled together in long hours of work and help from this channel, I unfortunately can't code anything, let alone haskell, I just like the way xmonad feels and I've been using it for years without problems :D |
2021-11-05 14:49:36 +0100 | <Solid> | kelnoky: all of these `default....` Vars have been removed; you are supposed to just use `def` now and let GHC figure out the right thing to put into the hole |
2021-11-05 14:53:54 +0100 | <kelnoky> | https://0bin.net/paste/gJYWEgWg#o4EBeOV0NZr8mTfyqC9yJuhJn3b5TWsLTVlnnkpJHQR |
2021-11-05 14:53:56 +0100 | <kelnoky> | this is my xmonad.hs |
2021-11-05 14:54:29 +0100 | <kelnoky> | so I replace "defaultPP" in line 94 with "def"? |
2021-11-05 14:54:51 +0100 | <Solid> | yes, and also all occurences of "defaultConfig" |
2021-11-05 14:55:08 +0100 | <kelnoky> | even though the compiler didnt mind those? |
2021-11-05 14:55:09 +0100 | <kelnoky> | ok though |
2021-11-05 14:56:01 +0100 | Solid | quickly checks the code |
2021-11-05 14:56:10 +0100 | <Solid> | nono, that's definitely been removed as well |
2021-11-05 14:56:19 +0100 | <Solid> | I reckon you'd get the relevant errors after fixing the defaultPP thing |
2021-11-05 14:56:41 +0100 | <kelnoky> | others now, I I might figure those out from the message |
2021-11-05 14:59:49 +0100 | <kelnoky> | ok, I changed stuff, the compiler still doesn't like the config, here is the updated config: https://0bin.net/paste/f1aF3FVE#YmbLX86Z90GxljG-IC1NC3jvSlIUzYFOnkkWihxjDIj |
2021-11-05 15:00:37 +0100 | <kelnoky> | and the errors I can't handle: https://0bin.net/paste/KRnM7EhR#5iE-APTCHCl1Jvf6ZXIbhDbigaXPkqEebwo8D/F5kW1 |
2021-11-05 15:00:56 +0100 | <kelnoky> | the errors are related to where it told me to change stuff to "docks", I only followed instructions :D |
2021-11-05 15:02:53 +0100 | <Solid> | the instructions are more like "use this function to get that functionality", not "do a replace-searh with these strings" ;) |
2021-11-05 15:03:39 +0100 | <Solid> | "docks" is a combinator that you put at the top, like "ewmh": "xmonad $ docks $ emwh ..." |
2021-11-05 15:03:49 +0100 | <Solid> | and "ewmhFullscreen" is the same |
2021-11-05 15:08:18 +0100 | <kelnoky> | so I could ignore the warning about "fullscreenEventHook" being deprecated and not replace it with "ewmhFullscreen"? |
2021-11-05 15:08:27 +0100 | <kelnoky> | or is it the wrong place to relpace it? |
2021-11-05 15:09:03 +0100 | <Solid> | it is just the wrong place |
2021-11-05 15:09:36 +0100 | <Solid> | write something like "xmonad $ ewmh $ emwhFullscreen $ docks ..." instead of what you have now |
2021-11-05 15:10:01 +0100 | <kelnoky> | "xmonad $ ewmh def" <- instead of this? |
2021-11-05 15:12:11 +0100 | <Solid> | yes, "xmonad $ ewmh $ emwhFullscreen $ docks $ def" should do it |
2021-11-05 15:12:39 +0100 | <kelnoky> | yeah, just did that |
2021-11-05 15:13:16 +0100 | <kelnoky> | the compiler is still not happy about the docks thing :D https://0bin.net/paste/pCfxCJja#D6TBsfDVBfwReVJ5LJ3UBnTG1je4E9qSY5pbQugftlm |
2021-11-05 15:15:41 +0100 | <Solid> | def has to come at the end |
2021-11-05 15:15:46 +0100 | <kelnoky> | ok, I put $ def at the end of that line like you did, now the errors are different |
2021-11-05 15:15:56 +0100 | <Solid> | since that's the default config you're modifying |
2021-11-05 15:18:35 +0100 | <kelnoky> | ok, we're back to the complaints about the deprecated terms in the config, but I can't just replace them? https://0bin.net/paste/OxMpHd26#m3CdBw2eiqonv6-+zY7R+jYbZcwi/+sm87U6+lVPXnr |
2021-11-05 15:19:28 +0100 | <Solid> | You can just delete them now |
2021-11-05 15:19:31 +0100 | <kelnoky> | ah |
2021-11-05 15:19:42 +0100 | <Solid> | since you _have_ replaced them, just not in their exact spot |
2021-11-05 15:21:08 +0100 | <kelnoky> | I see |
2021-11-05 15:21:13 +0100 | <kelnoky> | it compiles now |
2021-11-05 15:21:18 +0100 | <kelnoky> | thanks a whole bunch, man |
2021-11-05 15:21:29 +0100 | <Solid> | \o/ |
2021-11-05 15:21:42 +0100 | <kelnoky> | now get me out of this horrendous openbox environment |
2021-11-05 15:22:17 +0100 | kelnoky | (~kelnoky@2a02:8108:50c0:5650::1916) (Quit: Client closed) |
2021-11-05 15:22:25 +0100 | <geekosaur> | heh |
2021-11-05 15:25:30 +0100 | kelnoky | (~kelnoky@2a02:8108:50c0:5650::1916) |
2021-11-05 15:26:44 +0100 | <kelnoky> | are tabs instead of spaces actually something that breaks functions? Because my dzen bar isn't spawning correctly |
2021-11-05 15:26:50 +0100 | <kelnoky> | or rather, not at all |
2021-11-05 15:27:02 +0100 | <kelnoky> | and that's the last complaint the compiler has |
2021-11-05 15:27:37 +0100 | <geekosaur> | tabs are complicated. the compiler expects them to go to the next multiple of 8, and indentation matters in Haskell |
2021-11-05 15:27:44 +0100 | <geekosaur> | but editors may disagree as to what they do |
2021-11-05 15:27:57 +0100 | <geekosaur> | which makes them difficult to be certain about |
2021-11-05 15:29:39 +0100 | <geekosaur> | that said, if it's just warning about tabs, you're probably okay. a real problem would manifest as a syntax error or type mismatch |
2021-11-05 15:31:28 +0100 | <kelnoky> | yeah, fixed everything, the issue with the dzen bar was just now outdated path |
2021-11-05 15:31:35 +0100 | <kelnoky> | to the old .xmonad dir |
2021-11-05 15:48:38 +0100 | <kelnoky> | so do I keep xmonad and haskell stuff updated via stack then? |
2021-11-05 15:50:16 +0100 | <geekosaur> | that's generally the idea. but one thing about stack is you don't generally have to do so, since resolvers are fixed |
2021-11-05 15:51:25 +0100 | <geekosaur> | so if you wanted to update you would update your resolver and then use stack to rebuild everything with the new resolver, then mod-q to rebuild your config against that. things don't silently get updated (possibly incompatibly) out form you, like apparently happened with arch |
2021-11-05 15:51:38 +0100 | <geekosaur> | \*from you |
2021-11-05 15:56:20 +0100 | cfricke | (~cfricke@user/cfricke) (Quit: WeeChat 3.3) |
2021-11-05 16:17:15 +0100 | <kelnoky> | did something change about ToggleStruts? I used to be able to get fullscreen videos above my dzen/conky bar with a keybind sending ToggleStruts, but the effect doesn't work anymore, the video stays below the bars |
2021-11-05 16:28:34 +0100 | ElKowar | (~ElKowar@srv-fin.xware-gmbh.de) (Quit: Ping timeout (120 seconds)) |
2021-11-05 16:28:55 +0100 | ElKowar | (~ElKowar@srv-fin.xware-gmbh.de) |
2021-11-05 16:30:02 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
2021-11-05 16:31:33 +0100 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 268 seconds) |
2021-11-05 16:31:43 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) |
2021-11-05 16:37:57 +0100 | qbt | (~qbt@user/edun) |
2021-11-05 16:38:40 +0100 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) |
2021-11-05 16:38:53 +0100 | <geekosaur> | sounds like ToggleStruts is still doing its thing (not reserving space for the bar), but the bar is above instead of below the fullscreen video. there might be an option to get the bar to lower itself |
2021-11-05 16:39:16 +0100 | <geekosaur> | I think we have a hack to force xmobar to be lowered, but no equivalent for dzen |
2021-11-05 16:45:26 +0100 | <liskin> | I think a checkDock --> doLower managehook should do the trick for dzen2 -dock as well |
2021-11-05 17:07:30 +0100 | zawaken | (~zawaken@user/zawaken) (Ping timeout: 260 seconds) |
2021-11-05 17:08:41 +0100 | rokoe | (~roskoe@79-68-160-163.dynamic.dsl.as9105.com) (Quit: Konversation terminated!) |
2021-11-05 17:11:10 +0100 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 260 seconds) |
2021-11-05 17:27:29 +0100 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) |
2021-11-05 17:44:35 +0100 | joshproehl | (~quassel@user/joshproehl) (Remote host closed the connection) |
2021-11-05 17:44:50 +0100 | Forkk | (~forkk@li926-228.members.linode.com) (Ping timeout: 260 seconds) |
2021-11-05 17:45:26 +0100 | joshproehl | (~quassel@user/joshproehl) |
2021-11-05 17:45:32 +0100 | Forkk | (~forkk@li926-228.members.linode.com) |
2021-11-05 17:55:58 +0100 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 260 seconds) |
2021-11-05 17:57:15 +0100 | seschwar | (~seschwar@user/seschwar) |
2021-11-05 18:28:30 +0100 | SenranKaguya | (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) |
2021-11-05 18:35:08 +0100 | kelnoky | (~kelnoky@2a02:8108:50c0:5650::1916) (Ping timeout: 256 seconds) |
2021-11-05 18:35:30 +0100 | kelnoky | (~kelnoky@2a02:8108:50c0:5650::1916) |
2021-11-05 19:04:13 +0100 | kelnoky | (~kelnoky@2a02:8108:50c0:5650::1916) (Quit: Client closed) |
2021-11-05 19:30:32 +0100 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) |
2021-11-05 19:49:25 +0100 | gruntsplatter | (~sogens@gateway/vpn/pia/sogens) |
2021-11-05 20:31:26 +0100 | dschrempf | (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 268 seconds) |
2021-11-05 20:36:09 +0100 | ebn | (~user@h-46-59-90-141.A463.priv.bahnhof.se) |
2021-11-05 20:36:55 +0100 | tremon | (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) |
2021-11-05 20:41:34 +0100 | ebn | (~user@h-46-59-90-141.A463.priv.bahnhof.se) (Remote host closed the connection) |
2021-11-05 21:01:07 +0100 | ebn | (~user@h-46-59-90-141.A463.priv.bahnhof.se) |
2021-11-05 21:01:29 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) |
2021-11-05 21:01:29 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Read error: Connection reset by peer) |
2021-11-05 21:02:56 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) |
2021-11-05 21:06:36 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Read error: Connection reset by peer) |
2021-11-05 21:10:22 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) |
2021-11-05 21:11:39 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Read error: Connection reset by peer) |
2021-11-05 21:12:07 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) |
2021-11-05 21:14:35 +0100 | ebn | (~user@h-46-59-90-141.A463.priv.bahnhof.se) (Remote host closed the connection) |
2021-11-05 21:16:44 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Read error: Connection reset by peer) |
2021-11-05 21:20:22 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) |
2021-11-05 21:21:47 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Read error: Connection reset by peer) |
2021-11-05 21:22:15 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) |
2021-11-05 21:26:52 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Read error: Connection reset by peer) |
2021-11-05 21:30:00 +0100 | haskl | (~haskl@user/haskl) (Ping timeout: 268 seconds) |
2021-11-05 21:30:39 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) |
2021-11-05 21:36:58 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Remote host closed the connection) |
2021-11-05 21:50:39 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) |
2021-11-05 21:52:19 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Read error: Connection reset by peer) |
2021-11-05 21:52:49 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) |
2021-11-05 21:57:24 +0100 | a6a45081-2b83 | (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Read error: Connection reset by peer) |
2021-11-05 22:11:32 +0100 | qbt | (~qbt@user/edun) (Quit: Leaving.) |
2021-11-05 22:17:13 +0100 | SenranKaguya | (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 256 seconds) |
2021-11-05 22:24:27 +0100 | haskl | (~haskl@user/haskl) |
2021-11-05 22:25:19 +0100 | thaumavorio_ | (~thaumavor@thaumavor.io) |
2021-11-05 22:26:08 +0100 | xacktm_ | (xacktm@user/xacktm) |
2021-11-05 22:26:11 +0100 | Xaerru[m]1 | (~xaerrumat@2001:470:69fc:105::fe2d) |
2021-11-05 22:26:47 +0100 | diamondtoken[m] | (~diamondto@2001:470:69fc:105::1:2594) (Ping timeout: 246 seconds) |
2021-11-05 22:26:47 +0100 | Xaerru[m] | (~xaerrumat@2001:470:69fc:105::fe2d) (Ping timeout: 246 seconds) |
2021-11-05 22:26:48 +0100 | M-elo-[m] | (~gilganixm@2001:470:69fc:105::3d09) (Ping timeout: 246 seconds) |
2021-11-05 22:26:48 +0100 | denbrahe[m] | (~denbrahem@2001:470:69fc:105::19c0) (Ping timeout: 246 seconds) |
2021-11-05 22:27:07 +0100 | thaumavorio | (~thaumavor@thaumavor.io) (Ping timeout: 268 seconds) |
2021-11-05 22:27:07 +0100 | xacktm | (xacktm@user/xacktm) (Ping timeout: 268 seconds) |
2021-11-05 22:27:15 +0100 | KittyOwO[m] | (~wrinklehu@2001:470:69fc:105::84e) (Ping timeout: 268 seconds) |
2021-11-05 22:27:16 +0100 | abhixec[m] | (~abhixecma@2001:470:69fc:105::a2a) (Ping timeout: 268 seconds) |
2021-11-05 22:27:16 +0100 | VarikValefor[m] | (~varikvale@2001:470:69fc:105::a5d) (Ping timeout: 268 seconds) |
2021-11-05 22:28:22 +0100 | M-elo-[m] | (~gilganixm@2001:470:69fc:105::3d09) |
2021-11-05 22:28:23 +0100 | sibi | (~sibi@2001:470:69fc:105::8ab) (Ping timeout: 264 seconds) |
2021-11-05 22:28:23 +0100 | unclechu | (~unclechu@2001:470:69fc:105::354) (Ping timeout: 264 seconds) |
2021-11-05 22:28:23 +0100 | MatrixTravelerbo | (~voyagert2@2001:470:69fc:105::22) (Ping timeout: 264 seconds) |
2021-11-05 22:28:23 +0100 | vojjvoda[m] | (~vojjvodam@2001:470:69fc:105::cefe) (Ping timeout: 264 seconds) |
2021-11-05 22:28:23 +0100 | craige[m] | (~craigemcw@2001:470:69fc:105::35f1) (Ping timeout: 264 seconds) |
2021-11-05 22:28:23 +0100 | sogens[m] | (~sogensmat@2001:470:69fc:105::1:20a1) (Ping timeout: 264 seconds) |
2021-11-05 22:29:35 +0100 | diamondtoken[m] | (~diamondto@2001:470:69fc:105::1:2594) |
2021-11-05 22:30:40 +0100 | sibi | (~sibi@2001:470:69fc:105::8ab) |
2021-11-05 22:32:30 +0100 | denbrahe[m] | (~denbrahem@2001:470:69fc:105::19c0) |
2021-11-05 22:32:31 +0100 | haskl | (~haskl@user/haskl) (Ping timeout: 256 seconds) |
2021-11-05 22:32:38 +0100 | haskl[error] | (~haskl@user/haskl) |
2021-11-05 22:35:30 +0100 | VarikValefor[m] | (~varikvale@2001:470:69fc:105::a5d) |
2021-11-05 22:35:47 +0100 | abhixec[m] | (~abhixecma@2001:470:69fc:105::a2a) |
2021-11-05 22:37:08 +0100 | KittyOwO[m] | (~wrinklehu@2001:470:69fc:105::84e) |
2021-11-05 22:40:37 +0100 | unclechu | (~unclechu@2001:470:69fc:105::354) |
2021-11-05 22:41:13 +0100 | ectospasm | (~ectospasm@user/ectospasm) (Quit: WeeChat 3.3) |
2021-11-05 22:42:53 +0100 | craige[m] | (~craigemcw@2001:470:69fc:105::35f1) |
2021-11-05 22:42:54 +0100 | vojjvoda[m] | (~vojjvodam@2001:470:69fc:105::cefe) |
2021-11-05 22:50:35 +0100 | sogens[m] | (~sogensmat@2001:470:69fc:105::1:20a1) |
2021-11-05 22:53:16 +0100 | MatrixTravelerbo | (~voyagert2@2001:470:69fc:105::22) |
2021-11-05 22:56:21 +0100 | haskl[error] | (~haskl@user/haskl) (Ping timeout: 245 seconds) |
2021-11-05 23:04:23 +0100 | ectospasm | (~ectospasm@user/ectospasm) |
2021-11-05 23:05:36 +0100 | catman | (~catman@user/catman) (Ping timeout: 268 seconds) |
2021-11-05 23:06:34 +0100 | catman | (~catman@user/catman) |
2021-11-05 23:16:16 +0100 | haasn` | (~nand@haasn.dev) |
2021-11-05 23:17:24 +0100 | haasn | (~nand@haasn.dev) (Ping timeout: 268 seconds) |
2021-11-05 23:17:29 +0100 | SenranKaguya | (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) |
2021-11-05 23:17:40 +0100 | haasn` | haasn |
2021-11-05 23:24:29 +0100 | seschwar | (~seschwar@user/seschwar) (Quit: :wq) |
2021-11-05 23:41:02 +0100 | haskl | (~haskl@user/haskl) |
2021-11-05 23:46:58 +0100 | catman | (~catman@user/catman) (Ping timeout: 260 seconds) |
2021-11-05 23:47:32 +0100 | eblip | (~eb0t@90.202.252.138) (Ping timeout: 268 seconds) |
2021-11-05 23:48:22 +0100 | haskl | (~haskl@user/haskl) (Ping timeout: 260 seconds) |
2021-11-05 23:49:00 +0100 | eblip | (~eb0t@90.202.254.138) |
2021-11-05 23:51:29 +0100 | haskl | (~haskl@user/haskl) |
2021-11-05 23:55:52 +0100 | catman | (~catman@user/catman) |