2021-09-10 21:23:18 pokechu22 Since Minecraft (JE) uses TCP, packets can't get lost; TCP makes sure every packet is received, in the order it was sent. 2021-09-10 21:23:43 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Ping timeout: 265 seconds) 2021-09-10 21:23:47 pokechu22 I think the client silently ignores movement packets for entities it's not aware of, but it might log a warning. There isn't a mechanism for the client to tell the server that it's missing an entity. 2021-09-10 22:10:35 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-10 22:36:46 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-10 22:55:19 <-- Gieted44 (~Gieted@89-79-178-22.dynamic.chello.pl) a quitté (Quit: Client closed) 2021-09-10 23:19:37 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Ping timeout: 252 seconds) 2021-09-10 23:30:33 --> ZacSharp29 (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-10 23:34:11 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-11 00:05:34 -- ZacSharp29 est maintenant connu sous le nom ZacSharp 2021-09-11 04:19:13 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-11 04:32:33 --> rymiel (~rymiel@arch-houju.rymiel.space) a rejoint #mcdevs 2021-09-11 04:36:43 --> dexter0_ (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-09-11 04:37:05 <-- dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a quitté (Ping timeout: 252 seconds) 2021-09-11 04:37:40 -- dexter0_ est maintenant connu sous le nom dexter0 2021-09-11 05:17:44 <-- rymiel (~rymiel@arch-houju.rymiel.space) a quitté (Quit: quit) 2021-09-11 05:20:57 --> rymiel (~rymiel@arch-houju.rymiel.space) a rejoint #mcdevs 2021-09-11 09:19:56 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-11 15:41:04 bixilon pokechu22: Correct, the server is sometimes sending movement packets for "invalid" entities. It is straight ignoring them 2021-09-11 21:26:35 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-11 23:19:34 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Ping timeout: 265 seconds) 2021-09-11 23:30:32 --> ZacSharp58 (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-11 23:34:05 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-11 23:44:41 -- ZacSharp58 est maintenant connu sous le nom ZacSharp 2021-09-12 00:30:18 ZacSharp How do I properly make the player rightclick? 2021-09-12 00:30:19 ZacSharp I have tried playerController.processRightClick as well as sending tryUseItem packets and it works for instant-use items like throwables, but not for continuos actions like eating. 2021-09-12 00:31:43 ZacSharp Weirdly it does work as long as the chat gui is open. 2021-09-12 00:32:13 bixilon ItemUsePacket? 2021-09-12 00:32:32 bixilon also fon't foregt to send ArmSwigPackets 2021-09-12 00:33:02 bixilon Or a BlockPlacePacket 2021-09-12 00:33:12 bixilon depends on what you are doing 2021-09-12 00:34:00 bixilon Eating is done via the digging packet 2021-09-12 00:37:06 ZacSharp Eat with a digging packet, awesome naming. But why does item use eat when chat is open? And is there a way without sending packets directly? Ideally I don't want to force a specific action, just a right click as if the player had done it. 2021-09-12 00:37:30 ZacSharp I just want to force down the mouse button without weird F3+T trickery 2021-09-12 00:38:02 ZacSharp and in the end it is to eat food, so if it force a specific action I want eating 2021-09-12 02:12:50 ZacSharp Well, eating with a CPlayerDiggingPacket did not work 2021-09-12 02:13:20 pokechu22 Pretty sure eating uses a place block packet since it's a right-click action 2021-09-12 02:13:40 pokechu22 Though it might be more complicated 2021-09-12 02:13:44 ZacSharp there's a difference between TryUseItem and TryUseItem on block 2021-09-12 02:13:57 ZacSharp using TryUseItem only activates things like snowballs 2021-09-12 02:14:21 ZacSharp but only works like holding the mouse button down while chat is open 2021-09-12 02:15:36 ZacSharp Is there some way to just tell mc the use-keybind is pressed? 2021-09-12 03:47:59 ZacSharp `Minecraft.getInstance().gameSettings.keyBindUseItem.setPressed(true);` also doesn't work without some GUI open 2021-09-12 03:59:34 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-12 10:12:11 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-12 18:25:46 <-- snep (craftxbox@2001:bc8:654:1c02::1) a quitté (Ping timeout: 240 seconds) 2021-09-12 18:28:22 --> craftxbox (craftxbox@natsuko.ninja) a rejoint #mcdevs 2021-09-12 18:41:40 <-- craftxbox (craftxbox@natsuko.ninja) a quitté (Ping timeout: 252 seconds) 2021-09-12 18:43:27 --> craftxbox (craftxbox@natsuko.ninja) a rejoint #mcdevs 2021-09-12 21:27:04 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-12 21:46:31 <-- NoahvdAa (~NoahvdAa@user/noahvdaa) a quitté (Remote host closed the connection) 2021-09-12 21:48:13 --> NoahvdAa (~NoahvdAa@user/noahvdaa) a rejoint #mcdevs 2021-09-12 23:19:01 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Ping timeout: 252 seconds) 2021-09-12 23:34:33 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-12 23:36:58 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-13 00:24:26 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-13 01:59:32 <-- pokechu22 (~pokechu22@user/pokechu22) a quitté (Ping timeout: 252 seconds) 2021-09-13 02:13:17 --> pokechu22 (~pokechu22@user/pokechu22) a rejoint #mcdevs 2021-09-13 06:06:05 <-- AgentK (~AgentK@user/agentk) a quitté (*.net *.split) 2021-09-13 06:06:05 <-- ammar2 (admin@i.diddled.with.the.opers.so.they.klined.me) a quitté (*.net *.split) 2021-09-13 06:06:05 <-- Fador (~fador@hentai.fi) a quitté (*.net *.split) 2021-09-13 06:06:05 <-- Proximyst (~Proximyst@baldr.proximyst.com) a quitté (*.net *.split) 2021-09-13 06:06:05 <-- killme (~killmePI@2a02-a45e-7b10-1-ca0a-a9ff-feef-5c4a.fixed6.kpn.net) a quitté (*.net *.split) 2021-09-13 06:06:19 --> Fador (fador@hentai.fi) a rejoint #mcdevs 2021-09-13 06:06:19 --> killme (~killmePI@2a02-a45e-7b10-1-ca0a-a9ff-feef-5c4a.fixed6.kpn.net) a rejoint #mcdevs 2021-09-13 06:06:36 --> Proximyst (~Proximyst@baldr.proximyst.com) a rejoint #mcdevs 2021-09-13 06:06:36 --> AgentK_ (~AgentK@user/agentk) a rejoint #mcdevs 2021-09-13 06:08:00 --> ammar2 (admin@i.diddled.with.the.opers.so.they.klined.me) a rejoint #mcdevs 2021-09-13 06:19:13 -- irc : déconnecté du serveur 2021-09-13 06:19:36 --> rom1504 (rom1504@rom1504.fr) a rejoint #mcdevs 2021-09-13 06:19:36 -- Le titre pour #mcdevs est "A haunt for developers working on projects related to Minecraft | Website & Rules: http://wiki.vg/MCDevs/rules | Wiki: http://wiki.vg | Channel is publicly logged as of Feb.25/13 https://logs.rom1504.fr/" 2021-09-13 06:19:36 -- Titre défini par TkTech le mer., 19 mai 2021 23:14:27 2021-09-13 06:19:36 -- Canal #mcdevs : 70 pseudos (1 op, 0 voice, 69 normaux) 2021-09-13 06:19:45 --> ecx (~user@2604:180:0:39a::be86) a rejoint #mcdevs 2021-09-13 06:19:52 -- bigfoot547 est maintenant connu sous le nom \ 2021-09-13 06:19:53 <-- ecx (~user@2604:180:0:39a::be86) a quitté (Signing in (ecx)) 2021-09-13 06:19:53 --> ecx (~user@user/ecx) a rejoint #mcdevs 2021-09-13 06:19:54 -- URL pour #mcdevs : https://wiki.vg 2021-09-13 06:19:58 -- Canal créé le mer., 19 mai 2021 16:40:13 2021-09-13 06:20:04 --> nickelpro (~nickelpro@i.am.the.only.nickelp.ro) a rejoint #mcdevs 2021-09-13 06:21:53 --> _tjr_ (~tjr@233.ip-144-217-92.net) a rejoint #mcdevs 2021-09-13 06:27:13 --> hplaptop[m] (~hplaptopm@2001:470:69fc:105::ee1b) a rejoint #mcdevs 2021-09-13 06:27:29 --> ashka (~ashka@user/ashka) a rejoint #mcdevs 2021-09-13 06:31:58 --> Lumi (~luminofla@2001:470:69fc:105::506) a rejoint #mcdevs 2021-09-13 08:37:12 <-- dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a quitté (Ping timeout: 265 seconds) 2021-09-13 08:37:17 --> dexter0_ (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-09-13 08:38:08 -- dexter0_ est maintenant connu sous le nom dexter0 2021-09-13 12:22:03 <-- daswf852 (~daswf852@user/daswf852) a quitté (Ping timeout: 250 seconds) 2021-09-13 12:22:33 --> daswf852 (~daswf852@user/daswf852) a rejoint #mcdevs 2021-09-13 16:34:07 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-13 21:38:04 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-13 22:41:27 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Remote host closed the connection) 2021-09-13 23:28:47 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-13 23:29:12 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-14 00:15:46 --> redkane (~redkane@205.167.46.159) a rejoint #mcdevs 2021-09-14 00:17:16 <-- redkane (~redkane@205.167.46.159) a quitté (Remote host closed the connection) 2021-09-14 00:20:13 --> redkane (~redkane@205.167.46.159) a rejoint #mcdevs 2021-09-14 00:23:25 <-- redkane (~redkane@205.167.46.159) a quitté (Remote host closed the connection) 2021-09-14 00:52:06 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-14 01:23:42 <-- daswf852 (~daswf852@user/daswf852) a quitté (Ping timeout: 268 seconds) 2021-09-14 01:35:31 --> daswf852 (~daswf852@user/daswf852) a rejoint #mcdevs 2021-09-14 07:00:41 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-0584-1b96-6b00-1c8b.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 07:02:52 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-0584-1b96-6b00-1c8b.res6.spectrum.com) a quitté (Read error: Connection reset by peer) 2021-09-14 07:03:13 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-0584-1b96-6b00-1c8b.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 07:05:44 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-0584-1b96-6b00-1c8b.res6.spectrum.com) a quitté (Read error: Connection reset by peer) 2021-09-14 07:19:14 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-0584-1b96-6b00-1c8b.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 07:19:14 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-0584-1b96-6b00-1c8b.res6.spectrum.com) a quitté (Read error: Connection reset by peer) 2021-09-14 07:32:54 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-0584-1b96-6b00-1c8b.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 07:32:54 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-0584-1b96-6b00-1c8b.res6.spectrum.com) a quitté (Read error: Connection reset by peer) 2021-09-14 07:48:38 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-0584-1b96-6b00-1c8b.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 07:50:42 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-0584-1b96-6b00-1c8b.res6.spectrum.com) a quitté (Read error: Connection reset by peer) 2021-09-14 10:03:40 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-0584-1b96-6b00-1c8b.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 10:04:54 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-0584-1b96-6b00-1c8b.res6.spectrum.com) a quitté (Client Quit) 2021-09-14 13:21:19 --> ndelta0 (~ndelta0@94-172-123-136.dynamic.chello.pl) a rejoint #mcdevs 2021-09-14 14:12:41 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-0584-1b96-6b00-1c8b.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 14:14:46 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-0584-1b96-6b00-1c8b.res6.spectrum.com) a quitté (Read error: Connection reset by peer) 2021-09-14 14:26:12 --> Jakobg1215 (~Jakobg121@2607:fb90:d22a:4d78:cf23:3530:dfc2:501e) a rejoint #mcdevs 2021-09-14 14:45:06 <-- Jakobg1215 (~Jakobg121@2607:fb90:d22a:4d78:cf23:3530:dfc2:501e) a quitté (Ping timeout: 260 seconds) 2021-09-14 14:46:01 --> Jakobg1215 (~Jakobg121@216.56.81.229) a rejoint #mcdevs 2021-09-14 15:08:04 <-- Jakobg1215 (~Jakobg121@216.56.81.229) a quitté (Ping timeout: 265 seconds) 2021-09-14 15:13:04 --> Jakobg1215 (~Jakobg121@2607:fb90:d22a:4d78:c00b:771c:1a12:14c3) a rejoint #mcdevs 2021-09-14 15:41:06 <-- Jakobg1215 (~Jakobg121@2607:fb90:d22a:4d78:c00b:771c:1a12:14c3) a quitté (Ping timeout: 260 seconds) 2021-09-14 15:41:30 --> Jakobg1215 (~Jakobg121@216.56.81.229) a rejoint #mcdevs 2021-09-14 15:57:05 <-- Jakobg1215 (~Jakobg121@216.56.81.229) a quitté (Quit: Quit) 2021-09-14 16:32:21 --> Jakobg1215 (~Jakobg121@216.56.81.229) a rejoint #mcdevs 2021-09-14 16:51:11 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-14 16:51:25 <-- Jakobg1215 (~Jakobg121@216.56.81.229) a quitté (Remote host closed the connection) 2021-09-14 17:11:39 --> Jakobg1215 (~Jakobg121@216.56.81.229) a rejoint #mcdevs 2021-09-14 17:30:40 <-- Jakobg1215 (~Jakobg121@216.56.81.229) a quitté (Ping timeout: 240 seconds) 2021-09-14 17:31:15 --> Jakobg1215 (~Jakobg121@2607:fb90:d22a:4d78:d5c7:d388:7cf:96b7) a rejoint #mcdevs 2021-09-14 17:48:55 <-- Jakobg1215 (~Jakobg121@2607:fb90:d22a:4d78:d5c7:d388:7cf:96b7) a quitté (Ping timeout: 268 seconds) 2021-09-14 17:49:07 --> Jakobg1215 (~Jakobg121@216.56.81.229) a rejoint #mcdevs 2021-09-14 17:56:00 <-- Jakobg1215 (~Jakobg121@216.56.81.229) a quitté (Read error: Connection reset by peer) 2021-09-14 17:57:04 --> Jakobg1215 (~Jakobg121@216.56.81.229) a rejoint #mcdevs 2021-09-14 18:18:44 <-- Jakobg1215 (~Jakobg121@216.56.81.229) a quitté (Ping timeout: 268 seconds) 2021-09-14 18:22:01 --> Jakobg1215 (~Jakobg121@2607:fb90:6c29:9bea:65c5:2c40:c4ea:6828) a rejoint #mcdevs 2021-09-14 18:40:56 <-- Jakobg1215 (~Jakobg121@2607:fb90:6c29:9bea:65c5:2c40:c4ea:6828) a quitté (Ping timeout: 268 seconds) 2021-09-14 18:46:17 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 18:46:53 Jakobg1215 Hello. 2021-09-14 19:04:24 -- craftxbox est maintenant connu sous le nom snep 2021-09-14 19:10:36 Jakobg1215 I need some help with understanding the encryption and decryption of packets. Like what encryption they use? 2021-09-14 19:12:27 Jakobg1215 Also does compression come before or after encryption? 2021-09-14 19:23:39 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 19:24:27 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 19:26:07 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 19:26:24 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 19:28:04 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 19:28:20 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 19:30:01 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 19:30:17 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 19:30:19 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 19:31:13 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 19:31:16 pokechu22 The encryption mechanism is described here: https://wiki.vg/Protocol_Encryption#Symmetric_Encryption - I don't know much more beyond that. I think packets are compressed and then encrypted, and similarly packets are decrypted and then decompressed. 2021-09-14 19:32:56 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 19:33:13 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 19:34:54 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 19:35:45 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 19:35:46 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 19:36:41 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 19:38:22 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 19:38:39 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 19:40:19 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 19:41:10 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 19:42:51 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 19:43:43 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 19:45:23 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 19:47:27 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 19:48:17 Jakobg1215 Is this the correct why to implement it? https://gist.github.com/Jakobg1215/2990f9b95fd46445dff1ada2e691a5fc 2021-09-14 19:53:55 pokechu22 That looks reasonable, but I'm not familiar with JS so I can't say for sure 2021-09-14 19:53:57 Fador https://github.com/Mineserver/mineserver.js/blob/master/lib/client.js#L289 not sure if it has changed after I implemented this but it used to be 'aes-128-cfb8' 2021-09-14 19:55:36 Jakobg1215 i will try cftb8 2021-09-14 19:57:22 Jakobg1215 it worked 2021-09-14 19:57:35 Jakobg1215 thank you for the hellp 2021-09-14 19:57:44 Fador you're welcome =) 2021-09-14 20:04:31 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:04:48 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:06:29 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:06:46 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:06:46 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:07:42 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:09:22 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:10:13 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:11:54 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:12:10 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:12:11 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:13:06 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:14:47 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:15:03 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:15:04 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:15:59 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:17:40 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:18:52 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:20:33 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:20:50 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:22:30 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:23:03 --> redkane (~redkane@c-24-4-108-100.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-09-14 20:23:22 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:23:22 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:24:17 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:25:09 <-- redkane (~redkane@c-24-4-108-100.hsd1.ca.comcast.net) a quitté (Client Quit) 2021-09-14 20:26:14 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:26:55 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:28:36 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:29:28 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:31:08 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:31:24 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:31:25 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:32:20 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:34:01 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:34:17 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:35:58 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:36:50 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:38:30 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:39:22 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:41:02 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:42:15 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:43:55 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:44:12 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:45:52 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:46:44 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:48:25 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-4d08-1f8f-e3d9-d299.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:48:50 --> Jakobg1215 (~Jakobg121@cpe-65-30-41-135.wi.res.rr.com) a rejoint #mcdevs 2021-09-14 20:50:31 <-- Jakobg1215 (~Jakobg121@cpe-65-30-41-135.wi.res.rr.com) a quitté (Remote host closed the connection) 2021-09-14 20:50:48 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:52:29 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:52:50 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-14 20:53:25 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:55:05 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:55:25 --> zelozelos (~zelozelos@071-085-253-047.res.spectrum.com) a rejoint #mcdevs 2021-09-14 20:55:56 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:57:37 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 20:57:53 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 20:59:34 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:00:25 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:02:06 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:02:57 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:04:38 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:04:55 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:06:35 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:06:51 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:08:32 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:08:49 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:08:49 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:09:44 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:11:25 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:11:41 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:11:42 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:12:38 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:14:18 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:15:30 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:17:11 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:17:28 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:17:28 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:18:24 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:19:47 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:20:10 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:21:51 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:22:08 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:22:08 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:23:04 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:24:44 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:25:01 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:26:41 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:26:57 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:26:58 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:27:53 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:27:54 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:28:50 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:30:21 <-- zelozelos (~zelozelos@071-085-253-047.res.spectrum.com) a quitté (Quit: ZēlōZēlôs) 2021-09-14 21:30:50 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:31:23 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:33:04 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:33:55 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:35:36 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:36:28 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:38:08 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:39:00 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:40:40 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:40:57 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:40:57 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:41:52 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:43:33 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:43:49 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:45:30 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:46:22 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:48:02 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:48:19 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:49:59 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:50:15 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:51:56 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:52:12 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:53:53 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:54:10 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:54:10 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:55:05 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:56:46 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:57:37 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 21:59:18 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 21:59:34 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:01:15 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:01:32 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:03:12 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:04:04 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:04:04 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:04:59 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:06:40 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:07:31 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:09:12 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:09:28 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:11:09 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:11:25 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:13:06 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:13:58 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:14:18 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:15:00 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:16:40 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:16:56 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:19:00 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:19:33 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:21:13 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:22:05 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:23:45 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:24:44 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:26:25 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:27:17 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:28:57 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:29:13 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:30:54 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:31:10 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:32:51 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:33:07 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:34:48 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:35:40 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:37:20 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:37:36 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:39:17 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:40:08 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:41:49 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:42:41 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:44:21 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 22:45:12 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a rejoint #mcdevs 2021-09-14 22:46:15 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8016-fc64-445b-28b6.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-14 23:10:48 <-- gbear605 (~gbear605@user/gbear605) a quitté (Quit: ZNC 1.7.4+deb0+bionic0 - https://znc.in) 2021-09-14 23:11:13 --> gbear605 (~gbear605@user/gbear605) a rejoint #mcdevs 2021-09-14 23:12:49 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Remote host closed the connection) 2021-09-14 23:30:26 --> ZacSharp1 (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-14 23:33:48 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-14 23:35:23 <-- ndelta0 (~ndelta0@94-172-123-136.dynamic.chello.pl) a quitté (Read error: Connection reset by peer) 2021-09-15 00:00:42 <-- dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a quitté (Ping timeout: 265 seconds) 2021-09-15 00:05:41 --> dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-09-15 00:58:00 <-- ZacSharp1 (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp1) 2021-09-15 04:03:47 <-- deltab (~deltab@user/deltab) a quitté (Ping timeout: 240 seconds) 2021-09-15 04:13:30 --> deltab (~deltab@user/deltab) a rejoint #mcdevs 2021-09-15 06:04:10 <-- xlei (znc@pool-68-129-84-118.nycmny.fios.verizon.net) a quitté (Ping timeout: 240 seconds) 2021-09-15 06:15:46 <-- deltab (~deltab@user/deltab) a quitté (Ping timeout: 265 seconds) 2021-09-15 06:26:20 --> deltab (~deltab@user/deltab) a rejoint #mcdevs 2021-09-15 06:49:06 --> xlei (akans@pool-68-129-84-118.nycmny.fios.verizon.net) a rejoint #mcdevs 2021-09-15 06:59:05 <-- daswf852 (~daswf852@user/daswf852) a quitté (Ping timeout: 268 seconds) 2021-09-15 07:03:58 <-- mbaxter (mbaxter@bnc.io) a quitté (Quit: Meow) 2021-09-15 07:13:43 --> mbaxter (mbaxter@bnc.io) a rejoint #mcdevs 2021-09-15 07:24:22 <-- nickelpro (~nickelpro@i.am.the.only.nickelp.ro) a quitté (Ping timeout: 252 seconds) 2021-09-15 07:31:47 --> daswf852 (~daswf852@user/daswf852) a rejoint #mcdevs 2021-09-15 08:10:19 <-- xlei (akans@pool-68-129-84-118.nycmny.fios.verizon.net) a quitté (Ping timeout: 265 seconds) 2021-09-15 10:03:18 --> ndelta0 (~ndelta0@94-172-123-136.dynamic.chello.pl) a rejoint #mcdevs 2021-09-15 10:47:39 <-- dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a quitté (Ping timeout: 268 seconds) 2021-09-15 11:13:10 <-- garet90 (~garet90@2601:681:4401:4310:2ef0:5dff:fe3d:f987) a quitté (Ping timeout: 252 seconds) 2021-09-15 11:14:58 --> garet90 (~garet90@2601:681:4401:4310:2ef0:5dff:fe3d:f987) a rejoint #mcdevs 2021-09-15 12:03:18 <-- SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a quitté (Ping timeout: 260 seconds) 2021-09-15 12:06:11 --> SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-09-15 12:51:05 --> stackotter (~stackotte@2001:8004:2060:8c0c:3179:14e4:d3d0:f1e8) a rejoint #mcdevs 2021-09-15 12:51:31 stackotter i think there's an issue with the section in Chunk Format about heightmaps 2021-09-15 12:51:53 stackotter it says that each long is padded with one zero on the right but it's actually one zero on the left 2021-09-15 12:52:14 stackotter and that means that each block in superflat is 4 not 2 (the article said no one knows why it's 2) 2021-09-15 12:53:17 stackotter the decoded numbers are the y pos of the highest block plus 1 as far as i can tell, this is because otherwise an empty column would have to have -1 but it's unsigned 2021-09-15 12:58:50 <-- stackotter (~stackotte@2001:8004:2060:8c0c:3179:14e4:d3d0:f1e8) a quitté (Ping timeout: 260 seconds) 2021-09-15 13:00:26 --> stackotter (~stackotte@2001:8004:2060:8c0c:cdbf:f1d8:4542:3d35) a rejoint #mcdevs 2021-09-15 13:07:43 --> _stackotter (~stackotte@2001:8004:2060:7503:58ab:cd3d:335e:df28) a rejoint #mcdevs 2021-09-15 13:08:10 <-- stackotter (~stackotte@2001:8004:2060:8c0c:cdbf:f1d8:4542:3d35) a quitté (Ping timeout: 260 seconds) 2021-09-15 13:18:40 <-- _stackotter (~stackotte@2001:8004:2060:7503:58ab:cd3d:335e:df28) a quitté (Quit: WeeChat 2.9) 2021-09-15 13:23:11 --> stackotter (~stackotte@14-202-184-174.tpgi.com.au) a rejoint #mcdevs 2021-09-15 13:52:15 --> xlei (akans@pool-68-129-84-118.nycmny.fios.verizon.net) a rejoint #mcdevs 2021-09-15 14:50:41 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-15 15:00:10 --> moin (~moin@p200300c23f2a577094938370e98a7b2f.dip0.t-ipconnect.de) a rejoint #mcdevs 2021-09-15 15:00:12 <-- moin (~moin@p200300c23f2a577094938370e98a7b2f.dip0.t-ipconnect.de) a quitté (Client Quit) 2021-09-15 15:00:29 --> moiner (~moiner@p200300c23f2a577094938370e98a7b2f.dip0.t-ipconnect.de) a rejoint #mcdevs 2021-09-15 15:11:02 <-- moiner (~moiner@p200300c23f2a577094938370e98a7b2f.dip0.t-ipconnect.de) a quitté (Quit: Client closed) 2021-09-15 17:06:36 --> dexter0 (~dexter0@c-69-181-126-161.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-09-15 18:50:02 Not [McUpdates] Minecraft snapshot 21w37a has just been published to the launcher! 2021-09-15 18:50:16 Not [McUpdates] Data generated by 21w37a: https://apimon.de/mcdata/21w37a/ 2021-09-15 18:59:45 Not [Burger] New data now avaliable for 21w37a: 2021-09-15 18:59:47 Not [Burger] Diff from 1.17.1: https://pokechu22.github.io/Burger/diff_1.17.1_21w37a.html (https://pokechu22.github.io/Burger/diff_1.17.1_21w37a.json) 2021-09-15 18:59:48 Not [Burger] Full data: https://pokechu22.github.io/Burger/21w37a.html (https://pokechu22.github.io/Burger/21w37a.json) 2021-09-15 19:29:29 bswartz Is that the first 1.18 snapshot? 2021-09-15 19:53:25 pokechu22 There's been the experimental snapshots, but I guess that's the first non-experimental one 2021-09-15 20:01:52 bswartz I thought the previous were "data packs" or some such weirdness 2021-09-15 20:08:56 pokechu22 There were datapacks too, but the experimental snapshots had actual code changes - you just needed to install them manually 2021-09-15 20:09:01 Not [Burger] New data now avaliable for 21w37a: 2021-09-15 20:09:03 Not [Burger] Diff from 1.18_experimental-snapshot-6: https://pokechu22.github.io/Burger/diff_1.18_experimental-snapshot-6_21w37a.html (https://pokechu22.github.io/Burger/diff_1.18_experimental-snapshot-6_21w37a.json) 2021-09-15 20:09:04 Not [Burger] Full data: https://pokechu22.github.io/Burger/21w37a.html (https://pokechu22.github.io/Burger/21w37a.json) 2021-09-15 20:09:20 pokechu22 (and burger needs to be manually triggered for them) 2021-09-15 20:10:45 ndelta0 There you have it, 1.18 snapshot 2021-09-15 20:15:05 bixilon pokechu22: Can you generate a diff from 1.17.1 and 21w37a? 2021-09-15 20:15:24 pokechu22 Yes, it was automatically generated :P 2021-09-15 21:20:52 <-- pokechu22 (~pokechu22@user/pokechu22) a quitté (Ping timeout: 252 seconds) 2021-09-15 21:39:57 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-15 22:45:58 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Remote host closed the connection) 2021-09-15 23:30:03 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: Client closed) 2021-09-15 23:30:21 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-16 00:14:46 <-- stackotter (~stackotte@14-202-184-174.tpgi.com.au) a quitté (Quit: WeeChat 2.9) 2021-09-16 00:16:10 <-- ndelta0 (~ndelta0@94-172-123-136.dynamic.chello.pl) a quitté (Ping timeout: 240 seconds) 2021-09-16 00:42:44 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: Client closed) 2021-09-16 00:43:03 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-16 00:55:08 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-16 01:29:56 --> pokechu22 (~pokechu22@user/pokechu22) a rejoint #mcdevs 2021-09-16 03:20:37 <-- daswf852 (~daswf852@user/daswf852) a quitté (Ping timeout: 252 seconds) 2021-09-16 03:42:37 <-- dexter0 (~dexter0@c-69-181-126-161.hsd1.ca.comcast.net) a quitté (Ping timeout: 252 seconds) 2021-09-16 03:47:49 --> dexter0 (~dexter0@c-69-181-126-161.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-09-16 04:17:29 --> Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8cf2-5706-d636-7278.res6.spectrum.com) a rejoint #mcdevs 2021-09-16 05:03:12 <-- Jakobg1215 (~Jakobg121@2603-6000-ca40-01e7-8cf2-5706-d636-7278.res6.spectrum.com) a quitté (Remote host closed the connection) 2021-09-16 07:17:58 <-- mbaxter (mbaxter@bnc.io) a quitté (Ping timeout: 265 seconds) 2021-09-16 07:32:07 --> daswf852 (~daswf852@user/daswf852) a rejoint #mcdevs 2021-09-16 09:40:28 --> ndelta0 (~ndelta0@94-172-123-136.dynamic.chello.pl) a rejoint #mcdevs 2021-09-16 14:57:19 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-16 21:25:13 <-- rymiel (~rymiel@arch-houju.rymiel.space) a quitté (Quit: quit) 2021-09-16 21:25:41 --> rymiel (~rymiel@arch-houju.rymiel.space) a rejoint #mcdevs 2021-09-16 21:29:40 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-16 22:32:10 --> mbaxter (mbaxter@bnc.io) a rejoint #mcdevs 2021-09-16 22:47:02 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Quit: Leaving) 2021-09-16 23:30:39 --> ZacSharp65 (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-16 23:34:10 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-17 00:31:12 <-- ZacSharp65 (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp65) 2021-09-17 00:48:10 <-- ndelta0 (~ndelta0@94-172-123-136.dynamic.chello.pl) a quitté (Read error: Connection reset by peer) 2021-09-17 02:32:55 --> bigibas123[m] (~bigibas12@user/bigibas123) a rejoint #mcdevs 2021-09-17 04:38:48 <-- pokechu22 (~pokechu22@user/pokechu22) a quitté (Ping timeout: 265 seconds) 2021-09-17 06:09:53 --> pokechu22 (~pokechu22@user/pokechu22) a rejoint #mcdevs 2021-09-17 10:11:16 <-- rymiel (~rymiel@arch-houju.rymiel.space) a quitté (Quit: quit) 2021-09-17 10:12:01 --> rymiel (~rymiel@arch-houju.rymiel.space) a rejoint #mcdevs 2021-09-17 11:33:35 --> stackotter (~stackotte@14-202-184-174.tpgi.com.au) a rejoint #mcdevs 2021-09-17 11:34:35 stackotter i'm trying to implement microsoft authentication in my client and no matter what i do it just keeps saying i'm a child, i've tried with both my own azure application id and the minecraft launcher one, and for both it's saying i'm a child and need to be added to a family 2021-09-17 11:35:12 stackotter which doesn't happen when trying to log into my account in the official launcher of course 2021-09-17 11:37:01 stackotter i've tried the auth flow listed on wiki.vg, and i've tried using a proxy to figure out what auth flow the launcher is performing. but there are a few things i can't figure out for the launcher's flow, specifically; i can't figure out how it is generating the Signature header it sends with certain requests (and i get a 403 if i don't have the Signature header) 2021-09-17 11:39:16 stackotter is there an official way to be implementing microsoft auth / fixing this child issue? (maybe enabling a certain feature for my azure application that says it's 'safe for children'?? don't think that exists though)) 2021-09-17 12:53:15 stackotter any idea where the microsoft authentication flow information on wiki.vg came from? is it just from an older launcher or something? 2021-09-17 13:16:03 --> ndelta0 (~ndelta0@94-172-123-136.dynamic.chello.pl) a rejoint #mcdevs 2021-09-17 13:21:58 <-- wizards (~guest@user/wizards) a quitté (Ping timeout: 260 seconds) 2021-09-17 13:23:45 --> wizards (~guest@user/wizards) a rejoint #mcdevs 2021-09-17 13:38:06 <-- stackotter (~stackotte@14-202-184-174.tpgi.com.au) a quitté (Quit: WeeChat 2.9) 2021-09-17 14:14:48 --> camotoy_ (~camotoy@66.211.206.59) a rejoint #mcdevs 2021-09-17 14:46:50 <-- camotoy_ (~camotoy@66.211.206.59) a quitté (Ping timeout: 265 seconds) 2021-09-17 15:25:52 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-17 16:12:38 pitust[m] use a non-child acclunt 2021-09-17 16:12:39 pitust[m] s/acclunt/account/ 2021-09-17 17:54:32 --> camotoy_ (~camotoy@66.211.206.78) a rejoint #mcdevs 2021-09-17 18:05:19 <-- camotoy_ (~camotoy@66.211.206.78) a quitté (Ping timeout: 268 seconds) 2021-09-17 19:25:25 <-- ndelta0 (~ndelta0@94-172-123-136.dynamic.chello.pl) a quitté (Read error: Connection reset by peer) 2021-09-17 20:14:34 wizards wiki.vg mentions that the child error doesn't happen when using the official launcher's client id 2021-09-17 21:03:21 <-- wizards (~guest@user/wizards) a quitté (Ping timeout: 265 seconds) 2021-09-17 21:04:57 --> wizards (~guest@user/wizards) a rejoint #mcdevs 2021-09-17 21:09:07 <-- wizards (~guest@user/wizards) a quitté (Ping timeout: 252 seconds) 2021-09-17 21:11:34 --> ndelta0 (~ndelta0@94-172-123-136.dynamic.chello.pl) a rejoint #mcdevs 2021-09-17 21:16:17 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-17 21:27:30 --> wizards (~guest@user/wizards) a rejoint #mcdevs 2021-09-17 21:31:49 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Ping timeout: 252 seconds) 2021-09-17 22:44:04 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-17 23:19:18 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Ping timeout: 260 seconds) 2021-09-17 23:30:39 --> ZacSharp81 (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-17 23:34:38 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-17 23:35:02 -- ZacSharp81 est maintenant connu sous le nom ZacSharp 2021-09-18 00:29:44 <-- deltab (~deltab@user/deltab) a quitté (Ping timeout: 265 seconds) 2021-09-18 00:31:07 --> deltab (~deltab@user/deltab) a rejoint #mcdevs 2021-09-18 00:46:59 <-- pokechu22 (~pokechu22@user/pokechu22) a quitté (Ping timeout: 268 seconds) 2021-09-18 00:50:50 --> pokechu22 (~pokechu22@user/pokechu22) a rejoint #mcdevs 2021-09-18 01:08:34 <-- ndelta0 (~ndelta0@94-172-123-136.dynamic.chello.pl) a quitté (Read error: Connection reset by peer) 2021-09-18 01:14:44 <-- pokechu22 (~pokechu22@user/pokechu22) a quitté (Ping timeout: 268 seconds) 2021-09-18 01:15:10 --> pokechu22 (~pokechu22@user/pokechu22) a rejoint #mcdevs 2021-09-18 01:21:55 <-- pokechu22 (~pokechu22@user/pokechu22) a quitté (Ping timeout: 268 seconds) 2021-09-18 01:22:21 --> pokechu22 (~pokechu22@user/pokechu22) a rejoint #mcdevs 2021-09-18 01:26:27 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-18 01:47:12 <-- pokechu22 (~pokechu22@user/pokechu22) a quitté (Ping timeout: 268 seconds) 2021-09-18 01:53:16 --> pokechu22 (~pokechu22@user/pokechu22) a rejoint #mcdevs 2021-09-18 01:59:45 <-- pokechu22 (~pokechu22@user/pokechu22) a quitté (Ping timeout: 268 seconds) 2021-09-18 02:00:11 --> pokechu22 (~pokechu22@user/pokechu22) a rejoint #mcdevs 2021-09-18 02:05:05 <-- pokechu22 (~pokechu22@user/pokechu22) a quitté (Ping timeout: 268 seconds) 2021-09-18 02:06:23 --> pokechu22 (~pokechu22@user/pokechu22) a rejoint #mcdevs 2021-09-18 02:26:13 <-- pokechu22 (~pokechu22@user/pokechu22) a quitté (Ping timeout: 265 seconds) 2021-09-18 03:02:27 --> pokechu22 (~pokechu22@user/pokechu22) a rejoint #mcdevs 2021-09-18 03:14:22 <-- pokechu22 (~pokechu22@user/pokechu22) a quitté (Ping timeout: 268 seconds) 2021-09-18 03:37:23 --> pokechu22 (~pokechu22@user/pokechu22) a rejoint #mcdevs 2021-09-18 04:24:38 <-- pokechu22 (~pokechu22@user/pokechu22) a quitté (Ping timeout: 265 seconds) 2021-09-18 04:33:22 --> pokechu22 (~pokechu22@user/pokechu22) a rejoint #mcdevs 2021-09-18 09:56:14 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-18 14:15:25 <-- wizards (~guest@user/wizards) a quitté (Ping timeout: 252 seconds) 2021-09-18 14:17:30 --> wizards (~guest@user/wizards) a rejoint #mcdevs 2021-09-18 21:27:05 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-18 23:05:11 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Quit: Leaving) 2021-09-18 23:30:34 --> ZacSharp93 (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-18 23:34:32 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-19 01:35:57 <-- spirit (~spirit@233.ip-144-217-92.net) a quitté (Quit: Leaving) 2021-09-19 01:36:00 --> spirit- (~spirit@233.ip-144-217-92.net) a rejoint #mcdevs 2021-09-19 01:42:28 -- ZacSharp93 est maintenant connu sous le nom ZacSharp 2021-09-19 01:59:25 <-- C4K3 (~C4K3@fen.c4k3.net) a quitté (Remote host closed the connection) 2021-09-19 02:37:32 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: Client closed) 2021-09-19 02:37:53 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-19 02:38:02 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Client Quit) 2021-09-19 02:38:23 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-19 02:55:36 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-19 07:07:47 <-- AndrewPH (~Andrew@72.9.147.61) a quitté (Ping timeout: 268 seconds) 2021-09-19 07:08:02 --> AndrewPH (~Andrew@2606:db00:0:62e::b) a rejoint #mcdevs 2021-09-19 09:42:56 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-19 20:39:05 --> C4K3 (~C4K3@fen.c4k3.net) a rejoint #mcdevs 2021-09-19 21:43:23 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-19 22:15:40 --> ndelta0 (~ndelta0@94-172-123-136.dynamic.chello.pl) a rejoint #mcdevs 2021-09-19 22:21:22 --> negative_delta0_ (~ndelta0@94-172-123-136.dynamic.chello.pl) a rejoint #mcdevs 2021-09-19 23:19:52 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Ping timeout: 268 seconds) 2021-09-19 23:30:35 --> ZacSharp38 (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-19 23:34:26 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-19 23:35:20 -- ZacSharp38 est maintenant connu sous le nom ZacSharp 2021-09-20 00:40:47 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-20 00:42:02 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-20 00:45:31 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Client Quit) 2021-09-20 01:04:34 --> AndrewGazelka (uid87039@id-87039.lymington.irccloud.com) a rejoint #mcdevs 2021-09-20 01:38:53 <-- ndelta0 (~ndelta0@94-172-123-136.dynamic.chello.pl) a quitté (Read error: Connection reset by peer) 2021-09-20 01:38:53 <-- negative_delta0_ (~ndelta0@94-172-123-136.dynamic.chello.pl) a quitté (Read error: Connection reset by peer) 2021-09-20 02:26:43 --> levite (~levite@154.3.251.53) a rejoint #mcdevs 2021-09-20 03:23:58 <-- AndrewGazelka (uid87039@id-87039.lymington.irccloud.com) a quitté (Quit: Connection closed for inactivity) 2021-09-20 04:23:46 <-- levite (~levite@154.3.251.53) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2021-09-20 04:43:48 --> levite (~levite@156.146.39.154) a rejoint #mcdevs 2021-09-20 05:38:18 <-- \\ (~\0x5c@miaow/nonantedeux) a quitté (Quit: bye) 2021-09-20 05:38:33 --> \\ (~\0x5c@miaow/nonantedeux) a rejoint #mcdevs 2021-09-20 06:29:57 <-- bigibas123 (~bigibas12@user/bigibas123) a quitté (*.net *.split) 2021-09-20 06:29:57 <-- Sainan (~Sainan@static.222.155.69.159.clients.your-server.de) a quitté (*.net *.split) 2021-09-20 06:29:57 <-- rtm516 (~rtm516@irc.rtm516.co.uk) a quitté (*.net *.split) 2021-09-20 06:30:09 --> Sainan (~Sainan@static.222.155.69.159.clients.your-server.de) a rejoint #mcdevs 2021-09-20 06:30:40 --> rtm516 (~rtm516@irc.rtm516.co.uk) a rejoint #mcdevs 2021-09-20 06:39:14 --> bigibas123 (~bigibas12@user/bigibas123) a rejoint #mcdevs 2021-09-20 06:41:38 <-- electronicboy (~electroni@atlas.valaria.pw) a quitté (*.net *.split) 2021-09-20 06:41:39 <-- 078AACIKF (Rhys@help.lux.melted.me) a quitté (*.net *.split) 2021-09-20 06:41:39 <-- _123DMWM (~123DMWM@me.123dmwm.com) a quitté (*.net *.split) 2021-09-20 06:41:48 --> _123DMWM (~123DMWM@me.123dmwm.com) a rejoint #mcdevs 2021-09-20 06:42:00 --> Rhvs (Rhys@help.lux.melted.me) a rejoint #mcdevs 2021-09-20 06:42:21 --> electronicboy (~electroni@atlas.valaria.pw) a rejoint #mcdevs 2021-09-20 06:54:11 <-- ChanServ (ChanServ@services.libera.chat) a quitté (shutting down) 2021-09-20 06:58:32 --> ChanServ (ChanServ@services.libera.chat) a rejoint #mcdevs 2021-09-20 06:58:32 -- Mode #mcdevs [+o ChanServ] par calcium.libera.chat 2021-09-20 07:21:29 <-- daswf852 (~daswf852@user/daswf852) a quitté (Ping timeout: 268 seconds) 2021-09-20 07:42:27 <-- levite (~levite@156.146.39.154) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2021-09-20 07:42:50 --> levite (~levite@156.146.39.154) a rejoint #mcdevs 2021-09-20 07:42:50 <-- levite (~levite@156.146.39.154) a quitté (Client Quit) 2021-09-20 07:43:31 --> levite (~levite@156.146.39.154) a rejoint #mcdevs 2021-09-20 07:43:55 <-- levite (~levite@156.146.39.154) a quitté (Client Quit) 2021-09-20 07:45:24 --> levite (~levite@156.146.39.154) a rejoint #mcdevs 2021-09-20 07:45:47 <-- levite (~levite@156.146.39.154) a quitté (Client Quit) 2021-09-20 07:47:55 --> levite (~levite@156.146.39.154) a rejoint #mcdevs 2021-09-20 07:48:18 <-- levite (~levite@156.146.39.154) a quitté (Client Quit) 2021-09-20 07:50:32 --> daswf852 (~daswf852@user/daswf852) a rejoint #mcdevs 2021-09-20 07:51:58 --> levite (~levite@156.146.39.154) a rejoint #mcdevs 2021-09-20 07:52:22 <-- levite (~levite@156.146.39.154) a quitté (Client Quit) 2021-09-20 07:52:44 --> levite (~levite@156.146.39.154) a rejoint #mcdevs 2021-09-20 07:53:08 <-- levite (~levite@156.146.39.154) a quitté (Client Quit) 2021-09-20 07:54:09 --> levite (~levite@156.146.39.154) a rejoint #mcdevs 2021-09-20 07:54:33 <-- levite (~levite@156.146.39.154) a quitté (Client Quit) 2021-09-20 07:54:55 --> levite (~levite@156.146.39.154) a rejoint #mcdevs 2021-09-20 07:55:19 <-- levite (~levite@156.146.39.154) a quitté (Client Quit) 2021-09-20 07:55:41 --> levite (~levite@156.146.39.154) a rejoint #mcdevs 2021-09-20 07:56:05 <-- levite (~levite@156.146.39.154) a quitté (Client Quit) 2021-09-20 07:57:33 --> levite (~levite@156.146.39.154) a rejoint #mcdevs 2021-09-20 07:57:57 <-- levite (~levite@156.146.39.154) a quitté (Client Quit) 2021-09-20 07:58:19 --> levite (~levite@156.146.39.154) a rejoint #mcdevs 2021-09-20 07:58:43 <-- levite (~levite@156.146.39.154) a quitté (Client Quit) 2021-09-20 07:59:05 --> levite (~levite@156.146.39.154) a rejoint #mcdevs 2021-09-20 07:59:29 <-- levite (~levite@156.146.39.154) a quitté (Client Quit) 2021-09-20 07:59:51 --> levite (~levite@156.146.39.154) a rejoint #mcdevs 2021-09-20 07:59:51 <-- levite (~levite@156.146.39.154) a quitté (Client Quit) 2021-09-20 08:00:58 --> levite (~levite@156.146.39.154) a rejoint #mcdevs 2021-09-20 08:01:21 <-- levite (~levite@156.146.39.154) a quitté (Client Quit) 2021-09-20 08:02:50 --> levite (~levite@156.146.39.154) a rejoint #mcdevs 2021-09-20 08:03:13 <-- levite (~levite@156.146.39.154) a quitté (Client Quit) 2021-09-20 16:47:04 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-20 18:56:41 --> Muspah (~Muspah@h1.internetpolice.eu) a rejoint #mcdevs 2021-09-20 18:58:53 <-- l4mRh4X0r (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a quitté (Quit: Hoei!) 2021-09-20 19:00:29 --> l4mRh4X0r (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a rejoint #mcdevs 2021-09-20 20:40:46 --> Guest3691 (~Guest36@static-96-233-43-210.bstnma.fios.verizon.net) a rejoint #mcdevs 2021-09-20 20:42:19 <-- Guest3691 (~Guest36@static-96-233-43-210.bstnma.fios.verizon.net) a quitté (Client Quit) 2021-09-20 20:44:28 --> Guest93 (~Guest93@static-96-233-43-210.bstnma.fios.verizon.net) a rejoint #mcdevs 2021-09-20 20:47:30 <-- Guest93 (~Guest93@static-96-233-43-210.bstnma.fios.verizon.net) a quitté (Client Quit) 2021-09-20 20:58:51 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-20 21:06:22 <-- wizards (~guest@user/wizards) a quitté (Ping timeout: 268 seconds) 2021-09-20 21:08:13 --> wizards (~guest@user/wizards) a rejoint #mcdevs 2021-09-20 21:25:00 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: Client closed) 2021-09-20 21:27:37 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-20 22:04:18 --> levite (~levite@156.146.39.135) a rejoint #mcdevs 2021-09-20 23:01:53 <-- wizards (~guest@user/wizards) a quitté (Ping timeout: 264 seconds) 2021-09-20 23:02:36 --> wizards (~guest@user/wizards) a rejoint #mcdevs 2021-09-20 23:12:22 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Quit: Leaving) 2021-09-20 23:30:36 --> ZacSharp95 (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-20 23:34:20 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-20 23:41:54 -- ZacSharp95 est maintenant connu sous le nom ZacSharp 2021-09-21 00:35:05 <-- pokechu22 (~pokechu22@user/pokechu22) a quitté (Quit: Updating Weechat) 2021-09-21 00:35:41 --> pokechu22 (~pokechu22@user/pokechu22) a rejoint #mcdevs 2021-09-21 01:08:36 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-21 04:36:53 <-- pokechu22 (~pokechu22@user/pokechu22) a quitté (Ping timeout: 246 seconds) 2021-09-21 04:49:45 --> pokechu22 (~pokechu22@user/pokechu22) a rejoint #mcdevs 2021-09-21 07:08:51 <-- SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a quitté (Ping timeout: 268 seconds) 2021-09-21 10:53:58 <-- garet90 (~garet90@2601:681:4401:4310:2ef0:5dff:fe3d:f987) a quitté (Ping timeout: 252 seconds) 2021-09-21 10:56:08 --> garet90 (~garet90@2601:681:4401:4310:2ef0:5dff:fe3d:f987) a rejoint #mcdevs 2021-09-21 14:19:06 <-- levite (~levite@156.146.39.135) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2021-09-21 16:11:10 <-- electronicboy (~electroni@atlas.valaria.pw) a quitté (Ping timeout: 252 seconds) 2021-09-21 16:11:15 --> daswf8527 (~daswf852@user/daswf852) a rejoint #mcdevs 2021-09-21 16:11:24 --> electronicboy (~electroni@atlas.valaria.pw) a rejoint #mcdevs 2021-09-21 16:13:22 <-- daswf852 (~daswf852@user/daswf852) a quitté (Ping timeout: 252 seconds) 2021-09-21 16:13:22 -- daswf8527 est maintenant connu sous le nom daswf852 2021-09-21 16:24:25 --> SpaceManiac (~SpaceMani@c-73-116-110-236.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-09-21 17:55:53 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-21 19:43:11 --> levite (~levite@154.29.131.33) a rejoint #mcdevs 2021-09-21 20:41:38 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-21 23:19:17 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Ping timeout: 264 seconds) 2021-09-21 23:34:14 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-21 23:41:04 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-22 01:13:17 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-22 04:31:11 <-- levite (~levite@154.29.131.33) a quitté (Ping timeout: 246 seconds) 2021-09-22 04:36:07 <-- deltab (~deltab@user/deltab) a quitté (Ping timeout: 265 seconds) 2021-09-22 04:46:43 --> deltab (~deltab@user/deltab) a rejoint #mcdevs 2021-09-22 07:14:23 <-- Disconsented (~quassel@107.170.227.20) a quitté (Ping timeout: 252 seconds) 2021-09-22 07:14:36 --> Disconsented (~quassel@107.170.227.20) a rejoint #mcdevs 2021-09-22 07:17:41 <-- electronicboy (~electroni@atlas.valaria.pw) a quitté (Ping timeout: 252 seconds) 2021-09-22 07:17:56 --> electronicboy (~electroni@atlas.valaria.pw) a rejoint #mcdevs 2021-09-22 10:37:15 <-- Sainan (~Sainan@static.222.155.69.159.clients.your-server.de) a quitté (Quit: Bye) 2021-09-22 10:39:22 --> Sainan (~Sainan@static.222.155.69.159.clients.your-server.de) a rejoint #mcdevs 2021-09-22 11:06:58 --> stackotter (~stackotte@14-202-36-57.tpgi.com.au) a rejoint #mcdevs 2021-09-22 11:08:06 stackotter even when using the official client id for ms account logins it still says the account is a child, and the solution is not to just not use a child account, because child accounts work in the actual client and they need to work in mine 2021-09-22 11:10:26 stackotter i'm gonna try implementing the one from wiki.vg again word for word and see if maybe a strange error i made along the way is causing the issue, because i'm definitely using the official client id 2021-09-22 12:14:52 <-- \\ (~\0x5c@miaow/nonantedeux) a quitté (Quit: bye) 2021-09-22 12:15:07 --> \\ (~\0x5c@miaow/nonantedeux) a rejoint #mcdevs 2021-09-22 13:55:55 <-- TkTech (~TkTech@24-52-219-213.cable.teksavvy.com) a quitté (Ping timeout: 252 seconds) 2021-09-22 14:05:54 stackotter i followed the wiki.vg authentication flow thingo exactly and it still gives me the child account error at the xsts authentication step 2021-09-22 14:34:49 stackotter i've tried some custom launchers out too and they all have the same issue, it doesn't look like anyone has fixed this issue yet 2021-09-22 14:45:23 --> Amaranth3 (~travis@59.ip-158-69-219.net) a rejoint #mcdevs 2021-09-22 14:45:33 <-- Amaranth (~travis@59.ip-158-69-219.net) a quitté (Read error: Connection reset by peer) 2021-09-22 14:45:33 -- Amaranth3 est maintenant connu sous le nom Amaranth 2021-09-22 15:34:09 <-- haykam (~haykam@2a01:4f9:c010:4851::1) a quitté (Remote host closed the connection) 2021-09-22 15:34:51 --> haykam (~haykam@2a01:4f9:c010:4851::1) a rejoint #mcdevs 2021-09-22 15:38:39 --> TkTech (~TkTech@24-52-219-213.cable.teksavvy.com) a rejoint #mcdevs 2021-09-22 16:03:05 <-- deltab (~deltab@user/deltab) a quitté (Ping timeout: 264 seconds) 2021-09-22 16:10:30 --> deltab (~deltab@user/deltab) a rejoint #mcdevs 2021-09-22 17:00:37 <-- rymiel (~rymiel@arch-houju.rymiel.space) a quitté (Quit: quit) 2021-09-22 17:01:08 --> rymiel (~rymiel@arch-houju.rymiel.space) a rejoint #mcdevs 2021-09-22 17:20:39 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-22 20:05:22 <-- daswf852 (~daswf852@user/daswf852) a quitté (Ping timeout: 252 seconds) 2021-09-22 21:04:09 --> daswf852 (~daswf852@user/daswf852) a rejoint #mcdevs 2021-09-22 22:15:53 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-22 22:29:30 --> levite (~levite@156.146.39.13) a rejoint #mcdevs 2021-09-22 22:53:02 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Quit: Leaving) 2021-09-22 23:17:09 stackotter ls 2021-09-22 23:17:17 stackotter whoops, sorry, wrong window 2021-09-22 23:28:26 --> ZacSharp3 (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-22 23:31:52 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-22 23:32:52 -- ZacSharp3 est maintenant connu sous le nom ZacSharp 2021-09-23 00:18:04 --> bswartz_ (~bswartz_@136.56.23.111) a rejoint #mcdevs 2021-09-23 00:37:10 <-- stackotter (~stackotte@14-202-36-57.tpgi.com.au) a quitté (Quit: WeeChat 2.9) 2021-09-23 00:42:41 <-- bswartz_ (~bswartz_@136.56.23.111) a quitté (Ping timeout: 252 seconds) 2021-09-23 00:43:13 --> bswartz_ (~bswartz_@2600:1004:b061:af53:56f1:a676:2150:b572) a rejoint #mcdevs 2021-09-23 00:51:38 <-- bswartz_ (~bswartz_@2600:1004:b061:af53:56f1:a676:2150:b572) a quitté (Read error: Connection reset by peer) 2021-09-23 00:51:50 --> bswartz_ (~bswartz_@136.56.23.111) a rejoint #mcdevs 2021-09-23 01:34:27 <-- bswartz_ (~bswartz_@136.56.23.111) a quitté (Quit: Quit) 2021-09-23 01:37:40 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-23 02:38:58 --> levite_\ (~levite@154.29.131.85) a rejoint #mcdevs 2021-09-23 02:40:23 <-- levite (~levite@156.146.39.13) a quitté (Ping timeout: 252 seconds) 2021-09-23 05:44:45 --> hydronic (~hydronic@c-24-11-126-148.hsd1.ut.comcast.net) a rejoint #mcdevs 2021-09-23 06:05:31 hydronic the client can't receive a legacy ping response if I close the connection immediately after sending. however, if i sleep(1ms) then it works fine. anyone know why? 2021-09-23 06:19:19 pokechu22 Are you flushing it before closing the connection? 2021-09-23 06:39:11 hydronic I'm using Asio (c++ library) so it doesn't have a concept of flushing. essentially i just: 1. write to socket, and provide callback 2. in the callback, close connection afterwards. the callback should only be run once writing is finished so i don't think there's a problem there. i've also tried waiting for all write operations to complete before 2021-09-23 06:39:12 hydronic closing 2021-09-23 07:36:48 <-- hydronic (~hydronic@c-24-11-126-148.hsd1.ut.comcast.net) a quitté (Quit: Connection closed) 2021-09-23 09:44:12 -- \\ est maintenant connu sous le nom \0x5c 2021-09-23 09:51:47 -- \0x5c est maintenant connu sous le nom \\ 2021-09-23 10:56:19 <-- levite_\ (~levite@154.29.131.85) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2021-09-23 14:27:03 --> high_ground (~why@89.187.162.114) a rejoint #mcdevs 2021-09-23 14:27:27 <-- high_ground (~why@89.187.162.114) a quitté (Client Quit) 2021-09-23 14:40:08 <-- deltab (~deltab@user/deltab) a quitté (Ping timeout: 265 seconds) 2021-09-23 14:47:42 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-23 14:49:05 --> deltab (~deltab@user/deltab) a rejoint #mcdevs 2021-09-23 17:15:02 Not [McUpdates] Minecraft snapshot 21w38a has just been published to the launcher! 2021-09-23 17:15:16 Not [McUpdates] Data generated by 21w38a: https://apimon.de/mcdata/21w38a/ 2021-09-23 17:33:20 Not [Burger] New data now avaliable for 21w38a: 2021-09-23 17:33:22 Not [Burger] Diff from 21w37a: https://pokechu22.github.io/Burger/diff_21w37a_21w38a.html (https://pokechu22.github.io/Burger/diff_21w37a_21w38a.json) 2021-09-23 17:33:23 Not [Burger] Full data: https://pokechu22.github.io/Burger/21w38a.html (https://pokechu22.github.io/Burger/21w38a.json) 2021-09-23 18:02:09 <-- bigibas123 (~bigibas12@user/bigibas123) a quitté (Remote host closed the connection) 2021-09-23 18:02:10 <-- Lumi (~luminofla@2001:470:69fc:105::506) a quitté (Read error: Connection reset by peer) 2021-09-23 18:02:12 <-- bigibas123[m] (~bigibas12@user/bigibas123) a quitté (Remote host closed the connection) 2021-09-23 18:02:14 <-- Asterix1324[m] (~asterix13@2001:470:69fc:105::61e) a quitté (Write error: Connection reset by peer) 2021-09-23 18:02:14 <-- hplaptop[m] (~hplaptopm@2001:470:69fc:105::ee1b) a quitté (Remote host closed the connection) 2021-09-23 18:02:15 <-- chibill[m] (~chibillm]@2001:470:69fc:105::5ce) a quitté (Remote host closed the connection) 2021-09-23 18:02:15 <-- pitust[m] (~pitustmat@2001:470:69fc:105::ba1d) a quitté (Remote host closed the connection) 2021-09-23 18:03:42 --> chibill[m] (~chibillm]@2001:470:69fc:105::5ce) a rejoint #mcdevs 2021-09-23 18:13:49 --> Lumi (~luminofla@2001:470:69fc:105::506) a rejoint #mcdevs 2021-09-23 18:13:49 --> Asterix1324[m] (~asterix13@2001:470:69fc:105::61e) a rejoint #mcdevs 2021-09-23 18:14:01 --> hplaptop[m] (~hplaptopm@2001:470:69fc:105::ee1b) a rejoint #mcdevs 2021-09-23 18:14:03 --> bigibas123 (~bigibas12@user/bigibas123) a rejoint #mcdevs 2021-09-23 18:14:03 --> bigibas123[m] (~bigibas12@user/bigibas123) a rejoint #mcdevs 2021-09-23 18:14:04 --> pitust[m] (~pitustmat@2001:470:69fc:105::ba1d) a rejoint #mcdevs 2021-09-23 19:06:59 bswartz I wonder if they'll ever get the new ore distribution sorted out 2021-09-23 19:12:12 --> hydronic (~hydronic@2601:681:600:2ba:91c6:e2aa:1551:de04) a rejoint #mcdevs 2021-09-23 19:14:36 <-- hydronic (~hydronic@2601:681:600:2ba:91c6:e2aa:1551:de04) a quitté (Client Quit) 2021-09-23 20:48:36 --> levite (~levite@154.29.131.116) a rejoint #mcdevs 2021-09-23 21:16:26 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-23 21:39:40 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: Client closed) 2021-09-23 21:39:58 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-23 21:55:12 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: Client closed) 2021-09-23 21:55:44 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-23 23:08:18 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Remote host closed the connection) 2021-09-23 23:30:26 --> ZacSharp98 (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-23 23:30:36 <-- levite (~levite@154.29.131.116) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2021-09-23 23:30:59 --> levite (~levite@154.29.131.116) a rejoint #mcdevs 2021-09-23 23:34:35 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-23 23:34:40 -- ZacSharp98 est maintenant connu sous le nom ZacSharp 2021-09-23 23:35:22 <-- levite (~levite@154.29.131.116) a quitté (Ping timeout: 252 seconds) 2021-09-23 23:41:15 --> levite (~levite@154.3.250.116) a rejoint #mcdevs 2021-09-23 23:42:17 <-- levite (~levite@154.3.250.116) a quitté (Client Quit) 2021-09-24 00:52:53 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: Client closed) 2021-09-24 00:53:09 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-24 01:24:54 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-24 01:50:43 <-- xlei (akans@pool-68-129-84-118.nycmny.fios.verizon.net) a quitté (Ping timeout: 252 seconds) 2021-09-24 02:57:23 --> levite (~levite@154.3.251.33) a rejoint #mcdevs 2021-09-24 04:23:31 --> xlei (akans@pool-68-129-84-118.nycmny.fios.verizon.net) a rejoint #mcdevs 2021-09-24 09:02:39 <-- levite (~levite@154.3.251.33) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2021-09-24 09:16:12 --> levite (~levite@154.3.250.174) a rejoint #mcdevs 2021-09-24 12:28:02 <-- dexter0 (~dexter0@c-69-181-126-161.hsd1.ca.comcast.net) a quitté (Ping timeout: 265 seconds) 2021-09-24 13:21:41 <-- wizards (~guest@user/wizards) a quitté (Ping timeout: 264 seconds) 2021-09-24 13:23:13 --> wizards (~guest@user/wizards) a rejoint #mcdevs 2021-09-24 15:01:30 --> dexter0 (~dexter0@c-69-181-126-161.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-09-24 15:07:44 <-- dexter0 (~dexter0@c-69-181-126-161.hsd1.ca.comcast.net) a quitté (Ping timeout: 252 seconds) 2021-09-24 15:10:55 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-24 15:11:24 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Client Quit) 2021-09-24 15:11:36 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-24 15:12:32 --> dexter0 (~dexter0@c-69-181-126-161.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-09-24 15:15:22 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Remote host closed the connection) 2021-09-24 15:19:06 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-24 15:49:28 <-- levite (~levite@154.3.250.174) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2021-09-24 15:49:51 --> levite (~levite@154.3.250.174) a rejoint #mcdevs 2021-09-24 15:50:14 <-- levite (~levite@154.3.250.174) a quitté (Client Quit) 2021-09-24 15:50:36 --> levite (~levite@154.3.250.174) a rejoint #mcdevs 2021-09-24 15:51:00 <-- levite (~levite@154.3.250.174) a quitté (Client Quit) 2021-09-24 15:51:30 --> levite (~levite@154.3.250.174) a rejoint #mcdevs 2021-09-24 15:51:46 <-- levite (~levite@154.3.250.174) a quitté (Client Quit) 2021-09-24 15:52:15 --> levite (~levite@154.3.250.174) a rejoint #mcdevs 2021-09-24 15:52:33 <-- levite (~levite@154.3.250.174) a quitté (Client Quit) 2021-09-24 15:52:56 --> levite (~levite@154.3.250.174) a rejoint #mcdevs 2021-09-24 17:05:48 <-- levite (~levite@154.3.250.174) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2021-09-24 18:33:24 -- ckie est maintenant connu sous le nom cookie 2021-09-24 19:39:10 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Ping timeout: 265 seconds) 2021-09-24 20:39:16 --> levite (~levite@156.146.39.8) a rejoint #mcdevs 2021-09-24 20:41:44 <-- levite (~levite@156.146.39.8) a quitté (Client Quit) 2021-09-24 21:47:32 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-24 21:52:01 --> levite (~levite@154.3.250.103) a rejoint #mcdevs 2021-09-24 22:32:40 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-24 22:39:43 <-- levite (~levite@154.3.250.103) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2021-09-24 23:19:19 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Ping timeout: 252 seconds) 2021-09-24 23:30:31 --> ZacSharp64 (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-24 23:33:56 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-25 00:24:12 <-- ZacSharp64 (~ZacSharp@user/zacsharp) a quitté (Quit: Client closed) 2021-09-25 00:24:39 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-25 00:53:20 --> levite (~levite@154.3.250.54) a rejoint #mcdevs 2021-09-25 02:11:12 <-- TkTech (~TkTech@24-52-219-213.cable.teksavvy.com) a quitté (Read error: Connection reset by peer) 2021-09-25 02:13:21 --> TkTech (~TkTech@24-52-219-213.cable.teksavvy.com) a rejoint #mcdevs 2021-09-25 02:15:17 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-25 03:08:56 <-- levite (~levite@154.3.250.54) a quitté #mcdevs (Textual IRC Client: www.textualapp.com) 2021-09-25 08:42:23 <-- yosafbridge` (~yosafbrid@static.38.6.217.95.clients.your-server.de) a quitté (Quit: Leaving) 2021-09-25 08:55:11 --> yosafbridge (~yosafbrid@static.38.6.217.95.clients.your-server.de) a rejoint #mcdevs 2021-09-25 10:00:48 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-25 14:14:33 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Quit: Leaving) 2021-09-25 14:19:00 -- cookie est maintenant connu sous le nom ckie 2021-09-25 20:26:42 --> dexter0_ (~dexter0@c-69-181-126-161.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-09-25 20:26:48 <-- dexter0 (~dexter0@c-69-181-126-161.hsd1.ca.comcast.net) a quitté (Quit: exit) 2021-09-25 20:29:21 -- dexter0_ est maintenant connu sous le nom dexter0 2021-09-25 20:56:20 <-- dexter0 (~dexter0@c-69-181-126-161.hsd1.ca.comcast.net) a quitté (Ping timeout: 252 seconds) 2021-09-25 21:01:42 --> dexter0 (~dexter0@c-69-181-126-161.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-09-25 21:16:19 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-25 23:30:22 --> ZacSharp86 (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-25 23:34:23 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-25 23:46:26 <-- mbaxter (mbaxter@bnc.io) a quitté (Quit: Ping timeout (120 seconds)) 2021-09-25 23:46:40 --> mbaxter (mbaxter@bnc.io) a rejoint #mcdevs 2021-09-25 23:57:39 -- ZacSharp86 est maintenant connu sous le nom ZacSharp 2021-09-26 02:04:16 <-- haykam (~haykam@2a01:4f9:c010:4851::1) a quitté (Excess Flood) 2021-09-26 02:04:57 --> haykam (~haykam@2a01:4f9:c010:4851::1) a rejoint #mcdevs 2021-09-26 04:22:12 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-26 07:50:23 <-- \\ (~\0x5c@miaow/nonantedeux) a quitté (Quit: bye) 2021-09-26 07:50:37 --> \\ (~\0x5c@miaow/nonantedeux) a rejoint #mcdevs 2021-09-26 10:10:49 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-26 10:25:27 --> high_ground (~why@94.140.8.227) a rejoint #mcdevs 2021-09-26 10:28:10 <-- high_ground (~why@94.140.8.227) a quitté #mcdevs 2021-09-26 13:56:05 <-- camotoy (~camotoy@2600:1700:5531:3d80:ff:60ff:fe24:68ed) a quitté (Ping timeout: 260 seconds) 2021-09-26 14:00:05 --> camotoy (~camotoy@104-4-111-192.lightspeed.bcvloh.sbcglobal.net) a rejoint #mcdevs 2021-09-26 15:44:56 <-- camotoy (~camotoy@104-4-111-192.lightspeed.bcvloh.sbcglobal.net) a quitté (Ping timeout: 252 seconds) 2021-09-26 15:48:51 --> camotoy (~camotoy@2600:1700:5531:3d80:ff:60ff:fe24:68ed) a rejoint #mcdevs 2021-09-26 17:13:10 <-- mbaxter (mbaxter@bnc.io) a quitté (Quit: Ping timeout (120 seconds)) 2021-09-26 17:13:59 --> mbaxter (mbaxter@bnc.io) a rejoint #mcdevs 2021-09-26 20:52:03 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-26 23:08:18 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Remote host closed the connection) 2021-09-26 23:26:14 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-26 23:26:45 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-26 23:56:06 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-27 04:41:49 <-- mbaxter (mbaxter@bnc.io) a quitté (Quit: Ping timeout (120 seconds)) 2021-09-27 04:42:05 --> mbaxter (mbaxter@bnc.io) a rejoint #mcdevs 2021-09-27 07:48:33 <-- kashike (kashike@user/kashike) a quitté (*.net *.split) 2021-09-27 07:49:07 --> kashike (kashike@user/kashike) a rejoint #mcdevs 2021-09-27 07:54:42 <-- clonejo (~clonejo@shakik3.shakik.de) a quitté (*.net *.split) 2021-09-27 07:54:42 <-- Dykam (Dykam@dykam.nl) a quitté (*.net *.split) 2021-09-27 07:54:42 <-- obw (~offbeatwi@platypus.offbeatwit.ch) a quitté (*.net *.split) 2021-09-27 07:54:56 --> Dykam (Dykam@dykam.nl) a rejoint #mcdevs 2021-09-27 07:55:03 --> clonejo (~clonejo@shakik3.shakik.de) a rejoint #mcdevs 2021-09-27 07:56:35 --> obw (~offbeatwi@2001:bc8:608:131::1) a rejoint #mcdevs 2021-09-27 09:17:09 <-- daswf852 (~daswf852@user/daswf852) a quitté (Ping timeout: 265 seconds) 2021-09-27 10:31:34 --> daswf852 (~daswf852@user/daswf852) a rejoint #mcdevs 2021-09-27 18:07:05 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-27 21:09:32 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-27 21:59:00 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Quit: Leaving) 2021-09-27 23:26:49 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-27 23:27:27 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-28 00:05:47 <-- Disconsented (~quassel@107.170.227.20) a quitté (Remote host closed the connection) 2021-09-28 00:06:32 --> Disconsented (~quassel@107.170.227.20) a rejoint #mcdevs 2021-09-28 01:26:38 <-- ashka (~ashka@user/ashka) a quitté (Remote host closed the connection) 2021-09-28 01:29:32 --> ashka (~ashka@user/ashka) a rejoint #mcdevs 2021-09-28 01:31:53 <-- Lumi (~luminofla@2001:470:69fc:105::506) a quitté (Ping timeout: 250 seconds) 2021-09-28 01:31:53 <-- hplaptop[m] (~hplaptopm@2001:470:69fc:105::ee1b) a quitté (Ping timeout: 264 seconds) 2021-09-28 01:32:11 <-- bigibas123[m] (~bigibas12@user/bigibas123) a quitté (Ping timeout: 268 seconds) 2021-09-28 01:32:12 <-- Asterix1324[m] (~asterix13@2001:470:69fc:105::61e) a quitté (Ping timeout: 268 seconds) 2021-09-28 01:48:00 --> Lumi (~luminofla@2001:470:69fc:105::506) a rejoint #mcdevs 2021-09-28 01:49:07 --> hplaptop[m] (~hplaptopm@2001:470:69fc:105::ee1b) a rejoint #mcdevs 2021-09-28 01:49:58 --> bigibas123[m] (~bigibas12@user/bigibas123) a rejoint #mcdevs 2021-09-28 02:02:21 --> Asterix1324[m] (~asterix13@2001:470:69fc:105::61e) a rejoint #mcdevs 2021-09-28 02:21:58 <-- \\ (~\0x5c@miaow/nonantedeux) a quitté (Read error: Connection reset by peer) 2021-09-28 02:23:35 --> \\ (~\0x5c@miaow/nonantedeux) a rejoint #mcdevs 2021-09-28 02:31:03 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-28 13:41:29 <-- l4mRh4X0r (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a quitté (Ping timeout: 264 seconds) 2021-09-28 17:19:41 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-28 17:22:13 --> l4mRh4X0r (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a rejoint #mcdevs 2021-09-28 17:32:14 <-- l4mRh4X0r (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a quitté (Quit: Hoei!) 2021-09-28 17:36:28 --> l4mRh4X0r (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a rejoint #mcdevs 2021-09-28 19:22:16 <-- bigibas123[m] (~bigibas12@user/bigibas123) a quitté #mcdevs 2021-09-28 20:19:51 --> JasperJH (~JasperJH@77-162-193-163.fixed.kpn.net) a rejoint #mcdevs 2021-09-28 20:34:03 <-- JasperJH (~JasperJH@77-162-193-163.fixed.kpn.net) a quitté (Quit: Client closed) 2021-09-28 21:32:19 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-28 21:59:39 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Quit: Leaving) 2021-09-28 22:08:55 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: Client closed) 2021-09-28 23:42:40 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-29 01:08:09 <-- haykam (~haykam@2a01:4f9:c010:4851::1) a quitté (Remote host closed the connection) 2021-09-29 01:09:02 --> haykam (~haykam@user/haykam) a rejoint #mcdevs 2021-09-29 01:23:56 <-- haykam (~haykam@user/haykam) a quitté (Remote host closed the connection) 2021-09-29 01:24:18 --> haykam_ (~haykam@user/haykam) a rejoint #mcdevs 2021-09-29 01:24:29 <-- haykam_ (~haykam@user/haykam) a quitté (Remote host closed the connection) 2021-09-29 01:41:35 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-29 08:16:25 --> stackotter (~stackotte@14-202-36-57.tpgi.com.au) a rejoint #mcdevs 2021-09-29 08:18:23 stackotter hi, what exactly the behaviour of rescale? on the fandom wiki it states that it's whether to scale the face across the whole block after rotation or not. and that doesn't sound right, what if the block model element is half the size of a full block to begin with? 2021-09-29 08:19:07 stackotter is it more like shearing instead of rotating the face? 2021-09-29 08:33:40 stackotter i'm more not sure about 22.5 degree rescale, i think i get what rescale means for 45, just make the face the diagonal in the case of grass for example 2021-09-29 09:19:31 stackotter think i got it, scale by 1/sin(angle) on the two axes that aren't the axis of rotation 2021-09-29 09:19:58 stackotter or it might be 90-angle, i can't remember which way rotation goes in minecraft 2021-09-29 09:55:45 stackotter yep 90-angle works, which makes it 1/cos(angle) 2021-09-29 09:55:58 <-- stackotter (~stackotte@14-202-36-57.tpgi.com.au) a quitté (Quit: WeeChat 2.9) 2021-09-29 10:10:47 <-- dexter0 (~dexter0@c-69-181-126-161.hsd1.ca.comcast.net) a quitté (Ping timeout: 252 seconds) 2021-09-29 10:13:44 --> dexter0 (~dexter0@c-69-181-126-161.hsd1.ca.comcast.net) a rejoint #mcdevs 2021-09-29 10:16:18 <-- ammar2 (admin@i.diddled.with.the.opers.so.they.klined.me) a quitté (Ping timeout: 265 seconds) 2021-09-29 10:22:18 <-- chibill[m] (~chibillm]@2001:470:69fc:105::5ce) a quitté (Quit: Bridge terminating on SIGTERM) 2021-09-29 10:22:20 <-- pitust[m] (~pitustmat@2001:470:69fc:105::ba1d) a quitté (Quit: Bridge terminating on SIGTERM) 2021-09-29 10:22:20 <-- bigibas123 (~bigibas12@user/bigibas123) a quitté (Quit: Bridge terminating on SIGTERM) 2021-09-29 10:22:28 <-- Lumi (~luminofla@2001:470:69fc:105::506) a quitté (Quit: Bridge terminating on SIGTERM) 2021-09-29 10:22:28 <-- hplaptop[m] (~hplaptopm@2001:470:69fc:105::ee1b) a quitté (Quit: Bridge terminating on SIGTERM) 2021-09-29 10:22:29 <-- Asterix1324[m] (~asterix13@2001:470:69fc:105::61e) a quitté (Quit: Bridge terminating on SIGTERM) 2021-09-29 10:25:27 --> chibill[m] (~chibillm]@2001:470:69fc:105::5ce) a rejoint #mcdevs 2021-09-29 10:26:23 --> ammar2 (admin@i.diddled.with.the.opers.so.they.klined.me) a rejoint #mcdevs 2021-09-29 10:35:56 --> Lumi (~luminofla@2001:470:69fc:105::506) a rejoint #mcdevs 2021-09-29 10:35:56 --> Asterix1324[m] (~asterix13@2001:470:69fc:105::61e) a rejoint #mcdevs 2021-09-29 10:36:08 --> hplaptop[m] (~hplaptopm@2001:470:69fc:105::ee1b) a rejoint #mcdevs 2021-09-29 10:36:10 --> bigibas123 (~bigibas12@user/bigibas123) a rejoint #mcdevs 2021-09-29 10:36:10 --> pitust[m] (~pitustmat@2001:470:69fc:105::ba1d) a rejoint #mcdevs 2021-09-29 14:51:50 --> haykam (~haykam@user/haykam) a rejoint #mcdevs 2021-09-29 15:27:35 <-- wizards (~guest@user/wizards) a quitté (Ping timeout: 252 seconds) 2021-09-29 15:31:58 --> wizards (~guest@user/wizards) a rejoint #mcdevs 2021-09-29 15:40:13 --> bixilon_ (~bixilon@node-3.bixilon.de) a rejoint #mcdevs 2021-09-29 15:42:33 <-- bixilon (~bixilon@node-3.bixilon.de) a quitté (Ping timeout: 265 seconds) 2021-09-29 15:42:33 -- bixilon_ est maintenant connu sous le nom bixilon 2021-09-29 16:56:51 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-29 16:58:05 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Remote host closed the connection) 2021-09-29 16:58:17 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-29 19:10:02 Not [McUpdates] Minecraft snapshot 21w39a has just been published to the launcher! 2021-09-29 19:10:04 Not [McUpdates] Data generated by 21w39a: https://apimon.de/mcdata/21w39a/ 2021-09-29 19:13:11 Not [Burger] New data now avaliable for 21w39a: 2021-09-29 19:13:13 Not [Burger] Diff from 21w38a: https://pokechu22.github.io/Burger/diff_21w38a_21w39a.html (https://pokechu22.github.io/Burger/diff_21w38a_21w39a.json) 2021-09-29 19:13:14 Not [Burger] Full data: https://pokechu22.github.io/Burger/21w39a.html (https://pokechu22.github.io/Burger/21w39a.json) 2021-09-29 20:46:28 bswartz Wow looks like the chunk format changed 2021-09-29 20:55:10 TkTech Oh boy 2021-09-29 20:57:02 bswartz There's some explanation on the fandom wiki 2021-09-29 21:19:49 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-29 21:58:07 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Quit: Leaving) 2021-09-29 22:00:40 <-- haykam (~haykam@user/haykam) a quitté (Remote host closed the connection) 2021-09-29 22:01:17 --> haykam (~haykam@user/haykam) a rejoint #mcdevs 2021-09-29 22:17:11 -- Rhvs est maintenant connu sous le nom Rhys 2021-09-29 22:19:07 <-- Selicre (~x@hello.i.am.selic.re) a quitté (Ping timeout: 240 seconds) 2021-09-29 22:31:10 --> Selicre (~x@hello.i.am.selic.re) a rejoint #mcdevs 2021-09-29 23:30:20 --> ZacSharp91 (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-29 23:34:34 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-29 23:43:42 -- ZacSharp91 est maintenant connu sous le nom ZacSharp 2021-09-30 01:44:22 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-30 14:42:41 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-30 15:59:00 <-- bigibas123 (~bigibas12@user/bigibas123) a quitté (Quit: Reconnecting) 2021-09-30 15:59:14 --> bigibas123 (~bigibas12@2001:470:69fc:105::b7e9) a rejoint #mcdevs 2021-09-30 15:59:19 <-- bigibas123 (~bigibas12@2001:470:69fc:105::b7e9) a quitté (Client Quit) 2021-09-30 15:59:33 --> bigibas123 (~bigibas12@user/bigibas123) a rejoint #mcdevs 2021-09-30 17:58:33 --> ProTon (~ProTon@54035FAE.catv.pool.telekom.hu) a rejoint #mcdevs 2021-09-30 17:59:02 <-- ProTon (~ProTon@54035FAE.catv.pool.telekom.hu) a quitté (Client Quit) 2021-09-30 19:08:21 --> Geol (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-09-30 19:10:23 --> bixilon_ (~bixilon@node-3.bixilon.de) a rejoint #mcdevs 2021-09-30 19:10:51 --> wizards_ (~guest@user/wizards) a rejoint #mcdevs 2021-09-30 19:11:22 --> _0x5c (~\0x5c@miaow/nonantedeux) a rejoint #mcdevs 2021-09-30 19:12:45 <-- _0x5c (~\0x5c@miaow/nonantedeux) a quitté (Client Quit) 2021-09-30 19:13:03 --> _0x5c (~\0x5c@miaow/nonantedeux) a rejoint #mcdevs 2021-09-30 19:14:45 <-- \\ (~\0x5c@miaow/nonantedeux) a quitté (Killed (molybdenum.libera.chat (Nickname regained by services))) 2021-09-30 19:14:45 -- _0x5c est maintenant connu sous le nom \\ 2021-09-30 19:17:36 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (*.net *.split) 2021-09-30 19:17:36 <-- bixilon (~bixilon@node-3.bixilon.de) a quitté (*.net *.split) 2021-09-30 19:17:36 <-- wizards (~guest@user/wizards) a quitté (*.net *.split) 2021-09-30 19:17:36 <-- ammar2 (admin@i.diddled.with.the.opers.so.they.klined.me) a quitté (*.net *.split) 2021-09-30 19:17:37 -- bixilon_ est maintenant connu sous le nom bixilon 2021-09-30 19:17:53 -- Geol est maintenant connu sous le nom Geolykt 2021-09-30 19:22:07 <-- haykam (~haykam@user/haykam) a quitté (Excess Flood) 2021-09-30 19:22:45 --> haykam (~haykam@user/haykam) a rejoint #mcdevs 2021-09-30 19:28:59 --> ammar2 (admin@i.diddled.with.the.opers.so.they.klined.me) a rejoint #mcdevs 2021-09-30 19:40:25 --> stack7 (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2021-09-30 19:41:57 --> Sainan- (~Sainan@static.222.155.69.159.clients.your-server.de) a rejoint #mcdevs 2021-09-30 19:42:29 --> some02 (~cat@h-98-128-128-173.A351.priv.bahnhof.se) a rejoint #mcdevs 2021-09-30 19:44:29 <-- sudden (~cat@h-98-128-128-173.A351.priv.bahnhof.se) a quitté (Ping timeout: 265 seconds) 2021-09-30 19:44:29 <-- Sainan (~Sainan@static.222.155.69.159.clients.your-server.de) a quitté (Read error: Connection reset by peer) 2021-09-30 19:44:29 <-- stack (~StackDoub@45-29-51-69.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 265 seconds) 2021-09-30 19:44:30 -- stack7 est maintenant connu sous le nom stack 2021-09-30 19:44:58 <-- Disconsented (~quassel@107.170.227.20) a quitté (Remote host closed the connection) 2021-09-30 19:46:07 --> Disconsented (~quassel@107.170.227.20) a rejoint #mcdevs 2021-09-30 21:19:16 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-30 22:03:11 <-- Rhys (Rhys@help.lux.melted.me) a quitté (Ping timeout: 246 seconds) 2021-09-30 22:03:55 <-- Geolykt (~Geolykt@94.46.93.245) a quitté (Ping timeout: 252 seconds) 2021-09-30 22:04:17 <-- electronicboy (~electroni@atlas.valaria.pw) a quitté (Ping timeout: 264 seconds) 2021-09-30 22:04:53 <-- Muspah (~Muspah@h1.internetpolice.eu) a quitté (Ping timeout: 264 seconds) 2021-09-30 22:05:27 --> Muspah (~Muspah@h1.internetpolice.eu) a rejoint #mcdevs 2021-09-30 22:06:40 --> electronicboy (~electroni@atlas.valaria.pw) a rejoint #mcdevs 2021-09-30 22:07:21 --> Rhys (Rhys@help.lux.melted.me) a rejoint #mcdevs 2021-09-30 22:08:25 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Ping timeout: 256 seconds) 2021-09-30 22:11:25 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-09-30 23:28:40 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-09-30 23:29:09 --> ZacSharp (~ZacSharp@user/zacsharp) a rejoint #mcdevs 2021-10-01 00:09:31 <-- wizards_ (~guest@user/wizards) a quitté (Ping timeout: 268 seconds) 2021-10-01 00:11:23 --> wizards_ (~guest@user/wizards) a rejoint #mcdevs 2021-10-01 00:44:27 <-- ZacSharp (~ZacSharp@user/zacsharp) a quitté (Quit: ZacSharp) 2021-10-01 01:10:14 <-- rtm516 (~rtm516@irc.rtm516.co.uk) a quitté (Ping timeout: 260 seconds) 2021-10-01 01:40:53 --> rtm516 (~rtm516@irc.rtm516.co.uk) a rejoint #mcdevs 2021-10-01 08:04:36 --> dav1d2 (~dav1d@user/dav1d) a rejoint #mcdevs 2021-10-01 08:04:48 --> daswf8527 (~daswf852@user/daswf852) a rejoint #mcdevs 2021-10-01 08:06:20 --> mdcfe6 (~mdcfe@lemons.mdcfe.dev) a rejoint #mcdevs 2021-10-01 08:06:23 --> TkTech8 (~TkTech@24-52-219-213.cable.teksavvy.com) a rejoint #mcdevs 2021-10-01 08:08:00 --> Fador_ (fador@hentai.fi) a rejoint #mcdevs 2021-10-01 08:14:18 <-- daswf852 (~daswf852@user/daswf852) a quitté (*.net *.split) 2021-10-01 08:14:18 <-- TkTech (~TkTech@24-52-219-213.cable.teksavvy.com) a quitté (*.net *.split) 2021-10-01 08:14:18 <-- xlei (akans@pool-68-129-84-118.nycmny.fios.verizon.net) a quitté (*.net *.split) 2021-10-01 08:14:19 <-- Fador (fador@hentai.fi) a quitté (*.net *.split) 2021-10-01 08:14:19 <-- mdcfe (~mdcfe@lemons.mdcfe.dev) a quitté (*.net *.split) 2021-10-01 08:14:19 <-- dav1d (~dav1d@user/dav1d) a quitté (*.net *.split) 2021-10-01 08:14:19 <-- Not (~notifico@ec2-52-3-50-241.compute-1.amazonaws.com) a quitté (*.net *.split) 2021-10-01 08:14:19 -- daswf8527 est maintenant connu sous le nom daswf852 2021-10-01 08:14:19 -- dav1d2 est maintenant connu sous le nom dav1d 2021-10-01 08:14:21 -- TkTech8 est maintenant connu sous le nom TkTech 2021-10-01 08:14:21 -- mdcfe6 est maintenant connu sous le nom mdcfe 2021-10-01 08:16:26 --> xlei (akans@pool-68-129-84-118.nycmny.fios.verizon.net) a rejoint #mcdevs 2021-10-01 08:27:04 <-- xlei (akans@pool-68-129-84-118.nycmny.fios.verizon.net) a quitté (Ping timeout: 252 seconds) 2021-10-01 08:35:12 --> xlei (akans@pool-68-129-84-118.nycmny.fios.verizon.net) a rejoint #mcdevs 2021-10-01 08:40:19 -- Fador_ est maintenant connu sous le nom Fador 2021-10-01 09:12:50 <-- yosafbridge (~yosafbrid@static.38.6.217.95.clients.your-server.de) a quitté (Ping timeout: 252 seconds) 2021-10-01 09:15:06 --> yosafbridge (~yosafbrid@static.38.6.217.95.clients.your-server.de) a rejoint #mcdevs 2021-10-01 09:17:34 --> NoahvdAa7 (~NoahvdAa@user/noahvdaa) a rejoint #mcdevs 2021-10-01 09:21:12 <-- NoahvdAa (~NoahvdAa@user/noahvdaa) a quitté (Read error: Connection reset by peer) 2021-10-01 09:21:12 -- NoahvdAa7 est maintenant connu sous le nom NoahvdAa 2021-10-01 09:32:13 --> Sainan (~Sainan@static.222.155.69.159.clients.your-server.de) a rejoint #mcdevs 2021-10-01 09:34:42 <-- Sainan- (~Sainan@static.222.155.69.159.clients.your-server.de) a quitté (Ping timeout: 252 seconds) 2021-10-01 10:29:02 <-- Techcable (~Techcable@168.235.93.147) a quitté (Ping timeout: 252 seconds) 2021-10-01 10:29:14 --> Techcable (~Techcable@168.235.93.147) a rejoint #mcdevs 2021-10-01 10:29:46 <-- rtm516 (~rtm516@irc.rtm516.co.uk) a quitté (Ping timeout: 252 seconds) 2021-10-01 10:29:58 --> rtm516 (~rtm516@irc.rtm516.co.uk) a rejoint #mcdevs 2021-10-01 10:41:52 <-- Thinkofname (~thinkthin@2a01:430:17:1::ffff:1980) a quitté (Ping timeout: 252 seconds) 2021-10-01 10:42:33 <-- kashike (kashike@user/kashike) a quitté (Ping timeout: 252 seconds) 2021-10-01 10:42:33 <-- C4K3 (~C4K3@fen.c4k3.net) a quitté (Ping timeout: 252 seconds) 2021-10-01 10:42:34 --> C4K3_ (~C4K3@fen.c4k3.net) a rejoint #mcdevs 2021-10-01 10:42:42 --> Thinkofname (~thinkthin@37.205.12.211) a rejoint #mcdevs 2021-10-01 10:42:45 --> kashike (kashike@user/kashike) a rejoint #mcdevs 2021-10-01 13:21:59 <-- wizards_ (~guest@user/wizards) a quitté (Ping timeout: 252 seconds) 2021-10-01 13:23:36 --> wizards_ (~guest@user/wizards) a rejoint #mcdevs 2021-10-01 14:39:41 <-- myon98 (~myon98@user/myon98) a quitté (Quit: Bouncer maintainance...) 2021-10-01 14:49:25 --> Geolykt (~Geolykt@94.46.93.245) a rejoint #mcdevs 2021-10-01 15:44:58 <-- Amaranth (~travis@59.ip-158-69-219.net) a quitté (Quit: The Lounge - https://thelounge.chat) 2021-10-01 16:24:31 --> Amaranth (~travis@59.ip-158-69-219.net) a rejoint #mcdevs 2021-10-01 16:41:57 <-- Rhys (Rhys@help.lux.melted.me) a quitté (Killed (zirconium.libera.chat (Nickname regained by services))) 2021-10-01 16:42:10 --> Rhvs (Rhys@help.lux.melted.me) a rejoint #mcdevs 2021-10-01 20:35:48 <-- Thinkofname (~thinkthin@37.205.12.211) a quitté (Quit: Bridge terminating on SIGTERM) 2021-10-01 20:45:48 --> Thinkofname (~thinkthin@2a01:430:17:1::ffff:1980) a rejoint #mcdevs