2019-01-17 22:04:18 C4K3 I haven't come up with a concrete attack on the way the hash function is used, but that doesn't mean one doesn't exist. History is filled with improper usage of hash functions leading to vulnerabilities. And all it would take to make it secure would be to use a HMAC or something like SHA-3 2019-01-17 23:56:23 <-- SpaceManiac (~SpaceMani@c-67-172-121-111.hsd1.ca.comcast.net) a quitté (Ping timeout: 246 seconds) 2019-01-18 00:01:32 --> SpaceManiac (~SpaceMani@2601:200:4400:ec::1001) a rejoint #mcdevs 2019-01-18 00:01:32 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2019-01-18 01:07:06 <-- Dadido3 (~quassel@p200300D9DF205C00C92C4BF4398B22B5.dip0.t-ipconnect.de) a quitté (Ping timeout: 250 seconds) 2019-01-18 01:11:33 --> Dadido3 (~quassel@p54A3A929.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-18 01:16:38 <-- Dadido3 (~quassel@p54A3A929.dip0.t-ipconnect.de) a quitté (Ping timeout: 250 seconds) 2019-01-18 01:20:30 --> Dadido3 (~quassel@p200300D9DF018400C1D81B6E4745BF32.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-18 02:29:15 +Amaranth SHA-3 didn't exist when we came up with that scheme, btw 2019-01-18 02:29:32 +Amaranth Well, I say we but it was mostly Wolvereness and Grum doing the thinking :P 2019-01-18 02:32:00 +Amaranth afaik there isn't anything stopping it from being changed since the whole point was that the auth server didn't need to be changed for this scheme 2019-01-18 02:32:06 +Amaranth So you just have to change the client and server 2019-01-18 02:32:46 +Amaranth I don't see any way you could use a length extension attack on this though 2019-01-18 02:32:53 timmyRS And an update to it would perfectly fit into the upcoming combat update because security is also part of (cyber) combat. :P 2019-01-18 02:33:08 +pokechu22 IIRC the session server doesn't actually even try to make sure that the value is a hash, you can put any string there... but this is a vague memory of a vague bit of testing I did years ago 2019-01-18 02:33:44 +Amaranth Yeah, the session server is just a means to share a secret 2019-01-18 02:34:17 +Amaranth Well, and to ensure the player actually paid for that account which is why trivial replacements for sharing a secret don't work 2019-01-18 02:37:13 +pokechu22 It also does some IP checking when prevent-proxy-connections is set to true in server.properties -- I don't think that's actually noted on the wiki, probably should add that 2019-01-18 02:39:08 +Amaranth Whoa when did that get added? 2019-01-18 02:39:54 +Amaranth And do we know what source it uses for what is/isn't a proxy? 2019-01-18 02:40:01 +pokechu22 I'm not sure, I only noticed it a few days back when someone else posted their server.properties and it's what led to me knowing anything else 2019-01-18 02:40:28 +Amaranth 1.11 apparently 2019-01-18 02:40:41 +pokechu22 It's mentioned in authlib sources... I think at least. Let me double-check. 2019-01-18 02:40:55 +Amaranth And apparently it just checks if the IP going to the server is the same as the one going to the auth server 2019-01-18 02:40:59 timmyRS It just makes sure that the IP address connecting to the server is the same that signed into the Mojang account at launch time. 2019-01-18 02:41:09 +pokechu22 err... and by "led me to knowing anything else", I mean "led me to noticing the warning about it being insecure"... I'm good at typing 2019-01-18 02:41:19 +pokechu22 Yeah, that's what it does 2019-01-18 02:42:19 +Amaranth Not IP though, AS number 2019-01-18 02:42:28 timmyRS I feel like this should be a per-user configuration which is on by default because it only helps the user secure his account. 2019-01-18 02:43:04 +Amaranth So it'll work even if you have a very dynamic IP 2019-01-18 02:43:14 timmyRS That's nice 2019-01-18 02:43:18 +Amaranth So long as all of your IPs are managed by the same company 2019-01-18 02:44:24 timmyRS Well, as long as they are part of the same AS. Companies usually have a lot of ASs. 2019-01-18 02:45:18 +pokechu22 It's still the IP address that would be exposed to the server, no special processing... right? Not sure how to put the info into the article 2019-01-18 02:45:35 +Amaranth Well the answer was "same ISP/AS" so I don't know if they mean AS and were using ISP to simplify or if they actually will allow all Comcast AS as one thing 2019-01-18 02:46:35 +Amaranth Yeah, it's the IP to the auth server vs the IP to the minecraft server used to lookup the ISP/AS for comparison 2019-01-18 02:46:54 timmyRS I reckon they mean AS because getting an org. from an IP is much harder than getting an AS from an IP. 2019-01-18 02:47:23 +Amaranth Yeah and allowing whole ISPs would make it a lot less useful 2019-01-18 02:48:03 +pokechu22 I'm not sure I understand what it does then, since... wouldn't you be able to just proxy both of them? 2019-01-18 02:48:55 timmyRS Imagine someone had a lot of illegal accounts and logged into them for you and then gave you the launcher_profiles.json. That's kind of the premise of "MCLeaks," which I suppose they were trying to fight. 2019-01-18 02:49:38 timmyRS Since they are probably using a hoster, it would be a totally different ISP, AS, etc. and users of the servers would effectively be prevented from joining. 2019-01-18 02:49:52 timmyRS service* 2019-01-18 02:52:57 +Amaranth Yeah you could just proxy both connections but it's easier to get an HTTP-only proxy than something you can tunnel Minecraft through 2019-01-18 02:53:09 +Amaranth Thus proxy detection and not VPN detection :) 2019-01-18 02:53:40 --> balrog_ (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2019-01-18 02:54:35 +Amaranth Those tools used to take a list of username:password and list of HTTP proxies and run through all of them getting you logged in, on the server, and spamming with as many accounts at once as you had proxies for 2019-01-18 02:55:14 --> Byteflux_ (~byte@byteflux.net) a rejoint #mcdevs 2019-01-18 02:55:19 +Amaranth Made them pretty easy to ban though if you were watching the console :P 2019-01-18 02:55:46 --> C4K3_ (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2019-01-18 03:00:18 <-- balrog (~balrog@unaffiliated/balrog) a quitté (*.net *.split) 2019-01-18 03:00:18 <-- Wanderer (~wanderer@unaffiliated/wanderer) a quitté (*.net *.split) 2019-01-18 03:00:18 <-- C4K3 (~C4K3@0127801301.0.fullrate.ninja) a quitté (*.net *.split) 2019-01-18 03:00:18 <-- Byteflux (~byte@byteflux.net) a quitté (*.net *.split) 2019-01-18 03:00:19 -- balrog_ est maintenant connu sous le nom balrog 2019-01-18 03:01:35 --> Wanderer (~wanderer@unaffiliated/wanderer) a rejoint #mcdevs 2019-01-18 06:36:58 <-- redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 268 seconds) 2019-01-18 09:37:41 --> bildramer1 (~bildramer@p2003004CEA0D0400E03D30F34037C9C9.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-18 09:39:44 <-- bildramer (~bildramer@p2003004CEA0D040058347BD816327296.dip0.t-ipconnect.de) a quitté (Ping timeout: 250 seconds) 2019-01-18 09:40:06 --> bildramer (~bildramer@p2003004CEA0D040044D09F2180D44524.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-18 09:41:54 <-- bildramer1 (~bildramer@p2003004CEA0D0400E03D30F34037C9C9.dip0.t-ipconnect.de) a quitté (Ping timeout: 250 seconds) 2019-01-18 09:53:34 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-01-18 11:38:21 --> bildramer1 (~bildramer@p2003004CEA0D040094C1DF3ED7837DF3.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-18 11:42:03 <-- bildramer (~bildramer@p2003004CEA0D040044D09F2180D44524.dip0.t-ipconnect.de) a quitté (Ping timeout: 264 seconds) 2019-01-18 11:42:45 <-- bildramer1 (~bildramer@p2003004CEA0D040094C1DF3ED7837DF3.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2019-01-18 11:43:18 --> bildramer (~bildramer@p5B010B53.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-18 12:54:23 Not-e6c6 [Burger] New data now avaliable for 19w03c: 2019-01-18 12:54:24 Not-e6c6 [Burger] Diff from 19w03b: https://pokechu22.github.io/Burger/diff_19w03b_19w03c.html (https://pokechu22.github.io/Burger/diff_19w03b_19w03c.json) 2019-01-18 12:54:26 Not-e6c6 [Burger] Full data: https://pokechu22.github.io/Burger/19w03c.html (https://pokechu22.github.io/Burger/19w03c.json) 2019-01-18 13:00:02 Not-e6c6 [New-Mc-Version] Minecraft snapshot 19w03c has just been released! 2019-01-18 13:00:54 timmyRS I feel like my Notifico service is a bit useless 2019-01-18 13:02:37 PolarizedIons Anyone here that's knowledgeable about brigadier? I tried using a string argument for reading a url, but it throws a CommandSyntaxException: Expected whitespace to end one argument, but found trailing data at position 13: ...tube https<--[HERE] 2019-01-18 13:02:51 PolarizedIons I only had 4 hours of sleep so be gentile :^D 2019-01-18 13:11:51 -- Byteflux_ est maintenant connu sous le nom Byteflux 2019-01-18 14:38:23 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 246 seconds) 2019-01-18 16:30:09 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Quit: loses charge) 2019-01-18 16:30:29 --> PolarizedIons (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2019-01-18 16:42:41 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-01-18 17:20:13 <-- PhonicUK (~PhonicUK@pdpc/supporter/student/phonicuk) a quitté (Ping timeout: 246 seconds) 2019-01-18 17:24:16 <-- SpaceManiac (~SpaceMani@2601:200:4400:ec::1001) a quitté (Ping timeout: 250 seconds) 2019-01-18 17:24:52 +pokechu22 String arguments terminate on non-alphanumeric characters (or something like that) unless you use quotes. I think there's a raw form, but you could also make your own argument type (like with identifier/resource location) 2019-01-18 17:29:28 --> SpaceManiac (~SpaceMani@2601:200:4400:ec::100b) a rejoint #mcdevs 2019-01-18 17:29:28 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2019-01-18 17:56:52 PolarizedIons I'll try that, thanks :D 2019-01-18 18:02:06 PolarizedIons hmm, it's not going to be as simple as extending the string class, nor do I really know how I would do it separately... :\ 2019-01-18 18:02:17 PolarizedIons Gonna go eat first 🤷‍♂️ 2019-01-18 18:03:08 --> pokechu22_ (~pokechu22@140.160.182.114) a rejoint #mcdevs 2019-01-18 18:03:08 -- Mode #mcdevs [+v pokechu22_] par ChanServ 2019-01-18 18:03:40 +pokechu22_ Actually, I remembered a second ticket; one sec while I look it up 2019-01-18 18:04:36 +pokechu22_ https://bugs.mojang.com/browse/MC-121692 2019-01-18 18:16:33 <-- pokechu22_ (~pokechu22@140.160.182.114) a quitté (Quit: WeeChat 2.3) 2019-01-18 18:27:52 PolarizedIons hmm 2019-01-18 19:15:05 PolarizedIons I ended up using greedyString(), and just splitting on a space in case multiple links are posted 2019-01-18 20:21:00 <-- Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a quitté (Remote host closed the connection) 2019-01-19 00:27:23 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Quit: redstonehelper) 2019-01-19 00:48:23 --> Mr_Gr33n (~None@BSN-142-194-111.static.siol.net) a rejoint #mcdevs 2019-01-19 00:50:21 <-- _MrGr33n_ (~None@2a00:ee2:2702:ee00:219b:1f13:b268:895) a quitté (Ping timeout: 252 seconds) 2019-01-19 02:20:06 <-- mrkirby153 (~mrkirby15@mrkirby153.com) a quitté (Quit: ZNC - http://znc.in) 2019-01-19 02:26:16 --> mrkirby153 (~mrkirby15@mrkirby153.com) a rejoint #mcdevs 2019-01-19 04:54:09 --> Aikar (~aikar@2604:4500::5102) a rejoint #mcdevs 2019-01-19 04:54:09 <-- Aikar (~aikar@2604:4500::5102) a quitté (Changing host) 2019-01-19 04:54:09 --> Aikar (~aikar@wikia/Aikar) a rejoint #mcdevs 2019-01-19 06:24:18 --> Me4502 (~quassel@167-179-190-91.a7b3be.mel.nbn.aussiebb.net) a rejoint #mcdevs 2019-01-19 06:24:18 <-- Me4502 (~quassel@167-179-190-91.a7b3be.mel.nbn.aussiebb.net) a quitté (Changing host) 2019-01-19 06:24:18 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-01-19 09:24:37 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-01-19 12:00:06 --> Me4502 (~quassel@167-179-190-91.a7b3be.mel.nbn.aussiebb.net) a rejoint #mcdevs 2019-01-19 12:00:06 <-- Me4502 (~quassel@167-179-190-91.a7b3be.mel.nbn.aussiebb.net) a quitté (Changing host) 2019-01-19 12:00:06 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-01-19 15:09:55 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-01-19 20:22:56 --> david2 (~david@97-91-153-208.dhcp.stls.mo.charter.com) a rejoint #mcdevs 2019-01-19 20:23:09 -- david2 est maintenant connu sous le nom Digitalis 2019-01-19 20:23:12 Digitalis hallo 2019-01-19 20:24:57 Digitalis what is meant by "Note that the AES cipher is updated continuously, not finished and restarted every packet."? 2019-01-19 20:26:01 +pokechu22 To my understanding, that means it's used to encrypt the whole stream, instead of each packet being treated as a new stream with the encryption starting at the beginning 2019-01-19 20:28:30 +pokechu22 Does that make sense? 2019-01-19 20:32:01 Digitalis do you have any code examples? 2019-01-19 20:34:54 +pokechu22 Not on hand, I haven't implemented it myself; I know others here have though 2019-01-19 22:05:52 Digitalis Is the AES encryption supposed to do any padding? 2019-01-19 23:29:57 <-- SpaceManiac (~SpaceMani@2601:200:4400:ec::100b) a quitté (Ping timeout: 252 seconds) 2019-01-19 23:32:06 +pokechu22 Digitalis: I'm pretty sure it's no padding -- I think it says so on the wiki 2019-01-19 23:33:58 --> SpaceManiac (~SpaceMani@2601:200:4400:ec::1016) a rejoint #mcdevs 2019-01-19 23:33:58 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2019-01-19 23:44:29 Proximyst https://wiki.vg/Entity_metadata#Entity_Metadata_Format - What is the `data` for OptBlockId? 2019-01-19 23:44:52 <-- Tuxel (~tux@mailer.tuxelcode.de) a quitté (Quit: Sorry, can't quassel for a while.) 2019-01-19 23:45:18 --> Tuxel (~tux@mailer.tuxelcode.de) a rejoint #mcdevs 2019-01-19 23:57:18 +pokechu22 No longer applicable as of 1.13; that should just be a block state ID 2019-01-19 23:57:44 +pokechu22 (it used to be one of the metadata values in 1.12) 2019-01-20 00:00:08 +pokechu22 Fixed 2019-01-20 06:24:56 <-- Digitalis (~david@97-91-153-208.dhcp.stls.mo.charter.com) a quitté (Quit: WeeChat 2.3) 2019-01-20 10:05:54 timmyRS How does one properly read a legacy string (short + utf-16be string)? Do I just take the length * 2 and hope it never breaks? 2019-01-20 10:06:37 <-- _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a quitté (Read error: Connection reset by peer) 2019-01-20 10:22:10 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Quit: The Lounge - https://thelounge.chat) 2019-01-20 10:22:33 --> PolarizedIons (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2019-01-20 12:02:31 --> Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a rejoint #mcdevs 2019-01-20 12:08:33 <-- Tuxel (~tux@mailer.tuxelcode.de) a quitté (Quit: Sorry, can't quassel for a while.) 2019-01-20 12:09:01 --> Tuxel (~tux@mailer.tuxelcode.de) a rejoint #mcdevs 2019-01-20 12:22:33 --> Tuxel_ (~tux@mailer.tuxelcode.de) a rejoint #mcdevs 2019-01-20 12:25:03 <-- Tuxel (~tux@mailer.tuxelcode.de) a quitté (Ping timeout: 245 seconds) 2019-01-20 12:26:42 timmyRS Also, for some reason my legacy list ping is regarded as invalid by vanilla Minecraft, does anyone know why? https://gist.github.com/timmyrs/65fc5d189b879680db135443f851b485 2019-01-20 13:33:26 rom1504 best way is to not handle it 2019-01-20 13:39:24 timmyRS That was my plan but now I wrote all the code and it somehow doesn't work and that's the worst. 2019-01-20 13:54:08 rom1504 good luck :D 2019-01-20 14:19:50 --> _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a rejoint #mcdevs 2019-01-20 17:25:46 timmyRS So, apparently, I sent a length that's 1 character too long. Is the wiki off on this? 2019-01-20 17:28:06 timmyRS ( At least it was worth it: https://lava.st/rmp6z.png ) 2019-01-20 17:29:26 PolarizedIons lol, that's... something :D 2019-01-20 17:38:15 <-- spirit (~spirit@unaffiliated/spirit-pact/x-7942062) a quitté (Quit: Leaving) 2019-01-20 17:53:33 --> david1 (~david@97-91-153-208.dhcp.stls.mo.charter.com) a rejoint #mcdevs 2019-01-20 17:54:34 -- david1 est maintenant connu sous le nom Digitalis 2019-01-20 17:55:01 Digitalis Are you supposed to call EVP_EncryptInit_ex only once and EVP_EncryptUpdate from then on? 2019-01-20 17:57:57 +pokechu22 Yes, I think so, though I'm not familiar with that specific library 2019-01-20 18:28:42 --> Unarelith_ (~Quent4234@92.184.112.30) a rejoint #mcdevs 2019-01-20 18:31:18 <-- Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a quitté (Ping timeout: 245 seconds) 2019-01-20 18:50:34 <-- Unarelith_ (~Quent4234@92.184.112.30) a quitté (Remote host closed the connection) 2019-01-20 18:52:02 +Amaranth Java string lengths are as if the thing was UCS-2 (which Java strings mostly are), not UTF-16 2019-01-20 18:52:09 +Amaranth So length * 2 bytes should be right 2019-01-20 18:54:39 timmyRS For the legacy list ping response the length in bytes is characters * 2 because utf-16be but the short before the string is characters - 1 for some weird reason. 2019-01-20 18:58:44 rom1504 "for some weird reason" it should be correct then 2019-01-20 18:59:15 timmyRS ^^ 2019-01-20 19:00:18 timmyRS The legacy string still irritates me because I'm reading the length * 2 and I'm sure that could somehow break, but I won't question the allmighty legacy protocol. 2019-01-20 19:15:10 <-- rtjure (~rtjure@87.246.31.42) a quitté (Read error: Connection reset by peer) 2019-01-20 19:20:04 --> rtjure (~rtjure@87.246.31.42) a rejoint #mcdevs 2019-01-20 19:22:12 +Amaranth timmyRS: Like I said, it's UCS-2 so you're fine 2019-01-20 19:44:47 +pokechu22 Remember, all packets were like that before 1.7 :D 2019-01-20 19:47:26 timmyRS Glad I did that legacy list ping because I will never have to deal with pre-1.7 protocol ever again. .-. 2019-01-20 20:57:17 --> spirit (~spirit@233.ip-144-217-92.net) a rejoint #mcdevs 2019-01-20 20:58:21 <-- spirit (~spirit@233.ip-144-217-92.net) a quitté (Changing host) 2019-01-20 20:58:21 --> spirit (~spirit@unaffiliated/spirit-pact/x-7942062) a rejoint #mcdevs 2019-01-20 22:59:51 <-- DemonWav (~DemonWav@unaffiliated/demonwav) a quitté (Remote host closed the connection) 2019-01-20 23:02:13 --> DemonWav (~DemonWav@unaffiliated/demonwav) a rejoint #mcdevs 2019-01-20 23:03:23 <-- DemonWav (~DemonWav@unaffiliated/demonwav) a quitté (Client Quit) 2019-01-20 23:05:13 --> DemonWav (~DemonWav@unaffiliated/demonwav) a rejoint #mcdevs 2019-01-20 23:39:01 <-- Digitalis (~david@97-91-153-208.dhcp.stls.mo.charter.com) a quitté (Quit: WeeChat 2.3) 2019-01-21 00:49:25 --> Me4502 (~textual@unaffiliated/me4502) a rejoint #mcdevs 2019-01-21 01:47:21 <-- SpaceManiac (~SpaceMani@2601:200:4400:ec::1016) a quitté (Ping timeout: 252 seconds) 2019-01-21 01:55:43 --> SpaceManiac (~SpaceMani@2601:200:4400:ec::1016) a rejoint #mcdevs 2019-01-21 01:55:55 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2019-01-21 07:42:08 -- irc : déconnecté du serveur 2019-01-21 07:42:38 --> rom1504 (rom1504@rom1504.fr) a rejoint #mcdevs 2019-01-21 07:42:38 -- 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/" 2019-01-21 07:42:38 -- Titre défini par tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) le jeu., 11 mai 2017 00:28:31 2019-01-21 07:42:38 -- Canal #mcdevs : 108 pseudos (1 op, 13 voices, 94 normaux) 2019-01-21 07:44:29 -- Canal créé le lun., 06 déc. 2010 12:22:40 2019-01-21 07:45:47 <-- chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 246 seconds) 2019-01-21 07:47:28 --> chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2019-01-21 09:53:40 <-- Me4502 (~textual@unaffiliated/me4502) a quitté (Ping timeout: 246 seconds) 2019-01-21 11:27:20 <-- tassu (~tassu@68.183.75.105) a quitté (Ping timeout: 246 seconds) 2019-01-21 11:28:36 <-- SpaceManiac (~SpaceMani@2601:200:4400:ec::1016) a quitté (Ping timeout: 252 seconds) 2019-01-21 11:33:27 --> SpaceManiac (~SpaceMani@2601:200:4400:ec::101f) a rejoint #mcdevs 2019-01-21 11:33:27 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2019-01-21 11:34:15 --> tassu (~tassu@68.183.75.105) a rejoint #mcdevs 2019-01-21 12:11:13 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-01-21 17:10:21 <-- ecx (~ecx@unaffiliated/ecx) a quitté (Ping timeout: 250 seconds) 2019-01-21 17:13:06 --> ecx (~ecx@unaffiliated/ecx) a rejoint #mcdevs 2019-01-21 17:36:08 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2019-01-21 20:48:19 <-- Dadido3 (~quassel@p200300D9DF018400C1D81B6E4745BF32.dip0.t-ipconnect.de) a quitté (Ping timeout: 250 seconds) 2019-01-21 20:56:10 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Read error: Connection reset by peer) 2019-01-21 21:47:16 --> Dadido3 (~quassel@p200300D9DF01840051B6D7459BB2F273.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-21 22:01:51 tktech C4K3_: putting those concerns with the encryption in a paragraph would be 100% A-OK. My only concern is with an unexplained "this is bad!" notice at the top. 2019-01-21 23:58:29 --> Me4502 (~Me4502@unaffiliated/me4502) a rejoint #mcdevs 2019-01-22 02:03:37 Not-e6c6 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±3] https://git.io/fhgu5 2019-01-22 02:03:39 Not-e6c6 [minecraft-data] rom1504 e5b9ef3 - fix team prefix and suffix in 1.13 reference : https://wiki.vg/Protocol_History + https://wiki.vg/Protocol 2019-01-22 02:04:30 Not-e6c6 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/fhguN 2019-01-22 02:04:32 Not-e6c6 [minecraft-data] rom1504 d61e9d4 - Release 2.36.0 2019-01-22 02:04:34 Not-e6c6 [minecraft-data] rom1504 tagged d61e9d4 as 2.36.0 https://git.io/fhguA 2019-01-22 02:12:57 rom1504 did the position type change for real or did you just change the description of it (in https://wiki.vg/Pre-release_protocol) ? 2019-01-22 02:13:48 +pokechu22 It did change 2019-01-22 02:14:34 +pokechu22 It might make a bit more sense for the way it's written on protocol history: "Changed the order of values in the position type from x MSB, z LSB, y middle to x MSB, z middle, y LSB" 2019-01-22 02:18:34 rom1504 ok I don't understand this yet but thanks for the info 2019-01-22 02:18:43 rom1504 will do the change when I get it 2019-01-22 06:14:06 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-01-22 06:16:27 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2019-01-22 06:16:27 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2019-01-22 07:19:57 --> Pop (~Pop@189.4.79.228) a rejoint #mcdevs 2019-01-22 07:23:55 Pop ``Heya 2019-01-22 07:23:57 Pop anyone awake? 2019-01-22 07:43:24 timmyRS Yes 2019-01-22 08:11:02 <-- Me4502 (~Me4502@unaffiliated/me4502) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2019-01-22 08:12:49 -- Tuxel_ est maintenant connu sous le nom Tuxel 2019-01-22 08:20:36 <-- mrkirby153 (~mrkirby15@mrkirby153.com) a quitté (Ping timeout: 244 seconds) 2019-01-22 08:37:38 <-- gabizou (~gabizou@irc.spongepowered.org) a quitté (Ping timeout: 250 seconds) 2019-01-22 08:42:27 <-- rtjure (~rtjure@87.246.31.42) a quitté (Ping timeout: 240 seconds) 2019-01-22 08:44:55 --> rtjure (~rtjure@87.246.31.42) a rejoint #mcdevs 2019-01-22 09:19:39 --> gabizou (~gabizou@irc.spongepowered.org) a rejoint #mcdevs 2019-01-22 09:38:02 <-- Pop (~Pop@189.4.79.228) a quitté (Ping timeout: 246 seconds) 2019-01-22 12:28:38 --> Me4502 (~quassel@167-179-190-91.a7b3be.mel.nbn.aussiebb.net) a rejoint #mcdevs 2019-01-22 12:28:38 <-- Me4502 (~quassel@167-179-190-91.a7b3be.mel.nbn.aussiebb.net) a quitté (Changing host) 2019-01-22 12:28:38 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-01-22 13:49:50 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-01-22 14:42:08 <-- rtjure (~rtjure@87.246.31.42) a quitté (Ping timeout: 245 seconds) 2019-01-22 14:45:50 --> rtjure (~rtjure@87.246.31.42) a rejoint #mcdevs 2019-01-22 22:28:16 --> Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a rejoint #mcdevs 2019-01-22 23:29:29 <-- SpaceManiac (~SpaceMani@2601:200:4400:ec::101f) a quitté (Ping timeout: 250 seconds) 2019-01-22 23:34:26 --> SpaceManiac (~SpaceMani@c-67-172-121-111.hsd1.ca.comcast.net) a rejoint #mcdevs 2019-01-22 23:34:26 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2019-01-23 00:01:15 --> Me4502 (~Me4502@unaffiliated/me4502) a rejoint #mcdevs 2019-01-23 00:56:07 --> Pop (~Pop@189.4.79.228) a rejoint #mcdevs 2019-01-23 01:00:27 <-- Pop (~Pop@189.4.79.228) a quitté (Ping timeout: 240 seconds) 2019-01-23 01:02:58 <-- Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a quitté (Ping timeout: 245 seconds) 2019-01-23 02:56:56 --> progwml6 (~progwml6@pool-100-8-211-76.nwrknj.fios.verizon.net) a rejoint #mcdevs 2019-01-23 02:56:56 <-- progwml6 (~progwml6@pool-100-8-211-76.nwrknj.fios.verizon.net) a quitté (Client Quit) 2019-01-23 03:24:41 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Quit: Bye) 2019-01-23 03:30:01 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2019-01-23 06:15:54 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 250 seconds) 2019-01-23 08:00:16 <-- Me4502 (~Me4502@unaffiliated/me4502) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2019-01-23 08:25:53 --> Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a rejoint #mcdevs 2019-01-23 08:49:50 <-- Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a quitté (Ping timeout: 268 seconds) 2019-01-23 09:30:34 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-01-23 12:37:40 <-- Mr_Gr33n (~None@BSN-142-194-111.static.siol.net) a quitté (Ping timeout: 250 seconds) 2019-01-23 12:56:39 --> _MrGr33n_ (~None@BSN-142-194-111.static.siol.net) a rejoint #mcdevs 2019-01-23 13:12:51 --> Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a rejoint #mcdevs 2019-01-23 13:17:33 --> Black_Hole (~BlackHole@p200300E753C22600641BF9CFFAC06950.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-23 13:21:42 <-- Black-Hole (~BlackHole@p200300E753C2260051F55E563F254330.dip0.t-ipconnect.de) a quitté (Ping timeout: 268 seconds) 2019-01-23 14:29:47 <-- Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a quitté (Ping timeout: 240 seconds) 2019-01-23 16:46:58 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2019-01-23 19:05:22 <-- protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a quitté (Ping timeout: 272 seconds) 2019-01-23 20:18:16 <-- Amaranth (~Amaranth@ubuntu/member/Amaranth) a quitté (Quit: The Lounge - https://thelounge.chat) 2019-01-23 20:18:47 --> Amaranth (~Amaranth@ubuntu/member/Amaranth) a rejoint #mcdevs 2019-01-23 20:18:47 -- Mode #mcdevs [+v Amaranth] par ChanServ 2019-01-23 20:21:52 <-- Amaranth (~Amaranth@ubuntu/member/Amaranth) a quitté (Client Quit) 2019-01-23 20:22:14 --> Amaranth (~Amaranth@ubuntu/member/Amaranth) a rejoint #mcdevs 2019-01-23 20:22:14 -- Mode #mcdevs [+v Amaranth] par ChanServ 2019-01-23 20:22:51 <-- Amaranth (~Amaranth@ubuntu/member/Amaranth) a quitté (Client Quit) 2019-01-23 20:23:02 --> Amaranth (~Amaranth@ubuntu/member/Amaranth) a rejoint #mcdevs 2019-01-23 20:23:02 -- Mode #mcdevs [+v Amaranth] par ChanServ 2019-01-23 20:30:47 <-- Amaranth (~Amaranth@ubuntu/member/Amaranth) a quitté (Quit: The Lounge - https://thelounge.chat) 2019-01-23 20:30:58 --> Amaranth (~Amaranth@ubuntu/member/Amaranth) a rejoint #mcdevs 2019-01-23 20:31:04 -- Mode #mcdevs [+v Amaranth] par ChanServ 2019-01-23 20:31:56 <-- Amaranth (~Amaranth@ubuntu/member/Amaranth) a quitté (Client Quit) 2019-01-23 20:32:07 --> Amaranth (~Amaranth@ubuntu/member/Amaranth) a rejoint #mcdevs 2019-01-23 20:32:07 -- Mode #mcdevs [+v Amaranth] par ChanServ 2019-01-23 20:34:00 <-- Amaranth (~Amaranth@ubuntu/member/Amaranth) a quitté (Client Quit) 2019-01-23 20:34:11 --> Amaranth (~Amaranth@ubuntu/member/Amaranth) a rejoint #mcdevs 2019-01-23 20:34:11 -- Mode #mcdevs [+v Amaranth] par ChanServ 2019-01-23 21:33:20 --> Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a rejoint #mcdevs 2019-01-23 21:34:38 <-- Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a quitté (Remote host closed the connection) 2019-01-24 00:15:34 --> Dadido3_ (~quassel@p200300D9DF0184001D2398284CD2469C.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-24 00:18:27 <-- Dadido3 (~quassel@p200300D9DF01840051B6D7459BB2F273.dip0.t-ipconnect.de) a quitté (Ping timeout: 268 seconds) 2019-01-24 00:50:03 <-- SpaceManiac (~SpaceMani@c-67-172-121-111.hsd1.ca.comcast.net) a quitté (Ping timeout: 245 seconds) 2019-01-24 01:02:28 --> SpaceManiac (~SpaceMani@c-67-172-121-111.hsd1.ca.comcast.net) a rejoint #mcdevs 2019-01-24 01:02:28 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2019-01-24 01:18:50 --> Me4502 (~Me4502@unaffiliated/me4502) a rejoint #mcdevs 2019-01-24 02:03:23 <-- SpaceManiac (~SpaceMani@c-67-172-121-111.hsd1.ca.comcast.net) a quitté (Ping timeout: 245 seconds) 2019-01-24 02:10:26 --> SpaceManiac (~SpaceMani@c-67-172-121-111.hsd1.ca.comcast.net) a rejoint #mcdevs 2019-01-24 02:10:26 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2019-01-24 05:10:14 --> protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a rejoint #mcdevs 2019-01-24 06:09:56 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 246 seconds) 2019-01-24 06:14:48 <-- redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 272 seconds) 2019-01-24 06:21:45 <-- SpaceManiac (~SpaceMani@c-67-172-121-111.hsd1.ca.comcast.net) a quitté (Ping timeout: 268 seconds) 2019-01-24 06:26:17 --> SpaceManiac (~SpaceMani@c-67-172-121-111.hsd1.ca.comcast.net) a rejoint #mcdevs 2019-01-24 06:26:17 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2019-01-24 09:02:16 <-- Starz0r (~quassel@138.197.214.219) a quitté (Ping timeout: 250 seconds) 2019-01-24 09:05:54 <-- Me4502 (~Me4502@unaffiliated/me4502) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2019-01-24 09:12:58 --> Starz0r (~quassel@138.197.214.219) a rejoint #mcdevs 2019-01-24 09:13:03 <-- Starz0r (~quassel@138.197.214.219) a quitté (Remote host closed the connection) 2019-01-24 09:40:58 --> Starz0r (~quassel@138.197.214.219) a rejoint #mcdevs 2019-01-24 09:57:05 --> protryon_ (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a rejoint #mcdevs 2019-01-24 09:57:05 <-- protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a quitté (Read error: Connection reset by peer) 2019-01-24 10:07:45 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-01-24 10:08:50 <-- protryon_ (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a quitté (Quit: WeeChat 1.7-rc2) 2019-01-24 10:10:26 --> protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a rejoint #mcdevs 2019-01-24 10:29:50 <-- protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a quitté (Quit: WeeChat 1.7-rc2) 2019-01-24 10:33:34 --> protryon (~protryon@2601:647:ca00:ab50:5536:5257:a5e2:f500) a rejoint #mcdevs 2019-01-24 10:33:34 <-- protryon (~protryon@2601:647:ca00:ab50:5536:5257:a5e2:f500) a quitté (Client Quit) 2019-01-24 10:35:14 --> protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a rejoint #mcdevs 2019-01-24 10:44:37 <-- protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a quitté (Quit: WeeChat 1.7-rc2) 2019-01-24 10:46:16 --> protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a rejoint #mcdevs 2019-01-24 10:53:32 <-- protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a quitté (Quit: WeeChat 1.7-rc2) 2019-01-24 10:55:11 --> protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a rejoint #mcdevs 2019-01-24 11:01:35 <-- protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a quitté (Quit: WeeChat 1.7-rc2) 2019-01-24 11:03:09 --> protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a rejoint #mcdevs 2019-01-24 11:54:26 <-- protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a quitté (Ping timeout: 240 seconds) 2019-01-24 15:42:15 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 244 seconds) 2019-01-24 15:44:06 --> protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a rejoint #mcdevs 2019-01-24 15:47:38 --> skyrising (~skyrising@89.43.121.3) a rejoint #mcdevs 2019-01-24 15:56:47 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-01-24 16:06:18 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 245 seconds) 2019-01-24 16:19:30 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-01-24 16:26:18 <-- Tuxel (~tux@mailer.tuxelcode.de) a quitté (Quit: No Ping reply in 180 seconds.) 2019-01-24 16:27:40 --> Tuxel (~tux@mailer.tuxelcode.de) a rejoint #mcdevs 2019-01-24 16:33:34 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 272 seconds) 2019-01-24 16:36:08 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-01-24 16:46:56 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 240 seconds) 2019-01-24 16:54:13 Not-e6c6 [Burger] New data now avaliable for 19w04a: 2019-01-24 16:54:15 Not-e6c6 [Burger] Diff from 19w03c: https://pokechu22.github.io/Burger/diff_19w03c_19w04a.html (https://pokechu22.github.io/Burger/diff_19w03c_19w04a.json) 2019-01-24 16:54:16 Not-e6c6 [Burger] Full data: https://pokechu22.github.io/Burger/19w04a.html (https://pokechu22.github.io/Burger/19w04a.json) 2019-01-24 16:55:16 timmyRS How is it possible that burger is so fast 2019-01-24 16:55:34 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2019-01-24 17:00:02 Not-e6c6 [New-Mc-Version] Minecraft snapshot 19w04a has just been released! 2019-01-24 17:00:42 skyrising ~4 minutes is impressive 2019-01-24 17:05:08 timmyRS Yeah, my cronjob is merely running every hour. I think it could be faster, but Mojang rate-limited my server as I was asking like every minute or 5 minutes. 2019-01-24 17:06:09 skyrising There's a rate limit? I'm polling every 10s and haven't noticed anything 2019-01-24 17:07:06 timmyRS Yeah, I got an access denied xml error 2019-01-24 17:07:16 timmyRS I'm talking about https://launchermeta.mojang.com/mc/game/version_manifest.json 2019-01-24 17:07:32 timmyRS Not sure if there is another endpoint for new versions 2019-01-24 17:07:51 skyrising That's also what I'm using… 2019-01-24 17:10:35 timmyRS Hm, I just dosed them with one of my servers and it didn't get rate limited. Well, I guess I'll put the cron back to minutely 2019-01-24 17:19:27 +pokechu22 I've got mine polling every 10 minutes, and it worked for me. 10 minutes only because if it _does_ find a new version, it takes that long 2019-01-24 17:20:06 chibill I use to check ever 30 min because I honestly didn't need very quick response. 2019-01-24 17:20:12 PolarizedIons I'm doing every 2 minutes and I'm fine o.O 2019-01-24 17:21:01 timmyRS I could've sworn I was rate limited 2019-01-24 17:21:09 timmyRS But I guess not ¯\_(ツ)_/¯ 2019-01-24 17:21:27 PolarizedIons maybe they just cared a lot about you lol 2019-01-24 17:22:27 +pokechu22 I am only checking the manifest for changes and not getting the individual version JSON each time, but I think that's probably the case for ou 2019-01-24 17:22:42 PolarizedIons oh, yea ^ 2019-01-24 17:22:46 +pokechu22 There is also an etag on it, but I haven't needed to mess with that (unless requests is doing it automatically?) 2019-01-24 17:23:29 PolarizedIons I'm just opening the stream in java, I have no idea how I'd even check for that lol 2019-01-24 17:24:31 +pokechu22 Something like `If-None-Match: "Etag f2633cdf3bcbd80d2c14bf1911c681e3"` on a header and then it'll give a not modified response (but I haven't used it in ages). For something like this you'd only even need to store the tag, not the content, since if the content didn't change there definitely isn't a new version 2019-01-24 17:24:51 skyrising I'm checking the hash of the full manifest against the previous. But recently I had to update my script to ignore those with older Date headers because their caches take a bit to sync 2019-01-24 17:25:08 +pokechu22 https://en.wikipedia.org/wiki/HTTP_ETag 2019-01-24 17:25:40 +pokechu22 I think the way that they (and s3?) implement an etag is just as the md5 of the file even 2019-01-24 17:25:48 PolarizedIons ah, interesting 2019-01-24 17:26:37 +pokechu22 `curl --head https://launchermeta.mojang.com/mc/game/version_manifest.json -H "If-None-Match: \"f2633cdf3bcbd80d2c14bf1911c681e3\""` 2019-01-24 18:04:17 --> bildramer1 (~bildramer@p2003004CEA0FC40050767A228C76A1FD.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-24 18:04:22 <-- bildramer (~bildramer@p5B010B53.dip0.t-ipconnect.de) a quitté (Ping timeout: 250 seconds) 2019-01-24 18:10:17 --> bildramer (~bildramer@p5B0107DF.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-24 18:10:55 <-- bildramer1 (~bildramer@p2003004CEA0FC40050767A228C76A1FD.dip0.t-ipconnect.de) a quitté (Ping timeout: 250 seconds) 2019-01-24 21:12:00 --> C4K3 (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2019-01-24 21:15:10 <-- _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a quitté (Ping timeout: 246 seconds) 2019-01-24 21:15:18 <-- C4K3_ (~C4K3@0127801301.0.fullrate.ninja) a quitté (Ping timeout: 268 seconds) 2019-01-24 21:16:14 --> _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a rejoint #mcdevs 2019-01-24 22:23:19 <-- C4K3 (~C4K3@0127801301.0.fullrate.ninja) a quitté (Quit: leaving) 2019-01-24 22:23:35 --> C4K3 (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2019-01-24 23:03:59 --> bildramer1 (~bildramer@p2003004CEA13C400580008569281B721.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-24 23:04:20 <-- bildramer (~bildramer@p5B0107DF.dip0.t-ipconnect.de) a quitté (Ping timeout: 272 seconds) 2019-01-24 23:10:15 -- bildramer1 est maintenant connu sous le nom bildramer 2019-01-25 00:18:57 --> Me4502 (~Me4502@unaffiliated/me4502) a rejoint #mcdevs 2019-01-25 02:23:07 <-- Me4502 (~Me4502@unaffiliated/me4502) a quitté (Ping timeout: 240 seconds) 2019-01-25 06:12:11 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-01-25 06:13:48 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 245 seconds) 2019-01-25 06:13:48 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2019-01-25 10:24:46 <-- rtjure (~rtjure@87.246.31.42) a quitté (Ping timeout: 246 seconds) 2019-01-25 10:25:28 <-- protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a quitté (Ping timeout: 245 seconds) 2019-01-25 10:26:37 --> rtjure (~rtjure@87.246.31.42) a rejoint #mcdevs 2019-01-25 12:18:44 timmyRS Just checked in with my server. 2019-01-25 12:18:45 timmyRS AccessDeniedAccess Denied26999CACC61B87CBEXpdJs9TqvU85vAdTL9pPU3xJtp2rsJoT++C/DK4gTRprUqqySlMj+Uo8ZQ2nHxVh/82lYCENms= 2019-01-25 12:18:55 timmyRS There definitely is rate limiting. 2019-01-25 12:38:19 timmyRS Implemented etag now, hopefully that'll prevent that from happening again. 2019-01-25 13:40:22 PolarizedIons *beep boop* 19w04b is available 2019-01-25 13:40:51 timmyRS ... 2019-01-25 13:41:56 Not-e6c6 [New-Mc-Version] Minecraft snapshot 19w04b has just been released! 2019-01-25 13:42:05 timmyRS Ah, I had a syntax error in my script 2019-01-25 13:44:07 Not-e6c6 [Burger] New data now avaliable for 19w04b: 2019-01-25 13:44:08 Not-e6c6 [Burger] Diff from 19w04a: https://pokechu22.github.io/Burger/diff_19w04a_19w04b.html (https://pokechu22.github.io/Burger/diff_19w04a_19w04b.json) 2019-01-25 13:44:10 Not-e6c6 [Burger] Full data: https://pokechu22.github.io/Burger/19w04b.html (https://pokechu22.github.io/Burger/19w04b.json) 2019-01-25 13:46:07 MiniDigger mmmh, did burger miss the new recipes? block post mentioned additional stonecutter recipes for b 2019-01-25 13:47:09 skyrising I guess burger doesn't support that recipe type yet? 2019-01-25 14:42:39 --> barneygale (~barneygal@host86-130-233-104.range86-130.btcentralplus.com) a rejoint #mcdevs 2019-01-25 14:43:23 <-- WizardCM- (~WizardCM@103.93.232.1) a quitté (Quit: Oh noes it broke!) 2019-01-25 14:46:12 --> WizardCM- (~WizardCM@103.93.232.1) a rejoint #mcdevs 2019-01-25 16:13:54 --> protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a rejoint #mcdevs 2019-01-25 16:38:12 <-- C4K3 (~C4K3@0127801301.0.fullrate.ninja) a quitté (Quit: leaving) 2019-01-25 16:38:55 --> C4K3 (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2019-01-25 16:57:26 +pokechu22 Burger only does regular crafting recipes, not furnace/stonecutter/etc ones. I don't want to try and render each of those things on vitrine, way too complicated 2019-01-25 16:59:41 +pokechu22 (instead, we get 4 thousand variations of the same recipe, because I decided to make it multiply out all variants of items -- I really need to change that to animate between them like on MCW) 2019-01-25 17:00:08 skyrising Just parse the slot coordinates out of the containers :D 2019-01-25 17:02:04 +pokechu22 I mean, I do have that _awful_ script I ran a few weeks ago that injects number-rendering code into the game; that thing's fun :D 2019-01-25 18:11:37 --> bildramer1 (~bildramer@p2003004CEA13C4002972A12611D7E6E3.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-25 18:13:50 <-- bildramer (~bildramer@p2003004CEA13C400580008569281B721.dip0.t-ipconnect.de) a quitté (Ping timeout: 268 seconds) 2019-01-25 18:14:41 --> bildramer (~bildramer@p2003004CEA13C4007D7EB8E2AB8757FE.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-25 18:16:18 <-- bildramer1 (~bildramer@p2003004CEA13C4002972A12611D7E6E3.dip0.t-ipconnect.de) a quitté (Ping timeout: 268 seconds) 2019-01-25 20:18:36 timmyRS Huh, apparently vanilla Minecraft automatically reconnects when the kick message it gets is "Not authenticated with Minecraft.net"? 2019-01-25 20:24:22 +ammar2 how many times? 2019-01-25 20:24:44 timmyRS I'm trying to reproduce it right now. Maybe it was just a visual bug. 2019-01-25 20:31:22 timmyRS Hm, I was unable to reproduce it. Maybe I was just misreading or there was a visual bug. 2019-01-25 20:38:02 <-- barneygale (~barneygal@host86-130-233-104.range86-130.btcentralplus.com) a quitté (Remote host closed the connection) 2019-01-25 22:57:46 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2019-01-26 00:39:42 --> bildramer1 (~bildramer@p5B010038.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-26 00:41:06 <-- bildramer (~bildramer@p2003004CEA13C4007D7EB8E2AB8757FE.dip0.t-ipconnect.de) a quitté (Ping timeout: 268 seconds) 2019-01-26 06:00:00 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 268 seconds) 2019-01-26 08:20:48 -- bildramer1 est maintenant connu sous le nom bildramer 2019-01-26 08:23:15 --> Me4502 (~quassel@167-179-190-91.a7b3be.bne.nbn.aussiebb.net) a rejoint #mcdevs 2019-01-26 08:23:15 <-- Me4502 (~quassel@167-179-190-91.a7b3be.bne.nbn.aussiebb.net) a quitté (Changing host) 2019-01-26 08:23:15 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-01-26 10:58:21 --> Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a rejoint #mcdevs 2019-01-26 10:59:57 Unarelith Hi guys, I was wondering, how does MC handles inventory update over network? Each item movement in inventories is sent from the client to the server? How does MC check cheating then? 2019-01-26 11:06:04 +ammar2 hmm? the server has its own state for the inventory and can verify anything the client sends is valid 2019-01-26 11:06:23 +ammar2 if your client magically pretends like it moved 3 diamonds where there was 1, then the server is gonna reject it 2019-01-26 11:17:42 Unarelith ammar2, so let's say I'm using a furnace: I move a stack of Iron Ore in the first slot, a stack of Coal in the second slot, what did the client send exactly? Two packets per movement? One to take the item in the hand and one to put it in another inventory? Or only one packet with the new item position? 2019-01-26 11:19:04 Unarelith Or to be more clear: Does the hand count as an inventory server-side? Or is it handled by the client? 2019-01-26 11:21:40 Unarelith Oh and I have another question: if the server rejects item movement, what happens then? The server can't tell the client "this is your real inventory" because a lot of movement may have happened client-side before it received the inventory update packet 2019-01-26 11:37:45 +ammar2 Unarelith: the former, two clicks 2019-01-26 11:38:45 +ammar2 the client predicts that the action will succeed but if the server responds back with that action number being rejected the client moves to the previous state 2019-01-26 11:38:57 +ammar2 as far as a lot of movement, not sure how they handle that 2019-01-26 11:39:40 +ammar2 probably keep around a state of a couple actions and then don't allow any more clicks until you hear back about the previous ones 2019-01-26 11:39:52 +ammar2 that way you can prevent too much desynchronization 2019-01-26 11:42:46 Unarelith hmm that could work yeah, each item movement can be stored in the client, sent to the server, and when the server answers "ok" the action is dropped from the client, if the server rejects it then the client reverts the action 2019-01-26 11:43:20 +ammar2 yeah, that's the basic idea, the problem comes when you do movements built upon other movements 2019-01-26 11:43:28 +ammar2 move an item to a slot, split it into two, store those elsewhere 2019-01-26 11:43:41 +ammar2 if the first action gets rejected then you need to know the state from before 2019-01-26 11:44:25 Unarelith hmm, in that case I'll need to revert all the actions that happens after the rejected one 2019-01-26 11:45:41 Unarelith damn I didn't planned I'll spend the whole day, or even the weekend, on this x) 2019-01-26 11:48:10 Unarelith btw thx ammar2, was really helpful 2019-01-26 11:49:04 Unarelith here's my project if you want to check it out: https://github.com/Quent42340/OpenMiner 2019-01-26 11:49:49 timmyRS Turn that hpp into php ;) 2019-01-26 11:50:09 Unarelith wut :') 2019-01-26 11:50:34 timmyRS gotta keep it all in one thread, of course 2019-01-26 11:51:23 Unarelith nope, multithreading is planned, but I'm doing 70h a week with this + my current job, so I can't do everything at the same time 2019-01-26 11:51:58 timmyRS Wait, you're actually only using one thread right now? 2019-01-26 11:52:15 Unarelith yep, and it works properly 2019-01-26 11:52:51 timmyRS I can imagine, but I think it would be benefitial to do networking and rendering seperately, for example. But I'm not C++ dev, so I don't know how complex that would b.e 2019-01-26 11:52:54 timmyRS be.* 2019-01-26 11:54:12 Unarelith it's not that complex, but I prefer to wait the complete network implementation before implementing multithreading (and I'm only at 66% of it, world and scripting engine are almost done, player is still completely client-side) 2019-01-26 11:56:04 Unarelith I'm alone in this project and only worked on it for three "real" months, it looked like this before: https://camo.githubusercontent.com/c819992a4d8a167ae9494778bd8785ad9f2c42d7/687474703a2f2f73647a2d75706c6f61642e73332e616d617a6f6e6177732e636f6d2f70726f642f75706c6f61642f73637265656e73686f742d32303135303130333233333531382e706e67 2019-01-26 11:56:48 timmyRS And after 3 months of hard work, instead of "KubKraft", it's "OpenMiner" now, eh? ;P 2019-01-26 11:57:17 Unarelith well it's a way better name imo :p 2019-01-26 11:57:51 timmyRS Yeah 2019-01-26 11:57:56 timmyRS It's not so German 2019-01-26 11:58:34 Unarelith my plans for OpenMiner is to do a "modern" Minetest-like while being heavily inspirated by MC world (vanilla and modding community) 2019-01-26 11:59:00 Unarelith I expect to have something playable this summer 2019-01-26 11:59:23 timmyRS Isn't Minetest just a Minecraft clone? 2019-01-26 12:00:32 Unarelith there was a time where Minetest community wanted their game to be different, and now they suffer a lot of the bad gameplay/design decisions they made at the time 2019-01-26 12:00:42 Unarelith for example, in MT to use an item, it's left-click 2019-01-26 12:00:45 Unarelith it's STUPID 2019-01-26 12:01:21 timmyRS Can't you change it in the options? O.o 2019-01-26 12:01:25 Unarelith when you break a tree and get an apple in an empty hand, you'll use it right away while digging (since there's no eating animation in MT) 2019-01-26 12:01:28 Unarelith nope you can't 2019-01-26 12:02:50 Unarelith When I found out about MT and this sh*t, I decided to start contributing to the project, but it's a complete mess, the architecture makes no sense (game.cpp -> 6000 lines wtf) 2019-01-26 12:03:11 Unarelith and most of the code doesn't even use C++11 2019-01-26 12:03:12 timmyRS Functional programming :^) 2019-01-26 12:04:23 timmyRS My plan is to implement all the things in PHP, and that's it. 2019-01-26 12:04:47 Unarelith PHP suxx :p 2019-01-26 12:05:03 timmyRS PHP is always the superior language 2019-01-26 12:05:33 Unarelith nope, Lua and C++17 are :D 2019-01-26 12:06:13 timmyRS Yeah, but those have multithreading and require compilation. Literally unsuable. 2019-01-26 12:07:11 Unarelith Lua doesn't require compilation ; C++17 does tho, but is reserved for experienced programmers :p 2019-01-26 12:07:28 timmyRS What do you even use Lua for in your project? 2019-01-26 12:07:40 Unarelith modding API 2019-01-26 12:08:47 Unarelith currently it's only server-side, but I planned to add a client-side API 2019-01-26 12:09:41 Unarelith Lua is the only intepreted language I saw running smoothly on Nintendo DS, it's embeddable and lightning fast, that's why I chose it 2019-01-26 12:10:04 timmyRS Makes sense. My modding/plugin API uses the language of gods, PHP. 2019-01-26 12:10:47 Unarelith with sol2, a Lua binder, I can bind entire C++ classes to use them in Lua, with only a few lines of code :p 2019-01-26 12:11:12 timmyRS Well, I can just pass entire PHP classes as arguments xD 2019-01-26 12:11:41 Unarelith and Lua is not object-oriented, but it has a table (like arrays) system so powerful than you can implement object-oriented inside it 2019-01-26 12:11:44 timmyRS But I know what you mean, when I wrote a server in java, I used Nashorn Javascript 2019-01-26 12:13:01 timmyRS It's incredible how old all these languages are and you still get nice features in new versions. Nashorn was added in Java 8, and they added sooo much in PHP 7 & 7.1 2019-01-26 12:15:47 Unarelith well I've never thought that someday you could write `auto [a, b] = something();` in C++ and yet you can do this now 2019-01-26 12:16:28 timmyRS May I just interject that computer are awesome? :D 2019-01-26 12:16:41 Unarelith developers are :p 2019-01-26 12:17:25 Unarelith most of them are ready to work for free on open-source projects, I think that's awesome 2019-01-26 12:18:41 timmyRS I for one love challenges and solving them. 2019-01-26 12:21:44 Unarelith all developers do :p 2019-01-26 12:22:06 timmyRS I know some developers who love using their 2 skills and selling them. :/ 2019-01-26 12:23:41 Unarelith they're not real developers 2019-01-26 12:25:44 timmyRS Try telling that to companies xD 2019-01-26 13:26:49 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-01-26 14:22:21 <-- Tuxel (~tux@mailer.tuxelcode.de) a quitté (Quit: Sorry, can't quassel for a while.) 2019-01-26 14:22:46 --> Tuxel (~tux@mailer.tuxelcode.de) a rejoint #mcdevs 2019-01-26 22:21:07 <-- Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a quitté (Ping timeout: 268 seconds) 2019-01-27 00:10:46 <-- protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a quitté (Quit: WeeChat 1.7-rc2) 2019-01-27 15:37:56 <-- Wanderer (~wanderer@unaffiliated/wanderer) a quitté (Quit: ZNC 1.6.6+deb1ubuntu0.1 - http://znc.in) 2019-01-27 17:19:02 Not-e6c6 [flying-squid] rom1504 pushed 3 commits to master [+0/-0/±6] https://git.io/fh66o 2019-01-27 17:19:03 Not-e6c6 [flying-squid] bitknox 17218a5 - Fixed crash on useItem and placeBlock 2019-01-27 17:19:05 Not-e6c6 [flying-squid] bitknox 4772c68 - Fixed style to fit JavaScript Standard 2019-01-27 17:19:06 Not-e6c6 [flying-squid] rom1504 1b51970 - Merge pull request #358 from bitknox/master Fixed #353 - Crash Helditem 2019-01-28 01:59:13 --> progwml6 (~progwml6@pool-100-8-211-76.nwrknj.fios.verizon.net) a rejoint #mcdevs 2019-01-28 01:59:33 <-- progwml6 (~progwml6@pool-100-8-211-76.nwrknj.fios.verizon.net) a quitté (Client Quit) 2019-01-28 03:14:55 --> progwml6 (~progwml6@pool-100-8-211-76.nwrknj.fios.verizon.net) a rejoint #mcdevs 2019-01-28 03:15:06 <-- progwml6 (~progwml6@pool-100-8-211-76.nwrknj.fios.verizon.net) a quitté (Client Quit) 2019-01-28 05:15:46 --> Me4502 (~quassel@167-179-190-91.a7b3be.bne.nbn.aussiebb.net) a rejoint #mcdevs 2019-01-28 05:15:46 <-- Me4502 (~quassel@167-179-190-91.a7b3be.bne.nbn.aussiebb.net) a quitté (Changing host) 2019-01-28 05:15:46 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-01-28 05:31:13 <-- skyrising (~skyrising@89.43.121.3) a quitté (Remote host closed the connection) 2019-01-28 05:37:48 --> skyrising (~skyrising@89.43.121.3) a rejoint #mcdevs 2019-01-28 08:35:03 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Quit: The Lounge - https://thelounge.chat) 2019-01-28 08:35:22 --> PolarizedIons (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2019-01-28 14:08:44 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-01-28 22:42:26 <-- Dadido3_ (~quassel@p200300D9DF0184001D2398284CD2469C.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2019-01-28 22:44:09 --> Dadido3 (~quassel@p200300D9DF2C2A00F07819832F21FCA4.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-28 23:15:39 <-- Dadido3 (~quassel@p200300D9DF2C2A00F07819832F21FCA4.dip0.t-ipconnect.de) a quitté (Ping timeout: 264 seconds) 2019-01-28 23:17:48 --> Dadido3 (~quassel@p5B2CB04D.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-29 01:46:54 --> OkDan (~OkAlt@2604:3d09:3e7f:dc80:3c66:6b9a:6fc:38ca) a rejoint #mcdevs 2019-01-29 01:48:05 --> Intelli (sid46069@gateway/web/irccloud.com/x-qotovihbiegzqaln) a rejoint #mcdevs 2019-01-29 01:48:31 <-- OkDan (~OkAlt@2604:3d09:3e7f:dc80:3c66:6b9a:6fc:38ca) a quitté (Client Quit) 2019-01-29 04:11:20 <-- saper (saper@wikipedia/saper) a quitté (Ping timeout: 250 seconds) 2019-01-29 04:23:41 --> saper (saper@wikipedia/saper) a rejoint #mcdevs 2019-01-29 06:05:52 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-01-29 06:08:23 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 245 seconds) 2019-01-29 06:08:23 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2019-01-29 16:35:28 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 245 seconds) 2019-01-29 16:40:33 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-01-29 21:29:21 --> phvse (~phvse@2601:342:280:1505::5f6a) a rejoint #mcdevs 2019-01-29 22:40:25 --> mrkirby153 (~mrkirby15@mrkirby153.com) a rejoint #mcdevs 2019-01-29 22:57:24 Not-e6c6 [mineflayer] rom1504 pushed 3 commits to master [+0/-0/±4] https://git.io/fh1co 2019-01-29 22:57:26 Not-e6c6 [mineflayer] ArcticZeroo 6a793e6 - Emit column chunk load errors to bot error instead of throwing 2019-01-29 22:57:27 Not-e6c6 [mineflayer] ArcticZeroo 524b980 - Use suggested short circuit method for chat length limit 2019-01-29 22:57:29 Not-e6c6 [mineflayer] rom1504 ff22547 - Merge pull request #771 from ArcticZeroo/master Prevent error from being thrown when chunk fails to load 2019-01-29 22:58:45 Not-e6c6 [mineflayer] rom1504 pushed 2 commits to master [+0/-0/±2] https://git.io/fh1c1 2019-01-29 22:58:47 Not-e6c6 [mineflayer] CheezBarger 419a14c - Update physics.js Updated maxGroundSpeed to value given in Minecraft wiki. MaxGroundSpeed did not take into account the fact that the player could have been sprinting. 2019-01-29 22:58:49 Not-e6c6 [mineflayer] rom1504 9f489e4 - Merge pull request #764 from CheezBarger/master Update physics.js 2019-01-29 23:05:15 Not-e6c6 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±2] https://git.io/fh1Cc 2019-01-29 23:05:16 Not-e6c6 [mineflayer] rom1504 e0792bf - Release 2.7.4 2019-01-29 23:05:18 Not-e6c6 [mineflayer] rom1504 tagged e0792bf as 2.7.4 https://git.io/fh1Cn 2019-01-29 23:21:18 --> Mr_Gr33n (~None@2a00:ee2:2702:ee00:219b:1f13:b268:895) a rejoint #mcdevs 2019-01-29 23:24:25 <-- _MrGr33n_ (~None@BSN-142-194-111.static.siol.net) a quitté (Ping timeout: 244 seconds) 2019-01-29 23:47:22 --> atlas_ (~atlas@147.26.227.207) a rejoint #mcdevs 2019-01-30 02:00:32 <-- Thinkofname (~Think@thinkof.name) a quitté (Quit: Leaving) 2019-01-30 02:02:45 --> Thinkofname (~Think@thinkof.name) a rejoint #mcdevs 2019-01-30 02:02:45 -- Mode #mcdevs [+v Thinkofname] par ChanServ 2019-01-30 03:11:14 <-- Black_Hole (~BlackHole@p200300E753C22600641BF9CFFAC06950.dip0.t-ipconnect.de) a quitté (Ping timeout: 268 seconds) 2019-01-30 04:57:20 --> _MrGr33n_ (~None@2a00:ee2:2702:ee00:219b:1f13:b268:895) a rejoint #mcdevs 2019-01-30 05:00:30 <-- Mr_Gr33n (~None@2a00:ee2:2702:ee00:219b:1f13:b268:895) a quitté (Ping timeout: 252 seconds) 2019-01-30 05:06:02 --> Black-Hole (~BlackHole@p57A3C1E8.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-30 05:48:55 <-- kev009 (~kev009@ip72-222-200-117.ph.ph.cox.net) a quitté (Remote host closed the connection) 2019-01-30 05:56:49 --> kev009 (~kev009@ip72-222-200-117.ph.ph.cox.net) a rejoint #mcdevs 2019-01-30 05:56:49 -- Mode #mcdevs [+v kev009] par ChanServ 2019-01-30 06:23:38 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-01-30 06:25:12 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 250 seconds) 2019-01-30 06:25:13 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2019-01-30 07:01:07 <-- atlas_ (~atlas@147.26.227.207) a quitté (Read error: Connection reset by peer) 2019-01-30 07:01:31 --> atlas_ (~atlas@147.26.227.207) a rejoint #mcdevs 2019-01-30 09:02:50 <-- tassu (~tassu@68.183.75.105) a quitté (Quit: The Lounge - https://thelounge.chat) 2019-01-30 09:03:22 --> tassu (~tassu@68.183.75.105) a rejoint #mcdevs 2019-01-30 09:35:03 <-- Black-Hole (~BlackHole@p57A3C1E8.dip0.t-ipconnect.de) a quitté (Read error: Connection reset by peer) 2019-01-30 10:45:59 <-- Byteflux (~byte@byteflux.net) a quitté (Quit: lax is dum lol) 2019-01-30 10:46:51 --> Byteflux (~byte@byteflux.net) a rejoint #mcdevs 2019-01-30 11:06:29 <-- Byteflux (~byte@byteflux.net) a quitté (Quit: lax is dum lol) 2019-01-30 11:10:04 --> Byteflux (~byte@byteflux.net) a rejoint #mcdevs 2019-01-30 11:22:36 <-- atlas_ (~atlas@147.26.227.207) a quitté (Read error: Connection reset by peer) 2019-01-30 11:22:58 --> atlas_ (~atlas@147.26.227.207) a rejoint #mcdevs 2019-01-30 12:40:54 <-- rtjure (~rtjure@87.246.31.42) a quitté (Ping timeout: 250 seconds) 2019-01-30 12:53:49 --> rtjure (~rtjure@87.246.31.42) a rejoint #mcdevs 2019-01-30 13:17:52 --> Black-Hole (~BlackHole@p200300E753E6AF00CCDF8FAC299AABE7.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-30 13:19:54 <-- Dadido3 (~quassel@p5B2CB04D.dip0.t-ipconnect.de) a quitté (Ping timeout: 250 seconds) 2019-01-30 13:22:19 --> Dadido3 (~quassel@p200300D9DF3D1600F494093B0C315001.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-30 16:05:22 phvse tktech: Hello! I was wondering if you would be interested in having a bridge between a Discord server and this channel? I'd be happy to help manage a standalone server or if theosib is happy with putting it in the EigenCraft Discord it could stay there. I think it would get more people connected with mcdevs and hopefully get more contributors to the wiki. cc: pokechu22 2019-01-30 16:07:38 timmyRS Everyone who's been interested in chatting here, has invested the 5 minutes to connect to IRC, and putting this channel in a random discord guild might not be so benefital, but that's just my opinion. 2019-01-30 16:42:02 Not-e6c6 [New-Mc-Version] Minecraft snapshot 19w05a has just been released! 2019-01-30 16:43:11 timmyRS Yay to it actually working and being faster than Burger this time 2019-01-30 16:44:33 Not-e6c6 [Burger] New data now avaliable for 19w05a: 2019-01-30 16:44:35 Not-e6c6 [Burger] Diff from 19w04b: https://pokechu22.github.io/Burger/diff_19w04b_19w05a.html (https://pokechu22.github.io/Burger/diff_19w04b_19w05a.json) 2019-01-30 16:44:36 Not-e6c6 [Burger] Full data: https://pokechu22.github.io/Burger/19w05a.html (https://pokechu22.github.io/Burger/19w05a.json) 2019-01-30 16:54:42 +pokechu22 Burger failed to run entities, but looking at the changes they probably also cleaned up spawn object (the packet that had random awful IDs) :D 2019-01-30 17:25:32 MiniDigger I agree with what timmy said about discord. 2019-01-30 17:26:22 MiniDigger additionally, discords tend to be very spammy and I don't think many ppl in here would like a massively increased message flow 2019-01-30 17:43:10 phvse okay, that makes sense 2019-01-30 18:34:10 --> pvpctutorials (~skyrising@89.43.121.3) a rejoint #mcdevs 2019-01-30 18:36:56 <-- skyrising (~skyrising@89.43.121.3) a quitté (Ping timeout: 268 seconds) 2019-01-30 18:39:23 <-- pvpctutorials (~skyrising@89.43.121.3) a quitté (Quit: Leaving) 2019-01-30 18:39:31 --> pvpctutorials (~skyrising@89.43.121.3) a rejoint #mcdevs 2019-01-30 18:39:37 -- pvpctutorials est maintenant connu sous le nom skyrising 2019-01-30 21:42:19 rom1504 Yeah I think you'd get more people here but not more interesting conversations 2019-01-30 21:43:07 rom1504 I did what you said with prismarinejs (mineflayer) and there's a lot of new people but let's say they are not very technical 2019-01-30 21:43:48 timmyRS I did the same thing in reverse and honestly no one uses the IRC channel except to maybe say "test" and "wow it works" 2019-01-30 22:18:50 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2019-01-30 22:46:24 +pokechu22 I can confirm the spawn object packet was changed to use entity type IDs (same as spawn mob), so those random inconsistent IDs are gone now :D 2019-01-30 22:51:21 +pokechu22 I've also updated burger to deal with the changes (the entity list is now up to date; it doesn't include info on objects anymore since they are no longer distinct) 2019-01-31 03:24:21 --> Black_Hole (~BlackHole@p200300E753C30A0064CDCD0C450BA7E3.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-31 03:24:57 <-- Black-Hole (~BlackHole@p200300E753E6AF00CCDF8FAC299AABE7.dip0.t-ipconnect.de) a quitté (Ping timeout: 250 seconds) 2019-01-31 04:29:43 <-- phvse (~phvse@2601:342:280:1505::5f6a) a quitté (Remote host closed the connection) 2019-01-31 04:30:56 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 240 seconds) 2019-01-31 06:25:29 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 268 seconds) 2019-01-31 06:58:41 <-- atlas_ (~atlas@147.26.227.207) a quitté (Read error: Connection reset by peer) 2019-01-31 06:59:14 --> atlas_ (~atlas@147.26.227.207) a rejoint #mcdevs 2019-01-31 08:30:53 --> Me4502 (~Me4502@unaffiliated/me4502) a rejoint #mcdevs 2019-01-31 08:34:12 <-- atlas_ (~atlas@147.26.227.207) a quitté (Read error: Connection reset by peer) 2019-01-31 08:34:41 --> atlas_ (~atlas@147.26.227.207) a rejoint #mcdevs 2019-01-31 08:37:27 <-- Me4502 (~Me4502@unaffiliated/me4502) a quitté (Ping timeout: 240 seconds) 2019-01-31 09:19:52 <-- atlas_ (~atlas@147.26.227.207) a quitté (Read error: Connection reset by peer) 2019-01-31 09:20:47 --> atlas_ (~atlas@147.26.227.207) a rejoint #mcdevs 2019-01-31 11:21:16 --> Me4502 (~quassel@167-179-190-91.a7b3be.bne.nbn.aussiebb.net) a rejoint #mcdevs 2019-01-31 11:21:16 <-- Me4502 (~quassel@167-179-190-91.a7b3be.bne.nbn.aussiebb.net) a quitté (Changing host) 2019-01-31 11:21:16 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-01-31 12:42:21 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-01-31 13:25:24 <-- Dadido3 (~quassel@p200300D9DF3D1600F494093B0C315001.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2019-01-31 13:26:36 --> Dadido3 (~quassel@p200300D9DF32630031123C2FA059C439.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-01-31 13:32:49 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-01-31 14:40:27 --> Processus42 (processus4@gateway/shell/matrix.org/x-upealzmjkzsxbnad) a rejoint #mcdevs 2019-01-31 18:27:20 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2019-01-31 20:26:19 --> phvse (~phvse@2601:342:280:1505::5f6a) a rejoint #mcdevs 2019-01-31 21:57:20 --> atlas_aces (~atlas@147.26.227.207) a rejoint #mcdevs 2019-01-31 21:57:43 -- atlas_aces est maintenant connu sous le nom Guest29228 2019-01-31 22:00:03 <-- atlas_ (~atlas@147.26.227.207) a quitté (Ping timeout: 245 seconds) 2019-01-31 22:18:36 <-- _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a quitté (Quit: _123DMWM) 2019-01-31 22:19:48 --> _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a rejoint #mcdevs 2019-01-31 22:35:31 -- Guest29228 est maintenant connu sous le nom atlas_ 2019-01-31 23:58:28 --> Me4502 (~Me4502@unaffiliated/me4502) a rejoint #mcdevs 2019-02-01 01:16:01 --> Technoguyficatio (~Hayden@184.103.19.217) a rejoint #mcdevs 2019-02-01 01:16:13 <-- Technoguyficatio (~Hayden@184.103.19.217) a quitté (Client Quit) 2019-02-01 01:16:40 --> Tknoguyfication (~Hayden@184.103.19.217) a rejoint #mcdevs 2019-02-01 03:32:11 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Read error: Connection reset by peer) 2019-02-01 03:47:33 --> atlas_aces (~atlas@147.26.227.207) a rejoint #mcdevs 2019-02-01 03:47:56 -- atlas_aces est maintenant connu sous le nom Guest84225 2019-02-01 03:50:27 <-- atlas_ (~atlas@147.26.227.207) a quitté (Ping timeout: 240 seconds) 2019-02-01 05:41:14 <-- XorBoole (~XorBoole@45.55.68.177) a quitté (Quit: Cya nerds!) 2019-02-01 05:56:25 <-- Tknoguyfication (~Hayden@184.103.19.217) a quitté (Ping timeout: 268 seconds) 2019-02-01 06:23:20 <-- redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 244 seconds) 2019-02-01 06:26:52 <-- Pyker (pyker@pyker.net) a quitté (Ping timeout: 250 seconds) 2019-02-01 06:30:24 --> Pyker (pyker@pyker.net) a rejoint #mcdevs 2019-02-01 08:19:06 -- Guest84225 est maintenant connu sous le nom atlas_ 2019-02-01 08:32:00 <-- Me4502 (~Me4502@unaffiliated/me4502) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2019-02-01 11:46:12 <-- tyteen4a03 (~tyteen4a0@unaffiliated/tyteen4a03) a quitté (Ping timeout: 252 seconds) 2019-02-01 12:41:07 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-02-01 12:53:52 --> tyteen4a03 (~tyteen4a0@unaffiliated/tyteen4a03) a rejoint #mcdevs 2019-02-01 12:54:04 <-- tyteen4a03 (~tyteen4a0@unaffiliated/tyteen4a03) a quitté (Client Quit) 2019-02-01 13:10:34 --> tyteen4a03 (~tyteen4a0@unaffiliated/tyteen4a03) a rejoint #mcdevs 2019-02-01 14:36:47 <-- Morrolan (morrolan@znc.morrolan.ch) a quitté (Quit: Goodbye) 2019-02-01 14:40:00 --> Morrolan (morrolan@znc.morrolan.ch) a rejoint #mcdevs 2019-02-01 18:14:07 <-- sudden (~lax@unaffiliated/laxask) a quitté (Ping timeout: 246 seconds) 2019-02-01 20:05:12 <-- Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a quitté (Remote host closed the connection) 2019-02-01 20:18:23 --> Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a rejoint #mcdevs 2019-02-01 20:18:23 -- Mode #mcdevs [+v Dinnerbone] par ChanServ 2019-02-01 20:34:05 --> Tknoguyfication (~Hayden@184.103.19.217) a rejoint #mcdevs 2019-02-01 22:01:03 <-- phvse (~phvse@2601:342:280:1505::5f6a) a quitté (Remote host closed the connection) 2019-02-01 22:02:07 <-- offbeatwitch (~offbeatwi@163.172.169.69) a quitté (Ping timeout: 268 seconds) 2019-02-02 00:48:16 --> offbeatwitch (~offbeatwi@platypus.offbeatwit.ch) a rejoint #mcdevs 2019-02-02 02:00:17 <-- Thinkofname (~Think@thinkof.name) a quitté (Quit: Leaving) 2019-02-02 02:02:31 --> Thinkofname (~Think@thinkof.name) a rejoint #mcdevs 2019-02-02 02:02:31 -- Mode #mcdevs [+v Thinkofname] par ChanServ 2019-02-02 03:04:35 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-02-02 04:29:47 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-02-02 06:20:48 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-02-02 06:22:51 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 268 seconds) 2019-02-02 06:22:51 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2019-02-02 06:38:09 <-- Pyker (pyker@pyker.net) a quitté (Ping timeout: 250 seconds) 2019-02-02 06:43:04 --> Pyker (pyker@pyker.net) a rejoint #mcdevs 2019-02-02 06:43:32 --> laxask (~lax@unaffiliated/laxask) a rejoint #mcdevs 2019-02-02 07:12:29 --> charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a rejoint #mcdevs 2019-02-02 07:33:54 <-- Pyker (pyker@pyker.net) a quitté (Quit: Quit) 2019-02-02 07:43:48 --> Pyker (pyker@pyker.net) a rejoint #mcdevs 2019-02-02 09:51:01 <-- Tknoguyfication (~Hayden@184.103.19.217) a quitté (Read error: Connection reset by peer) 2019-02-02 10:27:08 <-- atlas_ (~atlas@147.26.227.207) a quitté (Ping timeout: 245 seconds) 2019-02-02 10:47:53 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-02-02 12:46:04 <-- WizardCM- (~WizardCM@103.93.232.1) a quitté (Remote host closed the connection) 2019-02-02 12:46:15 --> WizardCM- (~WizardCM@2401:31c0:ffff:1:20c:29ff:fe5d:3e) a rejoint #mcdevs 2019-02-02 13:50:10 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2019-02-02 16:15:47 <-- charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a quitté (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 2019-02-02 16:18:57 --> charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a rejoint #mcdevs 2019-02-03 00:36:41 --> Hyperion (~Hyperion@ip68-231-128-239.tc.ph.cox.net) a rejoint #mcdevs 2019-02-03 00:41:52 <-- Hyperion (~Hyperion@ip68-231-128-239.tc.ph.cox.net) a quitté (Quit: Leaving) 2019-02-03 06:18:29 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-02-03 06:20:55 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 268 seconds) 2019-02-03 06:20:55 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2019-02-03 08:41:56 --> ___Morena20 (1fad7891@gateway/web/cgi-irc/kiwiirc.com/ip.31.173.120.145) a rejoint #mcdevs 2019-02-03 08:42:43 ___Morena20 I want you to fuck me hard. My profile on the site --->>> http://gg.gg/d1bmr 2019-02-03 08:43:46 <-- ___Morena20 (1fad7891@gateway/web/cgi-irc/kiwiirc.com/ip.31.173.120.145) a quitté (Client Quit) 2019-02-03 08:43:59 timmyRS Ah yes, a profile on *the site* — where else? 2019-02-03 08:47:04 --> ___Morena20 (1fad7891@gateway/web/cgi-irc/kiwiirc.com/ip.31.173.120.145) a rejoint #mcdevs 2019-02-03 08:48:00 ___Morena20 I want you to fuck me hard. My profile on the site --->>> http://gg.gg/d1bmr 2019-02-03 08:49:04 <-- ___Morena20 (1fad7891@gateway/web/cgi-irc/kiwiirc.com/ip.31.173.120.145) a quitté (Client Quit) 2019-02-03 08:50:05 +pokechu22 Gah, why can't I remember the staff channel's name on freenode .-. 2019-02-03 08:50:39 timmyRS Maybe ask in #freenode? 2019-02-03 08:50:55 timmyRS Without the question mark, silly IRC client... 2019-02-03 08:52:31 +pokechu22 Looks like it's just #freenode from when I reported stuff like it before? 2019-02-03 13:17:14 <-- Black_Hole (~BlackHole@p200300E753C30A0064CDCD0C450BA7E3.dip0.t-ipconnect.de) a quitté (Read error: Connection reset by peer) 2019-02-03 14:31:14 -- WizardCM- est maintenant connu sous le nom WizardCM 2019-02-03 14:31:14 <-- WizardCM (~WizardCM@2401:31c0:ffff:1:20c:29ff:fe5d:3e) a quitté (Remote host closed the connection) 2019-02-03 14:31:39 --> WizardCM (~WizardCM@103.93.232.1) a rejoint #mcdevs 2019-02-03 14:53:44 Not-e6c6 [Charge] Wallbraker pushed 1 commit to openhmd-demo [+0/-0/±2] https://git.io/fhSgS 2019-02-03 14:53:45 Not-e6c6 [Charge] Wallbraker f863c4c - voxel: Fix old style quads normals 2019-02-03 14:54:09 --> Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a rejoint #mcdevs 2019-02-03 16:15:42 tktech pokechu22, it's anyone voiced in #freenode, but generally you just ask in there and whoever is around will get to it 2019-02-03 17:15:52 --> Mediphira (~Mediphira@136.0.0.107) a rejoint #mcdevs 2019-02-03 17:16:02 <-- Mediphira (~Mediphira@136.0.0.107) a quitté #mcdevs 2019-02-03 17:20:56 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Ping timeout: 240 seconds) 2019-02-03 17:21:20 --> PolarizedIons (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2019-02-03 18:28:03 -- laxask est maintenant connu sous le nom sudden 2019-02-03 19:59:28 timmyRS Also, /stats p 2019-02-03 22:14:54 <-- Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a quitté (Ping timeout: 268 seconds) 2019-02-04 00:02:29 --> Me4502 (~Me4502@unaffiliated/me4502) a rejoint #mcdevs 2019-02-04 01:18:41 --> barneygale (~barneygal@host86-130-233-104.range86-130.btcentralplus.com) a rejoint #mcdevs 2019-02-04 03:18:47 <-- _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a quitté (Read error: Connection reset by peer) 2019-02-04 03:35:10 <-- sudden (~lax@unaffiliated/laxask) a quitté (Ping timeout: 250 seconds) 2019-02-04 03:42:37 --> _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a rejoint #mcdevs 2019-02-04 03:46:26 <-- Dadido3 (~quassel@p200300D9DF32630031123C2FA059C439.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2019-02-04 03:46:54 --> sudden (~lax@unaffiliated/laxask) a rejoint #mcdevs 2019-02-04 03:53:29 --> Dadido3 (~quassel@p200300D9DF11440028180D9A5F1CBFF8.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-02-04 04:31:56 --> Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a rejoint #mcdevs 2019-02-04 04:37:33 <-- barneygale (~barneygal@host86-130-233-104.range86-130.btcentralplus.com) a quitté (Ping timeout: 245 seconds) 2019-02-04 05:05:41 <-- Starz0r (~quassel@138.197.214.219) a quitté (Remote host closed the connection) 2019-02-04 08:15:06 <-- Me4502 (~Me4502@unaffiliated/me4502) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2019-02-04 08:36:43 <-- Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a quitté (Ping timeout: 245 seconds) 2019-02-04 10:41:26 <-- Dadido3 (~quassel@p200300D9DF11440028180D9A5F1CBFF8.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2019-02-04 10:52:10 --> Dadido3 (~quassel@p578EEFA4.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-02-04 11:33:48 --> barneygale (~barneygal@host86-130-233-104.range86-130.btcentralplus.com) a rejoint #mcdevs 2019-02-04 13:02:27 --> Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a rejoint #mcdevs 2019-02-04 15:21:07 <-- AndrewPH (Butts@omega.classicube.net) a quitté (Ping timeout: 250 seconds) 2019-02-04 15:22:55 --> AndrewPH (Butts@omega.classicube.net) a rejoint #mcdevs 2019-02-04 15:22:55 -- Mode #mcdevs [+v AndrewPH] par ChanServ 2019-02-04 15:24:49 --> AlexNagy (~jnagyjr@69.8.163.48) a rejoint #mcdevs 2019-02-04 17:28:16 <-- AlexNagy (~jnagyjr@69.8.163.48) a quitté (Quit: Leaving) 2019-02-04 20:11:44 --> Dadido3_ (~quassel@p578EE372.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-02-04 20:12:07 <-- Dadido3 (~quassel@p578EEFA4.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2019-02-04 20:13:38 --> pvpctutorials (~skyrising@host-88-217-173-138.customer.m-online.net) a rejoint #mcdevs 2019-02-04 20:15:25 <-- pvpctutorials (~skyrising@host-88-217-173-138.customer.m-online.net) a quitté (Remote host closed the connection) 2019-02-04 20:15:39 --> pvpctutorials (~skyrising@host-88-217-173-138.customer.m-online.net) a rejoint #mcdevs 2019-02-04 20:15:56 <-- skyrising (~skyrising@89.43.121.3) a quitté (Ping timeout: 240 seconds) 2019-02-04 20:17:24 <-- pvpctutorials (~skyrising@host-88-217-173-138.customer.m-online.net) a quitté (Remote host closed the connection) 2019-02-04 20:17:39 --> pvpctutorials (~skyrising@host-88-217-173-138.customer.m-online.net) a rejoint #mcdevs 2019-02-04 20:22:19 <-- pvpctutorials (~skyrising@host-88-217-173-138.customer.m-online.net) a quitté (Read error: Connection reset by peer) 2019-02-04 20:22:38 --> skyrising (~skyrising@89.43.120.69) a rejoint #mcdevs 2019-02-04 20:24:26 --> pvpctutorials (~skyrising@89.43.120.69) a rejoint #mcdevs 2019-02-04 20:24:29 <-- skyrising (~skyrising@89.43.120.69) a quitté (Remote host closed the connection) 2019-02-04 20:26:20 <-- pvpctutorials (~skyrising@89.43.120.69) a quitté (Remote host closed the connection) 2019-02-04 22:39:02 --> skyrising (~skyrising@ppp-62-216-192-117.dynamic.mnet-online.de) a rejoint #mcdevs 2019-02-04 22:44:05 <-- skyrising (~skyrising@ppp-62-216-192-117.dynamic.mnet-online.de) a quitté (Remote host closed the connection) 2019-02-04 22:44:20 --> skyrising (~skyrising@ppp-62-216-192-117.dynamic.mnet-online.de) a rejoint #mcdevs 2019-02-04 22:49:13 <-- skyrising (~skyrising@ppp-62-216-192-117.dynamic.mnet-online.de) a quitté (Ping timeout: 245 seconds) 2019-02-04 22:51:09 --> skyrising (~skyrising@89.43.120.254) a rejoint #mcdevs 2019-02-04 22:59:59 <-- skyrising (~skyrising@89.43.120.254) a quitté (Remote host closed the connection) 2019-02-04 23:00:12 --> skyrising (~skyrising@89.43.120.254) a rejoint #mcdevs 2019-02-04 23:01:27 <-- skyrising (~skyrising@89.43.120.254) a quitté (Remote host closed the connection) 2019-02-04 23:01:39 --> skyrising (~skyrising@89.43.120.254) a rejoint #mcdevs 2019-02-04 23:03:29 <-- Unarelith (~Quent4234@static-176-158-117-112.ftth.abo.bbox.fr) a quitté (Remote host closed the connection) 2019-02-04 23:07:28 <-- skyrising (~skyrising@89.43.120.254) a quitté (Ping timeout: 246 seconds) 2019-02-04 23:11:54 --> skyrising (~skyrising@89.43.120.254) a rejoint #mcdevs 2019-02-04 23:19:27 <-- skyrising (~skyrising@89.43.120.254) a quitté (Remote host closed the connection) 2019-02-04 23:19:39 --> skyrising (~skyrising@89.43.120.254) a rejoint #mcdevs 2019-02-04 23:22:17 --> pvpctutorials (~skyrising@89.43.120.254) a rejoint #mcdevs 2019-02-04 23:22:19 <-- skyrising (~skyrising@89.43.120.254) a quitté (Remote host closed the connection) 2019-02-04 23:26:27 <-- pvpctutorials (~skyrising@89.43.120.254) a quitté (Remote host closed the connection) 2019-02-04 23:26:39 --> pvpctutorials (~skyrising@89.43.120.254) a rejoint #mcdevs 2019-02-04 23:28:34 <-- pvpctutorials (~skyrising@89.43.120.254) a quitté (Remote host closed the connection) 2019-02-04 23:28:42 --> pvpctutorials (~skyrising@89.43.120.254) a rejoint #mcdevs 2019-02-04 23:36:29 <-- pvpctutorials (~skyrising@89.43.120.254) a quitté (Remote host closed the connection) 2019-02-04 23:38:49 --> pvpctutorials (~skyrising@89.43.120.254) a rejoint #mcdevs 2019-02-04 23:40:27 <-- pvpctutorials (~skyrising@89.43.120.254) a quitté (Remote host closed the connection) 2019-02-04 23:40:39 --> pvpctutorials (~skyrising@89.43.120.254) a rejoint #mcdevs 2019-02-04 23:52:09 <-- pvpctutorials (~skyrising@89.43.120.254) a quitté (Remote host closed the connection) 2019-02-04 23:53:08 --> skyrising (~skyrising@89.43.120.254) a rejoint #mcdevs 2019-02-04 23:55:32 <-- skyrising (~skyrising@89.43.120.254) a quitté (Remote host closed the connection) 2019-02-04 23:57:47 --> skyrising (~skyrising@89.43.120.254) a rejoint #mcdevs 2019-02-05 00:03:50 --> Me4502 (~Me4502@unaffiliated/me4502) a rejoint #mcdevs 2019-02-05 00:05:18 --> pvpctutorials (~skyrising@2002:592b:78fe:0:de51:a579:be2a:cd8c) a rejoint #mcdevs 2019-02-05 00:06:18 <-- skyrising (~skyrising@89.43.120.254) a quitté (Ping timeout: 245 seconds) 2019-02-05 00:41:39 -- pvpctutorials est maintenant connu sous le nom skyrising 2019-02-05 01:06:03 <-- pokechu22 (~pokechu22@2601:602:980:3d99:78f7:a549:526a:f769) a quitté (Ping timeout: 264 seconds) 2019-02-05 01:12:53 <-- barneygale (~barneygal@host86-130-233-104.range86-130.btcentralplus.com) a quitté (Ping timeout: 252 seconds) 2019-02-05 01:22:49 --> pokechu22 (~pokechu22@c-73-254-227-161.hsd1.wa.comcast.net) a rejoint #mcdevs 2019-02-05 01:22:49 -- Mode #mcdevs [+v pokechu22] par ChanServ 2019-02-05 02:42:10 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Quit: Bye) 2019-02-05 03:07:46 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2019-02-05 03:31:51 <-- C4K3 (~C4K3@0127801301.0.fullrate.ninja) a quitté (Remote host closed the connection) 2019-02-05 03:41:38 <-- sudden (~lax@unaffiliated/laxask) a quitté (Ping timeout: 250 seconds) 2019-02-05 03:48:26 --> sudden (~lax@unaffiliated/laxask) a rejoint #mcdevs 2019-02-05 06:19:31 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 244 seconds) 2019-02-05 06:37:10 --> charims_ (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a rejoint #mcdevs 2019-02-05 06:37:24 <-- charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a quitté (Ping timeout: 268 seconds) 2019-02-05 07:01:18 <-- charims_ (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a quitté (Ping timeout: 245 seconds) 2019-02-05 07:05:25 --> charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a rejoint #mcdevs 2019-02-05 08:00:24 <-- Me4502 (~Me4502@unaffiliated/me4502) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2019-02-05 08:06:40 --> pvpctutorials (~skyrising@89.43.120.254) a rejoint #mcdevs 2019-02-05 08:09:49 <-- skyrising (~skyrising@2002:592b:78fe:0:de51:a579:be2a:cd8c) a quitté (Ping timeout: 268 seconds) 2019-02-05 10:45:23 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-02-05 11:34:24 <-- charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a quitté (Ping timeout: 250 seconds) 2019-02-05 12:05:28 <-- pokechu22 (~pokechu22@c-73-254-227-161.hsd1.wa.comcast.net) a quitté (Ping timeout: 245 seconds) 2019-02-05 12:07:14 --> pokechu22 (~pokechu22@c-73-254-227-161.hsd1.wa.comcast.net) a rejoint #mcdevs 2019-02-05 12:07:14 -- Mode #mcdevs [+v pokechu22] par ChanServ 2019-02-05 12:41:10 --> barneygale (~barneygal@host86-130-233-104.range86-130.btcentralplus.com) a rejoint #mcdevs 2019-02-05 13:02:55 -- pvpctutorials est maintenant connu sous le nom skyrising 2019-02-05 13:29:46 --> pvpctutorials (~skyrising@89.43.120.135) a rejoint #mcdevs 2019-02-05 13:32:56 <-- skyrising (~skyrising@89.43.120.254) a quitté (Ping timeout: 272 seconds) 2019-02-05 14:06:55 <-- barneygale (~barneygal@host86-130-233-104.range86-130.btcentralplus.com) a quitté (Remote host closed the connection) 2019-02-05 14:26:13 <-- pvpctutorials (~skyrising@89.43.120.135) a quitté (Ping timeout: 244 seconds) 2019-02-05 15:36:00 --> skyrising (~skyrising@89.43.123.148) a rejoint #mcdevs 2019-02-05 15:42:16 <-- Proximyst (~proximyst@proximyst.com) a quitté (Ping timeout: 250 seconds) 2019-02-05 15:42:23 <-- sebagius7110 (~sebagius7@proximyst.com) a quitté (Ping timeout: 246 seconds) 2019-02-05 15:43:10 --> pvpctutorials (~skyrising@host-88-217-173-138.customer.m-online.net) a rejoint #mcdevs 2019-02-05 15:45:32 <-- skyrising (~skyrising@89.43.123.148) a quitté (Ping timeout: 246 seconds) 2019-02-05 15:57:13 --> skyrising (~skyrising@89.43.123.219) a rejoint #mcdevs 2019-02-05 15:59:26 <-- pvpctutorials (~skyrising@host-88-217-173-138.customer.m-online.net) a quitté (Ping timeout: 240 seconds) 2019-02-05 18:38:59 <-- tassu (~tassu@68.183.75.105) a quitté (Quit: The Lounge - https://thelounge.chat) 2019-02-05 18:41:09 <-- l4mRh4X0r (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a quitté (Ping timeout: 252 seconds) 2019-02-05 18:42:59 --> l4mRh4X0r (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a rejoint #mcdevs 2019-02-05 18:43:48 --> tassu (~tassu@68.183.75.105) a rejoint #mcdevs 2019-02-05 19:02:15 <-- l4mRh4X0r (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a quitté (Ping timeout: 268 seconds) 2019-02-05 19:04:35 --> l4mRh4X0r (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a rejoint #mcdevs 2019-02-05 19:47:02 <-- bildramer (~bildramer@p5B010038.dip0.t-ipconnect.de) a quitté (Ping timeout: 246 seconds) 2019-02-05 19:47:23 --> bildramer (~bildramer@p2003004CEA16C2002D47CC2AD19ED3D2.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-02-05 21:27:12 --> Proximyst (~proximyst@proximyst.com) a rejoint #mcdevs 2019-02-05 21:27:16 --> sebagius7110 (~sebagius7@proximyst.com) a rejoint #mcdevs 2019-02-05 21:32:37 --> takenbacon (~takenbaco@c-98-246-68-121.hsd1.wa.comcast.net) a rejoint #mcdevs 2019-02-05 21:34:01 takenbacon does anyone happen to know which opcodes (packetids) must be sent to enter the world? (I'm assuming chunks aren't exactly _needed_) 2019-02-05 21:39:34 tktech https://wiki.vg/Protocol_FAQ#What.27s_the_normal_login_sequence_for_a_client.3F 2019-02-05 21:40:27 MiniDigger yeah, you don't need chunks, try implementing the login first, then send keep alives and handle chat 2019-02-05 21:41:22 takenbacon thank you 2019-02-05 22:41:45 --> Starz0r (~quassel@138.197.214.219) a rejoint #mcdevs 2019-02-05 23:31:30 --> OkDan (~OkAlt@2604:3d09:3e7f:5300:65ed:b735:6b2f:6b69) a rejoint #mcdevs 2019-02-05 23:31:59 <-- OkDan (~OkAlt@2604:3d09:3e7f:5300:65ed:b735:6b2f:6b69) a quitté (Client Quit) 2019-02-06 00:04:49 --> bildramer1 (~bildramer@p2003004CEA16C2008528E1A8AAEFE15E.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-02-06 00:07:45 <-- bildramer (~bildramer@p2003004CEA16C2002D47CC2AD19ED3D2.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2019-02-06 00:08:05 --> Me4502 (~Me4502@unaffiliated/me4502) a rejoint #mcdevs 2019-02-06 00:14:14 Not-e6c6 [Charge] Wallbraker pushed 2 commits to openhmd-demo [+0/-0/±3] https://git.io/fh9BT 2019-02-06 00:14:16 Not-e6c6 [Charge] Wallbraker c6040b8 - ohmd: Enable AA by default 2019-02-06 00:14:17 Not-e6c6 [Charge] Wallbraker 4d9ac4a - ohmd: Tidy and make sure to free resources 2019-02-06 00:16:31 timmyRS Why are commits to a port of a game engine announced here? 2019-02-06 00:20:41 chibill Good question 2019-02-06 01:25:57 tktech It's the game engine for a minecraft client 2019-02-06 01:26:34 tktech https://github.com/Charged/Miners 2019-02-06 01:30:03 -- Mode #mcdevs [+o tktech] par ChanServ 2019-02-06 01:30:15 -- Mode #mcdevs [-o tktech] par ChanServ 2019-02-06 03:35:41 <-- sudden (~lax@unaffiliated/laxask) a quitté (Ping timeout: 244 seconds) 2019-02-06 03:45:20 --> C4K3 (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2019-02-06 03:47:54 --> sudden (~lax@unaffiliated/laxask) a rejoint #mcdevs 2019-02-06 04:06:40 <-- saper (saper@wikipedia/saper) a quitté (Read error: Connection reset by peer) 2019-02-06 04:06:40 --> saper_ (saper@wikipedia/saper) a rejoint #mcdevs 2019-02-06 04:07:33 <-- Thinkofname (~Think@thinkof.name) a quitté (Ping timeout: 245 seconds) 2019-02-06 04:10:11 --> Thinkofname (~Think@thinkof.name) a rejoint #mcdevs 2019-02-06 04:10:11 -- Mode #mcdevs [+v Thinkofname] par ChanServ 2019-02-06 06:15:56 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-02-06 06:17:27 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2019-02-06 06:17:27 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2019-02-06 06:56:17 --> bildramer (~bildramer@p5B010E46.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-02-06 07:00:03 <-- bildramer1 (~bildramer@p2003004CEA16C2008528E1A8AAEFE15E.dip0.t-ipconnect.de) a quitté (Ping timeout: 268 seconds) 2019-02-06 08:01:05 <-- Me4502 (~Me4502@unaffiliated/me4502) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2019-02-06 08:09:31 <-- tassu (~tassu@68.183.75.105) a quitté (Quit: The Lounge - https://thelounge.chat) 2019-02-06 08:09:41 --> tassu (~tassu@tassu.me) a rejoint #mcdevs 2019-02-06 08:35:43 <-- nickelpro (~nickelpro@i.am.the.only.nickelp.ro) a quitté (Ping timeout: 268 seconds) 2019-02-06 08:35:52 --> nickelpro (~nickelpro@i.am.the.only.nickelp.ro) a rejoint #mcdevs 2019-02-06 11:51:25 <-- WizardCM (~WizardCM@103.93.232.1) a quitté (Quit: Oh noes it broke!) 2019-02-06 12:26:19 --> WizardCM- (~WizardCM@2401:31c0:ffff:1:20c:29ff:fe5d:3e) a rejoint #mcdevs 2019-02-06 17:42:27 --> bildramer1 (~bildramer@p2003004CEA193E007DD2852BDE194797.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-02-06 17:43:02 <-- bildramer (~bildramer@p5B010E46.dip0.t-ipconnect.de) a quitté (Ping timeout: 246 seconds) 2019-02-06 17:48:01 Not-e6c6 [New-Mc-Version] Minecraft snapshot 19w06a has just been released! 2019-02-06 17:49:02 Not-e6c6 [New-Mc-Version] Minecraft snapshot 19w05a has just been released! 2019-02-06 17:50:02 Not-e6c6 [New-Mc-Version] Minecraft snapshot 19w06a has just been released! 2019-02-06 17:54:51 Not-e6c6 [Burger] New data now avaliable for 19w06a: 2019-02-06 17:54:52 Not-e6c6 [Burger] Diff from 19w05a: https://pokechu22.github.io/Burger/diff_19w05a_19w06a.html (https://pokechu22.github.io/Burger/diff_19w05a_19w06a.json) 2019-02-06 17:54:54 Not-e6c6 [Burger] Full data: https://pokechu22.github.io/Burger/19w06a.html (https://pokechu22.github.io/Burger/19w06a.json) 2019-02-06 17:59:11 --> pokechu22_ (~pokechu22@140.160.182.114) a rejoint #mcdevs 2019-02-06 17:59:11 -- Mode #mcdevs [+v pokechu22_] par ChanServ 2019-02-06 18:00:13 +pokechu22_ Not sure if the burger one just went through or not (looking at logs I see some other weird jank); I got a jekyll build failure email though 2019-02-06 18:08:47 +pokechu22_ Ok, did an empty commit and that seems to have fixed it: https://pokechu22.github.io/Burger/diff_19w05a_19w06a.html 2019-02-06 18:09:23 +pokechu22_ Entity metadata is broken do to something with generics; I'm looking into it 2019-02-06 18:34:14 +pokechu22_ OK, they introduced a new serializer, in a rather interesting way (which broke some assumptions burger made about how Optional worked; the new one is an OptionalInt and burger attempted to clean up Optional<...> into Opt... which didn't work there) 2019-02-06 18:38:52 +pokechu22_ Hmm, not sure whether it's better called OptVarInt or EID, since I'm pretty sure it's being used to represent an entity ID (a different fix for https://bugs.mojang.com/browse/MC-111480?) 2019-02-06 18:40:33 +pokechu22_ I'll go for OptVarInt for now... but it might make sense to change it later (also, I've reuploaded the burger data with it now) 2019-02-06 18:40:56 Pyker it did go through 2019-02-06 18:54:27 <-- pokechu22_ (~pokechu22@140.160.182.114) a quitté (Ping timeout: 240 seconds) 2019-02-06 18:59:09 --> pokechu22_ (~pokechu22@140.160.182.114) a rejoint #mcdevs 2019-02-06 18:59:09 -- Mode #mcdevs [+v pokechu22_] par ChanServ 2019-02-06 19:09:31 +pokechu22_ https://bugs.mojang.com/browse/MC-85177 still seems to be an issue; they probably should use the same thing there 2019-02-06 19:33:46 --> C4K3_ (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2019-02-06 19:36:40 <-- C4K3 (~C4K3@0127801301.0.fullrate.ninja) a quitté (Ping timeout: 272 seconds) 2019-02-06 20:14:56 <-- pokechu22_ (~pokechu22@140.160.182.114) a quitté (Quit: WeeChat 2.3) 2019-02-06 21:53:53 --> bildramer (~bildramer@p2003004CEA1EA2007DD2852BDE194797.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-02-06 21:54:57 <-- bildramer1 (~bildramer@p2003004CEA193E007DD2852BDE194797.dip0.t-ipconnect.de) a quitté (Ping timeout: 250 seconds) 2019-02-06 22:01:51 --> bildramer1 (~bildramer@p2003004CEA1ED9007DD2852BDE194797.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-02-06 22:02:45 <-- bildramer (~bildramer@p2003004CEA1EA2007DD2852BDE194797.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2019-02-06 22:21:49 <-- nickelpro (~nickelpro@i.am.the.only.nickelp.ro) a quitté (Quit: ZNC 1.7.1 - https://znc.in) 2019-02-06 22:22:03 --> nickelpro (~nickelpro@i.am.the.only.nickelp.ro) a rejoint #mcdevs 2019-02-07 00:11:02 -- Vous êtes maintenant connu sous le nom get-title[bot] 2019-02-07 00:12:47 -- Vous êtes maintenant connu sous le nom rom1504 2019-02-07 00:59:00 --> Me4502 (~Me4502@unaffiliated/me4502) a rejoint #mcdevs 2019-02-07 02:13:31 --> Hamoondancer (~Hamoondan@136.0.0.150) a rejoint #mcdevs 2019-02-07 02:13:32 <-- Hamoondancer (~Hamoondan@136.0.0.150) a quitté #mcdevs 2019-02-07 04:08:24 --> Boothyanka (~Boothyank@103.25.59.88) a rejoint #mcdevs 2019-02-07 04:08:25 <-- Boothyanka (~Boothyank@103.25.59.88) a quitté #mcdevs 2019-02-07 04:39:05 --> sturzus (~sturzus@103.25.59.88) a rejoint #mcdevs 2019-02-07 04:39:06 <-- sturzus (~sturzus@103.25.59.88) a quitté #mcdevs 2019-02-07 06:15:53 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 245 seconds) 2019-02-07 07:03:37 --> charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a rejoint #mcdevs 2019-02-07 08:06:14 --> bildramer (~bildramer@p2003004CEA1ED900813C9C258768A322.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-02-07 08:07:26 <-- bildramer1 (~bildramer@p2003004CEA1ED9007DD2852BDE194797.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2019-02-07 08:43:08 <-- Me4502 (~Me4502@unaffiliated/me4502) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2019-02-07 09:12:41 --> bildramer1 (~bildramer@p5B01029A.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-02-07 09:13:33 <-- bildramer (~bildramer@p2003004CEA1ED900813C9C258768A322.dip0.t-ipconnect.de) a quitté (Ping timeout: 250 seconds) 2019-02-07 10:30:03 <-- charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a quitté (Ping timeout: 245 seconds) 2019-02-07 10:36:54 --> charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a rejoint #mcdevs 2019-02-07 11:03:48 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-02-07 11:29:34 <-- charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a quitté (Ping timeout: 250 seconds) 2019-02-07 11:39:48 --> charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a rejoint #mcdevs 2019-02-07 12:03:13 <-- charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a quitté (Ping timeout: 246 seconds) 2019-02-07 13:56:09 <-- chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 244 seconds) 2019-02-07 14:52:23 --> chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2019-02-07 15:24:03 --> AlexNagy (~jnagyjr@69.8.163.48) a rejoint #mcdevs 2019-02-07 15:31:14 <-- _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a quitté (Read error: Connection reset by peer) 2019-02-07 15:31:15 <-- chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 264 seconds) 2019-02-07 15:34:12 --> chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2019-02-07 16:04:01 <-- chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 246 seconds) 2019-02-07 16:11:47 <-- bradreardon (~brad@znc.bradreardon.com) a quitté (Quit: ZNC 1.7.1 - https://znc.in) 2019-02-07 16:12:03 --> bradreardon (~brad@znc.bradreardon.com) a rejoint #mcdevs 2019-02-07 16:12:34 <-- killmePI (~killmePI@185.9.253.124) a quitté (Remote host closed the connection) 2019-02-07 16:13:50 --> killme (~killmePI@185.9.253.124) a rejoint #mcdevs 2019-02-07 16:30:16 --> _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a rejoint #mcdevs 2019-02-07 17:35:17 <-- AlexNagy (~jnagyjr@69.8.163.48) a quitté (Remote host closed the connection) 2019-02-07 17:35:43 --> AlexNagy (~jnagyjr@69.8.163.48) a rejoint #mcdevs 2019-02-07 18:01:29 --> chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2019-02-07 18:08:14 <-- chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 250 seconds) 2019-02-07 20:54:05 <-- AlexNagy (~jnagyjr@69.8.163.48) a quitté (Quit: Leaving) 2019-02-08 00:07:00 --> Me4502__ (~Me4502@unaffiliated/me4502) a rejoint #mcdevs 2019-02-08 00:09:27 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2019-02-08 02:59:03 --> chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2019-02-08 04:40:02 <-- kev009 (~kev009@ip72-222-200-117.ph.ph.cox.net) a quitté (Ping timeout: 250 seconds) 2019-02-08 04:47:02 --> kev009 (~kev009@ip72-222-200-117.ph.ph.cox.net) a rejoint #mcdevs 2019-02-08 04:47:02 -- Mode #mcdevs [+v kev009] par ChanServ 2019-02-08 06:45:26 <-- Me4502__ (~Me4502@unaffiliated/me4502) a quitté (Ping timeout: 240 seconds) 2019-02-08 07:53:11 -- bildramer1 est maintenant connu sous le nom bildramer 2019-02-08 08:49:12 <-- chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 244 seconds) 2019-02-08 08:51:27 --> chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2019-02-08 10:22:51 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-02-08 11:23:47 <-- chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 246 seconds) 2019-02-08 11:28:00 <-- Byteflux (~byte@byteflux.net) a quitté (Quit: lax is dum lol) 2019-02-08 11:34:54 --> Byteflux (~byte@byteflux.net) a rejoint #mcdevs 2019-02-08 12:55:31 --> chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2019-02-08 14:17:14 <-- offbeatwitch (~offbeatwi@platypus.offbeatwit.ch) a quitté (Ping timeout: 272 seconds) 2019-02-08 14:18:34 <-- _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a quitté (Ping timeout: 246 seconds) 2019-02-08 14:19:15 --> _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a rejoint #mcdevs 2019-02-08 14:27:41 --> offbeatwitch (~offbeatwi@platypus.offbeatwit.ch) a rejoint #mcdevs 2019-02-08 16:22:08 <-- chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 245 seconds) 2019-02-08 17:27:37 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2019-02-08 18:40:57 --> chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2019-02-08 20:41:09 millerti Do the devs really hang out here? :) 2019-02-08 20:47:03 PolarizedIons they are here, and I've seen some participate, if that's what you're asking 2019-02-08 21:10:36 <-- kev009 (~kev009@ip72-222-200-117.ph.ph.cox.net) a quitté (Remote host closed the connection) 2019-02-08 21:13:51 --> kev009 (~kev009@ip72-222-200-117.ph.ph.cox.net) a rejoint #mcdevs 2019-02-08 21:13:51 -- Mode #mcdevs [+v kev009] par ChanServ 2019-02-08 21:48:13 millerti PolarizedIons: Yeah. Some of them are in my discord. I thought maybe it would be funny to say hey to them here, just so they can be like, "Oh. no. He's here too." :p 2019-02-08 21:48:55 timmyRS You mean devs who work at Mojang? 2019-02-08 23:04:27 rom1504 millerti: this is a chan for devs doing things around minecraft, not for mojang devs (although some of them are here too) 2019-02-08 23:24:23 millerti Ah. You mean modders? 2019-02-08 23:41:45 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Quit: redstonehelper) 2019-02-09 00:06:18 rom1504 millerti: no 2019-02-09 00:06:44 rom1504 server and client developers 2019-02-09 00:06:55 rom1504 server plugins I guess too 2019-02-09 00:07:08 rom1504 but mostly protocol level 2019-02-09 00:38:56 <-- chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 240 seconds) 2019-02-09 01:53:48 --> chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2019-02-09 01:54:47 millerti @rom1504: That's interesting. I'm aware of a C++ Minecraft server clone called Glowstone. But if you're also talking about things like Bukkit/Spigot/Paper plugins, then the people I talk to also call those mods. 2019-02-09 01:55:56 +pokechu22 Glowstone's written in java; you're probably thinking of cuberite :3 2019-02-09 01:56:51 millerti Oh! Hmmm... 2019-02-09 05:17:07 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 240 seconds) 2019-02-09 07:40:07 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2019-02-09 09:12:58 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 2019-02-09 10:07:55 rom1504 millerti: look at wiki.vg, there are plenty implementations of minecraft that don't use Mojang code 2019-02-09 10:22:26 <-- chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 246 seconds) 2019-02-09 10:45:05 timmyRS I didn't know there were lists but I took the liberty to add my thing 2019-02-09 17:06:15 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2019-02-09 18:00:08 PolarizedIons 11:07:55 millerti: look at wiki.vg, there are plenty implementations of minecraft that don't use Mojang code 2019-02-09 18:00:41 millerti I knew there were some. I just didn't know how many. 2019-02-09 20:24:36 --> chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2019-02-09 20:34:52 +Amaranth Lantern is supposed to be the new Glowstone, implementing the Sponge API instead of Bukkit 2019-02-09 20:36:12 +Amaranth Seems like a better idea to me, if you implement the most obvious things to fit the Sponge API you'll have a much nicer system design 2019-02-09 20:38:37 +Amaranth Although I guess I'm not sure how well that design works on Java, probably lots of object churn 2019-02-10 01:15:13 --> Dadido3 (~quassel@p578EE372.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-02-10 01:18:03 <-- Dadido3_ (~quassel@p578EE372.dip0.t-ipconnect.de) a quitté (Ping timeout: 244 seconds) 2019-02-10 01:34:38 <-- chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 245 seconds) 2019-02-10 01:55:02 --> chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2019-02-10 02:09:18 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 272 seconds) 2019-02-10 03:28:54 <-- chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 268 seconds) 2019-02-10 03:34:58 <-- sudden (~lax@unaffiliated/laxask) a quitté (Ping timeout: 244 seconds) 2019-02-10 04:31:48 <-- Dadido3 (~quassel@p578EE372.dip0.t-ipconnect.de) a quitté (Ping timeout: 244 seconds) 2019-02-10 06:18:30 --> Dadido3 (~quassel@p200300D9DF360500E09CEF202DE53AEF.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-02-10 11:42:49 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-02-10 13:58:35 --> laxask (~lax@unaffiliated/laxask) a rejoint #mcdevs 2019-02-10 17:09:38 --> Craftplacer (~Craftplac@p200300F813CF994070D97F3B764ED948.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-02-10 18:33:39 --> Naamloos (~Naamloos@5ED565D1.cm-7-6b.dynamic.ziggo.nl) a rejoint #mcdevs 2019-02-10 18:33:45 <-- Naamloos (~Naamloos@5ED565D1.cm-7-6b.dynamic.ziggo.nl) a quitté #mcdevs 2019-02-10 18:34:12 --> NaamloosDT (NaamloosDT@5ED565D1.cm-7-6b.dynamic.ziggo.nl) a rejoint #mcdevs 2019-02-10 21:32:26 -- saper_ est maintenant connu sous le nom saper 2019-02-10 23:51:30 <-- NaamloosDT (NaamloosDT@5ED565D1.cm-7-6b.dynamic.ziggo.nl) a quitté (Remote host closed the connection) 2019-02-11 00:27:00 --> Me4502 (~Me4502@unaffiliated/me4502) a rejoint #mcdevs 2019-02-11 01:27:35 --> Dadido3_ (~quassel@p200300D9DF3605006CD3FCA48A7374B4.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-02-11 01:29:26 <-- Dadido3 (~quassel@p200300D9DF360500E09CEF202DE53AEF.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2019-02-11 03:56:22 --> Craftplacer_ (~Craftplac@p200300F813CF9998000D2D3992970CA3.dip0.t-ipconnect.de) a rejoint #mcdevs 2019-02-11 03:59:26 <-- Craftplacer (~Craftplac@p200300F813CF994070D97F3B764ED948.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2019-02-11 04:17:25 <-- _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a quitté (Read error: Connection reset by peer) 2019-02-11 04:49:57 --> _123DMWM (~123DMWM@c-73-60-129-142.hsd1.ma.comcast.net) a rejoint #mcdevs 2019-02-11 06:34:31 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2019-02-11 06:35:47 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 246 seconds)