| 2026-05-26 00:10:20 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 00:14:57 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
| 2026-05-26 00:25:44 +0000 | merijn | (~merijn@62.45.136.136) merijn |
| 2026-05-26 00:30:19 +0000 | gmg | (~user@user/gehmehgeh) (Remote host closed the connection) |
| 2026-05-26 00:30:58 +0000 | merijn | (~merijn@62.45.136.136) (Ping timeout: 276 seconds) |
| 2026-05-26 00:30:59 +0000 | gmg | (~user@user/gehmehgeh) gehmehgeh |
| 2026-05-26 00:36:02 +0000 | gmg | (~user@user/gehmehgeh) (Remote host closed the connection) |
| 2026-05-26 00:36:42 +0000 | gmg | (~user@user/gehmehgeh) gehmehgeh |
| 2026-05-26 00:41:32 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 00:43:20 +0000 | <jj> | hey haskell folks. i've got a project with a cabal build file that i copied over to a new machine. ran cabal build, it put a dist-newstyle folder smack in the middle of the project. how might i tell cabal to not do this? |
| 2026-05-26 00:45:10 +0000 | <humasect> | internet says it is nix-style build, instead of ./dist/ |
| 2026-05-26 00:46:26 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds) |
| 2026-05-26 00:47:45 +0000 | <Clint> | jj: what do you want it to do instead? |
| 2026-05-26 00:48:09 +0000 | czan | (~czan@user/mange) czan |
| 2026-05-26 00:49:00 +0000 | <jj> | Clint: have it be put anywhere but there, basically. hidden in the project folder would be fine; a shared cache in ~/.local would be fine. looks like nix-style builds are what i want (weird name though) |
| 2026-05-26 00:49:00 +0000 | gmg | (~user@user/gehmehgeh) (Remote host closed the connection) |
| 2026-05-26 00:49:40 +0000 | <humasect> | as said, CABAL_BUILDDIR - as seen at - https://cabal.readthedocs.io/en/latest/config.html |
| 2026-05-26 00:49:41 +0000 | gmg | (~user@user/gehmehgeh) gehmehgeh |
| 2026-05-26 00:49:53 +0000 | <humasect> | recomments .gitignore etc |
| 2026-05-26 00:53:29 +0000 | <geekosaur> | I don't think cabal lets you put it outside the project directory, because it's inherently project-specific and must not be shared |
| 2026-05-26 00:54:53 +0000 | <geekosaur> | and "nix-style" refers to the store, not the build dir |
| 2026-05-26 00:55:05 +0000 | <geekosaur> | (basically, it means the store works like nix's) |
| 2026-05-26 00:55:40 +0000 | <geekosaur> | whereas cabal v1 slapped everything in the same place, leading to "cabal hell" |
| 2026-05-26 00:56:15 +0000 | <humasect> | see link. w/e |
| 2026-05-26 00:57:16 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 00:57:27 +0000 | <jj> | i'm now quite lost. it appears i was mistaken and the nix-style builds (v2 build, now default, terrible name) is what is causing this dist folder to be named dist-newstyle. i see a CABAL_BUILDDIR env var in the docs. however, there's a note by it saying nix-style builds (dist-newstyle) are not affected by this environment variable, with no further elaboration on how to make v2-style builds not write to a dist-newstyle folder |
| 2026-05-26 00:58:29 +0000 | humasect | looks at watch. |
| 2026-05-26 00:59:40 +0000 | Guest77 | (~Guest77@2600:387:f:a15::8) |
| 2026-05-26 01:00:16 +0000 | <geekosaur> | you can try --distdir, but don't bet on it allowing you to put it outside the project, as I already said |
| 2026-05-26 01:00:21 +0000 | <jj> | i'd like to set the default build directory somewhere globally if possible. anyone know how to do this? poking around ~/.config/cabal/config reveals a `builddir` key, which... supplies a warning that it will be ignored after being set?? |
| 2026-05-26 01:00:52 +0000 | <sclv> | if should not be global. nix style builds are necessarily local |
| 2026-05-26 01:01:19 +0000 | <Guest77> | *throws death potion at others* |
| 2026-05-26 01:02:14 +0000 | <sclv> | the whole point of the system is to not have a single global directory but to handle things per project. |
| 2026-05-26 01:02:45 +0000 | <jj> | sclv: i mean the literal name of the directory. i don't mind if it's scoped to the project folder. |
| 2026-05-26 01:03:58 +0000 | Guest77 | (~Guest77@2600:387:f:a15::8) (Client Quit) |
| 2026-05-26 01:04:26 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 255 seconds) |
| 2026-05-26 01:04:40 +0000 | <jj> | geekosaur: --distdir seems to work, thx. would be curious if you know if there's a global key for this |
| 2026-05-26 01:05:01 +0000 | Guest77 | (~Guest77@2600:387:f:a15::8) |
| 2026-05-26 01:06:28 +0000 | <Guest77> | *throws death potion at others* |
| 2026-05-26 01:06:41 +0000 | <sclv> | why do you not like the name? |
| 2026-05-26 01:06:46 +0000 | ChanServ | +o monochrom |
| 2026-05-26 01:06:52 +0000 | monochrom | +b *!*@2600:387:f:a15::8 |
| 2026-05-26 01:06:52 +0000 | Guest77 | monochrom (Guest77) |
| 2026-05-26 01:06:58 +0000 | monochrom | -o monochrom |
| 2026-05-26 01:07:04 +0000 | prdak | (~Thunderbi@user/prdak) prdak |
| 2026-05-26 01:07:50 +0000 | <jj> | it's not very evocative of what it does. i'd rather it be called dist or target or _output or something hidden. |
| 2026-05-26 01:08:22 +0000 | <geekosaur> | There isn't because every project would use that directory and they'll conflict with each other |
| 2026-05-26 01:08:32 +0000 | <monochrom> | "dist" was taken. by v1. |
| 2026-05-26 01:09:03 +0000 | xff0x | (~xff0x@2405:6580:b080:900:5801:469a:d89d:a8ee) (Ping timeout: 246 seconds) |
| 2026-05-26 01:10:30 +0000 | <monochrom> | geekosaur, I now think that jj means that if $HOME/.cabal/config could accept a setting like "distdir: foo" then every project would have a foo instead of a dist-newstyle. |
| 2026-05-26 01:11:25 +0000 | <jj> | that is what i mean, but i think geekosaur probably is hinting at that --distdir can take absolute paths |
| 2026-05-26 01:11:52 +0000 | <jj> | do yall know of any option to set distdir in a .cabal file? |
| 2026-05-26 01:12:24 +0000 | <jj> | newstyle, nix-style, v2-style... an unfortunate abundance of names |
| 2026-05-26 01:12:51 +0000 | <monochrom> | I don't know how to cofig this because I never felt the need to because I have long been disillusioned about "meaningful" names. |
| 2026-05-26 01:13:30 +0000 | <geekosaur> | Actually I'm expecting that giving it an absolute path would raise an error |
| 2026-05-26 01:13:51 +0000 | <geekosaur> | It's too big a footgun |
| 2026-05-26 01:14:20 +0000 | <jj> | absolute path appears to work fine |
| 2026-05-26 01:14:44 +0000 | <monochrom> | It is a footgun to have two projects use the same directory. |
| 2026-05-26 01:14:50 +0000 | <jj> | ah, there is a closed rfc about naming this literally anything other than dist-newstyle lmfao. rip |
| 2026-05-26 01:15:08 +0000 | <monochrom> | But you have never had that problem because you have only one project for now. |
| 2026-05-26 01:15:19 +0000 | merijn | (~merijn@62.45.136.136) merijn |
| 2026-05-26 01:15:33 +0000 | <geekosaur> | Also "nix-style" is gradually going away because it confuses people into thinking Nix is involved or even required |
| 2026-05-26 01:15:41 +0000 | <monochrom> | There has never been any RFC about accurate names. |
| 2026-05-26 01:16:10 +0000 | peterbecich | (~Thunderbi@71.84.33.135) peterbecich |
| 2026-05-26 01:16:13 +0000 | <jj> | monochrom: https://github.com/haskell/cabal/issues/5731 |
| 2026-05-26 01:17:41 +0000 | vanishingideal | (~vanishing@user/vanishingideal) vanishingideal |
| 2026-05-26 01:19:05 +0000 | <monochrom> | Well yeah like some of the comments say, changing it now after all these years break backward compatibility unless configurable with traditional default. |
| 2026-05-26 01:19:59 +0000 | <monochrom> | cabal-plan is probably one program that currently assumes "dist-newstyle" and needs to know the new setting |
| 2026-05-26 01:20:24 +0000 | merijn | (~merijn@62.45.136.136) (Ping timeout: 252 seconds) |
| 2026-05-26 01:20:35 +0000 | <monochrom> | Then again probably only cabal-plan needs it. |
| 2026-05-26 01:20:39 +0000 | acidjnk_new | (~acidjnk@p200300d6e700e587d0d964644d901e6e.dip0.t-ipconnect.de) (Ping timeout: 272 seconds) |
| 2026-05-26 01:22:03 +0000 | <geekosaur> | there's some others, but at least some are broken because they weren't updated when XDG support was added |
| 2026-05-26 01:22:09 +0000 | <monochrom> | Also consider "nix-style nix integration" just for fun >:) |
| 2026-05-26 01:23:19 +0000 | <geekosaur> | I do think "dist-newstyle" is a fairly lousy name though because it's not really. (it's project, whereas "dist" is package) |
| 2026-05-26 01:24:18 +0000 | <geekosaur> | I kinda feel like it might have been better to use the same convention as local project config and freeze file |
| 2026-05-26 01:24:34 +0000 | <monochrom> | How would they miss the opportunity of ".cabal-secret" back then? >:) |
| 2026-05-26 01:24:47 +0000 | cyclemaniac | (~cyclemani@2a02:8071:881:2d20:c1c7:793e:b89b:1589) (Ping timeout: 245 seconds) |
| 2026-05-26 01:26:24 +0000 | <monochrom> | Even ".there-is-no-cabal" would have worked great. |
| 2026-05-26 01:32:49 +0000 | peterbecich | (~Thunderbi@71.84.33.135) (Ping timeout: 245 seconds) |
| 2026-05-26 01:33:14 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 01:38:02 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 262 seconds) |
| 2026-05-26 01:39:13 +0000 | polykernel | (~polykerne@user/polykernel) (Ping timeout: 276 seconds) |
| 2026-05-26 01:46:13 +0000 | Square2 | (~Square4@user/square) (Remote host closed the connection) |
| 2026-05-26 01:48:37 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 01:49:25 +0000 | Square | (~Square@user/square) Square |
| 2026-05-26 01:53:22 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
| 2026-05-26 02:04:22 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 02:05:37 +0000 | prdak | (~Thunderbi@user/prdak) (Ping timeout: 272 seconds) |
| 2026-05-26 02:07:44 +0000 | xff0x | (~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) |
| 2026-05-26 02:09:19 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2026-05-26 02:12:00 +0000 | Square | (~Square@user/square) (Ping timeout: 263 seconds) |
| 2026-05-26 02:14:18 +0000 | vanishingideal | (~vanishing@user/vanishingideal) (Ping timeout: 252 seconds) |
| 2026-05-26 02:20:10 +0000 | merijn | (~merijn@62.45.136.136) merijn |
| 2026-05-26 02:23:25 +0000 | Garbanzo | (~Garbanzo@2602:304:6eac:dc10::49) |
| 2026-05-26 02:25:18 +0000 | merijn | (~merijn@62.45.136.136) (Ping timeout: 252 seconds) |
| 2026-05-26 02:35:57 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 02:42:48 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
| 2026-05-26 02:44:04 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 02:48:36 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
| 2026-05-26 02:56:02 +0000 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) (Quit: Leaving...) |
| 2026-05-26 02:59:27 +0000 | merijn | (~merijn@62.45.136.136) merijn |
| 2026-05-26 03:04:21 +0000 | merijn | (~merijn@62.45.136.136) (Ping timeout: 252 seconds) |
| 2026-05-26 03:07:41 +0000 | czan | (~czan@user/mange) (Ping timeout: 272 seconds) |
| 2026-05-26 03:15:14 +0000 | merijn | (~merijn@62.45.136.136) merijn |
| 2026-05-26 03:20:18 +0000 | merijn | (~merijn@62.45.136.136) (Ping timeout: 252 seconds) |
| 2026-05-26 03:27:29 +0000 | Inline | (~noOne@ipservice-092-208-182-236.092.208.pools.vodafone-ip.de) (Ping timeout: 250 seconds) |
| 2026-05-26 03:31:02 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 03:35:09 +0000 | notzmv | (~umar@user/notzmv) (Ping timeout: 252 seconds) |
| 2026-05-26 03:35:27 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 241 seconds) |
| 2026-05-26 03:48:27 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 03:53:02 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 243 seconds) |
| 2026-05-26 03:57:45 +0000 | Sgeo_ | (~Sgeo@user/sgeo) Sgeo |
| 2026-05-26 04:00:27 +0000 | Sgeo | (~Sgeo@user/sgeo) (Ping timeout: 252 seconds) |
| 2026-05-26 04:00:56 +0000 | potatoes_ | (~quassel@130.44.145.181) |
| 2026-05-26 04:01:31 +0000 | potatoes | (~quassel@user/potatoes) (Ping timeout: 264 seconds) |
| 2026-05-26 04:03:49 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 04:08:50 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
| 2026-05-26 04:19:36 +0000 | merijn | (~merijn@62.45.136.136) merijn |
| 2026-05-26 04:20:46 +0000 | trampi | (~trampi@mx.trampusch.info) (Read error: Connection reset by peer) |
| 2026-05-26 04:21:06 +0000 | trampi | (~trampi@mx.trampusch.info) trampi |
| 2026-05-26 04:26:33 +0000 | merijn | (~merijn@62.45.136.136) (Ping timeout: 267 seconds) |
| 2026-05-26 04:33:09 +0000 | michalz | (~michalz@185.246.207.197) |
| 2026-05-26 04:37:39 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 04:39:41 +0000 | vanishingideal | (~vanishing@user/vanishingideal) vanishingideal |
| 2026-05-26 04:39:49 +0000 | takuan | (~takuan@d8D86B9E9.access.telenet.be) |
| 2026-05-26 04:42:41 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
| 2026-05-26 04:53:30 +0000 | merijn | (~merijn@62.45.136.136) merijn |
| 2026-05-26 04:54:11 +0000 | EvanR | (~EvanR@user/evanr) (Ping timeout: 250 seconds) |
| 2026-05-26 04:58:04 +0000 | merijn | (~merijn@62.45.136.136) (Ping timeout: 249 seconds) |
| 2026-05-26 04:59:44 +0000 | ChaiTRex | (~ChaiTRex@user/chaitrex) (Remote host closed the connection) |
| 2026-05-26 05:00:25 +0000 | vanishingideal | (~vanishing@user/vanishingideal) (Ping timeout: 272 seconds) |
| 2026-05-26 05:00:45 +0000 | ChaiTRex | (~ChaiTRex@user/chaitrex) ChaiTRex |
| 2026-05-26 05:10:07 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 05:12:44 +0000 | UrbanNorminal | (~urbannorm@user/UrbanNorminal) UrbanNorminal |
| 2026-05-26 05:15:03 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
| 2026-05-26 05:20:42 +0000 | bedbedbde | (~bedbedbde@user/bedbedbde) (Quit: bedbedbde) |
| 2026-05-26 05:21:30 +0000 | emilym | (~Thunderbi@user/emilym) emilym |
| 2026-05-26 05:28:25 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 05:32:36 +0000 | emilym | (~Thunderbi@user/emilym) (Ping timeout: 256 seconds) |
| 2026-05-26 05:32:51 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
| 2026-05-26 05:43:40 +0000 | notzmv | (~umar@user/notzmv) notzmv |
| 2026-05-26 05:43:48 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 05:45:30 +0000 | Inline | (~noOne@92.208.182.236) Inline |
| 2026-05-26 05:47:26 +0000 | CiaoSen | (~Jura@dynamic-046-114-181-175.46.114.pool.telefonica.de) CiaoSen |
| 2026-05-26 05:48:30 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
| 2026-05-26 05:51:44 +0000 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) humasect |
| 2026-05-26 05:59:10 +0000 | rainbyte | (~rainbyte@181.47.219.31) (Read error: Connection reset by peer) |
| 2026-05-26 06:01:46 +0000 | rainbyte | (~rainbyte@181.47.219.31) rainbyte |
| 2026-05-26 06:08:43 +0000 | emilym | (~Thunderbi@user/emilym) emilym |
| 2026-05-26 06:16:17 +0000 | haritz | (~hrtz@user/haritz) (Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in) |
| 2026-05-26 06:18:05 +0000 | synchromesh | (~john@2406:5a00:247e:1500:b0dc:77a1:3a5a:2f5) (Read error: Connection reset by peer) |
| 2026-05-26 06:19:03 +0000 | synchromesh | (~john@2406:5a00:247e:1500:b0dc:77a1:3a5a:2f5) synchromesh |
| 2026-05-26 06:32:42 +0000 | merijn | (~merijn@77.242.116.146) merijn |
| 2026-05-26 06:43:41 +0000 | chele | (~chele@user/chele) chele |
| 2026-05-26 06:57:29 +0000 | Axman6 | (~Axman6@user/axman6) Axman6 |
| 2026-05-26 06:59:20 +0000 | emilym | (~Thunderbi@user/emilym) (Ping timeout: 245 seconds) |
| 2026-05-26 07:02:45 +0000 | karenw | (~karenw@user/karenw) (Quit: Deep into that darkness peering...) |
| 2026-05-26 07:03:02 +0000 | comerijn | (~merijn@77.242.116.146) merijn |
| 2026-05-26 07:03:29 +0000 | emilym | (~Thunderbi@user/emilym) emilym |
| 2026-05-26 07:06:27 +0000 | merijn | (~merijn@77.242.116.146) (Ping timeout: 272 seconds) |
| 2026-05-26 07:08:33 +0000 | CiaoSen | (~Jura@dynamic-046-114-181-175.46.114.pool.telefonica.de) (Ping timeout: 252 seconds) |
| 2026-05-26 07:19:35 +0000 | Sgeo_ | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
| 2026-05-26 07:36:59 +0000 | emilym | (~Thunderbi@user/emilym) (Ping timeout: 245 seconds) |
| 2026-05-26 07:45:59 +0000 | GdeVolpiano | (~GdeVolpia@user/GdeVolpiano) (Ping timeout: 262 seconds) |
| 2026-05-26 07:47:50 +0000 | GdeVolpiano | (~GdeVolpia@user/GdeVolpiano) GdeVolpiano |
| 2026-05-26 07:52:38 +0000 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) (Quit: Leaving...) |
| 2026-05-26 08:09:16 +0000 | tzh | (~tzh@76.115.131.146) (Quit: zzz) |
| 2026-05-26 08:14:49 +0000 | ft | (~ft@p4fc2aedc.dip0.t-ipconnect.de) (Quit: leaving) |
| 2026-05-26 08:21:31 +0000 | emilym | (~Thunderbi@user/emilym) emilym |
| 2026-05-26 08:22:52 +0000 | emmanuelux | (~em@user/emmanuelux) (Quit: bye) |
| 2026-05-26 08:26:15 +0000 | emilym | (~Thunderbi@user/emilym) (Ping timeout: 272 seconds) |
| 2026-05-26 08:33:33 +0000 | CryptLab | (~NSA@185.203.218.244) CommanderBond007 |
| 2026-05-26 08:44:37 +0000 | divlamir | (~divlamir@user/divlamir) (Read error: Connection reset by peer) |
| 2026-05-26 08:44:54 +0000 | divlamir | (~divlamir@user/divlamir) divlamir |
| 2026-05-26 08:49:05 +0000 | danza | (~danza@user/danza) danza |
| 2026-05-26 08:56:13 +0000 | vetkat | (~vetkat@user/vetkat) (Quit: So long, and thanks for all the fish) |
| 2026-05-26 09:00:53 +0000 | emilym | (~Thunderbi@user/emilym) emilym |
| 2026-05-26 09:08:03 +0000 | emilym | (~Thunderbi@user/emilym) (Ping timeout: 272 seconds) |
| 2026-05-26 09:15:06 +0000 | CiaoSen | (~Jura@2a02:3032:2e6:ea93:1cfa:86ff:fece:7898) CiaoSen |
| 2026-05-26 09:17:10 +0000 | kuribas | (~user@2a02:1808:c7:b9b4:690b:1761:ecdd:85d8) kuribas |
| 2026-05-26 09:29:02 +0000 | __monty__ | (~toonn@user/toonn) toonn |
| 2026-05-26 09:41:10 +0000 | acidjnk_new | (~acidjnk@p200300d6e700e54697d0770b7a8197d0.dip0.t-ipconnect.de) |
| 2026-05-26 09:41:22 +0000 | UrbanNorminal | (~urbannorm@user/UrbanNorminal) (Ping timeout: 243 seconds) |
| 2026-05-26 09:43:21 +0000 | Fischmiep | (~Fischmiep@user/Fischmiep) (Quit: ZNC - https://znc.in) |
| 2026-05-26 09:43:44 +0000 | Fischmiep | (~Fischmiep@user/Fischmiep) Fischmiep |
| 2026-05-26 09:48:28 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) (Excess Flood) |
| 2026-05-26 09:50:37 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) Lord_of_Life |
| 2026-05-26 09:50:51 +0000 | emilym | (~Thunderbi@user/emilym) emilym |
| 2026-05-26 09:51:20 +0000 | Square | (~Square@user/square) Square |
| 2026-05-26 09:52:53 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) (Excess Flood) |
| 2026-05-26 09:55:08 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) Lord_of_Life |
| 2026-05-26 09:55:19 +0000 | emilym | (~Thunderbi@user/emilym) (Ping timeout: 245 seconds) |
| 2026-05-26 09:55:52 +0000 | Square2 | (~Square4@user/square) Square |
| 2026-05-26 09:57:31 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) (Excess Flood) |
| 2026-05-26 09:59:36 +0000 | Square | (~Square@user/square) (Ping timeout: 252 seconds) |
| 2026-05-26 10:05:12 +0000 | xff0x | (~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Ping timeout: 251 seconds) |
| 2026-05-26 10:05:48 +0000 | DetourNetworkUK | (~DetourNet@user/DetourNetworkUK) DetourNetworkUK |
| 2026-05-26 10:19:53 +0000 | weary-traveler | (~user@user/user363627) user363627 |
| 2026-05-26 10:26:56 +0000 | synchromesh | (~john@2406:5a00:247e:1500:b0dc:77a1:3a5a:2f5) (Read error: Connection reset by peer) |
| 2026-05-26 10:27:21 +0000 | synchromesh | (~john@2406:5a00:247e:1500:b0dc:77a1:3a5a:2f5) synchromesh |
| 2026-05-26 10:35:42 +0000 | emilym | (~Thunderbi@user/emilym) emilym |
| 2026-05-26 10:43:29 +0000 | UrbanNorminal | (~urbannorm@user/UrbanNorminal) UrbanNorminal |
| 2026-05-26 10:43:51 +0000 | ec | (~ec@gateway/tor-sasl/ec) (Remote host closed the connection) |
| 2026-05-26 10:44:14 +0000 | ec | (~ec@gateway/tor-sasl/ec) ec |
| 2026-05-26 10:48:30 +0000 | emilym | (~Thunderbi@user/emilym) (Ping timeout: 245 seconds) |
| 2026-05-26 10:54:46 +0000 | danz88791 | (~danza@user/danza) danza |
| 2026-05-26 10:57:13 +0000 | danz88791 | (~danza@user/danza) (Remote host closed the connection) |
| 2026-05-26 10:57:18 +0000 | danza | (~danza@user/danza) (Ping timeout: 256 seconds) |
| 2026-05-26 11:01:19 +0000 | ec | (~ec@gateway/tor-sasl/ec) (Ping timeout: 252 seconds) |
| 2026-05-26 11:01:40 +0000 | ec | (~ec@gateway/tor-sasl/ec) ec |
| 2026-05-26 11:07:17 +0000 | emilym | (~Thunderbi@user/emilym) emilym |
| 2026-05-26 11:10:18 +0000 | xff0x | (~xff0x@2405:6580:b080:900:ff2b:98f4:9628:8f6a) |
| 2026-05-26 11:12:11 +0000 | emilym | (~Thunderbi@user/emilym) (Ping timeout: 272 seconds) |
| 2026-05-26 11:14:49 +0000 | xff0x | (~xff0x@2405:6580:b080:900:ff2b:98f4:9628:8f6a) (Ping timeout: 248 seconds) |
| 2026-05-26 11:17:11 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) Lord_of_Life |
| 2026-05-26 11:19:23 +0000 | haritz | (~hrtz@2a01:4b00:bc2e:7000:d5af:a266:ca31:5ef8) |
| 2026-05-26 11:19:23 +0000 | haritz | (~hrtz@2a01:4b00:bc2e:7000:d5af:a266:ca31:5ef8) (Changing host) |
| 2026-05-26 11:19:23 +0000 | haritz | (~hrtz@user/haritz) haritz |
| 2026-05-26 11:23:32 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) (Ping timeout: 256 seconds) |
| 2026-05-26 11:28:02 +0000 | Inline | (~noOne@92.208.182.236) (Quit: KVIrc 5.2.8 Quasar http://www.kvirc.net/) |
| 2026-05-26 11:30:44 +0000 | Inline | (~noOne@ipservice-092-208-182-236.092.208.pools.vodafone-ip.de) Inline |
| 2026-05-26 11:42:24 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) Lord_of_Life |
| 2026-05-26 11:43:02 +0000 | prdak | (~Thunderbi@user/prdak) prdak |
| 2026-05-26 11:46:16 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) (Excess Flood) |
| 2026-05-26 11:47:43 +0000 | prdak | (~Thunderbi@user/prdak) (Ping timeout: 250 seconds) |
| 2026-05-26 11:48:55 +0000 | arandombit | (~arandombi@user/arandombit) (Ping timeout: 245 seconds) |
| 2026-05-26 11:49:12 +0000 | arandombit | (~arandombi@2603:7000:4600:ffbe:86e:2670:6fdd:e16d) |
| 2026-05-26 11:49:12 +0000 | arandombit | (~arandombi@2603:7000:4600:ffbe:86e:2670:6fdd:e16d) (Changing host) |
| 2026-05-26 11:49:12 +0000 | arandombit | (~arandombi@user/arandombit) arandombit |
| 2026-05-26 11:50:48 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) Lord_of_Life |
| 2026-05-26 11:51:49 +0000 | UrbanNorminal | (~urbannorm@user/UrbanNorminal) (Ping timeout: 251 seconds) |
| 2026-05-26 11:54:41 +0000 | emilym | (~Thunderbi@user/emilym) emilym |
| 2026-05-26 11:54:48 +0000 | cyclemaniac | (~cyclemani@2a02:8071:881:2d20:c1c7:793e:b89b:1589) |
| 2026-05-26 11:56:39 +0000 | UrbanNorminal | (~urbannorm@user/UrbanNorminal) UrbanNorminal |
| 2026-05-26 11:59:04 +0000 | emilym | (~Thunderbi@user/emilym) (Ping timeout: 245 seconds) |
| 2026-05-26 12:01:25 +0000 | UrbanNorminal | (~urbannorm@user/UrbanNorminal) (Read error: Connection reset by peer) |
| 2026-05-26 12:02:26 +0000 | kuribas` | (~user@ip-188-118-57-242.reverse.destiny.be) kuribas |
| 2026-05-26 12:03:54 +0000 | kuribas | (~user@2a02:1808:c7:b9b4:690b:1761:ecdd:85d8) (Ping timeout: 252 seconds) |
| 2026-05-26 12:04:30 +0000 | UrbanNorminal | (~urbannorm@user/UrbanNorminal) UrbanNorminal |
| 2026-05-26 12:09:47 +0000 | prdak | (~Thunderbi@user/prdak) prdak |
| 2026-05-26 12:13:18 +0000 | prdak | (~Thunderbi@user/prdak) (Client Quit) |
| 2026-05-26 12:13:39 +0000 | prdak | (~Thunderbi@user/prdak) prdak |
| 2026-05-26 12:25:06 +0000 | bedbedbde | (~bedbedbde@user/bedbedbde) bedbedbde |
| 2026-05-26 12:26:50 +0000 | xff0x | (~xff0x@2405:6580:b080:900:1cb7:6abf:b094:9cb2) |
| 2026-05-26 12:28:40 +0000 | dostoyevsky2 | (~sck@user/dostoyevsky2) (Ping timeout: 252 seconds) |
| 2026-05-26 12:28:53 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) bitdex |
| 2026-05-26 12:35:21 +0000 | dostoyevsky2 | (~sck@user/dostoyevsky2) dostoyevsky2 |
| 2026-05-26 12:37:58 +0000 | emilym | (~Thunderbi@user/emilym) emilym |
| 2026-05-26 12:42:24 +0000 | emilym | (~Thunderbi@user/emilym) (Ping timeout: 245 seconds) |
| 2026-05-26 12:51:56 +0000 | Alex_delenda_est | (~al_test@94.233.241.168) (Quit: ;-) |
| 2026-05-26 12:52:29 +0000 | AlexZenon | (~alzenon@94.233.241.168) (Quit: ;-) |
| 2026-05-26 12:52:40 +0000 | AlexNoo | (~AlexNoo@94.233.241.168) (Quit: Leaving) |
| 2026-05-26 13:10:24 +0000 | CiaoSen | (~Jura@2a02:3032:2e6:ea93:1cfa:86ff:fece:7898) (Ping timeout: 246 seconds) |
| 2026-05-26 13:12:23 +0000 | AlexNoo | (~AlexNoo@94.233.241.168) |
| 2026-05-26 13:14:41 +0000 | AlexZenon | (~alzenon@94.233.241.168) |
| 2026-05-26 13:20:55 +0000 | AlexZenon | (~alzenon@94.233.241.168) (Ping timeout: 240 seconds) |
| 2026-05-26 13:21:55 +0000 | Igloo | (~ian@81.2.99.210) (Ping timeout: 264 seconds) |
| 2026-05-26 13:27:38 +0000 | AlexZenon | (~alzenon@94.233.241.168) |
| 2026-05-26 13:30:02 +0000 | pandeyan | (~pandeyan@192.184.251.84) |
| 2026-05-26 13:31:26 +0000 | anpad | (~pandeyan@user/anpad) (Ping timeout: 265 seconds) |
| 2026-05-26 13:42:32 +0000 | rabbull7 | (~rabbull@xdsl-31-164-93-219.adslplus.ch) (Quit: Ping timeout (120 seconds)) |
| 2026-05-26 13:42:47 +0000 | rabbull7 | (~rabbull@xdsl-31-164-93-219.adslplus.ch) |
| 2026-05-26 13:47:03 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (Quit: = "") |
| 2026-05-26 13:47:52 +0000 | weary-traveler | (~user@user/user363627) (Remote host closed the connection) |
| 2026-05-26 13:49:04 +0000 | bedbedbde | (~bedbedbde@user/bedbedbde) (Read error: Connection reset by peer) |
| 2026-05-26 13:54:10 +0000 | Alex_delenda_est | (~al_test@94.233.241.168) |
| 2026-05-26 13:54:25 +0000 | emilym | (~Thunderbi@user/emilym) emilym |
| 2026-05-26 13:59:23 +0000 | emilym | (~Thunderbi@user/emilym) (Ping timeout: 272 seconds) |
| 2026-05-26 14:03:52 +0000 | cyclemaniac | (~cyclemani@2a02:8071:881:2d20:c1c7:793e:b89b:1589) (Quit: Client closed) |
| 2026-05-26 14:13:44 +0000 | Igloo | (~ian@81.2.99.210) |
| 2026-05-26 14:17:45 +0000 | poscat | (~poscat@user/poscat) (Remote host closed the connection) |
| 2026-05-26 14:20:38 +0000 | poscat | (~poscat@user/poscat) poscat |
| 2026-05-26 14:24:14 +0000 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) humasect |
| 2026-05-26 14:34:45 +0000 | synchromesh | (~john@2406:5a00:247e:1500:b0dc:77a1:3a5a:2f5) (Read error: Connection reset by peer) |
| 2026-05-26 14:36:03 +0000 | synchromesh | (~john@2406:5a00:247e:1500:e887:d028:4756:6802) synchromesh |
| 2026-05-26 14:40:14 +0000 | emilym | (~Thunderbi@user/emilym) emilym |
| 2026-05-26 14:44:59 +0000 | emilym | (~Thunderbi@user/emilym) (Ping timeout: 272 seconds) |
| 2026-05-26 14:52:34 +0000 | comerijn | (~merijn@77.242.116.146) (Ping timeout: 248 seconds) |
| 2026-05-26 15:06:20 +0000 | dutchie | (~dutchie@user/dutchie) (Remote host closed the connection) |
| 2026-05-26 15:06:54 +0000 | dutchie | (~dutchie@user/dutchie) dutchie |
| 2026-05-26 15:06:56 +0000 | dolio | (~dolio@130.44.140.168) (Quit: ZNC 1.10.1 - https://znc.in) |
| 2026-05-26 15:08:17 +0000 | dolio | (~dolio@130.44.140.168) dolio |
| 2026-05-26 15:12:31 +0000 | dutchie | (~dutchie@user/dutchie) (Remote host closed the connection) |
| 2026-05-26 15:13:32 +0000 | dutchie | (~dutchie@user/dutchie) dutchie |
| 2026-05-26 15:21:28 +0000 | dutchie | (~dutchie@user/dutchie) (Remote host closed the connection) |
| 2026-05-26 15:22:15 +0000 | dutchie | (~dutchie@user/dutchie) dutchie |
| 2026-05-26 15:22:57 +0000 | dutchie | (~dutchie@user/dutchie) (Remote host closed the connection) |
| 2026-05-26 15:24:04 +0000 | dutchie | (~dutchie@user/dutchie) dutchie |
| 2026-05-26 15:25:12 +0000 | notzmv | (~umar@user/notzmv) (Ping timeout: 252 seconds) |
| 2026-05-26 15:25:31 +0000 | Square2 | (~Square4@user/square) (Ping timeout: 264 seconds) |
| 2026-05-26 15:29:40 +0000 | Square2 | (~Square4@user/square) Square |
| 2026-05-26 15:36:27 +0000 | wickedjargon | (~user@64.114.24.74) wickedjargon |
| 2026-05-26 15:37:20 +0000 | Rakua | (~Rakua@dynamic-176-005-202-243.176.5.pool.telefonica.de) |
| 2026-05-26 15:41:02 +0000 | Googulator | (~Googulato@84-236-52-41.pool.digikabel.hu) (Quit: Client closed) |
| 2026-05-26 15:41:30 +0000 | Googulator | (~Googulato@84-236-52-41.pool.digikabel.hu) |
| 2026-05-26 15:45:24 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 15:50:30 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
| 2026-05-26 15:53:42 +0000 | wickedjargon | (~user@64.114.24.74) (Remote host closed the connection) |
| 2026-05-26 15:55:26 +0000 | tzh | (~tzh@c-76-115-131-146.hsd1.or.comcast.net) |
| 2026-05-26 16:00:00 +0000 | califax | (~califax@user/califx) (Quit: ZNC 1.10.1 - https://znc.in) |
| 2026-05-26 16:00:12 +0000 | califax | (~califax@user/califx) califx |
| 2026-05-26 16:01:13 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 16:01:30 +0000 | UrbanNorminal | (~urbannorm@user/UrbanNorminal) (Ping timeout: 252 seconds) |
| 2026-05-26 16:06:33 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
| 2026-05-26 16:11:53 +0000 | Rakua | (~Rakua@dynamic-176-005-202-243.176.5.pool.telefonica.de) (Read error: Connection reset by peer) |
| 2026-05-26 16:16:41 +0000 | Rakua | (~Rakua@dynamic-176-005-202-243.176.5.pool.telefonica.de) |
| 2026-05-26 16:19:05 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 16:20:57 +0000 | Rakua | (~Rakua@dynamic-176-005-202-243.176.5.pool.telefonica.de) (Read error: Connection reset by peer) |
| 2026-05-26 16:26:14 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 261 seconds) |
| 2026-05-26 16:33:25 +0000 | prdak | (~Thunderbi@user/prdak) (Quit: prdak) |
| 2026-05-26 16:33:43 +0000 | prdak | (~Thunderbi@user/prdak) prdak |
| 2026-05-26 16:36:14 +0000 | Rakua | (~Rakua@dynamic-176-005-202-243.176.5.pool.telefonica.de) |
| 2026-05-26 16:37:11 +0000 | merijn | (~merijn@62.45.136.136) merijn |
| 2026-05-26 16:38:13 +0000 | prdak | (~Thunderbi@user/prdak) (Ping timeout: 253 seconds) |
| 2026-05-26 16:38:37 +0000 | Square | (~Square@user/square) Square |
| 2026-05-26 16:39:10 +0000 | kuribas` | (~user@ip-188-118-57-242.reverse.destiny.be) (Remote host closed the connection) |
| 2026-05-26 16:41:07 +0000 | Rakua | (~Rakua@dynamic-176-005-202-243.176.5.pool.telefonica.de) (Ping timeout: 264 seconds) |
| 2026-05-26 16:41:39 +0000 | Square2 | (~Square4@user/square) (Ping timeout: 252 seconds) |
| 2026-05-26 16:42:02 +0000 | merijn | (~merijn@62.45.136.136) (Ping timeout: 266 seconds) |
| 2026-05-26 16:45:37 +0000 | ryou | (~haze@user/ryou) (Ping timeout: 252 seconds) |
| 2026-05-26 16:49:26 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 16:52:02 +0000 | califax | (~califax@user/califx) (Remote host closed the connection) |
| 2026-05-26 16:52:14 +0000 | califax | (~califax@user/califx) califx |
| 2026-05-26 16:54:19 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 246 seconds) |
| 2026-05-26 17:01:37 +0000 | chele | (~chele@user/chele) (Remote host closed the connection) |
| 2026-05-26 17:05:00 +0000 | merijn | (~merijn@62.45.136.136) merijn |
| 2026-05-26 17:07:31 +0000 | fp1 | (~Thunderbi@2001-14ba-6e24-3000-cb85-53ba-5aff-d578.rev.dnainternet.fi) fp |
| 2026-05-26 17:09:54 +0000 | merijn | (~merijn@62.45.136.136) (Ping timeout: 245 seconds) |
| 2026-05-26 17:14:09 +0000 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) (Quit: Leaving...) |
| 2026-05-26 17:16:28 +0000 | vanishingideal | (~vanishing@user/vanishingideal) vanishingideal |
| 2026-05-26 17:18:04 +0000 | vanishingideal | (~vanishing@user/vanishingideal) (Client Quit) |
| 2026-05-26 17:20:44 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 17:23:06 +0000 | prdak | (~Thunderbi@user/prdak) prdak |
| 2026-05-26 17:25:39 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
| 2026-05-26 17:27:45 +0000 | prdak | (~Thunderbi@user/prdak) (Ping timeout: 272 seconds) |
| 2026-05-26 17:36:06 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 17:41:07 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds) |
| 2026-05-26 17:44:46 +0000 | pavonia | (~user@user/siracusa) (Quit: Bye!) |
| 2026-05-26 17:46:47 +0000 | fp1 | (~Thunderbi@2001-14ba-6e24-3000-cb85-53ba-5aff-d578.rev.dnainternet.fi) (Remote host closed the connection) |
| 2026-05-26 17:50:26 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 17:57:00 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
| 2026-05-26 18:02:42 +0000 | spew | (~spew@user/spew) spew |
| 2026-05-26 18:06:04 +0000 | emilym | (~Thunderbi@user/emilym) emilym |
| 2026-05-26 18:08:30 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 18:08:32 +0000 | ft | (~ft@p4fc2aedc.dip0.t-ipconnect.de) ft |
| 2026-05-26 18:13:25 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
| 2026-05-26 18:15:42 +0000 | target_i | (~target_i@user/target-i/x-6023099) target_i |
| 2026-05-26 18:19:46 +0000 | target_i | (~target_i@user/target-i/x-6023099) (Ping timeout: 241 seconds) |
| 2026-05-26 18:24:16 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 18:24:45 +0000 | emilym | (~Thunderbi@user/emilym) (Ping timeout: 245 seconds) |
| 2026-05-26 18:26:22 +0000 | target_i | (~target_i@user/target-i/x-6023099) target_i |
| 2026-05-26 18:29:27 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
| 2026-05-26 18:32:09 +0000 | euphores | (~SASL_euph@user/euphores) euphores |
| 2026-05-26 18:33:07 +0000 | emilym | (~Thunderbi@user/emilym) emilym |
| 2026-05-26 18:40:04 +0000 | merijn | (~merijn@62.45.136.136) merijn |
| 2026-05-26 18:43:30 +0000 | synchromesh | (~john@2406:5a00:247e:1500:e887:d028:4756:6802) (Read error: Connection reset by peer) |
| 2026-05-26 18:44:50 +0000 | synchromesh | (~john@2406:5a00:247e:1500:e887:d028:4756:6802) synchromesh |
| 2026-05-26 18:44:51 +0000 | merijn | (~merijn@62.45.136.136) (Ping timeout: 252 seconds) |
| 2026-05-26 18:45:44 +0000 | emilym | (~Thunderbi@user/emilym) (Ping timeout: 245 seconds) |
| 2026-05-26 18:52:19 +0000 | prdak | (~Thunderbi@user/prdak) prdak |
| 2026-05-26 18:55:50 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 18:57:03 +0000 | prdak | (~Thunderbi@user/prdak) (Ping timeout: 272 seconds) |
| 2026-05-26 19:01:29 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
| 2026-05-26 19:11:38 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 19:12:41 +0000 | ricardomaps | (~ricardoma@2804:14d:a040:81ea:ddc2:95ed:dbab:8f25) |
| 2026-05-26 19:13:31 +0000 | shr\ke | (~shrike@user/shrke:31298) (Remote host closed the connection) |
| 2026-05-26 19:16:45 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
| 2026-05-26 19:20:43 +0000 | shr\ke | (~shrike@user/paxhumana) paxhumana |
| 2026-05-26 19:20:43 +0000 | shr\ke | (~shrike@user/paxhumana) (Changing host) |
| 2026-05-26 19:20:43 +0000 | shr\ke | (~shrike@user/shrke:31298) shr\ke |
| 2026-05-26 19:25:09 +0000 | olsner | (~olsner@c83-251-99-192.bredband.tele2.se) olsner |
| 2026-05-26 19:27:25 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-05-26 19:29:15 +0000 | driib3180 | (~driib@vmi931078.contaboserver.net) (Quit: Ping timeout (120 seconds)) |
| 2026-05-26 19:29:54 +0000 | driib3180 | (~driib@vmi931078.contaboserver.net) driib |
| 2026-05-26 19:34:28 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |