2018-08-30 14:24:07 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-08-30 14:28:48 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Ping timeout: 245 seconds) 2018-08-30 14:33:24 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-08-30 14:38:52 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Ping timeout: 250 seconds) 2018-08-30 15:20:40 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-08-30 15:34:42 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Ping timeout: 252 seconds) 2018-08-30 15:42:59 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-08-30 15:47:07 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Ping timeout: 240 seconds) 2018-08-30 15:48:15 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-08-30 15:55:08 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Ping timeout: 272 seconds) 2018-08-30 16:04:31 <-- BaDePe (~badepe@4E5CFB2F.dsl.pool.telekom.hu) a quitté (Ping timeout: 246 seconds) 2018-08-30 16:04:55 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-08-30 16:20:56 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Ping timeout: 260 seconds) 2018-08-30 16:22:42 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-08-30 16:25:06 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Client Quit) 2018-08-30 16:25:32 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-08-30 16:56:47 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Ping timeout: 240 seconds) 2018-08-30 17:24:30 chibill There wasn't any response but be aware many of the people here live all over the world. 2018-08-30 17:25:08 chibill I wonder when they will add a packet for syncing the client and server blocks xD 2018-08-30 17:30:50 --> howard (~howard@50-207-106-34-static.hfc.comcastbusiness.net) a rejoint #mcdevs 2018-08-30 17:37:21 <-- howard (~howard@50-207-106-34-static.hfc.comcastbusiness.net) a quitté (Ping timeout: 252 seconds) 2018-08-30 17:48:43 --> BaDePe (~badepe@4E5CFB2F.dsl.pool.telekom.hu) a rejoint #mcdevs 2018-08-30 18:30:40 BaDePe Hello, I'm trying to write a Minecraft Server (In C#) and for some wierd reason I don't receive the packet with the username of the client after clicking the connect button 2018-08-30 18:30:46 BaDePe I only receive a handshake packet 2018-08-30 18:33:25 timmyRS Have you double-checked with wireshark that you actually don't receive the packet and it's not your program's fault? 2018-08-30 18:34:23 timmyRS wireshark or similar* 2018-08-30 18:34:57 BaDePe I'll check 2018-08-30 18:35:22 BaDePe Haven't checked yet, but my program is supposed to log every single packet 2018-08-30 18:38:14 --> Prf_Jakob (jakob@volt/developer/jakob) a rejoint #mcdevs 2018-08-30 18:38:15 -- Mode #mcdevs [+v Prf_Jakob] par ChanServ 2018-08-30 18:45:19 BaDePe For some reason wireshark doesn't even notice ANY packets however the handshake and server list ping packet works 2018-08-30 18:46:55 timmyRS have you installed a loopback adapter so you can inspect localhost? 2018-08-30 18:47:41 BaDePe Yeah that might be the problem 2018-08-30 18:48:01 timmyRS Nmap to the rescue: https://nmap.org/npcap/ 2018-08-30 18:51:13 BaDePe I think I have npcap 2018-08-30 18:51:36 timmyRS If you do you should see the adapter in wireshark 2018-08-30 18:52:18 BaDePe What should it be called? 2018-08-30 18:52:28 BaDePe I've got a few adapters 2018-08-30 18:52:43 timmyRS Something about Npcap and/or Loopback 2018-08-30 18:53:33 BaDePe Then no, I don't have it :( 2018-08-30 18:55:43 BaDePe https://github.com/badepe/TrofixMCServer 2018-08-30 18:55:46 BaDePe This is my code 2018-08-30 18:57:09 BaDePe I know it's messy but I'm just experimenting and bodging 2018-08-30 18:57:24 timmyRS adding a file to .gitignore which has already been `git add`ed is pretty pointless 2018-08-30 18:58:27 BaDePe Yeah I've messed it up, I'll remove it with the next commit 2018-08-30 18:59:05 timmyRS You should make your code a lot more modular 2018-08-30 18:59:18 BaDePe Yeah I plan to 2018-08-30 18:59:19 timmyRS I did exactly the same thing you did with my server and now I have a lot of code to refractor. Not fun, 2018-08-30 18:59:56 BaDePe When I got the player to join and see a single chunk, I'll make it pretty modular 2018-08-30 19:01:05 BaDePe But currently I'm just trying to understand the packet side of minecraft 2018-08-30 19:01:35 BaDePe This is why I do it in the first place 2018-08-30 19:02:40 --> howard (~howard@64-71-9-226.static.wiline.com) a rejoint #mcdevs 2018-08-30 19:02:41 timmyRS Packet IDs are different based on state, so you should seperate that more than just the way you do it 2018-08-30 19:02:56 timmyRS And maybe make sure the next state is not "out of bounds" 2018-08-30 19:03:51 BaDePe Please assume I'm stupid as I am to this kind of code 2018-08-30 19:05:35 timmyRS `string ServerAddress = ms.ReadString(l);` might cause issues because you're reading only 1 byte 2018-08-30 19:05:56 timmyRS which means everything following will not be read correctly as well 2018-08-30 19:06:08 BaDePe That works, I know for sure 2018-08-30 19:06:17 BaDePe As the server list ping works 2018-08-30 19:06:26 timmyRS and it doesn't seem like you make sure you've read every single byte of a packet based on its length 2018-08-30 19:06:54 BaDePe Well I've copied the MinecraftStream.cs from MyvarCraft 2018-08-30 19:07:36 timmyRS where's the fun in that 2018-08-30 19:07:42 BaDePe That was the latest C# based Minecraft Serve rproject I could find 2018-08-30 19:07:45 timmyRS also, same problem with username, you're reading only 1 byte 2018-08-30 19:08:08 BaDePe How could I fix that? Really assume I'm stupid 2018-08-30 19:08:35 timmyRS ms.ReadString(ms.ReadVarInt()) I guess 2018-08-30 19:09:03 timmyRS or you could simply upgrade the read string function to automatically read a varint which defines its size because that is how strings work in the protocol 2018-08-30 19:11:34 BaDePe I just don't know how to determine what packets to expect 2018-08-30 19:12:44 BaDePe And also, I still don't receive a second packet 2018-08-30 19:12:49 timmyRS if state is login (0) then you only expect login packets 2018-08-30 19:13:07 BaDePe Yeah but how do I determine the state? 2018-08-30 19:14:22 timmyRS there's only 3 states 2018-08-30 19:14:38 timmyRS and the client tells you in its first packet which state it wants to enter 2018-08-30 19:15:05 BaDePe Yeah that's what I'm trying to do 2018-08-30 19:15:15 BaDePe Is it possible that wiki.vg is outdated? 2018-08-30 19:15:34 timmyRS depends on the minecraft version you're talking about 2018-08-30 19:15:40 BaDePe 1.12.2 2018-08-30 19:15:47 timmyRS definitely up-to-date 2018-08-30 19:16:22 BaDePe Weird, them why don't I receive request packets then? 2018-08-30 19:17:10 timmyRS maybe because you told to computer to only receive 1 packet and then ignore further packets from each client 2018-08-30 19:17:43 BaDePe Did I? It's intentionally in a while(true) 2018-08-30 19:17:45 timmyRS (which is actually what your code does, if I interpret it correctly.) 2018-08-30 19:18:36 timmyRS you only have a while loop to listen for new clients 2018-08-30 19:18:43 timmyRS but once you have a client, you only handle one packet 2018-08-30 19:18:48 timmyRS the connection is as good as closed after that 2018-08-30 19:19:08 BaDePe That might be it 2018-08-30 19:19:16 BaDePe But where should I do the loop then? 2018-08-30 19:19:55 timmyRS create a listener thread to listen for new connections and a thread for each client and listen to their packets seperately 2018-08-30 19:20:23 BaDePe Okay, I think that's too advanced for me 2018-08-30 19:20:55 timmyRS alternatively you could just do it in a single thread but that wouldn't be a good server for anything 2018-08-30 19:21:34 timmyRS also, how hard can threading be in C#? 2018-08-30 19:21:52 BaDePe Probably single thread would be easier for now I think 2018-08-30 19:27:35 BaDePe For single thread where should I put the loop? 2018-08-30 20:05:18 <-- OkDan (~OkAlt@2604:3d09:3e7f:e4f0:ad3e:bb9:866f:bb7f) a quitté (Quit: OkDan) 2018-08-30 21:03:39 chibill Question what packet does the server send to display the GUI for respawning a player? 2018-08-30 21:21:55 +Amaranth world change 2018-08-30 21:23:19 +Amaranth That's how PVP servers skip the screen, they send that packet and the client doesn't do proper state management here so lets them skip the respawn button being clicked to request the action 2018-08-30 21:23:40 chibill okay? So if I listen for that I should know when to respawn my bot. okay. Also I am having problems getting player_postition to actually change the postition of the player. 2018-08-30 21:24:33 chibill Like I send the packet and the server doesn't seem to even care. 2018-08-30 21:24:51 chibill wait never 2018-08-30 21:25:03 chibill it seems that movent is relative cords xD 2018-08-30 21:25:57 +Amaranth I don't remember the name of that actual packet, just what we called the method for that logic in CraftBukkit 2018-08-30 21:26:18 +Amaranth Because it was the same code path for world change and respawn 2018-08-30 21:27:15 +Amaranth lol apparently the packet's actual name is respawn 2018-08-30 21:27:17 +Amaranth https://wiki.vg/Protocol#Respawn 2018-08-30 21:27:50 chibill Yea but thats not being sent it seems on my 1.13 server :( or something weird. 2018-08-30 21:29:47 chibill And now the position packets are acting weird hmm. 2018-08-30 21:30:01 +Amaranth That packet hasn't changed between 1.12 and 1.13 2018-08-30 21:31:27 chibill I will figure it out eventually. 2018-08-30 21:33:10 <-- bildramer (~bildramer@p2003004D8D312900AC9BCCA14258DFA9.dip0.t-ipconnect.de) a quitté (Remote host closed the connection) 2018-08-30 21:34:13 --> bildramer (~bildramer@p2003004D8D312900AC9BCCA14258DFA9.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-08-30 21:37:14 chibill this is werid my postion packet is causing "TestBot moved too quickly! 1.5,176.0,-176.5" while i am giving it a postion only 1 block away. Its like somehow the sign of a number is being flipped. 2018-08-30 21:38:36 chibill And I am sending it according to https://wiki.vg/Protocol#Player_Position 2018-08-30 21:40:00 +Amaranth Oh do they use actual doubles now instead of their fixed point thing? 2018-08-30 21:40:34 chibill no idea. :( 2018-08-30 21:40:55 +Amaranth Also that's more than the sign being flipped, that's saying you moved 1.5 blocks x, 176 blocks y, and -176.5 blocks z all in one movement 2018-08-30 21:41:09 +Amaranth That's like you teleported or something 2018-08-30 21:41:26 +Amaranth iirc spigot broke teleports so they send that message your first movement after a teleport 2018-08-30 21:41:30 +Amaranth Are you using a vanilla server? 2018-08-30 21:41:58 +Amaranth It's basically impossible to actually trigger that message on a vanilla server so probably not 2018-08-30 21:42:52 +Amaranth Vanilla does Math.min of the distance the server thinks you could have possibly moved based on velocity and what you actually moved so you can only trigger the message if you move a great distance _and_ the server thinks you should be able to move a great distance aka the one time it definitely shouldn't trigger 2018-08-30 21:42:54 chibill Well I am at the cords [233,77,254] and I am sending [234,77,254] (Absolte cords as the packet says) And yeah on spigot on 1.13 going to try with normal now. 2018-08-30 21:44:35 chibill on vinallia it moves a bit then jumps back but no message printed. 2018-08-30 21:45:57 chibill weird i think just 1.13 has something messed up. Actual wait it might be because I am not sending pos and look packets every 20 ticks? or waht not? 2018-08-30 21:46:43 chibill Its wierd that it moves one block then gets forced back. hm 2018-08-30 21:47:57 chibill nvm 2018-08-30 21:48:01 chibill figured it out 2018-08-30 21:48:38 chibill the frame work I am using has it sending the pos and look and it was overriding my position setting xD Always read the code of your framework I just learned. 2018-08-30 21:51:13 <-- BaDePe (~badepe@4E5CFB2F.dsl.pool.telekom.hu) a quitté (Read error: Connection reset by peer) 2018-08-30 21:53:51 --> masterdonx (~mas@162.243.120.25) a rejoint #mcdevs 2018-08-30 22:57:09 <-- Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a quitté (Quit: Suzie says, "TTFNs!") 2018-08-30 23:18:04 --> Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a rejoint #mcdevs 2018-08-30 23:25:22 <-- Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a quitté (Ping timeout: 250 seconds) 2018-08-30 23:55:48 chibill Okay I have a new question. How on earth do I get block breaking working? 2018-08-30 23:56:19 chibill I send the packet and then send the packet again but set to finishing the dig and nothing happens. 2018-08-30 23:59:09 <-- Byteflux (~byte@byteflux.net) a quitté (Remote host closed the connection) 2018-08-30 23:59:40 --> Byteflux (~byte@byteflux.net) a rejoint #mcdevs 2018-08-31 00:14:20 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Quit: Bye) 2018-08-31 00:21:28 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2018-08-31 00:51:55 chibill I am guessing no one is here right now that knows the answer. 2018-08-31 00:53:54 simon816 chibill, are you sending client->server packets? That won't work since the server controls when a block is broken 2018-08-31 01:03:30 chibill Well how else would I dig a block other then send the server bound player_digging packet? 2018-08-31 01:04:33 simon816 what I mean is you can't just send two packets. you need to continuously send them until the block breaks 2018-08-31 01:06:46 simon816 hmm just looked at the protocol spec. seems like there's a start/stop mechanism so maybe it doesn't need to be continuous 2018-08-31 01:12:47 simon816 so you'd have to wait at least as long as the block takes before sending the finish status 2018-08-31 01:18:47 <-- howard (~howard@64-71-9-226.static.wiline.com) a quitté (Ping timeout: 240 seconds) 2018-08-31 01:26:28 chibill Supposedly you don't have to wait if you don't want to be able to cancel it unless that changed. 2018-08-31 01:27:14 chibill And that means I would need to do abunch of calculations to see tool vs block hardness for mining? 2018-08-31 01:29:12 --> howard (~howard@38.sub-174-215-55.myvzw.com) a rejoint #mcdevs 2018-08-31 01:31:00 simon816 it may be possible to send the finish status frequently, the server will only break when it actually finished 2018-08-31 01:31:14 simon816 unless progress gets reset 2018-08-31 01:32:02 chibill Well this is just weird.. I can't get it to dig even if I have it wait a long time. 2018-08-31 01:33:30 chibill Here is how I am sending that packet. Using Quarry 2018-08-31 01:33:32 chibill self.send_packet("player_digging",self.buff_type.pack_varint(0)+self.buff_type.pack_position(location[0],location[1],location[2])+self.buff_type.pack("B",1)) 2018-08-31 01:34:27 chibill Unless I also have to send the animation packets? 2018-08-31 02:00:47 <-- howard (~howard@38.sub-174-215-55.myvzw.com) a quitté (Ping timeout: 240 seconds) 2018-08-31 02:25:08 --> howard (~howard@50-207-106-34-static.hfc.comcastbusiness.net) a rejoint #mcdevs 2018-08-31 02:38:06 --> Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a rejoint #mcdevs 2018-08-31 03:35:51 <-- howard (~howard@50-207-106-34-static.hfc.comcastbusiness.net) a quitté (Ping timeout: 260 seconds) 2018-08-31 05:17:25 --> NickG365_ (~NickG365@cortex.starlabs.theflash.rocks) a rejoint #mcdevs 2018-08-31 05:17:27 <-- NickG365_ (~NickG365@cortex.starlabs.theflash.rocks) a quitté (Excess Flood) 2018-08-31 05:17:56 --> NickG365_ (~NickG365@cortex.starlabs.theflash.rocks) a rejoint #mcdevs 2018-08-31 05:17:58 <-- NickG365_ (~NickG365@cortex.starlabs.theflash.rocks) a quitté (Excess Flood) 2018-08-31 05:18:45 --> NickG365_ (~NickG365@cortex.starlabs.theflash.rocks) a rejoint #mcdevs 2018-08-31 05:20:42 <-- NickG365 (~NickG365@cortex.starlabs.theflash.rocks) a quitté (Ping timeout: 250 seconds) 2018-08-31 05:20:43 -- NickG365_ est maintenant connu sous le nom NickG365 2018-08-31 06:57:07 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-08-31 06:58:47 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2018-08-31 06:58:47 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-08-31 07:33:35 chibill And one else have an idea? 2018-08-31 07:43:27 --> gordonDrogon (~gordon@2001:4d48:ad51:8901::3) a rejoint #mcdevs 2018-08-31 09:15:34 <-- gordonDrogon (~gordon@2001:4d48:ad51:8901::3) a quitté (Ping timeout: 240 seconds) 2018-08-31 10:09:36 --> gordonDrogon (~gordon@2001:4d48:ad51:8901::3) a rejoint #mcdevs 2018-08-31 12:04:34 <-- Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a quitté (Ping timeout: 240 seconds) 2018-08-31 13:43:23 --> Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a rejoint #mcdevs 2018-08-31 13:48:45 chibill I need to test but I bet spawn protection is what is breaking my digging xD 2018-08-31 14:24:27 --> l4mRh4X0r (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a rejoint #mcdevs 2018-08-31 14:26:58 <-- l4mRh4X0r (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a quitté (Quit: Hoei!) 2018-08-31 14:27:07 --> l4mRh4X0r (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a rejoint #mcdevs 2018-08-31 14:52:37 <-- dx (~dx@irssi/staff/dx) a quitté (Quit: RIP) 2018-08-31 14:54:54 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Quit: redstonehelper) 2018-08-31 14:54:55 --> dx (~dx@irssi/staff/dx) a rejoint #mcdevs 2018-08-31 15:03:34 <-- dx (~dx@irssi/staff/dx) a quitté (Ping timeout: 240 seconds) 2018-08-31 15:08:47 --> dx (~dx@irssi/staff/dx) a rejoint #mcdevs 2018-08-31 16:55:15 chibill yep! that was it. 2018-08-31 17:12:38 -- irc : déconnecté du serveur 2018-08-31 17:12:59 --> rom1504 (rom1504@rom1504.fr) a rejoint #mcdevs 2018-08-31 17:12:59 -- 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/" 2018-08-31 17:12:59 -- Titre défini par tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) le jeu., 11 mai 2017 00:28:31 2018-08-31 17:12:59 -- Canal #mcdevs : 99 pseudos (1 op, 10 voices, 88 normaux) 2018-08-31 17:14:29 -- Canal créé le lun., 06 déc. 2010 12:22:40 2018-08-31 17:44:15 kashike chibill: what are you making? 2018-08-31 18:40:34 chibill A simple bot. Was doing player digging and confused why it wasn’t working turns out spawn protection is annoying xD 2018-08-31 19:46:52 --> howard (~howard@50-207-106-34-static.hfc.comcastbusiness.net) a rejoint #mcdevs 2018-08-31 19:56:43 <-- howard (~howard@50-207-106-34-static.hfc.comcastbusiness.net) a quitté (Ping timeout: 245 seconds) 2018-08-31 20:01:43 --> howard (~howard@50-207-106-34-static.hfc.comcastbusiness.net) a rejoint #mcdevs 2018-08-31 20:48:26 --> NickG365_ (~NickG365@cortex.starlabs.theflash.rocks) a rejoint #mcdevs 2018-08-31 20:48:28 <-- NickG365_ (~NickG365@cortex.starlabs.theflash.rocks) a quitté (Excess Flood) 2018-08-31 20:48:57 --> NickG365_ (~NickG365@cortex.starlabs.theflash.rocks) a rejoint #mcdevs 2018-08-31 20:48:59 <-- NickG365_ (~NickG365@cortex.starlabs.theflash.rocks) a quitté (Excess Flood) 2018-08-31 20:49:27 <-- howard (~howard@50-207-106-34-static.hfc.comcastbusiness.net) a quitté (Ping timeout: 240 seconds) 2018-08-31 20:49:40 --> NickG365_ (~NickG365@cortex.starlabs.theflash.rocks) a rejoint #mcdevs 2018-08-31 20:51:51 <-- NickG365 (~NickG365@cortex.starlabs.theflash.rocks) a quitté (Ping timeout: 252 seconds) 2018-08-31 20:51:51 -- NickG365_ est maintenant connu sous le nom NickG365 2018-08-31 21:28:14 pokechu22 I'm planning on merging the pre-release article into the main articles over the weekend; anything anyone else thinks needs to be done for it beforehand? 2018-08-31 22:13:58 <-- dx (~dx@irssi/staff/dx) a quitté #mcdevs 2018-08-31 22:17:57 <-- Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a quitté (Quit: Suzie says, "TTFNs!") 2018-08-31 22:18:23 --> Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a rejoint #mcdevs 2018-08-31 22:22:45 rom1504 chibill: why did you chose not to update spockbot ? 2018-08-31 23:47:49 <-- Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a quitté (Ping timeout: 246 seconds) 2018-08-31 23:58:11 chibill ? What do you mean? 2018-08-31 23:59:01 rom1504 aren't you doing a minecraft bot in python ? 2018-09-01 00:30:32 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-01 00:30:56 --> Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a rejoint #mcdevs 2018-09-01 00:33:03 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Client Quit) 2018-09-01 00:34:19 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-01 00:44:03 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Ping timeout: 252 seconds) 2018-09-01 01:37:15 chibill yea and Spockbot is WAY out of date. And I have no idea how its strange "plugin/module" system works. 2018-09-01 01:37:55 rom1504 it's pretty good 2018-09-01 01:38:52 rom1504 and it's actually a much more interesting experience to take something existing, fix it and maintain it, than to build something from 0 which never actually gets to an interesting state 2018-09-01 01:39:15 rom1504 anyway, you're free 2018-09-01 01:41:10 chibill Well Quarry is already an interesting framework :P 2018-09-01 01:43:21 rom1504 does it implement the protocol ? 2018-09-01 01:44:00 kashike "than to build something from 0 which never actually gets to an interesting state" 2018-09-01 01:44:03 kashike that depends 2018-09-01 01:44:08 kashike some people spend time to do it 2018-09-01 01:49:24 rom1504 yes they spend time 2018-09-01 01:49:37 rom1504 is that a good measure of interestingness ? 2018-09-01 02:08:46 +ammar2 I mean its a fun learning experience 2018-09-01 02:08:52 +ammar2 that's why I did it originally 2018-09-01 02:09:10 pokechu22 Maintaining something is definitely fun as a learning experience; I've learned a _ton_ maintaining burger 2018-09-01 02:09:44 +ammar2 true 2018-09-01 02:57:06 --> __0x277F (~Hex@four.out.of.five.doctors.recommend.hex.lc) a rejoint #mcdevs 2018-09-01 02:59:38 --> OkDan (~OkAlt@S01061056118142a4.lb.shawcable.net) a rejoint #mcdevs 2018-09-01 05:33:16 <-- Akkarin (~Akkarin@phoebe.torchmind.com) a quitté (Ping timeout: 246 seconds) 2018-09-01 05:41:10 --> Akkarin (~Akkarin@phoebe.torchmind.com) a rejoint #mcdevs 2018-09-01 06:24:00 --> Caaaaarrrrlll (~Caaaaarrr@unaffiliated/caaaaarrrrlll) a rejoint #mcdevs 2018-09-01 06:26:18 <-- Caaaaarrrrlll (~Caaaaarrr@unaffiliated/caaaaarrrrlll) a quitté (Client Quit) 2018-09-01 09:35:46 <-- KnownUnown (KnownUnown@die.in.firrre.com) a quitté (Remote host closed the connection) 2018-09-01 09:55:09 --> KnownUnown (KnownUnown@die.in.firrre.com) a rejoint #mcdevs 2018-09-01 13:16:33 <-- Proximyst (~Proximyst@51.15.88.136) a quitté (Quit: Nomming on cookies) 2018-09-01 13:16:54 --> Proximyst (~Proximyst@51.15.88.136) a rejoint #mcdevs 2018-09-01 13:41:34 <-- Proximyst (~Proximyst@51.15.88.136) a quitté (Quit: Nomming on cookies) 2018-09-01 13:41:53 --> Proximyst (~Proximyst@51.15.88.136) a rejoint #mcdevs 2018-09-01 18:43:41 <-- bildramer (~bildramer@p2003004D8D312900AC9BCCA14258DFA9.dip0.t-ipconnect.de) a quitté (Quit: Of course we scientists have our little secrets. For instance, the moon is in Spain. Another: stars aren't real. Also, cells are huge. One cell is roughly the size of a marble.) 2018-09-01 18:44:43 --> bildramer (~bildramer@p2003004D8D312900AC9BCCA14258DFA9.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-09-01 19:17:48 <-- _123DMWM (~123DMWM@pool-100-0-169-59.prvdri.fios.verizon.net) a quitté (Ping timeout: 252 seconds) 2018-09-01 19:17:59 --> _123DMWM (~123DMWM@pool-100-0-169-59.prvdri.fios.verizon.net) a rejoint #mcdevs 2018-09-01 19:56:36 <-- SpaceManiac (~SpaceMani@c-67-172-121-111.hsd1.ca.comcast.net) a quitté (*.net *.split) 2018-09-01 19:56:36 <-- csnxs (sean@unaffiliated/plussean) a quitté (*.net *.split) 2018-09-01 19:56:36 <-- Jeebiss (sid25046@gateway/web/irccloud.com/x-baqseapaegfoaeaq) a quitté (*.net *.split) 2018-09-01 19:56:36 <-- mgrech (~mgrech@2a01:4f8:1c0c:676b::1) a quitté (*.net *.split) 2018-09-01 19:56:36 <-- YukonAppleGeek (~Yukon@sfo01.yukon.io) a quitté (*.net *.split) 2018-09-01 19:56:36 <-- Aikar (~quassel@wikia/Aikar) a quitté (*.net *.split) 2018-09-01 19:56:36 <-- Brandon15811 (sid13052@gateway/web/irccloud.com/x-qjnemocwanpotsdd) a quitté (*.net *.split) 2018-09-01 19:56:36 <-- tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a quitté (*.net *.split) 2018-09-01 19:56:36 <-- mundus (~mundus201@unaffiliated/mundus2018) a quitté (*.net *.split) 2018-09-01 19:57:13 --> csnxs (sean@unaffiliated/plussean) a rejoint #mcdevs 2018-09-01 19:57:50 --> SpaceManiac (~SpaceMani@2601:200:4400:ec::1125) a rejoint #mcdevs 2018-09-01 20:00:38 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2018-09-01 20:00:50 --> Brandon15811 (sid13052@gateway/web/irccloud.com/x-ikxtjsntdikkctgg) a rejoint #mcdevs 2018-09-01 20:01:32 --> mgrech (~mgrech@2a01:4f8:1c0c:676b::1) a rejoint #mcdevs 2018-09-01 20:02:57 --> mundus2018 (~mundus201@unaffiliated/mundus2018) a rejoint #mcdevs 2018-09-01 20:03:14 --> tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a rejoint #mcdevs 2018-09-01 20:16:55 rom1504 pokechu22: is there a difference between "textid" and "name" concepts in the minecraft server/client ? do burger extract that separately ? 2018-09-01 20:17:21 pokechu22 In 1.12, yes; in 1.13, no... if I'm thinking of the one you're referring to 2018-09-01 20:18:31 pokechu22 The "name" one is used for translation strings (block..name in 1.12) and is somewhat silly in cases (e.g. "sulphur", "yellowDust", "lightgem"), "text_id" is used for actual IDs 2018-09-01 20:22:12 rom1504 I see 2018-09-01 22:07:19 kashike pokechu22: https://launchermeta.mojang.com/mc/game/version_manifest.json 2018-09-01 22:08:12 pokechu22 What about it? 2018-09-01 22:08:19 kashike Look at it :) 2018-09-01 22:08:35 pokechu22 Oooh, old snapshots :D 2018-09-01 22:08:47 kashike and path changes 2018-09-01 22:08:50 pokechu22 Yeah, hm 2018-09-01 22:09:01 pokechu22 I noticed the path changes before but didn't notice the snapshots 2018-09-02 01:43:59 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-02 01:48:11 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Client Quit) 2018-09-02 01:48:39 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-02 01:52:49 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Read error: Connection reset by peer) 2018-09-02 01:53:19 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-02 02:00:34 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Ping timeout: 240 seconds) 2018-09-02 02:05:57 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-02 02:14:11 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Quit: Ping timeout (120 seconds)) 2018-09-02 02:14:36 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-02 02:20:52 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Read error: Connection reset by peer) 2018-09-02 02:21:18 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-02 02:42:05 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Quit: Ping timeout (120 seconds)) 2018-09-02 02:42:31 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-02 02:55:42 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Read error: Connection reset by peer) 2018-09-02 02:56:07 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-02 03:07:59 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Read error: Connection reset by peer) 2018-09-02 03:08:25 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-02 03:28:04 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Read error: Connection reset by peer) 2018-09-02 03:28:32 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-02 03:54:22 --> dx (~dx@irssi/staff/dx) a rejoint #mcdevs 2018-09-02 04:02:42 <-- dx (~dx@irssi/staff/dx) a quitté #mcdevs 2018-09-02 04:07:47 --> dx (~dx@irssi/staff/dx) a rejoint #mcdevs 2018-09-02 04:20:53 --> sebagius7110 (~sebagius7@51.15.88.136) a rejoint #mcdevs 2018-09-02 04:26:43 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Ping timeout: 245 seconds) 2018-09-02 04:37:14 --> yangm97 (yangm97mat@gateway/shell/matrix.org/x-ootiwcklnckccrhn) a rejoint #mcdevs 2018-09-02 05:04:07 <-- Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a quitté (Ping timeout: 246 seconds) 2018-09-02 05:10:29 --> Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a rejoint #mcdevs 2018-09-02 06:27:43 <-- _123DMWM (~123DMWM@pool-100-0-169-59.prvdri.fios.verizon.net) a quitté (Read error: Connection reset by peer) 2018-09-02 06:44:07 --> _123DMWM (~123DMWM@pool-100-0-169-59.prvdri.fios.verizon.net) a rejoint #mcdevs 2018-09-02 06:47:00 <-- _123DMWM (~123DMWM@pool-100-0-169-59.prvdri.fios.verizon.net) a quitté (Client Quit) 2018-09-02 06:52:03 --> _123DMWM (~123DMWM@pool-100-0-169-59.prvdri.fios.verizon.net) a rejoint #mcdevs 2018-09-02 07:31:57 <-- SpaceManiac (~SpaceMani@2601:200:4400:ec::1125) a quitté (Ping timeout: 252 seconds) 2018-09-02 07:36:58 --> SpaceManiac (~SpaceMani@2601:200:4400:ec::1125) a rejoint #mcdevs 2018-09-02 07:36:58 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2018-09-02 13:28:03 <-- OkDan (~OkAlt@S01061056118142a4.lb.shawcable.net) a quitté (Quit: OkDan) 2018-09-02 16:45:03 <-- Akkarin (~Akkarin@phoebe.torchmind.com) a quitté (Ping timeout: 245 seconds) 2018-09-02 16:45:19 <-- Yamakaja (~yamakaja@vps.pub.yamakaja.me) a quitté (Ping timeout: 244 seconds) 2018-09-02 16:45:49 <-- Anna (anna@borealis.voxelstorm.com) a quitté (Ping timeout: 268 seconds) 2018-09-02 16:45:56 --> Anna (anna@borealis.voxelstorm.com) a rejoint #mcdevs 2018-09-02 16:46:52 --> Yamakaja (~yamakaja@vps.pub.yamakaja.me) a rejoint #mcdevs 2018-09-02 16:47:08 --> Akkarin (~Akkarin@phoebe.torchmind.com) a rejoint #mcdevs 2018-09-02 19:06:51 pokechu22 tktech: I'm apparently autoblocked as my IP has been used by GerardBrockman (block ID 769) 2018-09-02 19:07:57 pokechu22 Blocked IP is 172.30.1.35 (which isn't mine, and seems to be another one of those local ones) 2018-09-02 20:40:24 kashike pokechu22: you spammer! 2018-09-02 20:43:09 timmyRS How not to get banned for spamming on IRC: Don't spam on IRC. 2018-09-02 20:44:34 yangm97 IPv4 can be a bitch sometimes 2018-09-02 21:46:08 --> HurricanKai (~quassel@HSI-KBW-078-042-243-007.hsi3.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2018-09-02 21:52:37 <-- HurricanKai (~quassel@HSI-KBW-078-042-243-007.hsi3.kabel-badenwuerttemberg.de) a quitté (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 2018-09-02 22:27:17 -- mundus2018 est maintenant connu sous le nom mundus 2018-09-02 22:58:17 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 268 seconds) 2018-09-02 23:54:56 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2018-09-03 00:25:45 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-09-03 01:26:32 +Amaranth ...pretty sure he means on the wiki 2018-09-03 01:27:19 +Amaranth And it was broken for a while as the wiki and proxy weren't communicating properly so the wiki only saw proxy IP addresses, not real ones 2018-09-03 01:27:24 +Amaranth And then banned everyone :P 2018-09-03 01:51:09 <-- Tuxel (~tux@mail.tuxelcode.de) a quitté (Ping timeout: 268 seconds) 2018-09-03 01:51:16 --> Tuxel (~tux@mail.tuxelcode.de) a rejoint #mcdevs 2018-09-03 01:51:25 --> PolarizedIons_ (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2018-09-03 01:54:19 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Ping timeout: 260 seconds) 2018-09-03 01:54:20 -- PolarizedIons_ est maintenant connu sous le nom PolarizedIons 2018-09-03 02:54:30 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-03 02:55:53 <-- Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a quitté (Ping timeout: 245 seconds) 2018-09-03 03:08:43 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Quit: Ping timeout (120 seconds)) 2018-09-03 03:09:10 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-03 03:21:18 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Read error: Connection reset by peer) 2018-09-03 03:21:44 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-03 03:24:05 --> Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a rejoint #mcdevs 2018-09-03 04:43:40 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Read error: Connection reset by peer) 2018-09-03 04:44:07 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-03 05:02:36 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Ping timeout: 244 seconds) 2018-09-03 05:05:31 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-03 05:09:26 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Client Quit) 2018-09-03 05:09:53 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-03 05:58:37 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Read error: Connection reset by peer) 2018-09-03 05:59:06 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-03 06:53:27 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-09-03 06:56:58 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 272 seconds) 2018-09-03 06:56:58 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-09-03 07:42:34 <-- SpaceManiac (~SpaceMani@2601:200:4400:ec::1125) a quitté (Ping timeout: 240 seconds) 2018-09-03 07:47:28 --> SpaceManiac (~SpaceMani@2601:200:4400:ec::112d) a rejoint #mcdevs 2018-09-03 07:47:28 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2018-09-03 08:08:06 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Read error: Connection reset by peer) 2018-09-03 08:08:35 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-03 08:10:55 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Read error: Connection reset by peer) 2018-09-03 08:11:22 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-03 08:22:57 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Quit: Ping timeout (120 seconds)) 2018-09-03 08:23:24 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-03 08:50:49 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Ping timeout: 250 seconds) 2018-09-03 09:04:38 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-03 09:26:28 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Quit: Ping timeout (120 seconds)) 2018-09-03 09:26:58 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-03 09:51:14 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Quit: Ping timeout (120 seconds)) 2018-09-03 09:51:42 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-03 10:18:34 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Ping timeout: 240 seconds) 2018-09-03 11:00:41 <-- C4K3 (~C4K3@0127801301.0.fullrate.ninja) a quitté (Quit: Lost terminal) 2018-09-03 13:54:40 --> C4K3 (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2018-09-03 19:10:29 <-- EvilJStoker (jstoker@unaffiliated/jstoker) a quitté (Ping timeout: 252 seconds) 2018-09-03 19:14:15 --> EvilJStoker (jstoker@unaffiliated/jstoker) a rejoint #mcdevs 2018-09-03 19:29:13 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-03 20:02:27 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Ping timeout: 240 seconds) 2018-09-03 20:21:21 pokechu22 OK, going to start merging pre-release protocol into the main protocol article... probably this'll take a while 2018-09-03 20:22:48 PolarizedIons \o/ 2018-09-03 20:46:30 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-03 21:10:30 <-- dav1d (~dav1d@volt/developer/dav1d) a quitté (*.net *.split) 2018-09-03 21:10:30 <-- hansihe (sid106603@gateway/web/irccloud.com/x-zophahndbonnvmyn) a quitté (*.net *.split) 2018-09-03 21:10:31 <-- MasterGberry (sid92636@gateway/web/irccloud.com/x-qpcdblxoxeldbmhf) a quitté (*.net *.split) 2018-09-03 21:10:34 <-- ShaRose (ShaRose@i.am.sharo.se) a quitté (*.net *.split) 2018-09-03 21:10:34 <-- Matsv (~Matsv@i.am.matsv.nl) a quitté (*.net *.split) 2018-09-03 21:10:34 <-- humerusj (~humerusj@unaffiliated/humerusj) a quitté (*.net *.split) 2018-09-03 21:11:52 --> ShaRose (ShaRose@i.am.sharo.se) a rejoint #mcdevs 2018-09-03 21:12:16 --> Matsv (~Matsv@i.am.matsv.nl) a rejoint #mcdevs 2018-09-03 21:12:37 --> dav1d (~dav1d@volt/developer/dav1d) a rejoint #mcdevs 2018-09-03 21:15:04 --> humerusj (~humerusj@unaffiliated/humerusj) a rejoint #mcdevs 2018-09-03 21:36:09 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Ping timeout: 244 seconds) 2018-09-03 21:46:27 <-- Hafydd (~Hafydd@unaffiliated/joo) a quitté (Quit: PASTA <3) 2018-09-03 21:47:31 --> Hafydd (~Hafydd@unaffiliated/joo) a rejoint #mcdevs 2018-09-03 22:48:12 pokechu22 And, finished. I haven't really done any proofreading on it, so there might still be some editing markup or messed up tables... but hopefully not. 2018-09-03 23:23:44 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-04 00:28:07 <-- SpaceManiac (~SpaceMani@2601:200:4400:ec::112d) a quitté (Ping timeout: 250 seconds) 2018-09-04 00:33:04 --> SpaceManiac (~SpaceMani@c-67-172-121-111.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-04 00:33:04 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2018-09-04 00:43:27 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Ping timeout: 240 seconds) 2018-09-04 00:45:20 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-04 01:36:24 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Ping timeout: 244 seconds) 2018-09-04 02:04:12 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-04 02:07:04 <-- gordonDrogon (~gordon@2001:4d48:ad51:8901::3) a quitté (Ping timeout: 240 seconds) 2018-09-04 02:08:23 <-- Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a quitté (Ping timeout: 245 seconds) 2018-09-04 02:12:04 --> gordonDrogon (~gordon@2001:4d48:ad51:8901::3) a rejoint #mcdevs 2018-09-04 02:31:38 <-- pokechu22 (~pokechu22@50.35.66.9) a quitté (Quit: Rebooting pi) 2018-09-04 02:50:21 --> Oatmeal (~Suzeanne@c-98-255-172-20.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-04 03:09:48 <-- Oatmeal (~Suzeanne@c-98-255-172-20.hsd1.ca.comcast.net) a quitté (Quit: Suzie says, "TTFNs!") 2018-09-04 03:19:55 --> Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a rejoint #mcdevs 2018-09-04 03:51:36 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Quit: Ping timeout (120 seconds)) 2018-09-04 03:52:04 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-04 04:01:52 --> pokechu22 (~pokechu22@50.35.66.9) a rejoint #mcdevs 2018-09-04 04:20:25 --> howard3 (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-04 04:21:00 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Quit: Quitting) 2018-09-04 04:21:12 -- howard3 est maintenant connu sous le nom howard 2018-09-04 05:49:38 --> vemacs (~vemacs@unaffiliated/vemacs) a rejoint #mcdevs 2018-09-04 06:03:58 <-- pokechu22 (~pokechu22@50.35.66.9) a quitté (Ping timeout: 272 seconds) 2018-09-04 06:08:52 --> pokechu22 (~pokechu22@50.35.66.9) a rejoint #mcdevs 2018-09-04 06:15:15 <-- Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a quitté (Quit: Suzie says, "TTFNs!") 2018-09-04 07:06:56 --> Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a rejoint #mcdevs 2018-09-04 07:48:51 <-- Brandon15811 (sid13052@gateway/web/irccloud.com/x-ikxtjsntdikkctgg) a quitté (Ping timeout: 260 seconds) 2018-09-04 07:49:14 --> Brandon15811 (sid13052@gateway/web/irccloud.com/x-alksvjwcfebbzvzh) a rejoint #mcdevs 2018-09-04 07:49:28 <-- Deaygo (Deaygo@i.let.this.bloody.dropbear.in) a quitté (Ping timeout: 260 seconds) 2018-09-04 07:50:35 --> Deaygo (Deaygo@i.let.this.bloody.dropbear.in) a rejoint #mcdevs 2018-09-04 14:40:03 --> Myrax (~Dominic@193.240.89.26) a rejoint #mcdevs 2018-09-04 15:29:03 --> Aikar (~quassel@wikia/Aikar) a rejoint #mcdevs 2018-09-04 19:19:21 <-- Myrax (~Dominic@193.240.89.26) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2018-09-05 00:06:43 --> Myrax (~Dominic@95.145.113.157) a rejoint #mcdevs 2018-09-05 01:12:06 <-- Techcable_ (znc@irc.techcable.net) a quitté (Quit: ZNC - http://znc.in) 2018-09-05 01:21:00 --> Techcable (znc@irc.techcable.net) a rejoint #mcdevs 2018-09-05 01:37:25 <-- Myrax (~Dominic@95.145.113.157) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2018-09-05 02:00:39 tktech pokechu22, turds, I thought I fixed that, taking a look 2018-09-05 02:01:17 tktech I changed nginx from header blacklist to whitelist for security and apparently there are nearly infinite ways of passing the real IP :| 2018-09-05 02:01:22 pokechu22 It's been fixed since (I think Amaranth solved it?) 2018-09-05 02:01:57 pokechu22 Or else it magically went away without anyone doing anything, which would probably be a bit of a problem... 2018-09-05 02:02:05 pokechu22 I do think you fixed something like that before though 2018-09-05 02:03:12 tktech I fixed it when I updated nginx, but then I switched to using the ELB for SSL termination, and the ELB uses a different header which nginx is probably stripping out 2018-09-05 02:03:21 tktech I've done this exact same thing before and apparently learned nothing 2018-09-05 03:36:08 <-- ecx (~ecx@unaffiliated/ecx) a quitté (Quit: ecx) 2018-09-05 04:16:06 --> insamniac (~sam@cpe-172-112-246-121.socal.res.rr.com) a rejoint #mcdevs 2018-09-05 04:19:33 +Amaranth pokechu22: I don't have any access to that stuff :P 2018-09-05 04:37:31 --> ecx (~ecx@unaffiliated/ecx) a rejoint #mcdevs 2018-09-05 04:44:46 <-- ecx (~ecx@unaffiliated/ecx) a quitté (Ping timeout: 260 seconds) 2018-09-05 04:47:13 --> ecx (~ecx@unaffiliated/ecx) a rejoint #mcdevs 2018-09-05 06:30:12 <-- iczero (iczero@unaffiliated/iczero) a quitté (Excess Flood) 2018-09-05 06:30:28 --> iczero (iczero@unaffiliated/iczero) a rejoint #mcdevs 2018-09-05 06:51:34 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-09-05 06:53:07 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2018-09-05 06:53:07 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-09-05 07:00:05 <-- charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a quitté (Remote host closed the connection) 2018-09-05 07:00:25 --> charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a rejoint #mcdevs 2018-09-05 07:06:11 <-- charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a quitté (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 2018-09-05 07:12:27 --> charims (~quassel@wsip-24-234-28-130.lv.lv.cox.net) a rejoint #mcdevs 2018-09-05 11:36:01 --> Myrax (~Dominic@193.240.89.26) a rejoint #mcdevs 2018-09-05 12:30:44 <-- howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a quitté (Read error: Connection reset by peer) 2018-09-05 12:32:36 --> howard (~howard@c-67-180-238-151.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-05 14:32:04 <-- C4K3 (~C4K3@0127801301.0.fullrate.ninja) a quitté (Quit: leaving) 2018-09-05 14:48:47 <-- Myrax (~Dominic@193.240.89.26) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2018-09-05 18:23:58 --> C4K3 (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2018-09-05 18:27:17 <-- C4K3 (~C4K3@0127801301.0.fullrate.ninja) a quitté (Client Quit) 2018-09-05 18:36:50 --> C4K3 (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2018-09-05 19:55:50 --> Myrax (~Dominic@95.145.113.157) a rejoint #mcdevs 2018-09-05 20:20:56 <-- Myrax (~Dominic@95.145.113.157) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2018-09-05 21:36:04 --> HurricanKai (~HurricanK@HSI-KBW-078-042-243-007.hsi3.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2018-09-06 03:08:02 <-- ShaRose (ShaRose@i.am.sharo.se) a quitté (Quit: I appear to have left for some reason.) 2018-09-06 03:08:03 <-- Andrio (Andrio@questers-rest.andriocelos.ml) a quitté (Quit: while already on Charon's boat.) 2018-09-06 03:08:15 --> ShaRose (ShaRose@i.am.sharo.se) a rejoint #mcdevs 2018-09-06 03:08:16 --> Andrio (Andrio@questers-rest.andriocelos.ml) a rejoint #mcdevs 2018-09-06 03:15:18 tktech pokechu22, huh, so this exists https://github.com/ronyhe/pyjvm 2018-09-06 03:15:37 tktech Uses Jawa, neat 2018-09-06 03:16:08 tktech Github's new "Dependencies and Dependents" tab under insights is neat, only reason I know it exists 2018-09-06 03:16:58 pokechu22 Ooh, fun 2018-09-06 03:22:01 tktech Lot of little random scripts and projects, that's my feel-good for the day 2018-09-06 03:22:38 tktech Like a findmains.py in some guys dotfiles where he just uses it to find entry points 2018-09-06 05:09:06 <-- m56738 (~m56738@ns3036103.ip-193-70-81.eu) a quitté (Quit: Ping timeout (120 seconds)) 2018-09-06 05:09:26 --> m56738 (~m56738@ns3036103.ip-193-70-81.eu) a rejoint #mcdevs 2018-09-06 05:10:05 <-- electronicboy (~electroni@atlas.valaria.pw) a quitté (Remote host closed the connection) 2018-09-06 05:10:15 --> electronicboy (~electroni@atlas.valaria.pw) a rejoint #mcdevs 2018-09-06 05:32:08 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2018-09-06 06:55:00 MiniDigger Yeah, that's really cool, I hope the will expand it to new languages 2018-09-06 11:37:17 <-- justJanne (kuschku@lithium.kuschku.de) a quitté (Quit: So, if you care to find me, look to the western sky. As someone told me lately, everyone deserves a chance to fly.) 2018-09-06 11:39:43 --> justJanne (kuschku@lithium.kuschku.de) a rejoint #mcdevs 2018-09-06 11:40:21 --> Myrax (~Dominic@193.240.89.26) a rejoint #mcdevs 2018-09-06 12:31:12 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-09-06 12:31:25 <-- Myrax (~Dominic@193.240.89.26) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2018-09-06 17:12:01 --> Myrax (~Dominic@193.240.89.26) a rejoint #mcdevs 2018-09-06 17:27:47 HurricanKai I see the protocol side finally was merged to 1.13.1 :D less pain working thanks :) 2018-09-06 17:27:59 HurricanKai page* great, my english today xD 2018-09-06 18:48:07 <-- Myrax (~Dominic@193.240.89.26) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2018-09-06 18:51:20 <-- HurricanKai (~HurricanK@HSI-KBW-078-042-243-007.hsi3.kabel-badenwuerttemberg.de) a quitté (Ping timeout: 272 seconds) 2018-09-06 19:21:20 tktech Three hours of debugging SourceFile attributes 2018-09-06 19:21:42 tktech It's going to be something utterly retarded like >h instead of >H but I'd be damned if I can figure it out 2018-09-06 19:22:24 pokechu22 ... SourceFile? Isn't that one super trivial? 2018-09-06 19:23:53 pokechu22 https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.7.10 -- yeah, just a u2, same layout as the Signature attribute (https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.7.9 and https://github.com/TkTech/Jawa/blob/master/jawa/attributes/signature.py) 2018-09-06 19:24:06 pokechu22 `>H` was used there, for reference 2018-09-06 19:24:47 tktech It is 2018-09-06 19:24:50 tktech It's super, duper trivial 2018-09-06 19:25:57 tktech I've completely reworked constants 2018-09-06 19:26:10 tktech Every test *except* sourcefile works just fine 2018-09-06 19:37:31 tktech God dammit, was a missing + 1 2018-09-06 20:00:23 -- Mode #mcdevs [+o tktech] par ChanServ 2018-09-06 20:00:26 -- Mode #mcdevs [-r] par tktech 2018-09-06 20:00:36 --> XorBoole (~XorBoole@45.55.68.177) a rejoint #mcdevs 2018-09-06 20:03:33 --> Not (~notifico@ec2-52-3-50-241.compute-1.amazonaws.com) a rejoint #mcdevs 2018-09-06 20:03:33 Not [Jawa] TkTech pushed 4 commits to develop [+2/-1/±13] https://git.io/fAuwE 2018-09-06 20:03:35 Not [Jawa] TkTech d5fb753 - Incomplete Constant rework. 2018-09-06 20:32:38 Not [Jawa] TkTech pushed 2 commits to develop [+6/-0/±3] https://git.io/fAuXv 2018-09-06 20:32:39 Not [Jawa] TkTech e03ae9d - Add test and fix for DeprecatedAttribute. 2018-09-06 20:32:41 Not [Jawa] TkTech f85e970 - Add test and fix for ConstantValueAttribute. 2018-09-06 22:39:58 --> Myrax (~Dominic@95.145.113.157) a rejoint #mcdevs 2018-09-06 22:41:15 <-- Myrax (~Dominic@95.145.113.157) a quitté (Read error: Connection reset by peer) 2018-09-06 22:42:01 --> Myrax (~Dominic@95.145.113.157) a rejoint #mcdevs 2018-09-07 00:37:10 <-- Myrax (~Dominic@95.145.113.157) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2018-09-07 03:05:05 @tktech pokechu22, you're the only person I can think of to ask, since you've worked on FernFlower 2018-09-07 03:05:24 @tktech Do you know of any scenario in which javac would generate the Synthetic attribute instead of the ACC_SYNTHETIC flag? 2018-09-07 03:05:49 pokechu22 I don't know that with fernflower, but I think I have the JDK code cloned and I could check that just now 2018-09-07 03:06:02 @tktech Huh, didn't think of that 2018-09-07 03:06:44 @tktech I'm trying to get to 100% test coverage but some of these are difficult to generate "real" classes for 2018-09-07 03:08:25 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Quit: Bye) 2018-09-07 03:13:41 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2018-09-07 03:13:56 pokechu22 Doesn't look like they create it at any point for jdk8, though they have a class for it... unless I'm misunderstanding stuff 2018-09-07 03:14:55 @tktech It has to be legacy, I've tried every possible synthetic I can think of 2018-09-07 03:15:08 @tktech JVM spec is so vague sometimes :( 2018-09-07 03:15:44 pokechu22 The synthetic access flag was added in classfile v49.0 2018-09-07 03:15:51 pokechu22 Yeah, I'm pretty sure it is legacy, replaced by the access flag 2018-09-07 03:16:24 pokechu22 49.0 is Java 5, so you'd need 4... fun... 2018-09-07 03:16:40 pokechu22 hm, or just the ability to compile targetting 4 2018-09-07 03:17:36 pokechu22 I guess I can also check if hotspot does anything with it... though I don't really know if there's any reason why it'd need to 2018-09-07 03:19:20 @tktech JDK has -target but 1.8 will only go back to 1.6 2018-09-07 03:20:37 pokechu22 Hmmm, something odd happened just now 2018-09-07 03:20:47 @tktech Oh? 2018-09-07 03:21:15 pokechu22 `javac 1.8.0_162` seems to allow me to target 1.4, interesting 2018-09-07 03:21:50 pokechu22 And it does generate a synthetic attribute in that case (but with 1.5 it uses ACC_SYNTHETIC) 2018-09-07 03:22:23 pokechu22 My checkout for the JDK source is pretty old so they might have added targetting old versions back (though that seems odd) 2018-09-07 03:23:43 pokechu22 (running `javac -target 1.4 -source 1.4 Test.java` or 1.5 with https://gist.github.com/Pokechu22/07ae7d46f25afb8b3c0636a2fb66ab5d, and then checking Test$Foo.class) 2018-09-07 03:24:42 @tktech So that's odd, updated from homebrew and it works 2018-09-07 03:24:45 @tktech Plenty of warnings but it works 2018-09-07 03:26:50 pokechu22 Hm, checking the changelog, I see https://bugs.java.com/view_bug.do?bug_id=8069181 which implies that was a feature for quite a while 2018-09-07 03:28:38 pokechu22 Any idea which version you were using beforehand? 2018-09-07 03:30:38 pokechu22 Oh, right, if checking with javap, make sure to use `-p -v`; the synthetic field is also private so just `-v` won't list it 2018-09-07 03:32:31 pokechu22 Hm, looks like rather they only support it with `1.4`, not `4`; however `1.5` and newer also work via `5`. Interesting 2018-09-07 03:33:29 pokechu22 ... oh, and I just searched poorly it seems 2018-09-07 03:36:32 pokechu22 http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/file/7031ed34a604/src/share/classes/com/sun/tools/javac/jvm/Target.java#l217 2018-09-07 03:36:34 pokechu22 http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/file/7031ed34a604/src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java#l587 2018-09-07 03:37:37 Not [Jawa] TkTech pushed 1 commit to develop [+3/-0/±4] https://git.io/fAznj 2018-09-07 03:37:38 Not [Jawa] TkTech b792c54 - Add Synthetic test (thanks pokechu), rebuild InnerClasses example for 1.4, add branching example. 2018-09-07 03:39:23 @tktech Hm from your link it doesn't look like it'd be too hard to create a fake target with useSyntheticFlag() == True once they remove the real old targets 2018-09-07 03:39:23 pokechu22 Huh, that code makes it look like there are a bunch of other attributes that aren't in the spec... that's odd 2018-09-07 03:39:44 @tktech There are literally hundreds 2018-09-07 03:40:06 pokechu22 Well, they might remove the old code to write that too, but it's a pretty simple thing :P 2018-09-07 03:40:27 pokechu22 Yeah, I'm aware that you can create your own attributes, just didn't expect javac to make them 2018-09-07 03:41:05 @tktech For now (at least for issue #24) I'm just trying to 100% the spec 2018-09-07 03:41:23 @tktech UnknownAttribute should let everything else round-trip without issue 2018-09-07 03:41:41 @tktech ... unless they reference constants that move 2018-09-07 03:42:21 pokechu22 Yep, just odd that whatever those ones were got removed from the spec but Synthetic is still in it 2018-09-07 03:43:15 @tktech Good point 2018-09-07 03:43:38 @tktech public char syntheticNameChar() <- changing this to return like, '@' would cause a lot of things to break but would be totally valid 2018-09-07 03:44:42 @tktech Generating the test cases for StackMapTable will be a challenge, the list of possible states is huge 2018-09-07 03:44:51 @tktech OpenJDK took 3 releases to get it right 2018-09-07 03:52:42 pokechu22 OK, that thing is just misleading, it's an impossible edge case. Enums, annotations, and varargs were all added in Java 5, so the flag is always present and the annotation cannot be generated. If I understand correctly bridge methods are to implement generics, which were also added in 5, so that also doesn't apply 2018-09-07 03:53:01 @tktech Wait then what's the point 2018-09-07 03:53:14 pokechu22 I have literally no idea 2018-09-07 03:55:40 pokechu22 I'd have to figure out the equivilent to blame or whatever for hg... hm. 2018-09-07 03:55:57 pokechu22 annotate, I guess? 2018-09-07 03:56:52 pokechu22 ... "Initial load", 0:9a66ca7c79fa, Sat, 01 Dec 2007 00:00:00 +0000 (2007-11-30) 2018-09-07 03:59:05 pokechu22 Well, no idea why it's like that then, but it's not something that needs to be worried about other than maybe filing a bug report for random useless code 2018-09-07 03:59:28 @tktech It's probably just sat there forgotten for the last 11 years 2018-09-07 05:24:47 @tktech Don't think I'm drunk enough for the 188 pages of prolog that describe the verifier 2018-09-07 06:27:27 <-- Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a quitté (Ping timeout: 240 seconds) 2018-09-07 06:49:16 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-09-07 06:50:54 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 244 seconds) 2018-09-07 06:50:54 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-09-07 07:57:56 --> Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a rejoint #mcdevs 2018-09-07 11:25:45 --> Myrax (~Dominic@193.240.89.26) a rejoint #mcdevs 2018-09-07 15:39:34 insamniac heh. this was not the kind of conversation i expected when I joined this channel a few days ago 2018-09-07 15:40:14 +ammar2 didn't expect java reverse engineering conversation in a channel about a game written in java? :3 2018-09-07 15:41:00 insamniac nah, i think i was just getting too used to the skill level on spigot forums 2018-09-07 15:41:37 insamniac I'm actually a java developer, but totally new to minecraft modding. 2018-09-07 15:42:16 +ammar2 aah, yeah, the people in here tend to be of a higher skill level since they work on the frameworks for modding 2018-09-07 15:42:21 +ammar2 vs just making plugins on top of an api 2018-09-07 15:42:24 insamniac yeah, makes sense. 2018-09-07 15:43:38 insamniac it's just funny i've looked at so much wild spigot plugin code lately.. it's hard to figure out who's doing it right 2018-09-07 15:43:55 insamniac such a variety... then you look at the forums and it's like copy/paste-fest 2018-09-07 15:44:12 insamniac (more so than normal commercial development) 2018-09-07 16:52:44 pokechu22 Heh, yeah, conversations here can get pretty complicated... when they happen :P 2018-09-07 17:00:20 +ammar2 its mostly you and tk with your jawa talks lol 2018-09-07 18:01:59 <-- Myrax (~Dominic@193.240.89.26) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2018-09-07 18:22:13 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: No route to host) 2018-09-07 18:49:05 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-09-07 20:08:39 -- Mode #mcdevs [+v pokechu22] par ChanServ 2018-09-07 20:11:31 -- Mode #mcdevs [-o tktech] par ChanServ 2018-09-07 21:08:29 --> Myrax (~Dominic@95.145.113.157) a rejoint #mcdevs 2018-09-07 21:25:42 Not [Jawa] TkTech pushed 8 commits to develop [+4/-2/±18] https://git.io/fAgij 2018-09-07 21:25:44 Not [Jawa] TkTech 691f6eb - Update bytecode.json generator to populate stack default fields. 2018-09-07 21:25:45 Not [Jawa] TkTech 626fb8a - Merge branch 'decompiler' into develop 2018-09-07 21:25:47 Not [Jawa] TkTech de63ae6 - Added jawa.blocks.basic_blocks to disover basic blocks given a list of instructions, used as input for CFG and StackMapTable generation. 2018-09-07 21:25:49 Not [Jawa] ... and 5 more commits. 2018-09-07 21:41:06 tktech 1. Simulate the effect of every instruction the stack (the new stack before/after properties in bytecode.yaml) 2. Find the basic blocks 3. Create stack frames at the beginning of each block 4. Compress FULL_FRAMES into appends/chops/etc as possible 5. Yay, StackMapTables 2018-09-07 22:38:52 <-- Myrax (~Dominic@95.145.113.157) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2018-09-07 23:21:30 <-- KnownUnown (KnownUnown@die.in.firrre.com) a quitté (Remote host closed the connection) 2018-09-07 23:25:51 Not [Jawa] TkTech pushed 2 commits to develop [+2/-0/±2] https://git.io/fAgHj 2018-09-07 23:25:53 Not [Jawa] TkTech 9d9e629 - Added complete Jasmin assembly tokenizer state machine. 2018-09-07 23:25:54 Not [Jawa] TkTech 5dc3590 - Add debug CLI group and tokenizer command for debugging. 2018-09-08 00:03:05 Not [Jawa] TkTech pushed 2 commits to develop [+1/-0/±2] https://git.io/fAg59 2018-09-08 00:03:07 Not [Jawa] TkTech f832e58 - Add tokenizer test for quoted strings and quoted strings with escapes. 2018-09-08 00:03:08 Not [Jawa] TkTech 021926a - Fix semicolons within other symbols. Added tests for comments, directives, generics in tokenizer. 2018-09-08 00:17:09 tktech Tokenizer -> Parser -> AST -> ClassFile, ClassFile -> AST -> .j (Jasmin Assembly file) 2018-09-08 00:18:40 tktech Combine with PR#16 for DEX -> ClassFile, you get yet another dex2jar 2018-09-08 00:24:05 --> Myrax (~Dominic@95.145.113.157) a rejoint #mcdevs 2018-09-08 00:29:16 <-- Myrax (~Dominic@95.145.113.157) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2018-09-08 00:42:54 <-- chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a quitté (Ping timeout: 268 seconds) 2018-09-08 00:47:23 --> chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2018-09-08 01:49:05 +AndrewPH ammar2, I'll prove you wrong with my copypaste + rename all 2018-09-08 04:47:00 --> KnownUnown (KnownUnown@die.in.firrre.com) a rejoint #mcdevs 2018-09-08 06:18:24 tktech Raid Group 3 Rebuilding: ETA 26h17m 2018-09-08 06:18:52 * tktech cries in SATA 2018-09-08 06:32:44 tktech 10TB drives are great until they break, then you realize they still have the same rebuild speed as the 2TBs but 5x the size :( 2018-09-08 06:49:41 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-09-08 06:51:34 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2018-09-08 06:51:35 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-09-08 08:06:24 Not [Jawa] TkTech pushed 3 commits to develop [+1/-0/±7] https://git.io/fA2TL 2018-09-08 08:06:26 Not [Jawa] TkTech ae20f32 - Preserve end_of_line tokens in the tokenizer, always yield an EOL at the end of tokenizer(). Necessary for parsing some Jasmin statements. 2018-09-08 08:06:28 Not [Jawa] TkTech af20b63 - Added a basic parser and cli debug command. Parser has minimum support to parse HelloWorld.j. 2018-09-08 08:06:29 Not [Jawa] TkTech 08d45f0 - Show line numbers when pretty printing parse tree. Add support for bytecode directive. 2018-09-08 08:30:19 --> protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-08 08:47:28 Not [Jawa] TkTech pushed 1 commit to develop [+2/-0/±5] https://git.io/fA2kI 2018-09-08 08:47:30 Not [Jawa] TkTech 5d2db4d - Better display of parser errors. Fix for . appearing in GENERIC tokens. 2018-09-08 11:01:12 tktech Well that's the first HelloWorld.j compiled 2018-09-08 11:01:21 tktech Shortcuts, shortcuts everywhere 2018-09-08 11:02:14 --> HurricanKai_ (~HurricanK@HSI-KBW-078-042-243-007.hsi3.kabel-badenwuerttemberg.de) a rejoint #mcdevs 2018-09-08 15:29:37 Proximyst How am I supposed to do encryption? Like when it starts, do I use the shared secret as both secret and IV? Do I update this as I go with whether the cipher needs a new state or do they change independently? 2018-09-08 15:30:52 <-- HurricanKai_ (~HurricanK@HSI-KBW-078-042-243-007.hsi3.kabel-badenwuerttemberg.de) a quitté (Read error: Connection reset by peer) 2018-09-08 15:51:02 +ammar2 Proximyst: yes, use the secret as both the IV and key 2018-09-08 15:51:05 +ammar2 and then you're done 2018-09-08 15:51:19 +ammar2 you should never need to touch the internal AES state again 2018-09-08 15:51:39 +ammar2 just go off encrypting and decrypting blocks 2018-09-08 15:55:53 Proximyst But I'd need to make two ciphers, no? One for encrypting and one for decrypting? https://docs.oracle.com/javase/7/docs/api/javax/crypto/Cipher.html 2018-09-08 15:59:47 +ammar2 yup 2018-09-08 16:07:45 Proximyst And after that I don't need to touch them at all? 2018-09-08 18:21:00 <-- _123DMWM (~123DMWM@pool-100-0-169-59.prvdri.fios.verizon.net) a quitté (Ping timeout: 252 seconds) 2018-09-08 18:21:11 --> _123DMWM (~123DMWM@pool-100-0-169-59.prvdri.fios.verizon.net) a rejoint #mcdevs 2018-09-08 19:26:27 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-09-08 19:27:00 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 252 seconds) 2018-09-08 19:27:00 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-09-08 20:29:15 tktech Proximyst, if you take a look at the project list on the wiki there are dozens of examples from a variety of languages for doing the encryption. 2018-09-08 20:29:56 tktech It's something that snags people quite a bit when they're starting, I suggest taking a look at a working implementation 2018-09-08 21:55:56 rom1504 could also not do NIH 2018-09-08 21:59:58 +ammar2 that's a nice double negative 2018-09-08 22:57:17 --> starz0r (~star@c-76-16-146-255.hsd1.il.comcast.net) a rejoint #mcdevs 2018-09-09 01:37:38 <-- _123DMWM (~123DMWM@pool-100-0-169-59.prvdri.fios.verizon.net) a quitté (Quit: _123DMWM) 2018-09-09 02:02:20 --> _123DMWM (~123DMWM@pool-100-0-169-59.prvdri.fios.verizon.net) a rejoint #mcdevs 2018-09-09 06:00:48 sebagius7110 After the minecraft server has sent the Login Success packet, what takes place? Will the client sends a packet, or should the server be sending more data. Is it documented on the wiki somewhere? 2018-09-09 06:01:33 sebagius7110 send* not sends 2018-09-09 06:02:05 +pokechu22 There's documentation of it at https://wiki.vg/Protocol_FAQ#What.27s_the_normal_login_sequence_for_a_client.3F but it's possibly outdated 2018-09-09 06:02:58 sebagius7110 Oh yeh, I missed that, thankyou 2018-09-09 06:15:09 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 244 seconds) 2018-09-09 07:41:28 --> CreepyCreeper516 (~CreepyCre@2601:380:c101:ccbc:dd2b:2fb1:f355:384c) a rejoint #mcdevs 2018-09-09 07:41:48 CreepyCreeper516 Heyy 2018-09-09 07:43:17 CreepyCreeper516 So i am just now starting to learn about packets, but what i am trying to do is spawn a armor stand at the player's location when they die (for a corpse). Is there a packet to detect when the player dies so i can get the coordinates of the last animation? 2018-09-09 07:46:13 CreepyCreeper516 Hello...? 2018-09-09 07:58:31 sebagius7110 Not a huge deal but now with 1.13 it seemed that plugin channels changed and on the faq (https://wiki.vg/Protocol_FAQ#What.27s_the_normal_login_sequence_for_a_client.3F) It says `MC|Brand` while now it's just `brand` unless it's been kept there for reasons, not sure. 2018-09-09 07:59:04 CreepyCreeper516 huh? 2018-09-09 07:59:38 sebagius7110 And the link to MC|Brand won't work since it's non-existant on the wiki now. 2018-09-09 07:59:45 sebagius7110 Unrelated to your problem CreepyCreeper516 2018-09-09 08:00:23 CreepyCreeper516 Do you know how to use packets? sebagius7110 2018-09-09 08:02:13 sebagius7110 It depends in what context but for what you said, the server tells the client when it dies (pretty sure), so there's no packet you just receive once the player dies as that's controlled by the server. 2018-09-09 08:04:27 --> Me4502 (~quassel@103.100.225.143) a rejoint #mcdevs 2018-09-09 08:04:27 <-- Me4502 (~quassel@103.100.225.143) a quitté (Changing host) 2018-09-09 08:04:27 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2018-09-09 08:22:44 +pokechu22 CreepyCreeper516: The client doesn't send a packet when it dies; the server tells the client that its health is now 0 and the client dies. But that's a server side thing that seems like it would be best handled by a server-side mod without doing anything with packets 2018-09-09 08:23:25 CreepyCreeper516 Okay, thanks 2018-09-09 08:23:27 CreepyCreeper516 ! 2018-09-09 08:23:30 CreepyCreeper516 :) 2018-09-09 08:23:59 +pokechu22 sebagius7110: Yeah, it's a bit outdated, some various information hasn't been updated for 1.13. I think you'll also need to send the tags and recipe packets to the client to completely start up, but I'm not 100% sure about that (haven't looked into it) 2018-09-09 08:24:00 +pokechu22 No problem 2018-09-09 08:34:10 +pokechu22 Oh, CreepyCreeper516 - the one thing you might be looking for is that the client _does_ send a packet when it clicks the respawn button: https://wiki.vg/Protocol#Client_Status with action 0. But for that, I think there's still an event exposed on the server side that would probably be easier to use. 2018-09-09 08:34:53 CreepyCreeper516 Okayy 2018-09-09 08:35:03 CreepyCreeper516 I did see the respawn packet 2018-09-09 08:35:56 +pokechu22 That one's a sever->client one; it's when the server actually performs the respawn (or changes dimensions) 2018-09-09 09:10:08 sebagius7110 I'm trying to send the Spawn Position packet, the client keeps complaining that the data received is too large. Now I copied the encoding code at https://wiki.vg/Protocol#Position and converted it to kotlin since my project is in kotlin. But as I said, the client complains it's too large. SO I decided to debug the minecraft server a bit using 1.12 2018-09-09 09:10:08 sebagius7110 since there is no 1.13 mcp. And everytime I try and start the server (from intellij or startserver.bat) I get this: https://hastebin.com/rujelibice.cs any pointers? 2018-09-09 09:10:18 sebagius7110 If you need to see my actual code I can link it. 2018-09-09 09:19:29 sebagius7110 I think I might have fixed it so nevermind. 2018-09-09 09:24:20 sebagius7110 Yeh I fixed it 2018-09-09 09:53:51 <-- yawkat (~yawkat@cats.coffee) a quitté (Remote host closed the connection) 2018-09-09 09:55:17 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2018-09-09 09:56:00 <-- MiniDigger (~MiniDigge@glados.minidigger.me) a quitté (Ping timeout: 252 seconds) 2018-09-09 09:56:12 --> MiniDigger (~MiniDigge@glados.minidigger.me) a rejoint #mcdevs 2018-09-09 10:03:18 --> Dadido3 (~quassel@p5B2CB57B.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-09-09 10:12:57 sebagius7110 Pitch = Y_ROT and Yaw = X_ROT right? 2018-09-09 10:15:26 sebagius7110 wait sorry, opposite way 2018-09-09 10:15:40 sebagius7110 nvm its on there I'm just blind sorry 2018-09-09 11:09:20 <-- CreepyCreeper516 (~CreepyCre@2601:380:c101:ccbc:dd2b:2fb1:f355:384c) a quitté (Quit: Leaving) 2018-09-09 11:26:23 rom1504 sebagius7110: you can update the wiki when you fix issues (yes it's a wiki you can do that!) 2018-09-09 11:26:28 rom1504 find issues 2018-09-09 11:26:31 rom1504 * 2018-09-09 11:36:35 sebagius7110 a lil triggered coz my username is now Sebagius7110 instead of sebagius7110 lol 2018-09-09 11:50:35 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2018-09-09 12:54:44 rom1504 can't see it 2018-09-09 12:55:01 rom1504 do you mean on the wiki ? 2018-09-09 14:31:22 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-09-09 14:46:38 --> Me4502 (~quassel@103.100.225.143) a rejoint #mcdevs 2018-09-09 14:46:38 <-- Me4502 (~quassel@103.100.225.143) a quitté (Changing host) 2018-09-09 14:46:38 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2018-09-09 15:35:58 --> schard (~rne@200116b860a5700084d320448975a4c5.dip.versatel-1u1.de) a rejoint #mcdevs 2018-09-09 15:38:18 schard Hi all. 2018-09-09 15:39:11 schard I just finished development of a Minecraft IPC library implementing both, Query and RCON: https://gitlab.com/coNQP/mcipc 2018-09-09 15:40:23 schard I'd appreciate any feedback and would be delighted if you'd consider adding it to the implementation links on wiki.vg. 2018-09-09 15:58:56 rom1504 schard: hi, wiki.vg is a wiki, you can add your lib there yourself :) 2018-09-09 15:59:23 rom1504 (why gitlab instead of github ?) 2018-09-09 16:00:36 schard @rom1504 Didn't realize it was open for registration. Thanks for the hint. I moved all my projects from github after a company from Redmond took it over. 2018-09-09 16:00:55 rom1504 ok 2018-09-09 16:04:30 +Amaranth Do commands run via RCON still run off the main thread? 2018-09-09 16:04:43 +Amaranth If so you should _really_ not use it, like, for anything 2018-09-09 16:05:21 schard Why is that? 2018-09-09 16:05:40 +Amaranth They're not supposed to run off the main thread, this game isn't designed for that 2018-09-09 16:06:35 +Amaranth iirc in the switch to use netty for everything they messed it up and no one actually uses rcon so it wasn't noticed and isn't a priority to fix 2018-09-09 16:06:45 schard Are you talking about the client or server code? On that latter I have no influence. 2018-09-09 16:06:51 +Amaranth The server 2018-09-09 16:07:00 +Amaranth You have influence, you can not use RCON to talk to the server 2018-09-09 16:07:33 schard Is there another protocol to talk to the server and execure commands from within other applications? 2018-09-09 16:07:37 +Amaranth https://bugs.mojang.com/browse/MC-72390 2018-09-09 16:07:39 +Amaranth Nope 2018-09-09 16:07:54 +Amaranth The only other way to do it is to wrap the server and implement your own protocol 2018-09-09 16:10:54 schard Hm. I certainly will look into the latter, since I am planning to extend the library with an event API to react on server output in the near future. Until then I'll swallow the pill. 2018-09-09 16:12:20 schard FWIW, I currently use my library for player notifications withour any problems. 2018-09-09 16:15:02 +Amaranth So afaik commands that _only_ result in sending a message to players will be okay because that stuff is kind of accidentally thread safe 2018-09-09 16:15:26 +Amaranth Kicking players, messing with the ban or white lists, doing anything to blocks or entities, etc will cause sadness 2018-09-09 16:16:11 +Amaranth Although i guess you might run in to a ConcurrentModificationException on the rcon thread if someone joins/leaves while you're sending a message 2018-09-09 16:16:32 +Amaranth Oh yeah you can't touch the scoreboard or save the world either 2018-09-09 16:16:55 +Amaranth Or basically anything 2018-09-09 16:18:52 schard Amaranth That does'nt sound too good. 2018-09-09 16:35:04 <-- schard (~rne@200116b860a5700084d320448975a4c5.dip.versatel-1u1.de) a quitté (Quit: schard) 2018-09-09 16:57:44 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2018-09-09 21:35:15 <-- protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a quitté (Ping timeout: 252 seconds) 2018-09-09 21:39:47 <-- Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a quitté (Ping timeout: 240 seconds) 2018-09-09 21:41:01 --> protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-09 23:49:57 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: No route to host) 2018-09-09 23:51:14 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-09-10 01:50:40 --> bildramer1 (~bildramer@p2003004D8D31290038F7DA24981EB7BA.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-09-10 01:53:04 <-- bildramer (~bildramer@p2003004D8D312900AC9BCCA14258DFA9.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2018-09-10 01:53:23 -- bildramer1 est maintenant connu sous le nom bildramer 2018-09-10 06:02:12 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2018-09-10 06:15:33 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 252 seconds) 2018-09-10 09:34:48 <-- Dadido3 (~quassel@p5B2CB57B.dip0.t-ipconnect.de) a quitté (Quit: No Ping reply in 180 seconds.) 2018-09-10 09:36:11 --> Dadido3 (~quassel@p5B2CB57B.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-09-10 09:48:09 MiniDigger Dinnerbone, sorry to disturb you, a while ago we asked about the possibility of licensing brigadier under an open source license so that we would be able to use it in our projects and you said you would look into it, is there any update on that? 2018-09-10 11:32:58 timmyRS Maybe they're getting their lawyers to write "The Mojang License" O.o 2018-09-10 12:27:23 MiniDigger if that license is compatible with common open source license I don't mind 2018-09-10 12:27:43 MiniDigger especially since such a generic license could then be applied to other mojang projects like the authlib 2018-09-10 14:43:36 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-09-10 15:52:17 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2018-09-10 16:59:10 +Dinnerbone MiniDigger: I have officially sent the request to make it MIT licensed and open (but not contributable), I will let you know when I get a response 2018-09-10 16:59:22 +Dinnerbone This applies to both Brigadier and DataFixerUpper 2018-09-10 17:15:15 MiniDigger That's nice to hear, thanks for the update and your efforts 2018-09-10 17:23:41 +Amaranth Does that have to go through Microsoft too now? :P 2018-09-10 17:50:25 +Dinnerbone Of course, all of this is Microsoft IP 2018-09-10 18:32:34 Aikar @Dinnerbone why not contributable? 2018-09-10 18:33:03 Aikar and can you tell fry to check his pm's or forward message for me :P I submitted some concurrency fixes to datafixers to him 2018-09-10 18:33:09 Aikar and you in sponge a few days ago 2018-09-10 18:33:35 Aikar https://github.com/PaperMC/Paper/blob/pre/1.13/Spigot-Server-Patches/0360-Fix-concurrency-issues-in-DataFixers.patch 2018-09-10 18:43:18 Aikar i think this covers all the ones I can find now. I've been testing asynchronous chunk loading/conversion/generation for a week now, and had no more signs of concurrency issues lately since these fixes 2018-09-10 18:44:23 Aikar and Amaranth pretty sure rcon never ran on netty threads even at the netty introduction.... You guys dispatched it to main even if mojang didn't 2018-09-10 18:49:17 Aikar https://i.imgur.com/mvVOMZc.png yeah looks like its off main on vanilla, CB uses Waitable 2018-09-10 19:29:58 <-- m56738 (~m56738@ns3036103.ip-193-70-81.eu) a quitté (Quit: Quit) 2018-09-10 20:00:24 +Dinnerbone Aikar: because I don't have the time right now to handle CLAs and the overhead it'll bring, but I do want to open up contributions later. And since it'd be MIT, people are of course free to fork it as they wish until then. 2018-09-10 20:00:45 Aikar Dinnerbone: thats fair, I can see MS requiring CLA's 2018-09-10 20:00:52 +Dinnerbone I have forwarded your messages 2018-09-10 20:00:56 Aikar thanks 2018-09-10 20:01:18 Aikar After I get my work all polished, I want to work with ya to see if we can get this in vanilla :) 2018-09-10 20:01:30 Aikar on getting chunk loading to be handled async too 2018-09-10 20:01:41 Aikar https://achunks.emc.gs I have it pretty stable now 2018-09-10 20:02:53 Aikar my work is all licensed MIT and can sign off on anything else you need if any legal concerns over yall pulling code from community :P 2018-09-10 20:12:45 Aikar oh as i just saw in my diff .... an issue i ran into that I think plagues vanilla too. World Generation uses the special world wrapper that limits world access right... Well, when you spawn an entity, that entity gets enqueued correctly and doesnt touch the real world, but the constructor to the entity gets a reference to the real world. However, that entity can then create children such as chicken jockeys, which spawns using the parents world reference, 2018-09-10 20:12:45 Aikar resulting in the child being added to the real world asynchronously 2018-09-10 20:13:44 Aikar I put in an extremely dirty hack to work around it :/ https://github.com/PaperMC/Paper/pull/1397/files#diff-eb32395b6a2d0a68a31fc8558d995086R1069 https://github.com/PaperMC/Paper/pull/1397/files#diff-eb32395b6a2d0a68a31fc8558d995086R1141 2018-09-10 20:14:37 Aikar best I could do w/o trying to rewrite everything ._. 2018-09-10 21:52:00 timmyRS You can take screenshots while the game is paused and the pause menu will be included in the screenshot... bug or feature? 2018-09-10 22:02:49 Aikar timmyRS: well um, its taking a shot of the screen.... id say working as designed? 2018-09-10 22:05:45 +pokechu22 Feature -- useful to take screenshots of other GUIs (such as inventories) 2018-09-10 22:06:03 +pokechu22 You can also take screenshots on the main menu 2018-09-11 03:34:42 +Amaranth Aikar: Yeah I do remember us fixing that, although I wouldn't be surprised if it was a PR from, I wanna say multiplay 2018-09-11 03:35:21 +Amaranth They PR'ed us to rewrite the entire rcon implementation and iirc even maintained that PR as a binary patch against vanilla until Mojang redid their rcon implementation at some point 2018-09-11 03:35:48 +Amaranth They had a multititle game server management tool based on rcon, tried to use it for everything 2018-09-11 03:36:15 +Amaranth Clanforge 2018-09-11 03:48:06 +pokechu22 Speaking of which, https://bugs.mojang.com/browse/MC-72390 2018-09-11 06:12:01 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-09-11 06:13:23 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 245 seconds) 2018-09-11 06:13:23 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-09-11 12:55:05 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2018-09-11 14:21:30 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2018-09-11 16:10:58 --> killme (~killmePI@185.9.253.124) a rejoint #mcdevs 2018-09-11 16:11:41 <-- Guest98881 (~killmePI@185.9.253.124) a quitté (Ping timeout: 276 seconds) 2018-09-11 17:09:42 <-- killme (~killmePI@185.9.253.124) a quitté (Quit: No Ping reply in 180 seconds.) 2018-09-11 17:09:58 --> killme (~killmePI@185.9.253.124) a rejoint #mcdevs 2018-09-11 17:16:42 chibill You guys see that bedrock edition now has a dedicated server you can download. 2018-09-11 17:29:08 MiniDigger yes. 2018-09-11 17:30:05 chibill Thats pretty cool. It means some people with more skill then me can update the protocol page for it easier. :) 2018-09-11 17:33:08 -- Guest56389 est maintenant connu sous le nom ashka 2018-09-11 18:07:18 MiniDigger Yeah, the Linux version has debug symbols enabled if I read this tweet properly 2018-09-11 18:07:34 MiniDigger https://twitter.com/shoghicp/status/1039498941983858690 2018-09-11 18:10:53 timmyRS Why not just write the server in Java so it's cross-platform? 2018-09-11 18:13:14 PolarizedIons That's Java Edition silly :^) 2018-09-11 18:13:49 timmyRS Why not just make resource packs and mods free for everyone and call it "Minecraft"? 2018-09-11 18:14:22 chibill Time for someone to write the Bedrock Edition server in java xD I bet someone will eventually. 2018-09-11 18:14:23 timmyRS Tho, seriously, seems a bit weird that they have 2 seperate versions for basically one and the same server. 2018-09-11 18:14:54 chibill Well differnet protocols :/ 2018-09-11 18:15:07 PolarizedIons and different teams 2018-09-11 18:15:15 PolarizedIons and I would assume different goals 2018-09-11 18:15:57 timmyRS I'm refering to Minecraft: Bedrock server Windows & Linux versions 2018-09-11 18:16:44 chibill timmy its because of different depenancies came reason there is a Windows Launcher and a Linux Launcher. (I think there is a linux one) 2018-09-11 18:17:21 timmyRS Makes sense... Well, I guess they can afford all of the devs. 2018-09-11 18:21:57 chibill not more devs. Just having to compile it for diffeerent paltforms. 2018-09-11 18:23:36 timmyRS why no osx then .-. 2018-09-11 18:32:48 MiniDigger Can you even run the bedrock client on osx? 2018-09-11 18:33:05 MiniDigger Or on Linux for that matter? 2018-09-11 18:33:24 MiniDigger It's easy, client on windows, dev server on windows, prod server on Linux 😂 2018-09-11 18:35:52 <-- protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a quitté (Ping timeout: 272 seconds) 2018-09-11 18:38:24 --> protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a rejoint #mcdevs 2018-09-11 18:47:09 --> killmePI (~killmePI@185.9.253.124) a rejoint #mcdevs 2018-09-11 18:47:16 <-- killme (~killmePI@185.9.253.124) a quitté (Ping timeout: 272 seconds) 2018-09-11 19:51:07 <-- Andrio (Andrio@questers-rest.andriocelos.ml) a quitté (Quit: while already on Charon's boat.) 2018-09-11 19:55:51 --> Andrio (Andrio@questers-rest.andriocelos.ml) a rejoint #mcdevs 2018-09-11 20:41:57 <-- Andrio (Andrio@questers-rest.andriocelos.ml) a quitté (Quit: while already on Charon's boat.) 2018-09-11 20:42:12 --> Andrio (Andrio@questers-rest.andriocelos.ml) a rejoint #mcdevs 2018-09-11 22:07:45 --> m0r13 (~m0r13@2a01:4f8:201:8174:73:0:b00b:135) a rejoint #mcdevs 2018-09-11 23:39:18 --> OkDan (~OkAlt@2604:3d09:3e7f:e4f0:a8ef:df9b:da73:483a) a rejoint #mcdevs 2018-09-12 03:34:47 --> kev009 (~kev009@ip72-222-200-117.ph.ph.cox.net) a rejoint #mcdevs 2018-09-12 03:34:47 -- Mode #mcdevs [+v kev009] par ChanServ 2018-09-12 06:12:23 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-09-12 06:13:42 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 252 seconds) 2018-09-12 06:13:42 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-09-12 06:43:06 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: No route to host) 2018-09-12 15:06:58 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-09-12 16:29:26 --> bildramer1 (~bildramer@p2003004D8D312900542AF0C886F0D5F1.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-09-12 16:31:04 <-- bildramer (~bildramer@p2003004D8D31290038F7DA24981EB7BA.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2018-09-12 16:59:58 <-- Andrio (Andrio@questers-rest.andriocelos.ml) a quitté (Quit: while already on Charon's boat.) 2018-09-12 17:03:16 --> Andrio (Andrio@questers-rest.andriocelos.ml) a rejoint #mcdevs 2018-09-12 17:07:00 <-- Andrio (Andrio@questers-rest.andriocelos.ml) a quitté (Client Quit) 2018-09-12 17:09:43 --> Andrio (Andrio@questers-rest.andriocelos.ml) a rejoint #mcdevs 2018-09-12 19:46:41 -- bildramer1 est maintenant connu sous le nom bildramer 2018-09-12 21:30:05 --> willies952002_ (~willies95@2604:4500:0:2ea::2c9c:75db) a rejoint #mcdevs 2018-09-13 01:58:15 <-- starz0r (~star@c-76-16-146-255.hsd1.il.comcast.net) a quitté (Read error: Connection reset by peer) 2018-09-13 03:07:48 --> starz0r (~star@c-76-16-146-255.hsd1.il.comcast.net) a rejoint #mcdevs 2018-09-13 04:06:49 <-- _123DMWM (~123DMWM@pool-100-0-169-59.prvdri.fios.verizon.net) a quitté (Read error: Connection reset by peer) 2018-09-13 04:22:35 --> _123DMWM (~123DMWM@pool-100-0-169-59.prvdri.fios.verizon.net) a rejoint #mcdevs 2018-09-13 06:09:47 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-09-13 06:11:04 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2018-09-13 06:11:04 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-09-13 06:34:15 <-- Techcable (znc@irc.techcable.net) a quitté (Quit: ZNC - http://znc.in) 2018-09-13 06:37:07 --> Techcable (znc@irc.techcable.net) a rejoint #mcdevs 2018-09-13 09:32:30 Not [BurgerVitrine] Pokechu22 pushed 1 commit to master [+0/-0/±1] https://git.io/fA6CS 2018-09-13 09:32:31 Not [BurgerVitrine] Pokechu22 e527e42 - Implement blast resistance and light level 2018-09-13 10:56:18 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 245 seconds) 2018-09-13 10:59:24 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2018-09-13 11:05:44 <-- Byteflux (~byte@byteflux.net) a quitté (Remote host closed the connection) 2018-09-13 11:10:14 --> Byteflux (~byte@byteflux.net) a rejoint #mcdevs 2018-09-13 21:03:01 --> rtjure (~rtjure@87.246.31.42) a rejoint #mcdevs 2018-09-13 22:43:46 --> Dadido3_ (~quassel@p200300D9DBE9F500788A2502DFCEDD49.dip0.t-ipconnect.de) a rejoint #mcdevs 2018-09-13 22:46:42 <-- Dadido3 (~quassel@p5B2CB57B.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2018-09-14 00:25:02 <-- rtjure (~rtjure@87.246.31.42) a quitté (Quit: ZNC 1.6.5 - http://znc.in) 2018-09-14 01:16:22 <-- willies952002_ (~willies95@2604:4500:0:2ea::2c9c:75db) a quitté (Quit: ERROR | Something Really Bad Probably Just Happened!) 2018-09-14 01:48:15 --> willies952002_ (~willies95@2604:4500:0:2ea::2c9c:75db) a rejoint #mcdevs 2018-09-14 01:49:12 <-- willies952002_ (~willies95@2604:4500:0:2ea::2c9c:75db) a quitté (Client Quit) 2018-09-14 02:02:03 <-- DemonWav (~DemonWav@unaffiliated/demonwav) a quitté (Remote host closed the connection) 2018-09-14 02:02:57 --> DemonWav (~DemonWav@unaffiliated/demonwav) a rejoint #mcdevs 2018-09-14 02:31:15 <-- DemonWav (~DemonWav@unaffiliated/demonwav) a quitté (Remote host closed the connection) 2018-09-14 02:31:49 --> DemonWav (~DemonWav@unaffiliated/demonwav) a rejoint #mcdevs 2018-09-14 02:41:18 <-- _123DMWM (~123DMWM@pool-100-0-169-59.prvdri.fios.verizon.net) a quitté (Ping timeout: 245 seconds) 2018-09-14 02:41:33 --> _123DMWM (~123DMWM@pool-100-0-169-59.prvdri.fios.verizon.net) a rejoint #mcdevs 2018-09-14 02:54:35 --> Me4502 (~quassel@103.100.225.143) a rejoint #mcdevs 2018-09-14 02:54:35 <-- Me4502 (~quassel@103.100.225.143) a quitté (Changing host) 2018-09-14 02:54:35 --> Me4502 (~quassel@unaffiliated/me4502) a rejoint #mcdevs 2018-09-14 03:00:08 <-- Amaranth (~Amaranth@ubuntu/member/Amaranth) a quitté (*.net *.split) 2018-09-14 03:00:08 <-- r04r (r04r@unaffiliated/r04r) a quitté (*.net *.split) 2018-09-14 03:00:09 <-- offbeatwitch (~offbeatwi@163.172.169.69) a quitté (*.net *.split) 2018-09-14 03:00:09 <-- Jonathan (~Jonathan@5.1.85.173) a quitté (*.net *.split) 2018-09-14 03:00:09 <-- Krenair (~alex@wikimedia/Krenair) a quitté (*.net *.split) 2018-09-14 03:00:09 <-- PhonicUK (~PhonicUK@pdpc/supporter/student/phonicuk) a quitté (*.net *.split) 2018-09-14 03:00:11 --> SkylordRedstone (~offbeatwi@163.172.169.69) a rejoint #mcdevs 2018-09-14 03:00:29 --> PhonicUK2 (~PhonicUK@mcmyadm.in) a rejoint #mcdevs 2018-09-14 03:00:30 --> JnthnDE (~Jonathan@5.1.85.173) a rejoint #mcdevs 2018-09-14 03:02:15 --> r04r (r04r@163.172.96.206) a rejoint #mcdevs 2018-09-14 03:03:12 <-- r04r (r04r@163.172.96.206) a quitté (Changing host) 2018-09-14 03:03:12 --> r04r (r04r@unaffiliated/r04r) a rejoint #mcdevs 2018-09-14 03:03:36 --> Amaranth (~Amaranth@ubuntu/member/Amaranth) a rejoint #mcdevs 2018-09-14 03:03:43 -- Mode #mcdevs [+v Amaranth] par ChanServ 2018-09-14 03:05:28 <-- Pyker (pyker@pyker.net) a quitté (Ping timeout: 250 seconds) 2018-09-14 03:08:08 --> Guest53091 (~alex@wikimedia/Krenair) a rejoint #mcdevs 2018-09-14 03:43:46 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2018-09-14 04:12:45 <-- willies952002 (~willies95@irc.domnian.com) a quitté (Ping timeout: 252 seconds) 2018-09-14 04:13:46 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2018-09-14 04:22:39 <-- willies952002 (~willies95@irc.domnian.com) a quitté (Ping timeout: 252 seconds) 2018-09-14 05:02:09 <-- shoghicp (~shoghicp@bouncer.pocketmine.net) a quitté (*.net *.split) 2018-09-14 05:05:31 --> shoghicp (~shoghicp@bouncer.pocketmine.net) a rejoint #mcdevs 2018-09-14 05:12:35 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2018-09-14 05:22:00 <-- willies952002 (~willies95@irc.domnian.com) a quitté (Remote host closed the connection) 2018-09-14 05:58:30 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2018-09-14 06:04:55 <-- justJanne (kuschku@lithium.kuschku.de) a quitté (Ping timeout: 250 seconds) 2018-09-14 06:05:28 <-- willies952002 (~willies95@irc.domnian.com) a quitté (Ping timeout: 245 seconds) 2018-09-14 06:08:51 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-09-14 06:10:49 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 246 seconds) 2018-09-14 06:10:49 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2018-09-14 06:37:40 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2018-09-14 07:44:40 --> justJanne (kuschku@2001:bc8:33e7:200::1) a rejoint #mcdevs 2018-09-14 10:16:41 <-- Me4502 (~quassel@unaffiliated/me4502) a quitté (Read error: Connection reset by peer) 2018-09-14 10:58:46 --> dupondje12 (~dupondje@178.163.104.82) a rejoint #mcdevs 2018-09-14 10:58:48 dupondje12 Αlⅼаh ⅰs dⲟing 2018-09-14 10:58:51 dupondje12 ѕᥙn is not doiᥒɡ Alⅼɑh is doіnɡ 2018-09-14 10:58:53 dupondje12 moഠn ⅰѕ nⲟt ԁoіᥒg Αllah iѕ ԁοinɡ 2018-09-14 10:58:56 dupondje12 starѕ arᥱ ᥒot doiᥒg Alⅼаh ⅰѕ dοіnɡ 2018-09-14 10:58:58 dupondje12 ⲣⅼɑnetѕ ɑre nഠt dοinɡ Αllaһ ⅰѕ doiᥒg 2018-09-14 10:59:01 dupondje12 galaxiᥱs arе nοt doiᥒg Αlⅼah іѕ ⅾοing 2018-09-14 10:59:04 dupondje12 oϲeanѕ are not dοiᥒg Αlⅼaһ is dоing 2018-09-14 10:59:08 dupondje12 ⅿouᥒtаіᥒs arе nⲟt dοⅰᥒg Alⅼаһ is ԁοing 2018-09-14 10:59:11 dupondje12 treeѕ are ᥒot ԁoing Aⅼlah is doing 2018-09-14 10:59:13 dupondje12 moⅿ is not ԁoіᥒg Αlⅼah is dоinɡ 2018-09-14 10:59:16 dupondje12 dаd is nоt doіng Aⅼlah іs ⅾoing 2018-09-14 10:59:18 dupondje12 boѕѕ iѕ nοt ⅾⲟⅰng Ꭺⅼlah іѕ doing 2018-09-14 10:59:21 dupondje12 jഠb іѕ ᥒot doiᥒg Aⅼlɑh іѕ doing 2018-09-14 10:59:24 dupondje12 dolⅼar іѕ not doіng Allaһ is doing 2018-09-14 10:59:26 dupondje12 degree іs ᥒοt dоing Aⅼⅼɑh іѕ doіᥒg 2018-09-14 10:59:29 dupondje12 meⅾіcіᥒe iѕ not doіᥒg Аⅼlah is doing 2018-09-14 10:59:31 dupondje12 ϲuѕtഠⅿerѕ arе nⲟt ԁoing Аⅼlah iѕ ԁⲟіᥒɡ 2018-09-14 10:59:34 <-- dupondje12 (~dupondje@178.163.104.82) a quitté (Remote host closed the connection) 2018-09-14 11:01:49 MiniDigger allah should consider teaching his kids about encoding 😂 2018-09-14 11:26:01 <-- Morrolan (morrolan@znc.morrolan.ch) a quitté (Quit: Goodbye) 2018-09-14 11:26:18 --> Morrolan (morrolan@znc.morrolan.ch) a rejoint #mcdevs 2018-09-14 11:38:42 --> znpy26 (~znpy@184.170.51.115) a rejoint #mcdevs 2018-09-14 11:38:45 znpy26 Αlⅼah is dοіnɡ 2018-09-14 11:38:47 znpy26 ѕᥙᥒ ⅰs nⲟt doiᥒg Αllah ⅰs ⅾoіng 2018-09-14 11:38:50 znpy26 moⲟn іs ᥒοt ԁoiᥒg Ꭺlⅼah is ԁoiᥒɡ 2018-09-14 11:38:52 znpy26 stɑrѕ are not dοіnɡ Aⅼlah ⅰs ⅾoiᥒɡ 2018-09-14 11:38:55 znpy26 ⲣlɑnets ɑrе not ԁoing Allɑh is ԁoⅰng 2018-09-14 11:38:58 znpy26 gaⅼaхіeѕ are not doіnɡ Aⅼlah is ⅾoіnɡ 2018-09-14 11:39:00 znpy26 ocᥱаnѕ are nⲟt doⅰnɡ Aⅼlah ⅰs doіnɡ 2018-09-14 11:39:05 znpy26 mоuntаins arе nоt ԁoіng Alⅼɑһ is ⅾоiᥒg 2018-09-14 11:39:08 znpy26 treeѕ ɑre ᥒot ԁⲟiᥒg Allah is doіnɡ 2018-09-14 11:39:10 znpy26 moⅿ iѕ ᥒot doіᥒg Allah іѕ doiᥒɡ 2018-09-14 11:39:12 znpy26 dɑd is ᥒot ԁoing Allɑh is ⅾοіng 2018-09-14 11:39:15 znpy26 bഠsѕ iѕ not dοⅰᥒg Allah iѕ dⲟinɡ 2018-09-14 11:39:17 znpy26 ϳob iѕ not ԁoⅰᥒɡ Ꭺllɑһ іѕ doiᥒɡ 2018-09-14 11:39:20 znpy26 dolⅼar is nοt ⅾⲟiᥒɡ Aⅼlah is doinɡ 2018-09-14 11:39:23 znpy26 ⅾegreе іѕ nоt doinɡ Аⅼlah is doіᥒɡ 2018-09-14 11:39:25 znpy26 mᥱdiciᥒe іѕ nοt ԁοіᥒg Allaһ іs doіng 2018-09-14 11:39:28 <-- znpy26 (~znpy@184.170.51.115) a quitté (Remote host closed the connection) 2018-09-14 12:00:22 -- Mode #mcdevs [+o tktech] par ChanServ 2018-09-14 12:00:23 -- Mode #mcdevs [+r] par tktech 2018-09-14 12:00:27 -- Mode #mcdevs [-o tktech] par ChanServ 2018-09-14 13:18:26 --> rtjure (~rtjure@87.246.31.42) a rejoint #mcdevs 2018-09-14 13:19:34 -- Guest53091 est maintenant connu sous le nom Krenair 2018-09-14 13:38:17 --> manimax3 (~manimax3@2a02:810d:a80:2d74:5c8c:2838:21c5:5b96) a rejoint #mcdevs 2018-09-14 13:41:30 <-- manimax3 (~manimax3@2a02:810d:a80:2d74:5c8c:2838:21c5:5b96) a quitté #mcdevs ("Konversation terminated!") 2018-09-14 14:55:38 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: No route to host) 2018-09-14 15:52:54 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2018-09-14 15:54:21 <-- levifig (~levi@205.186.144.152) a quitté (Ping timeout: 272 seconds) 2018-09-14 15:55:36 <-- r04r (r04r@unaffiliated/r04r) a quitté (Ping timeout: 272 seconds) 2018-09-14 15:58:37 --> r04r (r04r@unaffiliated/r04r) a rejoint #mcdevs 2018-09-14 16:56:15 <-- sebagius7110 (~sebagius7@51.15.88.136) a quitté (Remote host closed the connection) 2018-09-14 16:56:15 <-- Proximyst (~Proximyst@51.15.88.136) a quitté (Remote host closed the connection) 2018-09-14 16:56:44 --> Proximyst (~Proximyst@51.15.88.136) a rejoint #mcdevs 2018-09-14 16:56:44 --> sebagius7110 (~sebagius7@51.15.88.136) a rejoint #mcdevs 2018-09-14 16:58:21 <-- Proximyst (~Proximyst@51.15.88.136) a quitté (Client Quit) 2018-09-14 16:58:21 <-- sebagius7110 (~sebagius7@51.15.88.136) a quitté (Client Quit) 2018-09-14 16:58:50 --> sebagius7110 (~sebagius7@51.15.88.136) a rejoint #mcdevs 2018-09-14 16:58:50 --> Proximyst (~Proximyst@51.15.88.136) a rejoint #mcdevs 2018-09-14 17:21:48 <-- Proximyst (~Proximyst@51.15.88.136) a quitté (Quit: Nomming on cookies) 2018-09-14 17:21:48 <-- sebagius7110 (~sebagius7@51.15.88.136) a quitté (Quit: Nomming on cookies) 2018-09-14 17:22:15 --> Proximyst (~Proximyst@51.15.88.136) a rejoint #mcdevs 2018-09-14 17:22:15 --> sebagius7110 (~sebagius7@51.15.88.136) a rejoint #mcdevs 2018-09-14 20:21:18 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Quit: redstonehelper) 2018-09-14 21:07:43 <-- Luck (~Luck@unlucky.lucko.me) a quitté (Quit: o/) 2018-09-14 21:20:34 --> Luck (~Luck@static.85.81.69.159.clients.your-server.de) a rejoint #mcdevs 2018-09-14 23:45:40 <-- KnownUnown (KnownUnown@die.in.firrre.com) a quitté (Remote host closed the connection) 2018-09-15 02:03:33 --> Oatmeal (Suzeanne@gateway/vpn/privateinternetaccess/suzeanne) a rejoint #mcdevs 2018-09-15 02:46:10 <-- MiniDigger (~MiniDigge@glados.minidigger.me) a quitté (Quit: RIP Bouncer ^^) 2018-09-15 03:34:00 --> phvse (~phase@c-76-106-186-112.hsd1.fl.comcast.net) a rejoint #mcdevs 2018-09-15 03:34:17 phvse pokechu22: howdy, we can continue it here 2018-09-15 03:35:08 --> KnownUnown (KnownUnown@die.in.firrre.com) a rejoint #mcdevs 2018-09-15 03:35:15 +pokechu22 Right, yeah, the documentation for bedrock's pretty old and I haven't been maintinging it (all I know about it is that it's UDP but uses raknet to pretend it isn't, and that raknet has a strange and scary MAGIC data type) 2018-09-15 03:35:46 phvse I was thinking that it might be better if we organized it by version. Like we have different pages for 1.5, 1.6, & 1.7 2018-09-15 03:36:03 phvse or we could just do current & pre-release (MCBE calls it "beta") protocols 2018-09-15 03:39:10 +pokechu22 For JE almost everything is just the current release version with a second pre-release article; I'm not even sure how versions are structured 2018-09-15 03:48:36 phvse there are minor versions just like JE but there's also some fourth number. The current version is 1.6.0.14. I just want to have somewhere to put all the info in case someone wants to use an older protocol 2018-09-15 03:49:25 phvse like the JE page has the history for eons, but the BE stuff doesn't have anything 2018-09-15 03:57:00 timmyRS The fourth number usually is "revision" so maybe they just fixed 14 typos? ... 2018-09-15 03:57:27 phvse lol maybe 2018-09-15 04:04:19 phvse https://wiki.vg/index.php?title=User:Pokechu22&diff=prev&oldid=14326 oh well this is lovely 2018-09-15 04:04:45 +pokechu22 Oh, joy 2018-09-15 04:04:51 phvse he changed it back at least 2018-09-15 04:05:07 +pokechu22 tktech: ^ 2018-09-15 04:06:39 timmyRS Why can user pages be edited by other users... 2018-09-15 04:06:57 +pokechu22 https://en.wikipedia.org/wiki/Wikipedia:Sockpuppet_investigations/Psl85/Archive -- yeah, he's caused problems in a lot of places 2018-09-15 04:11:08 +pokechu22 I'm more confused why the about and privacy policy pages can be edited by anyone... 2018-09-15 04:11:31 +pokechu22 Feels like those should probably be protected 2018-09-15 04:12:03 +pokechu22 User pages are _sometimes_ useful (for drafts that anyone can edit, mainly) 2018-09-15 04:14:40 timmyRS Maybe you should be able to say "My user page can be edited by everyone." 2018-09-15 04:14:58 timmyRS But that will be disabled by default. Problem solved. 2018-09-15 05:28:30 phvse tktech: https://wiki.vg/How_do_I_cancel_my_subscription_to_Plenty_of_fish%3F was missed 2018-09-15 05:52:38 <-- phvse (~phase@c-76-106-186-112.hsd1.fl.comcast.net) a quitté (Quit: Konversation terminated!) 2018-09-15 06:11:45 <-- OkDan (~OkAlt@2604:3d09:3e7f:e4f0:a8ef:df9b:da73:483a) a quitté (Ping timeout: 252 seconds) 2018-09-15 06:16:55 --> MiniDigger (~MiniDigge@glados.minidigger.me) a rejoint #mcdevs