| 01:12:07 | | BlueMaxima joins |
| 01:53:13 | <@hook54321> | https://www.cnbc.com/2021/02/18/dropbox-takes-400-million-charge-on-real-estate-as-it-goes-virtual.html |
| 02:01:29 | <@arkiver> | ouch... |
| 02:11:39 | <@kiska> | Time to contemplate a project :D |
| 02:14:46 | | taka quits [Ping timeout: 244 seconds] |
| 02:27:00 | | ragu_ is now authenticated as ragu |
| 03:08:25 | | ragu_ quits [Read error: Connection reset by peer] |
| 03:09:10 | | ragu_ joins |
| 03:16:59 | | ThreeHeadedMonkey quits [Ping timeout: 260 seconds] |
| 03:18:41 | | ThreeHeadedMonkey (ThreeHeadedMonkey) joins |
| 03:25:53 | | HP_Archivist (HP_Archivist) joins |
| 03:43:05 | | ragu_ is now authenticated as ragu |
| 04:18:14 | | Mineroboter_ joins |
| 04:18:49 | | Mineroboter quits [Ping timeout: 260 seconds] |
| 04:33:25 | | DogsRNice quits [Read error: Connection reset by peer] |
| 04:49:11 | | qw3rty__ joins |
| 04:52:39 | | qw3rty_ quits [Ping timeout: 260 seconds] |
| 05:11:09 | | etnguyen03 quits [Client Quit] |
| 05:40:01 | | divi__ (divi) joins |
| 06:03:07 | | onetruth quits [Ping timeout: 264 seconds] |
| 06:10:52 | | onetruth joins |
| 06:24:43 | | onetruth quits [Ping timeout: 264 seconds] |
| 06:26:04 | | nerdguy1138 quits [Read error: Connection reset by peer] |
| 06:26:31 | | nerdguy1138 (nerdguy1138) joins |
| 06:26:53 | | Doranwen quits [Remote host closed the connection] |
| 06:27:14 | | Doranwen (Doranwen) joins |
| 06:37:22 | | taka joins |
| 06:37:49 | | taka is now authenticated as taka |
| 06:41:25 | <OrIdow6> | So I intend to finish the Niconino (removing some data March 1) script within the next hour or so |
| 06:41:43 | <OrIdow6> | But this will have to wait for ark iver for dictionary setup, because it's mostly text data |
| 06:43:21 | <OrIdow6> | I have not done multi-item, because it's a puzzle to write those, and instead am going with ranges of IDs |
| 07:02:20 | | divi__ is now known as divi |
| 07:03:35 | | divi quits [Client Quit] |
| 07:41:14 | | Mineroboter_ quits [Ping timeout: 260 seconds] |
| 07:41:57 | | Mineroboter joins |
| 07:59:00 | <purplebot> | Fotolog.com edited by Hook54321 (-13, shut down a couple of years ago) just now -- https://www.archiveteam.org/?diff=46345&oldid=29404 |
| 07:59:40 | | hooway joins |
| 08:08:46 | | BlueMaxima quits [Read error: Connection reset by peer] |
| 08:12:08 | | LeGoupil joins |
| 08:14:05 | | Arcorann_ joins |
| 08:56:04 | | mutantmonkey quits [Remote host closed the connection] |
| 08:56:42 | | mutantmonkey (mutantmonkey) joins |
| 08:57:18 | | sliccricc quits [Remote host closed the connection] |
| 08:57:50 | | sliccricc (sliccricc) joins |
| 09:07:36 | <OrIdow6> | arkiver: Do you know if there's a way for wget-lua to keep the headers you give it after the first request? |
| 09:09:07 | | sliccricc quits [Remote host closed the connection] |
| 09:09:22 | <OrIdow6> | My goal here is Content-Type: text/plain, as the main Niconino comments API endpoint doesn't take application/x-www-form-urlencoded |
| 09:09:26 | | sliccricc (sliccricc) joins |
| 09:09:59 | <OrIdow6> | And optionally (though it looks like this can also be controlled by a cookie on this specific site) accept-language |
| 09:10:14 | <OrIdow6> | If you don't know of a way, I can use the trick from Mercurial |
| 09:11:06 | <OrIdow6> | Anyhow, I've done this for long enough today, I keep trying to write Python instead of Lua |
| 10:19:35 | | ragu__ joins |
| 10:22:55 | | ragu_ quits [Ping timeout: 264 seconds] |
| 10:28:20 | | ragu_ joins |
| 10:31:55 | | ragu__ quits [Ping timeout: 264 seconds] |
| 10:34:31 | | ragu_ is now authenticated as ragu |
| 10:34:55 | | LeGoupil quits [Ping timeout: 264 seconds] |
| 10:36:14 | | LeGoupil joins |
| 10:55:39 | | Matthww quits [Quit: The Lounge - https://thelounge.chat] |
| 11:02:40 | | sliccricc quits [Remote host closed the connection] |
| 11:02:59 | | sliccricc (sliccricc) joins |
| 11:17:34 | | Matthww joins |
| 11:31:10 | | LeGoupil quits [Client Quit] |
| 12:09:25 | | sliccricc quits [Remote host closed the connection] |
| 12:09:41 | | sliccricc (sliccricc) joins |
| 12:12:18 | | rolll quits [Read error: Connection reset by peer] |
| 12:12:18 | | VonGuard quits [Remote host closed the connection] |
| 12:12:18 | | @Fusl_ quits [Remote host closed the connection] |
| 12:13:16 | | VonGuard joins |
| 12:13:40 | | VonGuard quits [Remote host closed the connection] |
| 12:15:33 | | VonGuard joins |
| 12:16:58 | | rolll joins |
| 12:20:19 | | Fusl_ (Fusl) joins |
| 12:20:20 | | @ChanServ sets mode: +o Fusl_ |
| 12:28:09 | <@JAA> | OrIdow6: I'm pretty sure the --header options are supposed to be applied to all requests. That's why the Mercurial project needed that awkward workaround. |
| 12:30:00 | <OrIdow6> | JAA: Something in the Lua script seems to be stripping headers after the first request |
| 12:32:49 | <OrIdow6> | It looks like it happens whenever wget.callbacks.get_urls is defined |
| 12:34:00 | <OrIdow6> | And the issue (at least as I understood it) with Mercurial was that it needed to change headers in the middle of the script's execution |
| 12:34:35 | <OrIdow6> | Which is different from what needs to happen here |
| 13:35:23 | | Mateon2 joins |
| 13:37:18 | | Mateon1 quits [Ping timeout: 244 seconds] |
| 13:37:18 | | Mateon2 is now known as Mateon1 |
| 14:11:36 | | Jonboy3451 joins |
| 14:15:07 | | jonboy3452 quits [Ping timeout: 264 seconds] |
| 14:17:45 | | Arcorann_ quits [Ping timeout: 240 seconds] |
| 14:39:03 | | Hackerpcs quits [Client Quit] |
| 14:41:07 | | Hackerpcs (Hackerpcs) joins |
| 15:45:50 | | jtt123 quits [Quit: leaving] |
| 16:17:14 | | sec^nd quits [Remote host closed the connection] |
| 16:17:40 | | sec^nd (second) joins |
| 17:10:52 | | divi__ (divi) joins |
| 17:10:54 | | divi__ is now known as divi |
| 17:52:20 | <@JAA> | OrIdow6: Huh, if that's true, then that'd be a bug in the Lua hook implementation I think. It certainly shouldn't remove headers set by wget internally (like Host) or provided to the CLI unless you override them from Lua. |
| 17:52:48 | <@JAA> | The Mercurial project needed to set headers for particular requests, which wasn't supported by wget-at yet at the time. So that's why it used that hack. |
| 18:16:29 | | ThreeHeadedMonkey quits [Ping timeout: 260 seconds] |
| 18:18:06 | | ThreeHeadedMonkey (ThreeHeadedMonkey) joins |
| 18:27:34 | | ThreeHeadedMonkey quits [Ping timeout: 260 seconds] |
| 18:28:13 | | klg quits [Ping timeout: 252 seconds] |
| 18:29:30 | | ThreeHeadedMonkey (ThreeHeadedMonkey) joins |
| 18:33:21 | | klg (klg) joins |
| 18:58:28 | | rewby quits [Ping timeout: 252 seconds] |
| 18:58:41 | | rewby (rewby) joins |
| 19:01:13 | | VerifiedJ quits [Quit: The Lounge - https://thelounge.chat] |
| 19:03:02 | | VerifiedJ (VerifiedJ) joins |
| 19:09:02 | | LeGoupil joins |
| 19:28:55 | | ThreeHeadedMonkey quits [Ping timeout: 264 seconds] |
| 19:29:54 | | ThreeHeadedMonkey (ThreeHeadedMonkey) joins |
| 19:33:07 | | rewby quits [Ping timeout: 264 seconds] |
| 19:33:19 | | rewby (rewby) joins |
| 19:33:43 | | mutantmonkey quits [Ping timeout: 264 seconds] |
| 19:34:05 | | mutantmonkey (mutantmonkey) joins |
| 19:34:12 | | ThreeHeadedMonkey quits [Client Quit] |
| 19:36:16 | | Larsenv quits [Read error: Connection reset by peer] |
| 19:38:32 | | benjins quits [Read error: Connection reset by peer] |
| 19:40:15 | | benjins joins |
| 19:49:39 | | THMonkey joins |
| 19:56:10 | | HackMii quits [Remote host closed the connection] |
| 19:57:22 | | HackMii (hacktheplanet) joins |
| 19:57:36 | | prebala-publici joins |
| 20:07:38 | | prebala-publici quits [Client Quit] |
| 20:09:33 | | LeGoupil quits [Client Quit] |
| 20:29:37 | | divi quits [Client Quit] |
| 20:36:00 | <purplebot> | 800notes edited by Hook54321 (-116) just now -- https://www.archiveteam.org/?diff=46346&oldid=24620 |
| 20:38:44 | | spirit joins |
| 21:15:38 | | spirit quits [Client Quit] |
| 21:39:30 | | DogsRNice (Webuser299) joins |
| 21:52:55 | | BlueMaxima joins |
| 22:37:55 | | klg quits [Ping timeout: 264 seconds] |
| 22:58:14 | | aleph quits [Ping timeout: 260 seconds] |
| 23:06:32 | | aleph joins |
| 23:08:19 | | klg (klg) joins |
| 23:09:07 | | Doranwen quits [Ping timeout: 264 seconds] |
| 23:09:57 | | OrIdow6^2 (OrIdow6) joins |
| 23:11:31 | | OrIdow6 quits [Ping timeout: 264 seconds] |
| 23:13:15 | | OrIdow6 (OrIdow6) joins |
| 23:13:36 | | Doranwen (Doranwen) joins |
| 23:14:34 | | OrIdow6^2 quits [Ping timeout: 260 seconds] |
| 23:26:10 | <fuzzy8021> | is there an updated dnsmasq available? the one on warcforceone evidently has a vulnerability |
| 23:27:04 | <fuzzy8021> | dnsmasq docker container (if that wasnt obvious) :) |
| 23:32:14 | | Arcorann_ joins |
| 23:52:19 | | klg quits [Ping timeout: 264 seconds] |