2026-08-16.log

- voltaire28_ (QUIT: Client Quit) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)00:02
+ voltaire28_ (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)00:06
- voltaire28_ (QUIT: Client Quit) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)00:08
+ voltaire28_ (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)00:09
- voltaire28_ (QUIT: Client Quit) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)00:10
+ voltaire28_ (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)00:10
+ wakest2_ (~wakest2@2a02:3032:67:1800:818:156b:92cc:f6d8)00:17
- wakest2_ (QUIT: Read error: Connection reset by peer) (~wakest2@2a02:3032:67:1800:818:156b:92cc:f6d8)00:17
+ wakest2_ (~wakest2@2a02:3032:8a:41bc:900:9aac:607d:2958)00:18
- wakest2_ (QUIT: Read error: Connection reset by peer) (~wakest2@2a02:3032:8a:41bc:900:9aac:607d:2958)00:18
- wakest2 (QUIT: Ping timeout: 252 seconds) (~wakest2@2a02:3033:68d:3219:bdd:17d6:933:e62c)00:21
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@28.162.2.93.rev.sfr.net)00:23
+ voltaire28 (~jlafon@28.162.2.93.rev.sfr.net)00:25
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@28.162.2.93.rev.sfr.net)00:31
+ voltaire28 (~jlafon@28.162.2.93.rev.sfr.net)00:32
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@28.162.2.93.rev.sfr.net)00:50
+ voltaire28 (~jlafon@28.162.2.93.rev.sfr.net)00:51
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@28.162.2.93.rev.sfr.net)01:03
- voltaire28_ (QUIT: Quit: WeeChat 4.6.3) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)01:04
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)01:05
- voltaire28 (QUIT: Client Quit) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)01:05
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)01:06
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)01:06
- AnimaInvicta (PART: !!unknown attribute: msg!!) (~AnimaInvi@88-169-191-86.subs.proxad.net)01:09
- voltaire28_ (QUIT: Quit: WeeChat 4.6.3) (~jlafon@28.162.2.93.rev.sfr.net)01:13
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)01:13
- kcxt (QUIT: Ping timeout: 252 seconds) (~kcxt@postmarketOS/casey)01:14
- voltaire28_ (QUIT: Client Quit) (~jlafon@28.162.2.93.rev.sfr.net)01:17
+ kcxt (~kcxt@postmarketOS/casey)01:17
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)01:18
- voltaire28_ (QUIT: Quit: WeeChat 4.6.3) (~jlafon@28.162.2.93.rev.sfr.net)01:29
minutejosch: whaaa what is this sorcery!01:49
joschminute: you made me do it :P01:51
minutejosch: haha ok, nice!01:52
minutejosch: that should be a big help01:52
minutejosch: as a treat, i unblocked some gitlab features like looking at blobs and changesets01:53
joschah indeed i saw some http 666 today01:54
joschminute: if you like this you should review and merge this: https://source.mnt.re/reform/reform-debian-packages/-/merge_requests/19501:55
^alexi, too, love to hail satan instead of working with git ;)01:55
minutelol01:55
joschminute: also, move /josch/linux and /josch/linux-ci into the /reform/ namespace and make yourself the owner01:56
minuteyeah the status codes let me trap the bots/churn through their ips much quicker as the accessed pages then don't generate any load 01:56
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)01:56
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)01:56
^alexyeah we've got a similar trap on our stuff01:56
^alexit involves some accursed nginx config01:57
minutejosch: ok, will try that but tomorrow or on monday. last time i tried moving a project to another namespace i got error 500 or so from gitlab (a few weeks ago)01:57
minute^alex: same same. 01:57
joschminute: no rush -- you'll be the main user not me :)01:57
joschbut it also solves some problems for me01:58
joschmaybe it will create new problems but we'll find those only after starting to use this workflow01:58
minutemy bot defenses are evolving with each attack... so far they're quite primitive, probably many orders of magnitude simpler than the attackers' tooling01:58
^alexone of our big defenses is that we catch any request that specifies a hostname that we don't actually serve02:00
^alexanother one is, we have an open directory that produces a file listing, and if you 404 under there, trap.02:01
^alexalso: error_page 405 @trap; then in the topmost location block of static pages: limit_except GET { deny all; }02:02
^alexthat one catches everyone doing POST to random stuff02:02
- mjw (QUIT: Ping timeout: 260 seconds) (~mjw@gnu.wildebeest.org)02:05
minute^alex: interesting @ hostname02:07
minute^alex: ahh trapping wrong http methods also sounds good02:07
minute^alex: i mostly rely on identifying something in the requests that i won't write here, because they could scrape these here public logs and get ideas02:08
minutebut also they're heavily accessing stuff that no human would access02:09
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)02:20
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)02:23
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)02:23
- voltaire28_ (QUIT: Client Quit) (~jlafon@28.162.2.93.rev.sfr.net)02:24
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)02:24
+ colinsane (~colinunin@97-113-130-99.tukw.qwest.net)02:27
- schneider (QUIT: Server closed connection) (~schneider@irc2.xtort.eu)02:27
+ schneider (~schneider@irc2.xtort.eu)02:28
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)02:30
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)02:31
- voltaire28_ (QUIT: Quit: WeeChat 4.6.3) (~jlafon@28.162.2.93.rev.sfr.net)02:31
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)02:31
- colinsane (QUIT: Ping timeout: 265 seconds) (~colinunin@97-113-130-99.tukw.qwest.net)02:41
- voltaire28_ (QUIT: Quit: WeeChat 4.6.3) (~jlafon@28.162.2.93.rev.sfr.net)02:50
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)02:50
- voltaire28_ (QUIT: Client Quit) (~jlafon@28.162.2.93.rev.sfr.net)02:52
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)02:52
+ colinsane (~colinunin@97-113-90-70.tukw.qwest.net)02:53
- colinsane (QUIT: Client Quit) (~colinunin@97-113-90-70.tukw.qwest.net)02:54
+ Gooberpatrol66 (~Gooberpat@user/gooberpatrol66)02:57
- jn (QUIT: Ping timeout: 244 seconds) (~quassel@user/jn/x-3390946)03:06
+ jn (~quassel@2a0a-a54a-4d3f-0-20d-b9ff-fe49-15fc.ipv6dyn.netcologne.de)03:06
- jn (QUIT: Changing host) (~quassel@2a0a-a54a-4d3f-0-20d-b9ff-fe49-15fc.ipv6dyn.netcologne.de)03:06
+ jn (~quassel@user/jn/x-3390946)03:06
- paperManu_ (QUIT: Ping timeout: 248 seconds) (~paperManu@204.48.0.160)03:18
- paperManu (QUIT: Ping timeout: 244 seconds) (~paperManu@204.48.0.160)03:22
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)03:39
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)03:42
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)03:52
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)03:52
- voltaire28 (QUIT: Client Quit) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)03:54
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)03:54
- voltaire28_ (QUIT: Quit: WeeChat 4.6.3) (~jlafon@28.162.2.93.rev.sfr.net)03:57
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)03:57
- op_4 (QUIT: Remote host closed the connection) (~tslil@user/op-4/x-9116473)04:05
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)04:05
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)04:05
+ op_4 (~tslil@user/op-4/x-9116473)04:05
+ paperManu (~paperManu@79.127.134.36)04:08
- voltaire28_ (QUIT: Quit: WeeChat 4.6.3) (~jlafon@28.162.2.93.rev.sfr.net)04:08
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)04:08
- voltaire28_ (QUIT: Client Quit) (~jlafon@28.162.2.93.rev.sfr.net)04:08
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)04:13
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)04:14
- paperManu (QUIT: Ping timeout: 248 seconds) (~paperManu@79.127.134.36)04:14
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)04:15
- voltaire28_ (QUIT: Client Quit) (~jlafon@28.162.2.93.rev.sfr.net)04:15
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)04:15
+ paperManu (~paperManu@79.127.134.36)04:16
- voltaire28_ (QUIT: Quit: WeeChat 4.6.3) (~jlafon@28.162.2.93.rev.sfr.net)04:22
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)04:22
- paperManu (QUIT: Ping timeout: 265 seconds) (~paperManu@79.127.134.36)04:38
- Gooberpatrol66 (QUIT: Ping timeout: 240 seconds) (~Gooberpat@user/gooberpatrol66)04:46
+ Gooberpatrol66 (~Gooberpat@user/gooberpatrol66)04:47
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)05:09
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)05:12
+ spew (~spew@user/spew)05:31
- voltaire28_ (QUIT: Quit: WeeChat 4.6.3) (~jlafon@28.162.2.93.rev.sfr.net)05:32
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)05:32
- voltaire28_ (QUIT: Quit: WeeChat 4.6.3) (~jlafon@28.162.2.93.rev.sfr.net)05:43
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)05:43
- voltaire28_ (QUIT: Client Quit) (~jlafon@28.162.2.93.rev.sfr.net)05:44
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)05:48
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)05:51
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)05:51
- voltaire28_ (QUIT: Client Quit) (~jlafon@28.162.2.93.rev.sfr.net)05:52
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)05:54
- voltaire28_ (QUIT: Client Quit) (~jlafon@28.162.2.93.rev.sfr.net)05:54
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)05:54
- voltaire28_ (QUIT: Client Quit) (~jlafon@28.162.2.93.rev.sfr.net)05:56
+ oliverD (~Thunderbi@user/oliverd)07:30
- oliverD (QUIT: Remote host closed the connection) (~Thunderbi@user/oliverd)07:31
- Kooda (QUIT: Quit: WeeChat 4.4.4) (~kooda@natsu.upyum.com)07:31
- AshCurry (QUIT: Server closed connection) (~AshCurry@user/AshCurry)07:36
+ AshCurry (~AshCurry@user/AshCurry)07:36
+ Kooda (~kooda@natsu.upyum.com)07:42
- schalken (QUIT: Ping timeout: 259 seconds) (~schalken@117-118-178-69.gci.net)08:34
+ schalken (~schalken@117-118-178-69.gci.net)08:41
- murphnj (QUIT: Remote host closed the connection) (~murphnj@user/murphnj)09:05
- qbit (QUIT: Remote host closed the connection) (~qbit@user/qbit)09:56
+ oliverD (~Thunderbi@user/oliverd)10:42
- oliverD (QUIT: Remote host closed the connection) (~Thunderbi@user/oliverd)10:45
+ AnimaInvicta (~AnimaInvi@88-169-191-86.subs.proxad.net)11:13
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)11:40
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)11:51
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)11:51
- voltaire28 (QUIT: Client Quit) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)11:51
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)11:52
+ oliverD (~Thunderbi@user/oliverd)12:07
- oliverD (QUIT: Ping timeout: 265 seconds) (~Thunderbi@user/oliverd)12:12
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)12:18
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)12:20
- voltaire28 (QUIT: Client Quit) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)12:23
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)12:24
- voltaire28 (QUIT: Client Quit) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)12:28
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)12:28
- voltaire28 (QUIT: Client Quit) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)12:32
- voltaire28_ (QUIT: Quit: WeeChat 4.6.3) (~jlafon@28.162.2.93.rev.sfr.net)12:33
+ mjw (~mjw@gnu.wildebeest.org)12:33
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)12:35
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)12:35
- voltaire28_ (QUIT: Client Quit) (~jlafon@28.162.2.93.rev.sfr.net)12:36
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)12:36
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)12:58
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)12:59
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)13:05
- voltaire28_ (QUIT: Quit: WeeChat 4.6.3) (~jlafon@28.162.2.93.rev.sfr.net)13:12
+ voltaire28 (~jlafon@28.162.2.93.rev.sfr.net)13:12
- voltaire28 (QUIT: Client Quit) (~jlafon@28.162.2.93.rev.sfr.net)13:13
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)13:15
- ch (QUIT: Quit: ch) (~ch@user/meow/ch)13:24
+ ch (~ch@user/meow/ch)13:24
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)13:32
- voltaire28_ (QUIT: Client Quit) (~jlafon@28.162.2.93.rev.sfr.net)13:32
+ voltaire28_ (~jlafon@28.162.2.93.rev.sfr.net)13:35
- voltaire28_ (QUIT: Client Quit) (~jlafon@28.162.2.93.rev.sfr.net)13:35
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)13:55
+ voltaire28 (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)13:55
- jedavies (QUIT: Ping timeout: 244 seconds) (~jedavies@plan9.info)14:07
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)14:07
- gordon1 (QUIT: Ping timeout: 244 seconds) (~gordon1@citadel.niflheim.info)14:08
+ jedavies (~jedavies@plan9.info)14:11
+ gordon1 (~gordon1@citadel.niflheim.info)14:11
+ voltaire28 (~jlafon@28.162.2.93.rev.sfr.net)14:13
+ voltaire28_ (~jlafon@2001:4b98:dc0:43:f816:3eff:feb2:df85)14:13
- voltaire28 (QUIT: Client Quit) (~jlafon@28.162.2.93.rev.sfr.net)14:13
+ qbit (~qbit@user/qbit)14:24
+ paperManu (~paperManu@204.48.0.160)14:37
+ voltaire28 (~jlafon@28.162.2.93.rev.sfr.net)15:34
- voltaire28 (QUIT: Ping timeout: 244 seconds) (~jlafon@28.162.2.93.rev.sfr.net)16:16
- laumann (QUIT: Remote host closed the connection) (31d44fbb95@gentoo/developer/laumann)16:21
+ laumann (31d44fbb95@2a03:6000:1812:100::24d)16:21
- laumann (QUIT: Changing host) (31d44fbb95@2a03:6000:1812:100::24d)16:24
+ laumann (31d44fbb95@gentoo/developer/laumann)16:24
+ voltaire28 (~jlafon@28.162.2.93.rev.sfr.net)16:24
- brennen (QUIT: Server closed connection) (~brennen@user/brennen)16:28
+ brennen (~brennen@user/brennen)16:29
- elb (QUIT: Server closed connection) (~elb@user/elb)16:42
+ elb (~elb@user/elb)16:42
- voltaire28 (QUIT: Ping timeout: 269 seconds) (~jlafon@28.162.2.93.rev.sfr.net)16:51
+ voltaire28 (~jlafon@28.162.2.93.rev.sfr.net)17:20
- voltaire28 (QUIT: Ping timeout: 248 seconds) (~jlafon@28.162.2.93.rev.sfr.net)17:37
- Gooberpatrol66 (QUIT: Quit: Konversation terminated!) (~Gooberpat@user/gooberpatrol66)18:06
+ voltaire28 (~jlafon@28.162.2.93.rev.sfr.net)18:25
- jogu (QUIT: Remote host closed the connection) (~jogu@user/jogu)18:46
+ jogu (~jogu@user/jogu)18:47
- jbmorley (QUIT: Remote host closed the connection) (~jbmorley@dhcp-72-253-8-30.hawaiiantel.net)18:49
- spew (QUIT: Read error: Connection reset by peer) (~spew@user/spew)19:54
+ spew (~spew@user/spew)20:02
+ Gooberpatrol66 (~Gooberpat@user/gooberpatrol66)20:03
+ wakest2 (~wakest2@2a02:3032:1d:9d3c:46c0:e18c:4567:c6d5)21:47
- voltaire28 (QUIT: Quit: WeeChat 4.6.3) (~jlafon@28.162.2.93.rev.sfr.net)22:09
- arminweigl (QUIT: Ping timeout: 276 seconds) (~arminweig@sourcehut/user/arminweigl)22:50
- wakest2 (QUIT: Read error: Connection reset by peer) (~wakest2@2a02:3032:1d:9d3c:46c0:e18c:4567:c6d5)22:54
+ wakest2 (~wakest2@2a02:3032:e7:2ae4:1c0c:a3d8:6d90:843f)22:54
joschminute: one disadvantage of having the patches in git branches is that it now becomes harder to change each commit as that would involve rewriting history and it becomes non-obvious when you see the diff of the diff: https://source.mnt.re/josch/linux/-/merge_requests/123:09
+ jbmorley (~jbmorley@dhcp-72-253-8-30.hawaiiantel.net)23:42

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!