2016-02-28 19:31:46 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-02-28 19:32:11 <-- pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a quitté (Ping timeout: 252 seconds) 2016-02-28 19:39:19 --> pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a rejoint #mcdevs 2016-02-28 20:08:04 Huherak987 pokechu22 have you noticed any changes about Player Digging packet ? I think that in 1.9 there are some values ommited 2016-02-28 20:10:08 Huherak987 Because I think that in 1.9 there is no position send in this packet 2016-02-28 20:14:32 rom1504 looks like there is 2016-02-28 20:14:37 Meeeh Huherak987, what? there must be a position 2016-02-28 20:15:11 Huherak987 Well, must be, but for some reason there are only 2 params in this packet 2016-02-28 20:15:17 Huherak987 in pre4 2016-02-28 20:15:27 Huherak987 byte enum and byte 2016-02-28 20:16:20 rom1504 no 2016-02-28 20:16:33 pokechu22 Position, varint enum, varint enum, byte, byte, byte 2016-02-28 20:17:19 rom1504 http://wiki.vg/Pre-release_protocol#Player_Digging byte position byte 2016-02-28 20:17:20 pokechu22 No itemstack anymore, though. 2016-02-28 20:17:37 Meeeh oh, they finally removed that usless field 2016-02-28 20:18:10 pokechu22 Wait, I"m looking at player block placement... 2016-02-28 20:18:59 <-- Z750 (bnc@2001:41d0:1:68a3::45) a quitté (Ping timeout: 268 seconds) 2016-02-28 20:19:41 pokechu22 I see enum position byte. 2016-02-28 20:20:00 pokechu22 But I'm pretty sure it's a varint enum, not a byte enum. 2016-02-28 20:20:11 rom1504 http://wiki.vg/Pre-release_protocol#Player_Block_Placement 2016-02-28 20:25:00 --> Z750 (bnc@2001:41d0:1:68a3::45) a rejoint #mcdevs 2016-02-28 20:27:40 _MylesC im so proud of myself 2016-02-28 20:27:54 _MylesC i managed to make my chunk converter from 1.8 -> 1.9 work :') 2016-02-28 20:27:59 _MylesC just need to fix block lighting haha 2016-02-28 20:28:09 <-- dx (~dx@unaffiliated/dxdx) a quitté (Ping timeout: 260 seconds) 2016-02-28 20:28:17 <-- oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a quitté (Ping timeout: 276 seconds) 2016-02-28 20:29:37 --> oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a rejoint #mcdevs 2016-02-28 20:31:15 -- Guest9191 est maintenant connu sous le nom x56 2016-02-28 20:33:09 --> dx (~dx@unaffiliated/dxdx) a rejoint #mcdevs 2016-02-28 20:40:34 <-- TheUnnamedDude (bnc@2001:41d0:1:68a3::37) a quitté (Ping timeout: 268 seconds) 2016-02-28 20:46:32 --> TheUnnamedDude (bnc@2001:41d0:1:68a3::37) a rejoint #mcdevs 2016-02-28 21:22:56 -- yorick__ est maintenant connu sous le nom yorick 2016-02-28 21:45:22 <-- Grum (~grum@irc.grum.nl) a quitté (Ping timeout: 260 seconds) 2016-02-28 22:07:55 --> TobiX_ (tobias@zoidberg.org) a rejoint #mcdevs 2016-02-28 22:09:44 <-- ylt (ylt@d3s.co) a quitté (Ping timeout: 248 seconds) 2016-02-28 22:09:45 <-- TobiX (tobias@zoidberg.org) a quitté (Ping timeout: 248 seconds) 2016-02-28 22:12:52 --> ylt (ylt@d3s.co) a rejoint #mcdevs 2016-02-28 22:15:28 --> M-ou-se_ (~m-ou.se@m-ou.se) a rejoint #mcdevs 2016-02-28 22:15:55 <-- Thinkofname (Think@oops.i.broke.thinkofdeath.uk) a quitté (Ping timeout: 244 seconds) 2016-02-28 22:18:03 <-- M-ou-se (~m-ou.se@m-ou.se) a quitté (Ping timeout: 244 seconds) 2016-02-28 22:19:52 -- M-ou-se_ est maintenant connu sous le nom M-ou-se 2016-02-28 22:23:54 --> Thinkofname (Think@oops.i.broke.thinkofdeath.uk) a rejoint #mcdevs 2016-02-28 22:23:58 -- Mode #mcdevs [+v Thinkofname] par ChanServ 2016-02-28 22:25:42 Huherak987 Anyone know what has changed in EntityRelativeMove move packet ? Because when I send those packets to 1.9 client its laggy and I see the mobs are not moving but teleporting, they stand on one place and then they teleport ... 2016-02-28 22:27:32 -- TobiX_ est maintenant connu sous le nom TobiX 2016-02-28 22:32:24 _MylesC I'd assume so huherak, I get same results 2016-02-28 22:33:15 rom1504 Huherak987: it's documented there http://wiki.vg/Pre-release_protocol#Entity_Relative_Move 2016-02-28 22:33:22 rom1504 byte became a short 2016-02-28 22:33:34 Huherak987 rom1504 I know but there is something more .... 2016-02-28 22:33:41 rom1504 and now you need to send a lot more of these instead of teleporting 2016-02-28 22:33:58 rom1504 byte becoming a short has a lot of consequences Huherak987 2016-02-28 22:34:24 Huherak987 rom1504 for example ? 2016-02-28 22:34:26 rom1504 the server used to send the teleport packet every time an entity moved more than 4 blocks 2016-02-28 22:34:55 rom1504 now it should send the relative move packet 2016-02-28 22:34:57 rom1504 except if the entity move more than 1024 blocks, which shouldn't happen often 2016-02-28 22:38:23 Huherak987 But what is that new short ? If for example X has changed by 0.5 what is the short value ? 2016-02-28 22:38:45 Huherak987 0.5 * 32 or what ? 2016-02-28 22:39:52 Not-1653 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/minecraft-data/compare/fb97e8c53c31...271eb45dc3fb 2016-02-28 22:39:53 Not-1653 [minecraft-data] rom1504 271eb45 - extract 1.9 items with revision <2016-02-29T00:00:00Z 2016-02-28 22:40:31 Huherak987 rom1504 ^ ? 2016-02-28 22:40:57 rom1504 Huherak987: yes I think so 2016-02-28 22:41:03 rom1504 short is still an integer 2016-02-28 22:41:08 rom1504 so it should be fixed point 2016-02-28 22:44:15 Huherak987 rom1504 if from 1.8 server I got "Change in X" value 8, what it would be in 1.9 ? 2016-02-28 22:46:55 Huherak987 I mean if this byte from 1.8 server is 8, in 1.9 this short would be ? 2016-02-28 22:52:47 rom1504 Huherak987: 8 2016-02-28 22:53:16 Huherak987 hmm probably not because the move is completely laggy 2016-02-28 22:53:23 rom1504 but if you got "entity teleport" then you need to figure out what was the previous value, and send a entity relative move 2016-02-28 22:53:50 rom1504 (figure out what was the previous value and compute the delta) 2016-02-28 22:54:12 rom1504 Huherak987: I bet that's because you're not translating all the move packets 2016-02-28 22:54:56 Huherak987 you mean Entity Relative Move, Entity Look and relative move and entity teleport ? 2016-02-28 22:55:49 rom1504 yes 2016-02-28 22:56:34 Huherak987 rom1504, we are translating all of them 2016-02-28 22:56:56 rom1504 so you are indeed translating entity teleport to entity relative move ? 2016-02-28 22:57:54 Huherak987 You mean that I should translate 1.8 Entity teleport to Entity relative move ? 2016-02-28 23:05:36 rom1504 yes 2016-02-28 23:15:34 Not-1653 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/minecraft-data/compare/271eb45dc3fb...6c8c63c0817a 2016-02-28 23:15:36 Not-1653 [minecraft-data] rom1504 6c8c63c - extract 1.9 blocks with revision <2016-02-29T00:00:00Z 2016-02-28 23:20:59 <-- pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a quitté (Ping timeout: 252 seconds) 2016-02-28 23:22:28 Not-1653 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/minecraft-data/compare/6c8c63c0817a...b01963233f30 2016-02-28 23:22:29 Not-1653 [minecraft-data] rom1504 b019632 - extract 1.9 recipes with revision <2016-02-29T00:00:00Z 2016-02-28 23:31:58 --> laxask_ (~lax@unaffiliated/laxask) a rejoint #mcdevs 2016-02-28 23:32:42 <-- laxask (~lax@unaffiliated/laxask) a quitté (Ping timeout: 260 seconds) 2016-02-28 23:48:53 -- r04r est maintenant connu sous le nom zz_r04r 2016-02-29 00:02:55 --> M4GNV5 (~M4GNV5@p549893CE.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-02-29 00:12:13 M4GNV5 sooo i just found this: https://github.com/showcases/hacking-minecraft i dont know how showcases work but i assume theres some way to get your project displayed there? 2016-02-29 00:16:51 rom1504 who put the projects there ? 2016-02-29 00:17:30 <-- Huherak987 (591d6419@gateway/web/freenode/ip.89.29.100.25) a quitté (Quit: Page closed) 2016-02-29 00:18:10 rom1504 mineflayer somehow ended up on that list 2016-02-29 00:18:48 M4GNV5 yeah and some minecraft-github-skin repo (bottom one) 2016-02-29 00:20:37 <-- M1nef4n (4f8df2a7@gateway/web/freenode/ip.79.141.242.167) a quitté (Quit: Page closed) 2016-02-29 00:23:44 --> pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a rejoint #mcdevs 2016-02-29 00:23:46 pokechu22 Running burger on _ALL_ of the 1.9 snapshots right now for packetinstructions - let's see how well it works. 2016-02-29 00:28:36 rom1504 pokechu22: what kind of stuff do packetinstructions contain ? the basic fields ? 2016-02-29 00:29:02 rom1504 all complicated fields are probably not very usable in this .json ? 2016-02-29 00:32:59 pokechu22 packetinstructions is supposed to disassemble the entire packet writing code for each packet, although it isn't always sucessful. 2016-02-29 00:33:44 pokechu22 But it generates the kind of data you see on http://b.wiki.vg/. 2016-02-29 00:37:07 <-- Guest38524 (~Aster@destrock.com) a quitté (Changing host) 2016-02-29 00:37:07 --> Guest38524 (~Aster@april-fools/2013/ninth/aster) a rejoint #mcdevs 2016-02-29 00:37:09 -- Guest38524 est maintenant connu sous le nom Aster 2016-02-29 00:39:50 <-- _MylesC (b23e4392@gateway/web/freenode/ip.178.62.67.146) a quitté (Quit: Page closed) 2016-02-29 00:39:51 rom1504 ok 2016-02-29 01:48:13 <-- M4GNV5 (~M4GNV5@p549893CE.dip0.t-ipconnect.de) a quitté (Remote host closed the connection) 2016-02-29 01:49:51 <-- pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a quitté (Ping timeout: 252 seconds) 2016-02-29 02:04:42 Not-4b4f [wiki] Edit by Floppy012 to Pre-release protocol -> http://tinyurl.com/z2sec56 2016-02-29 02:08:50 Not-4b4f [wiki] Edit by Floppy012 to Pre-release protocol -> http://tinyurl.com/zku8qno 2016-02-29 02:09:29 Not-1653 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/minecraft-data/compare/b01963233f30...087dd73ab9ca 2016-02-29 02:09:30 Not-1653 [minecraft-data] rom1504 087dd73 - attach_entity has no leash in 1.9 http://wiki.vg/index.php?title=Pre-release_protocol&diff=7398&oldid=7395#Attach_Entity 2016-02-29 02:11:13 Floppy012 rom1504? 2016-02-29 02:14:49 rom1504 Floppy012: yes ? 2016-02-29 02:15:00 rom1504 you are correct about that change ;) 2016-02-29 02:15:32 Floppy012 You're a hard working guy :) 2016-02-29 02:15:46 Floppy012 firstly thought you were a bot or something 2016-02-29 02:16:02 Floppy012 because that commit came so instantly 2016-02-29 02:16:47 rom1504 well I was warned by Not-4b4f ^^ 2016-02-29 02:17:39 Floppy012 I'm still fascinated about all these IRC Bots, etc. 2016-02-29 02:17:45 Not-1653 [mineflayer] rom1504 deleted branch greenkeeper-minecraft-data-1.2.1 2016-02-29 02:18:16 Not-1653 [flying-squid] rom1504 deleted branch greenkeeper-minecraft-data-1.2.1 2016-02-29 02:18:43 rom1504 that's ^ a bot though, checking stuff still work with that change 2016-02-29 02:44:01 --> pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a rejoint #mcdevs 2016-02-29 03:08:39 <-- pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a quitté (Quit: Page closed) 2016-02-29 05:18:58 <-- Floppy012 (~Floppy012@p578446D4.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2016-02-29 05:39:26 <-- aeonchild (enchilado@defocus/yummy/enchilado) a quitté (Remote host closed the connection) 2016-02-29 05:53:49 --> aeonchild (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-02-29 06:14:38 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-02-29 06:17:09 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 268 seconds) 2016-02-29 06:17:09 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-02-29 08:23:22 <-- Morrolan (morrolan@castle.morrolan.ch) a quitté (Quit: ZNC: Shutting down.) 2016-02-29 08:24:22 --> M1nef4n (c371cf47@gateway/web/freenode/ip.195.113.207.71) a rejoint #mcdevs 2016-02-29 08:26:04 <-- M1nef4n (c371cf47@gateway/web/freenode/ip.195.113.207.71) a quitté (Client Quit) 2016-02-29 08:27:08 --> Morrolan (~Morrolan@castle.morrolan.ch) a rejoint #mcdevs 2016-02-29 08:54:34 -- zz_r04r est maintenant connu sous le nom r04r 2016-02-29 09:13:29 <-- Krenair (~alex@wikimedia/Krenair) a quitté (Ping timeout: 260 seconds) 2016-02-29 09:14:52 <-- aeonchild (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 260 seconds) 2016-02-29 09:16:05 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2016-02-29 09:21:32 <-- fortytwo (~thomas@who.let.this.bloody.dropbear.in) a quitté (Ping timeout: 268 seconds) 2016-02-29 09:28:04 <-- Extreme (extreme7@unaffiliated/extreme7) a quitté (Ping timeout: 260 seconds) 2016-02-29 09:33:06 <-- laxask_ (~lax@unaffiliated/laxask) a quitté (Quit: leaving) 2016-02-29 09:34:57 --> laxask (~lax@unaffiliated/laxask) a rejoint #mcdevs 2016-02-29 09:42:25 --> Extreme (extreme7@unaffiliated/extreme7) a rejoint #mcdevs 2016-02-29 09:45:06 --> aeonchild (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-02-29 09:48:55 <-- Extreme (extreme7@unaffiliated/extreme7) a quitté (Quit: -) 2016-02-29 09:51:15 --> fortytwo (~thomas@who.let.this.bloody.dropbear.in) a rejoint #mcdevs 2016-02-29 09:52:21 --> Extreme (extreme7@unaffiliated/extreme7) a rejoint #mcdevs 2016-02-29 10:00:51 <-- Extreme (extreme7@unaffiliated/extreme7) a quitté (Quit: -) 2016-02-29 10:06:48 --> Extreme (extreme7@unaffiliated/extreme7) a rejoint #mcdevs 2016-02-29 11:38:27 Not-4b4f [wiki] Edit by Paulomart to Pre-release protocol -> http://tinyurl.com/zn6krj4 2016-02-29 11:40:08 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 246 seconds) 2016-02-29 11:41:37 Not-4b4f [wiki] Edit by Clankstar to Pre-release protocol -> http://tinyurl.com/gro4kwq 2016-02-29 12:18:41 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-02-29 12:27:48 rom1504 "(currentX * 32 - prevX * 32) * 128" wtf really ? 2016-02-29 12:27:53 rom1504 what's the point of that ? 2016-02-29 12:28:26 rom1504 ah without rounding I guess, so it gives a better precision if you don't store the fixed point values 2016-02-29 12:29:11 rom1504 if this is true then " Since a short range is limited from -32768 to 32767, and movement is offset of fixed-point numbers, this packet allows at most 1024 blocks movement in any direction. (-32768/32 == -1024)" should be reverted to the old description 2016-02-29 12:29:30 rom1504 if someone can check what Paulomart changed ? 2016-02-29 12:32:18 tktech rom1504, if he's using updated burger code, it uses jawa to pseudo-decompile packets. It can handle complicated logic. 2016-02-29 12:33:08 tktech It's more for human-readable output that you can easily translate into a wiki update then anything else 2016-02-29 12:37:29 rom1504 ok. I'm sure it can handle complicated logic, but I doubt it does. There are a few complicated field type in the mc protocol 2016-02-29 12:37:47 rom1504 I mean, jawa can surely handle it 2016-02-29 12:40:09 tktech rom1504, http://b.wiki.vg/1.6.2 2016-02-29 12:41:23 tktech An old example, but it doesn't have a problem with any of the pre-release packets 2016-02-29 12:41:38 hansihe https://twitter.com/jeb_/status/704262855231717376 2016-02-29 12:41:51 rom1504 ah yeah these cases and loops, ok 2016-02-29 12:42:09 rom1504 why is there no varint though 2016-02-29 12:42:16 rom1504 there was no varint in 1.6 ? 2016-02-29 12:42:28 tktech Correct 2016-02-29 12:43:42 tktech It's pretty much a specialized decompiler tuned for a single subclass at that point. It produces human-readable code not necessarily something you can turn around and recompile 2016-02-29 12:44:49 rom1504 yeah I see, pretty good 2016-02-29 13:42:01 -- PhonicUK2 est maintenant connu sous le nom PhonicUK 2016-02-29 13:59:36 --> Akaibu (uid118096@gateway/web/irccloud.com/x-dwywbtfsofgzbapm) a rejoint #mcdevs 2016-02-29 14:05:41 --> Sigfrid (~nova@207-175-114-200.fibertel.com.ar) a rejoint #mcdevs 2016-02-29 14:16:35 <-- TobiX (tobias@zoidberg.org) a quitté (Ping timeout: 246 seconds) 2016-02-29 14:16:44 --> TobiX (tobias@zoidberg.org) a rejoint #mcdevs 2016-02-29 14:18:41 <-- dx (~dx@unaffiliated/dxdx) a quitté (Ping timeout: 246 seconds) 2016-02-29 14:22:54 --> dx (~dx@unaffiliated/dxdx) a rejoint #mcdevs 2016-02-29 14:29:08 <-- Brandon15811_ (~Brandon15@2001:bc8:3111:200::) a quitté (Ping timeout: 250 seconds) 2016-02-29 14:29:53 <-- Brandon15811 (~Brandon15@195-154-68-209.rev.poneytelecom.eu) a quitté (Ping timeout: 276 seconds) 2016-02-29 14:52:01 --> Brandon15811 (~brandon15@ip98-181-10-159.br.br.cox.net) a rejoint #mcdevs 2016-02-29 15:38:56 rom1504 > 1.9 is out 2016-02-29 15:39:15 Akaibu Full release rom1504? 2016-02-29 15:42:15 rom1504 http://blog.mojang.com/2016/02/minecraft-19-combat-update/ yes 2016-02-29 15:42:39 rom1504 Removed Herobrine 2016-02-29 15:42:45 Akaibu Le 2016-02-29 15:52:48 barneygale 2funny4me 2016-02-29 15:53:12 hansihe someone should keep a counter 2016-02-29 16:09:48 --> Huherak987 (591d6419@gateway/web/freenode/ip.89.29.100.25) a rejoint #mcdevs 2016-02-29 16:10:58 Huherak987 Are there any major changes in 1.9 protocol againts the pre4 of which I should know about ? 2016-02-29 16:15:09 Huherak987 Well the Set Slot packet has changed since pre4 2016-02-29 16:34:05 Not-1653 [mineflayer] rom1504 pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/mineflayer/compare/e2740a1d3047...34df25992cf6 2016-02-29 16:34:06 Not-1653 [mineflayer] rom1504 34df259 - update readme links using frankenstein 2016-02-29 16:36:11 Not-1653 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/minecraft-data/compare/087dd73ab9ca...7bbb5a99ec5f 2016-02-29 16:36:12 Not-1653 [minecraft-data] rom1504 7bbb5a9 - update README links using frankenstein 2016-02-29 16:37:52 rom1504 Huherak987: if you find any change, document them on the wiki ;) 2016-02-29 16:37:59 rom1504 I didn't try my proxy with it yet 2016-02-29 16:38:04 Huherak987 rom1504 what is the protocol version number of 1.9 ? 2016-02-29 16:38:08 barneygale guess i'll update quarry tonight 2016-02-29 16:38:38 rom1504 Huherak987: n+1 2016-02-29 16:38:47 Huherak987 48 ? 2016-02-29 16:38:47 rom1504 so 107 2016-02-29 16:39:10 rom1504 Huherak987: http://wiki.vg/Protocol_version_numbers 2016-02-29 16:41:01 tktech Hundred+ releases and six years later 2016-02-29 16:41:08 Huherak987 rom1504 but there should not be any major changes from pre4 to final am I right ? 2016-02-29 16:44:38 --> M1nef4n (4f8df2a7@gateway/web/freenode/ip.79.141.242.167) a rejoint #mcdevs 2016-02-29 16:46:30 --> pokechu22 (a863c50f@gateway/web/freenode/ip.168.99.197.15) a rejoint #mcdevs 2016-02-29 16:47:00 pokechu22 I shouldn't be here right now, but... 2016-02-29 16:47:10 pokechu22 http://pokechu22.github.io/Burger/1.9.json and http://pokechu22.github.io/Burger/1.9.html#packets 2016-02-29 16:47:15 pokechu22 OK, cya everyone. 2016-02-29 16:47:19 <-- pokechu22 (a863c50f@gateway/web/freenode/ip.168.99.197.15) a quitté (Client Quit) 2016-02-29 16:47:47 tktech He really needs a bouncer. 2016-02-29 16:48:53 rom1504 Huherak987: probably not a lot 2016-02-29 16:49:08 rom1504 it's not like mojang worked all week end to break everything 2016-02-29 16:52:07 tktech That's how you jynx it. 2016-02-29 16:57:43 Not-4b4f [wiki] Edit by Pokechu22 to Protocol version numbers -> http://tinyurl.com/z4o2bwq 2016-02-29 17:00:03 Fenhl oh hey look it's a release 2016-02-29 17:00:26 Fenhl I'll start merging [[Pre-release protocol]] into [[Protocol]] then 2016-02-29 17:05:40 AlphaBlend yay 2016-02-29 17:05:43 AlphaBlend finally mojang 2016-02-29 17:18:21 Not-4b4f [wiki] Edit by Fenhl to Pre-release protocol -> http://tinyurl.com/jfjzpcy 2016-02-29 17:18:23 Not-4b4f [wiki] Edit by Fenhl to Protocol -> http://tinyurl.com/jm239qs 2016-02-29 17:28:28 Huherak987 What exactly should I sent to 1.8 server, when I want to eat an apple for example ? 0x08 - location, byte -1, slot, -1, 255, -1 ? 2016-02-29 17:30:37 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-02-29 17:33:56 --> konwboy (~konwboj@acux246.neoplus.adsl.tpnet.pl) a rejoint #mcdevs 2016-02-29 17:40:03 <-- konwboy (~konwboj@acux246.neoplus.adsl.tpnet.pl) a quitté #mcdevs ("Leaving") 2016-02-29 17:40:13 --> konwboy (~konwboj@acux246.neoplus.adsl.tpnet.pl) a rejoint #mcdevs 2016-02-29 17:44:27 --> umby24 (umby@d3s.co) a rejoint #mcdevs 2016-02-29 17:45:09 --> cnr_ (~connor@dragonfruit.coffeeman.me) a rejoint #mcdevs 2016-02-29 17:46:27 <-- cnr (~connor@unaffiliated/conehead) a quitté (*.net *.split) 2016-02-29 17:46:37 <-- umby24_ (umby@5.9.84.39) a quitté (*.net *.split) 2016-02-29 17:46:37 -- cnr_ est maintenant connu sous le nom cnr 2016-02-29 17:46:37 <-- cnr (~connor@dragonfruit.coffeeman.me) a quitté (Changing host) 2016-02-29 17:46:37 --> cnr (~connor@unaffiliated/conehead) a rejoint #mcdevs 2016-02-29 17:50:29 Not-4b4f [wiki] Edit by Pokechu22 to Protocol version numbers -> http://tinyurl.com/hpe4cu7 2016-02-29 17:56:27 --> Jirik (58666921@gateway/web/cgi-irc/kiwiirc.com/ip.88.102.105.33) a rejoint #mcdevs 2016-02-29 18:09:01 rom1504 Huherak987: probably 2016-02-29 18:11:10 Not-4b4f [wiki] Edit by Pokechu22 to Entities -> http://tinyurl.com/gr4rlb3 2016-02-29 18:11:51 konwboy Hello. Is log of this channel available anywhere? 2016-02-29 18:12:52 Akaibu "Channel is publicly logged as of Feb.25/13" 2016-02-29 18:13:00 konwboy Where can I find the log? 2016-02-29 18:18:42 barneygale Nowhere 2016-02-29 18:31:28 Not-1653 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±3] https://github.com/PrismarineJS/minecraft-data/compare/7bbb5a99ec5f...4509cac30f59 2016-02-29 18:31:30 Not-1653 [minecraft-data] rom1504 4509cac - update 1.9 version to 1.9 (release) 2016-02-29 18:36:01 <-- M1nef4n (4f8df2a7@gateway/web/freenode/ip.79.141.242.167) a quitté (Quit: Page closed) 2016-02-29 18:38:11 Not-1653 [flying-squid] rom1504 deleted branch greenkeeper-minecraft-data-1.2.2 2016-02-29 18:38:50 Not-1653 [mineflayer] rom1504 deleted branch greenkeeper-minecraft-data-1.2.2 2016-02-29 18:42:02 Not-1653 [mineflayer] rom1504 deleted branch greenkeeper-minecraft-protocol-0.19.1 2016-02-29 18:42:11 Not-1653 [flying-squid] rom1504 deleted branch greenkeeper-minecraft-protocol-0.19.1 2016-02-29 18:42:34 rom1504 05:37 < TkTech> Pretty logs optionally available to anyone (must be enabled by a channel op), and full text searching for select channels (limited resources) 2016-02-29 18:42:51 rom1504 (on 26/02/2013) 2016-02-29 18:43:01 rom1504 idk what happened with that 2016-02-29 18:43:40 rom1504 I certainly got all the logs 2016-02-29 18:44:16 rom1504 since janv. 07 02:20:15 2013 2016-02-29 18:45:56 Fenhl rom1504: want to publish them somewhere? 2016-02-29 18:49:29 rom1504 I could, do you think it would be useful ? 2016-02-29 18:50:53 --> walle303 (~walle303@pisg/dev/walle303) a rejoint #mcdevs 2016-02-29 18:52:28 --> M1nef4n (4f8df2a7@gateway/web/freenode/ip.79.141.242.167) a rejoint #mcdevs 2016-02-29 18:53:47 M1nef4n can somebody explain me how eating works in 1.9? 2016-02-29 18:55:16 Fenhl rom1504: yes 2016-02-29 18:56:03 Fenhl (don't publish logs from before the topic was changed, that would be against freenode policy) 2016-02-29 18:56:41 Not-4b4f [wiki] Edit by Fenhl to SMP Map Format -> http://tinyurl.com/jsxjbgg 2016-02-29 18:59:53 Not-4b4f [wiki] Edit by Fenhl to Pre-release protocol -> http://tinyurl.com/hkb7cqg 2016-02-29 18:59:54 Not-4b4f [wiki] Edit by Fenhl to SMP Map Format -> http://tinyurl.com/zw4j9m5 2016-02-29 18:59:58 Not-4b4f [wiki] Edit by Fenhl to Pre-release protocol -> http://tinyurl.com/zj95pdk 2016-02-29 19:04:48 tktech I've toyed with logging from the notifico bots a couple of times but nothing has ever become a permanent feature. 2016-02-29 19:04:58 tktech That line in the MOTD is a disclaimer required by freenode for logged channels 2016-02-29 19:05:32 tktech Currently, the notifico bots DO log channels, but they strip out PRIVMSGs and NOTICE first for privacy 2016-02-29 19:06:55 walle303 Freenode requires publically logged channels to have a notice? 2016-02-29 19:07:28 Fenhl yes 2016-02-29 19:07:42 Fenhl in the topic or the ChanServ join notice 2016-02-29 19:08:19 Not-4b4f [wiki] Edit by Fenhl to Entities -> http://tinyurl.com/h9qxloc 2016-02-29 19:08:26 Fenhl does anyone want to update http://wiki.vg/Entity#Entity_Metadata_Format for 1.9? Info is currently at http://wiki.vg/Pre-release_protocol#Entity_Metadata 2016-02-29 19:10:12 rom1504 oh that means I have to cut them, hmm 2016-02-29 19:12:39 tktech walle303, the freenode site is currently down, but read the bottom of http://webcache.googleusercontent.com/search?q=cache:UsQUJssQtCEJ:https://freenode.net/channel_guidelines.shtml&num=1&hl=en&gl=ca&strip=1&vwsrc=0 2016-02-29 19:13:01 tktech It's a losely-followed policy because of how crazy it can get ("request permission from every participant...") 2016-02-29 19:28:16 rom1504 https://logs.rom1504.fr/%23mcdevs.log 2016-02-29 19:28:38 <-- Not-1653 (~notifico@198.199.82.216) a quitté (Remote host closed the connection) 2016-02-29 19:28:38 <-- Not-4b4f (~notifico@198.199.82.216) a quitté (Remote host closed the connection) 2016-02-29 19:29:14 <-- rom1504 (rom1504@rom1504.fr) a quitté #mcdevs 2016-02-29 19:29:18 --> rom1504 (rom1504@rom1504.fr) a rejoint #mcdevs 2016-02-29 19:29:22 rom1504 test 2016-02-29 19:29:52 rom1504 ok 2016-02-29 19:30:01 rom1504 I did echo 1 > \#mcdevs.log 2016-02-29 19:30:09 rom1504 except it was a symlink :D 2016-02-29 19:30:25 rom1504 lucky my I had downloaded it a few mins ago to test 2016-02-29 19:30:28 rom1504 *me 2016-02-29 19:32:47 --> pokechu22 (a863c50f@gateway/web/freenode/ip.168.99.197.15) a rejoint #mcdevs 2016-02-29 19:34:48 Fenhl no one doing entity metadata? 2016-02-29 19:34:50 * Fenhl sighs 2016-02-29 19:34:57 Fenhl I guess I'll do that then 2016-02-29 19:35:02 tktech Fenhl, <3 2016-02-29 19:43:53 walle303 Does anyone know the development status of spigot 1.9? 2016-02-29 19:44:38 pokechu22 They said they'd release it tomorrow. 2016-02-29 19:44:49 pokechu22 And they've already got an API of some sort. But that's all I know. 2016-02-29 19:48:37 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-dwywbtfsofgzbapm) a quitté 2016-02-29 20:03:10 hansihe full hair-on-fire mode in here i see :) 2016-02-29 20:04:51 <-- pokechu22 (a863c50f@gateway/web/freenode/ip.168.99.197.15) a quitté (Quit: Page closed) 2016-02-29 20:16:46 <-- Jirik (58666921@gateway/web/cgi-irc/kiwiirc.com/ip.88.102.105.33) a quitté #mcdevs 2016-02-29 20:20:38 <-- konwboy (~konwboj@acux246.neoplus.adsl.tpnet.pl) a quitté (Quit: Leaving) 2016-02-29 20:53:56 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 250 seconds) 2016-02-29 20:54:53 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-02-29 21:02:09 --> Sudzzy (~Sudzzy@95.149.27.169) a rejoint #mcdevs 2016-02-29 21:05:56 <-- Sudzzy (~Sudzzy@95.149.27.169) a quitté (Client Quit) 2016-02-29 21:06:06 --> Sudzzy (~Sudzzy@95.149.27.169) a rejoint #mcdevs 2016-02-29 21:07:05 <-- Sudzzy (~Sudzzy@95.149.27.169) a quitté (Client Quit) 2016-02-29 21:07:06 --> Sudzzy_ (~Sudzzy@95.149.27.169) a rejoint #mcdevs 2016-02-29 21:07:29 <-- Sudzzy_ (~Sudzzy@95.149.27.169) a quitté (Client Quit) 2016-02-29 21:07:46 --> Sudzzy (~Sudzzy@95.149.27.169) a rejoint #mcdevs 2016-02-29 21:13:20 --> barneygale_ (~barneygal@176.248.216.93) a rejoint #mcdevs 2016-02-29 21:15:57 --> Not-8b17 (~notifico@198.199.82.216) a rejoint #mcdevs 2016-02-29 21:15:58 Not-8b17 [Charge] Wallbraker pushed 3 commits to master [+1/-0/±9] https://git.io/v2o8W 2016-02-29 21:15:59 Not-8b17 [Charge] Wallbraker d4aedc1 - gfx: Add target 2016-02-29 21:16:01 Not-8b17 [Charge] Wallbraker a0c0736 - game: Use target when rendering 2016-02-29 21:16:02 Not-8b17 [Charge] Wallbraker e4a017a - game: Use width and height from target in background 2016-02-29 21:43:01 <-- M1nef4n (4f8df2a7@gateway/web/freenode/ip.79.141.242.167) a quitté (Quit: Page closed) 2016-02-29 21:58:25 <-- Sigfrid (~nova@207-175-114-200.fibertel.com.ar) a quitté (Remote host closed the connection) 2016-02-29 22:05:12 Gjum rom1504: did you already check mcdata against the new burger data? 2016-02-29 22:06:38 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 246 seconds) 2016-02-29 22:10:18 rom1504 Gjum: what part of burger data ? 2016-02-29 22:10:44 rom1504 packets didn't change according to my extractor, and nmp proxy works fine on 1.9 2016-02-29 22:10:44 Gjum protocol, entities for example 2016-02-29 22:10:59 rom1504 so I'm assuming protocol didn't change between pre4 and 1.9 2016-02-29 22:11:36 --> Not-9c26 (~notifico@198.199.82.216) a rejoint #mcdevs 2016-02-29 22:11:36 Not-9c26 [wiki] Edit by Fenhl to Entities -> http://tinyurl.com/hhzwdxc 2016-02-29 22:11:38 rom1504 no I didn't check entities 2016-02-29 22:12:14 rom1504 once pokechu22 has finished updating burger, I guess I'll try to make that script work again https://github.com/PrismarineJS/minecraft-data/blob/master/tools/js/burger_extractor/generate_enums.js 2016-02-29 22:12:18 Gjum also block/item ids/names 2016-02-29 22:12:23 rom1504 so I can compare easily with mcdata data 2016-02-29 22:12:33 Fenhl rom15044: protocol version number changed, but redstonehelper has been marking all bugs that affect pre4 as affecting 1.9 as well, so I'm assuming that was literally the only change 2016-02-29 22:12:56 Gjum yeah in the end burger is more dependable than the wiki 2016-02-29 22:13:31 rom1504 Gjum: it is, but I can't directly use it since it's missing most of the data 2016-02-29 22:13:40 rom1504 but yeah using it to check stuff would be interesting 2016-02-29 22:13:42 redstonehelper Fenhl: to be fair I do not know if there were any changes between pre4 and release 2016-02-29 22:13:56 redstonehelper I really really really hope that they did not touch anything 2016-02-29 22:14:07 Gjum for the transition at least, and maybe for fixing the wikis C: 2016-02-29 22:14:30 Not-9c26 [wiki] Edit by Fenhl to Pre-release protocol -> http://tinyurl.com/zr2gbs7 2016-02-29 22:14:35 Fenhl redstonehelper: %) 2016-02-29 22:14:40 redstonehelper )) 2016-02-29 22:15:06 redstonehelper btw I'm very glad 1.9 snapshots are over, Fenhl's confirming bugs for every snapshot got a bit tedious :D 2016-02-29 22:15:06 barneygale_ why are there now 2 sound effect packets? 2016-02-29 22:15:24 rom1504 same reason there are 6 spawn packets 2016-02-29 22:15:28 rom1504 more packets = better 2016-02-29 22:15:29 redstonehelper (keep doing that, Fenhl) 2016-02-29 22:15:29 Sudzzy 1 wasnt enough 2016-02-29 22:15:35 Fenhl redstonehelper: :P 2016-02-29 22:15:36 Not-9c26 [wiki] Edit by Fenhl to Data types -> http://tinyurl.com/jk7xmx9 2016-02-29 22:15:51 barneygale_ lol rom1504 2016-02-29 22:16:33 Fenhl one is for named sound effects as used by /playsound, the other is probably for everything else because the ids are smaller? 2016-02-29 22:17:05 barneygale_ for my purposes it's a bit annoying that The Packet Formerly Known As Sound Effect is now called "Named Sound Effect", and there's a new completely separate packet called "Sound Effect" 2016-02-29 22:18:43 Fenhl okay so we have the data types, now merging the actual packets 2016-02-29 22:21:17 rom1504 looks like entity effect changed ._. 2016-02-29 22:21:29 rom1504 last field is a byte now, not a bool 2016-02-29 22:21:32 Fenhl huh 2016-02-29 22:21:35 rom1504 http://pokechu22.github.io/Burger/1.9.html#packets:0x4c 2016-02-29 22:25:23 rom1504 I only tested nmp proxy on a server I was playing online on localhost. Turns out this is not real world conditions :d 2016-02-29 22:25:33 rom1504 getting more error on a real server 2016-02-29 22:25:47 rom1504 I'll fix the packets I found have changed 2016-02-29 22:29:10 Not-9c26 [wiki] Edit by Fenhl to Protocol -> http://tinyurl.com/h5slqqz 2016-02-29 22:30:56 rom1504 pokechu22: you are translating some fields to position when they should be varint 2016-02-29 22:32:21 Not-9c26 [wiki] Edit by Fenhl to Pre-release protocol -> http://tinyurl.com/h7dx4pb 2016-02-29 22:35:34 Not-9c26 [wiki] Edit by Fenhl to Pre-release protocol -> http://tinyurl.com/hpzmarm 2016-02-29 22:50:15 barneygale_ quarry users: 1.9 support is done and on pypi 2016-02-29 22:51:12 <-- Huherak987 (591d6419@gateway/web/freenode/ip.89.29.100.25) a quitté (Quit: Page closed) 2016-02-29 23:07:19 Not-8b17 [flying-squid] rom1504 deleted branch greenkeeper-babel-plugin-transform-runtime-6.6.0 2016-02-29 23:17:24 tktech rom1504, He's not actually here, he seems to just be using the freenode webclient occasionally 2016-02-29 23:23:01 Not-8b17 [flying-squid] rom1504 deleted branch greenkeeper-babel-preset-es2015-6.6.0 2016-02-29 23:39:47 Not-8b17 [flying-squid] rom1504 deleted branch greenkeeper-babel-runtime-6.6.0 2016-02-29 23:42:13 --> pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a rejoint #mcdevs 2016-02-29 23:42:43 Fenhl pokechu22: you are translating some fields to position when they should be varint 2016-02-29 23:43:26 pokechu22 Checking that... the code that I use to determine if something's a position isn't too good. 2016-02-29 23:43:47 pokechu22 I wasn't able to find a good identifier for the position class so I chose "anything on packetbuffer that's not already covered" 2016-02-29 23:45:01 tktech pokechu22, You should get an IRC bouncer and a proper client, not the web client. 2016-02-29 23:46:47 pokechu22 I've got no idea how, though I've heard of bouncers... I'm not too familiar with IRC. Any recomendations? 2016-02-29 23:48:39 redstonehelper leave your computer on and connected 24/7, there's your bouncer 2016-02-29 23:48:43 tktech A bouncer like znc will stay connected to the server while you're gone and send you the backlog when you return 2016-02-29 23:50:34 pokechu22 It says that this channel is publicly logged - is it possible to just read those logs? 2016-02-29 23:52:27 <-- yorick (~yorick@oftn/member/yorick) a quitté (Changing host) 2016-02-29 23:52:27 --> yorick (~yorick@oftn/oswg-member/yorick) a rejoint #mcdevs 2016-02-29 23:53:07 pokechu22 And I can confirm that something's wrong with varints - going to fix it. 2016-02-29 23:56:12 barneygale_ it's not publicly logged afaik 2016-02-29 23:56:17 barneygale_ privately logged perhaps 2016-02-29 23:56:55 pokechu22 In the header (at least on the webchat), it says "Channel is publicly logged as of Feb.25/13". 2016-02-29 23:59:11 rom15044 Well it's there now https://logs.rom1504.fr/%23mcdevs.log ;) 2016-03-01 00:01:29 rom1504 I wish there was a good irc log web viewer 2016-03-01 00:01:37 rom1504 downloading a 11MB file is not great 2016-03-01 00:06:27 pokechu22 ... oh, I see what happened - they made the writeVarInt method return the packetbuffer instead of void (so now it matches the regular netty methods) 2016-03-01 00:07:37 pokechu22 Um... I guess I'll make it check if the name of the method's really short instead; that'll probably work. 2016-03-01 00:12:41 <-- boozaa (~boozaa@quassel.shortrip.org) a quitté (Ping timeout: 248 seconds) 2016-03-01 00:13:58 --> boozaa (~boozaa@quassel.shortrip.org) a rejoint #mcdevs 2016-03-01 00:29:40 rom1504 pokechu22: can you understand the login packet ? 2016-03-01 00:30:05 rom1504 Join Game 2016-03-01 00:30:19 rom1504 it kinds of look like it changed but I can't understand the decompiled code 2016-03-01 00:30:45 rom1504 and your burger fork give weird thing on this packet 2016-03-01 00:30:53 barneygale_ rom1504, my 1.8 code works fine with it 2016-03-01 00:30:56 rom1504 http://pokechu22.github.io/Burger/1.9.html#packets:0x23 2016-03-01 00:31:12 pokechu22 Yeah, burger's a bit borked due to a change I didn't notice. 2016-03-01 00:31:21 pokechu22 A lot of things say that they're positions when they're actually other types. 2016-03-01 00:32:05 rom1504 barneygale_: did you try your proxy on a server with many players ? 2016-03-01 00:32:14 rom1504 for some reason I don't understand this changes stuff 2016-03-01 00:32:28 rom1504 I only tried my proxy on localhost, with only me and it worked perfectly 2016-03-01 00:32:28 barneygale_ no, just simple client/server stuff 2016-03-01 00:32:29 pokechu22 I'll push a fixed verison in a few minutes, once I figure out everything I broke. 2016-03-01 00:32:40 rom1504 now trying on a real server and it's all borked 2016-03-01 00:33:42 rom1504 hmm 2016-03-01 00:33:47 rom1504 maybe login is not the problem 2016-03-01 00:34:46 rom1504 "this.g = ahy.a(☃.c(16));" idk what is that 2016-03-01 00:35:25 rom1504 it's supposed to read "Level Type" 2016-03-01 00:39:19 pokechu22 OK, I just pushed a fixed version to github pages, although the structure of that packet. Just gotta' wait... 2016-03-01 00:39:48 pokechu22 * although the structure of that packet seems unchanged. Just gotta' wait until github pages builds it. 2016-03-01 00:40:41 pokechu22 FYI, you're looking at the code to read the packet, not write it. 2016-03-01 00:41:07 rom1504 yes I know 2016-03-01 00:41:25 pokechu22 What you're seeing is WorldType.parseWorldType(data.readStringFromBuffer(16)); 2016-03-01 00:42:48 rom1504 what is that 16 2016-03-01 00:42:55 rom1504 hex ? 2016-03-01 00:44:47 pokechu22 It's the maximum length of the string - and that's why I prefer using the write version. 2016-03-01 00:45:11 rom1504 ok 2016-03-01 00:45:23 pokechu22 I don't entirely know why they have a max length but maybe it's to deal with corrupted packets. If the packet's well-formed you shouldn't worry about it. 2016-03-01 00:48:08 pokechu22 The version on gh pages should be up to date now - http://pokechu22.github.io/Burger/1.9.html#packets 2016-03-01 01:05:10 redstonehelper pre4 -> 1.9 is unchanged https://twitter.com/SeargeDP/status/704383283061202945 2016-03-01 01:09:17 --> javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a rejoint #mcdevs 2016-03-01 01:16:39 --> Akaibu (uid118096@gateway/web/irccloud.com/x-nphzbrieezlidefc) a rejoint #mcdevs 2016-03-01 01:18:15 rom1504 err, I had pasted the 1.8 protocol.json on the 1.9 one 2016-03-01 01:18:21 rom1504 no wonder it was all broken 2016-03-01 01:20:34 rom1504 so 2016-03-01 01:21:05 rom1504 http://wiki.vg/Protocol#Entity_Effect has indeed a byte instead of the boolean 2016-03-01 01:21:18 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a quitté (Ping timeout: 250 seconds) 2016-03-01 01:21:20 rom1504 not sure where I'm supposed to change it now than Fenhl has started merging though 2016-03-01 01:22:28 Fenhl rom1504: does it have possible values other than 0 and 1? 2016-03-01 01:25:24 Akaibu when was twich broadcasting removed? and why? was it because there was little use of it, or some disagreement between twich and mojang? 2016-03-01 01:25:32 Akaibu twitch* 2016-03-01 01:29:55 <-- barneygale_ (~barneygal@176.248.216.93) a quitté (Ping timeout: 248 seconds) 2016-03-01 01:30:51 Not-8b17 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/v2Klv 2016-03-01 01:30:52 Not-8b17 [minecraft-data] rom1504 80ffc1f - 1.9 protocol : fix packet_animation (still a varint and a u8, not sure why it was changed), hideParticles is a byte in packet_entity_effect 2016-03-01 01:32:52 --> javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a rejoint #mcdevs 2016-03-01 01:35:50 pokechu22 Akaibu, it was sometime in 1.9, and if I recall correctly it's due to it being too laggy? Might be wrong about that. 2016-03-01 01:36:50 Akaibu ah, might make sense 2016-03-01 01:38:39 Akaibu wait DiCaprio got an Oscar? 2016-03-01 01:38:48 Akaibu holy hell, about damn time 2016-03-01 01:39:18 Not-8b17 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/v2K4G 2016-03-01 01:39:20 Not-8b17 [minecraft-data] rom1504 4fc91bc - i8 not byte 2016-03-01 01:39:28 --> woder (~IceChat9@ip-24-156-181-19.user.start.ca) a rejoint #mcdevs 2016-03-01 01:39:34 Not-8b17 [flying-squid] rom1504 deleted branch greenkeeper-babel-runtime-6.6.1 2016-03-01 01:40:53 Gjum rom1504: regarding log viewing, the logs could be split by day, so its not 1 large file 2016-03-01 01:41:27 rom1504 Fenhl: client<-server: play.entity_effect :{"entityId":2310,"effectId":1,"amplifier":1,"duration":120,"hideParticles":2} 2016-03-01 01:41:30 rom1504 yes 2016-03-01 01:41:32 Not-8b17 [mineflayer] rom1504 deleted branch greenkeeper-minecraft-data-1.2.3 2016-03-01 01:41:36 rom1504 0 clue what it means though 2016-03-01 01:41:50 Not-8b17 [flying-squid] rom1504 deleted branch greenkeeper-minecraft-data-1.2.3 2016-03-01 01:42:14 rom1504 (hideParticles is clearly the wrong name now though) 2016-03-01 01:42:52 rom1504 Gjum: ah yeah, I guess I can do that 2016-03-01 01:43:14 Not-8b17 [mineflayer] rom1504 deleted branch greenkeeper-minecraft-protocol-0.19.2 2016-03-01 01:43:31 Not-8b17 [flying-squid] rom1504 deleted branch greenkeeper-minecraft-protocol-0.19.2 2016-03-01 01:44:21 Fenhl rom1504: uh okay, add it to Pre-release protocol please, I haven't merged that part yet 2016-03-01 01:44:31 Gjum znc does that by default for me ^^ 2016-03-01 01:45:24 Not-8b17 [mineflayer] rom1504 deleted branch greenkeeper-minecraft-data-1.2.4 2016-03-01 01:45:42 Not-8b17 [flying-squid] rom1504 deleted branch greenkeeper-minecraft-data-1.2.4 2016-03-01 01:49:00 Not-9c26 [wiki] Edit by Rom1504 to Pre-release protocol -> http://tinyurl.com/zonrcjz 2016-03-01 01:49:02 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a quitté (Ping timeout: 250 seconds) 2016-03-01 01:49:19 rom1504 Fenhl: done 2016-03-01 01:49:42 Not-8b17 [mineflayer] rom1504 deleted branch greenkeeper-minecraft-protocol-0.19.3 2016-03-01 01:50:06 Not-9c26 [wiki] Edit by Rom1504 to Pre-release protocol -> http://tinyurl.com/z4t2v5k 2016-03-01 01:50:49 rom1504 Gjum: well I use irssi :p, but anyway I'm running a tail (and copy) in a cron to keep only the part after the "publicly logged" was added 2016-03-01 01:50:59 rom1504 so I might as well do a split or something 2016-03-01 01:59:04 rom1504 Gjum: here you go https://logs.rom1504.fr/parts/167.txt 2016-03-01 02:00:24 --> javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a rejoint #mcdevs 2016-03-01 02:00:30 kashike rom1504: those are some interesting branch names 2016-03-01 02:01:06 rom1504 err yeah that's annoying 2016-03-01 02:01:19 rom1504 I wish notifico wouldn't report branch deletion 2016-03-01 02:04:36 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-03-01 02:05:20 +ammar2 https://github.com/notifico/notifico/commit/27dba4461478450a09ca3b84db2d02df6a2d6e75 2016-03-01 02:05:21 +ammar2 whoops 2016-03-01 02:06:11 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a quitté (Ping timeout: 248 seconds) 2016-03-01 02:13:50 -- r04r est maintenant connu sous le nom zz_r04r 2016-03-01 02:13:58 Not-8b17 [flying-squid] rom1504 deleted branch greenkeeper-minecraft-protocol-0.19.3 2016-03-01 02:17:42 --> javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a rejoint #mcdevs 2016-03-01 02:28:26 --> MeltedLux (MeltedLux@help.lux.melted.me) a rejoint #mcdevs 2016-03-01 02:31:30 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a quitté (Ping timeout: 250 seconds) 2016-03-01 02:42:47 --> javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a rejoint #mcdevs 2016-03-01 02:57:04 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a quitté (Ping timeout: 250 seconds) 2016-03-01 03:08:27 --> javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a rejoint #mcdevs 2016-03-01 03:37:48 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a quitté (Ping timeout: 250 seconds) 2016-03-01 03:48:59 --> javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a rejoint #mcdevs 2016-03-01 04:19:28 --> mfj|3 (~kvirc@202.55.151.66) a rejoint #mcdevs 2016-03-01 04:24:19 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a quitté (Ping timeout: 248 seconds) 2016-03-01 04:35:49 --> javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a rejoint #mcdevs 2016-03-01 05:13:55 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a quitté (Ping timeout: 248 seconds) 2016-03-01 05:17:00 <-- AlphaBlend (whizkid300@pool-108-0-105-214.lsanca.fios.verizon.net) a quitté (Read error: Connection reset by peer) 2016-03-01 05:17:55 --> AlphaBlend (~whizkid30@pool-108-0-105-214.lsanca.fios.verizon.net) a rejoint #mcdevs 2016-03-01 05:25:22 --> javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a rejoint #mcdevs 2016-03-01 05:32:12 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a quitté (Ping timeout: 250 seconds) 2016-03-01 05:43:47 --> javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a rejoint #mcdevs 2016-03-01 05:56:06 <-- Sudzzy (~Sudzzy@95.149.27.169) a quitté (Remote host closed the connection) 2016-03-01 06:00:02 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Ping timeout: 276 seconds) 2016-03-01 06:14:44 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-03-01 06:16:59 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2016-03-01 06:16:59 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-03-01 06:22:22 <-- pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a quitté (Quit: Page closed) 2016-03-01 06:31:34 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a quitté (Ping timeout: 250 seconds) 2016-03-01 06:42:48 --> javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a rejoint #mcdevs 2016-03-01 07:06:35 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a quitté (Remote host closed the connection) 2016-03-01 07:37:05 <-- AlphaBlend (~whizkid30@pool-108-0-105-214.lsanca.fios.verizon.net) a quitté (Read error: Connection reset by peer) 2016-03-01 07:38:03 --> AlphaBlend (~whizkid30@pool-108-0-105-214.lsanca.fios.verizon.net) a rejoint #mcdevs 2016-03-01 08:18:14 <-- walle303 (~walle303@pisg/dev/walle303) a quitté (Remote host closed the connection) 2016-03-01 08:21:10 --> walle303 (~walle303@pisg/dev/walle303) a rejoint #mcdevs 2016-03-01 09:03:14 <-- benbaptist_ (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a quitté (Ping timeout: 260 seconds) 2016-03-01 09:05:41 --> benbaptist_ (~benbaptis@c-50-178-138-73.hsd1.in.comcast.net) a rejoint #mcdevs 2016-03-01 09:08:51 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Read error: Connection reset by peer) 2016-03-01 09:09:50 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-nphzbrieezlidefc) a quitté (Quit: Connection closed for inactivity) 2016-03-01 09:10:46 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-03-01 09:26:39 <-- aeonchild (enchilado@defocus/yummy/enchilado) a quitté (Quit: Lost terminal) 2016-03-01 09:26:49 --> aeonchild (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-03-01 09:31:30 --> barneygale_ (~barneygal@176.248.216.93) a rejoint #mcdevs 2016-03-01 09:58:32 <-- barneygale_ (~barneygal@176.248.216.93) a quitté (Ping timeout: 246 seconds) 2016-03-01 10:06:52 -- zz_r04r est maintenant connu sous le nom r04r 2016-03-01 10:13:05 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-03-01 10:13:05 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-03-01 10:45:17 <-- Techcable (~Techcable@techcable.net) a quitté (Quit: ZNC - http://znc.in) 2016-03-01 10:45:50 --> Techcable (znc@techcable.net) a rejoint #mcdevs 2016-03-01 10:51:37 <-- Techcable (znc@techcable.net) a quitté (Quit: ZNC - http://znc.in) 2016-03-01 10:52:04 --> Techcable (~Techcable@techcable.net) a rejoint #mcdevs 2016-03-01 10:54:23 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-01 10:55:53 <-- Techcable (~Techcable@techcable.net) a quitté (Client Quit) 2016-03-01 11:06:03 --> Techcable (Techcable@techcable.net) a rejoint #mcdevs 2016-03-01 11:31:18 Not-8b17 [Charge] Wallbraker pushed 4 commits to master [+0/-0/±9] https://git.io/v26gE 2016-03-01 11:31:19 Not-8b17 [Charge] Wallbraker 626b90d - gfx: Refactor target 2016-03-01 11:31:21 Not-8b17 [Charge] Wallbraker dabb50b - gfx: Refactor texture 2016-03-01 11:31:22 Not-8b17 [Charge] Wallbraker 3d13b24 - gfx: Add Framebuffer 2016-03-01 11:31:24 Not-8b17 [Charge] Wallbraker 1c4f5e6 - gfx: Add ortho setting function to target 2016-03-01 12:18:30 tktech rom1504, On notifico under your hook settings there's an option called "Branches" 2016-03-01 12:18:36 tktech rom1504, set it to "master" 2016-03-01 12:23:46 rom1504 tktech: it's already set to master :\ 2016-03-01 12:23:55 tktech :| 2016-03-01 12:27:07 rom1504 should I open an issue there https://github.com/notifico/notifico/issues ? 2016-03-01 12:27:26 tktech Yeah please, "Branch Deletion Notifications Not Respecting Branch Filter" 2016-03-01 12:30:06 rom1504 https://github.com/notifico/notifico/issues/145 2016-03-01 12:30:30 tktech Thanks, I'll fix it later today once I've had my coffee 2016-03-01 13:22:35 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-03-01 13:29:01 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-01 15:20:39 <-- Extreme (extreme7@unaffiliated/extreme7) a quitté (Ping timeout: 260 seconds) 2016-03-01 15:31:01 --> Extreme (~Extreme@unaffiliated/extreme7) a rejoint #mcdevs 2016-03-01 15:52:36 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-03-01 16:17:02 <-- aeonchild (enchilado@defocus/yummy/enchilado) a quitté (Quit: Lost terminal) 2016-03-01 16:29:13 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 248 seconds) 2016-03-01 16:29:22 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-03-01 16:35:05 <-- ecx86 (~ecx86@unaffiliated/ecx86) a quitté (Ping timeout: 276 seconds) 2016-03-01 16:36:31 --> ecx86 (~ecx86@unaffiliated/ecx86) a rejoint #mcdevs 2016-03-01 16:41:03 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 252 seconds) 2016-03-01 16:41:37 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-03-01 16:43:04 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 244 seconds) 2016-03-01 16:46:26 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2016-03-01 17:00:31 <-- ryan-c (~ryan@srv1.turboslow.net) a quitté (Read error: Connection reset by peer) 2016-03-01 17:11:25 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Read error: Connection reset by peer) 2016-03-01 17:15:08 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-03-01 17:30:27 --> Huherak987 (591d6419@gateway/web/freenode/ip.89.29.100.25) a rejoint #mcdevs 2016-03-01 18:02:27 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 252 seconds) 2016-03-01 18:14:04 <-- oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a quitté (Remote host closed the connection) 2016-03-01 18:19:17 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-03-01 18:54:54 --> Akaibu (uid118096@gateway/web/irccloud.com/x-zgqnfigisuxmpstk) a rejoint #mcdevs 2016-03-01 19:01:26 Not-9c26 [wiki] Edit by Paulomart to Pre-release protocol -> http://tinyurl.com/hxlobdn 2016-03-01 19:31:13 <-- EvilJStoker (jstoker@unaffiliated/jstoker) a quitté (Killed (wolfe.freenode.net (Nickname regained by services))) 2016-03-01 19:31:34 --> EvilJStoker (jstoker@unaffiliated/jstoker) a rejoint #mcdevs 2016-03-01 19:34:56 --> yosafbridge` (~yosafbrid@2607:5300:100:200::160d) a rejoint #mcdevs 2016-03-01 19:37:35 <-- yosafbridge (~yosafbrid@2607:5300:100:200::160d) a quitté (Ping timeout: 264 seconds) 2016-03-01 19:47:36 <-- AlphaBlend (~whizkid30@pool-108-0-105-214.lsanca.fios.verizon.net) a quitté (Ping timeout: 250 seconds) 2016-03-01 19:47:51 --> AlphaBlend (whizkid300@pool-108-0-105-214.lsanca.fios.verizon.net) a rejoint #mcdevs 2016-03-01 19:50:38 <-- Morrolan (~Morrolan@castle.morrolan.ch) a quitté (Ping timeout: 250 seconds) 2016-03-01 19:51:41 <-- n3rd (n3rd@Hoth.Shadow-Dev.org) a quitté (Ping timeout: 268 seconds) 2016-03-01 19:52:22 <-- fortytwo (~thomas@who.let.this.bloody.dropbear.in) a quitté (Ping timeout: 250 seconds) 2016-03-01 19:53:21 --> n3rd (n3rd@Hoth.Shadow-Dev.org) a rejoint #mcdevs 2016-03-01 19:53:37 --> fortytwo (~thomas@who.let.this.bloody.dropbear.in) a rejoint #mcdevs 2016-03-01 19:55:51 --> Morrolan (morrolan@castle.morrolan.ch) a rejoint #mcdevs 2016-03-01 20:03:57 Huherak987 What packet is sent from client to server, when dismounting a horse for example ? 2016-03-01 20:06:48 Huherak987 rom1504 ? 2016-03-01 20:07:04 rom1504 Attach Entity 2016-03-01 20:07:12 rom1504 "Vechicle's Entity ID. Set to -1 to detach" 2016-03-01 20:07:55 Huherak987 The detach is not working in 1.9 2016-03-01 20:08:21 --> M1nef4n (4f8df2a7@gateway/web/freenode/ip.79.141.242.167) a rejoint #mcdevs 2016-03-01 20:08:26 Huherak987 Player has actually dismount but client still thinks that he is mounted 2016-03-01 20:08:43 Huherak987 but other players see him as dismounted standing on the ground 2016-03-01 20:11:22 Huherak987 rom1504 ? 2016-03-01 20:12:08 --> |Blaze|_ (~scott@184.70.189.74) a rejoint #mcdevs 2016-03-01 20:12:13 <-- |Blaze| (~scott@184.70.189.74) a quitté (Read error: Connection reset by peer) 2016-03-01 20:13:08 rom1504 trying to detach on the proxy and telling you ;) 2016-03-01 20:19:04 --> Sudzzy (~Sudzzy@95.149.27.169) a rejoint #mcdevs 2016-03-01 20:25:46 <-- NickG365 (~NickG365@cortex.starlabs.theflash.rocks) a quitté (*.net *.split) 2016-03-01 20:25:46 <-- ferrybig (~ferrybig@2a03:b0c0:0:1010::20:c001) a quitté (*.net *.split) 2016-03-01 20:25:46 <-- mbaxter (~mbax@mcblockit/staff/mbaxter) a quitté (*.net *.split) 2016-03-01 20:25:47 <-- rom1504 (rom1504@rom1504.fr) a quitté (*.net *.split) 2016-03-01 20:25:47 <-- JonasOSDever (~jp@play2win.io) a quitté (*.net *.split) 2016-03-01 20:25:49 <-- JeanSebTr (sid50581@gateway/web/irccloud.com/x-cdfkyizvsbrmarcv) a quitté (*.net *.split) 2016-03-01 20:25:49 <-- Dykam (~Dykam@2a03:b0c0:0:1010::da:5001) a quitté (*.net *.split) 2016-03-01 20:28:47 <-- M1nef4n (4f8df2a7@gateway/web/freenode/ip.79.141.242.167) a quitté (Quit: Page closed) 2016-03-01 20:31:38 --> rom1504 (rom1504@rom1504.fr) a rejoint #mcdevs 2016-03-01 20:31:38 --> NickG365 (~NickG365@cortex.starlabs.theflash.rocks) a rejoint #mcdevs 2016-03-01 20:31:38 --> ferrybig (~ferrybig@2a03:b0c0:0:1010::20:c001) a rejoint #mcdevs 2016-03-01 20:31:38 --> mbaxter (~mbax@mcblockit/staff/mbaxter) a rejoint #mcdevs 2016-03-01 20:31:38 --> JonasOSDever (~jp@play2win.io) a rejoint #mcdevs 2016-03-01 20:31:38 --> JeanSebTr (sid50581@gateway/web/irccloud.com/x-cdfkyizvsbrmarcv) a rejoint #mcdevs 2016-03-01 20:31:38 --> Dykam (~Dykam@2a03:b0c0:0:1010::da:5001) a rejoint #mcdevs 2016-03-01 21:52:13 <-- Huherak987 (591d6419@gateway/web/freenode/ip.89.29.100.25) a quitté (Quit: Page closed) 2016-03-01 22:05:08 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-03-01 22:17:33 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Quit: _123DMWM) 2016-03-01 22:33:08 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2016-03-01 23:05:20 Not-8b17 [Charge] Wallbraker pushed 5 commits to master [+1/-0/±10] https://git.io/v2Xsf 2016-03-01 23:05:21 Not-8b17 [Charge] Wallbraker dd795a0 - sys: Use ~this instead of collect 2016-03-01 23:05:23 Not-8b17 [Charge] Wallbraker 28c5e55 - gfx: Whitespace 2016-03-01 23:05:24 Not-8b17 [Charge] Wallbraker c3ca3a2 - sys: Whitespace 2016-03-01 23:05:26 Not-8b17 [Charge] ... and 2 more commits. 2016-03-01 23:11:09 --> barneygale_ (~barneygal@176.248.216.93) a rejoint #mcdevs 2016-03-01 23:19:50 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-zgqnfigisuxmpstk) a quitté (Quit: Connection closed for inactivity) 2016-03-01 23:45:14 --> Akaibu (uid118096@gateway/web/irccloud.com/x-fjhrcywfqvxysush) a rejoint #mcdevs 2016-03-01 23:47:56 --> Brandon15811_ (~Brandon15@2001:bc8:3111:200::) a rejoint #mcdevs 2016-03-01 23:47:56 --> Brandon15811___ (~Brandon15@195-154-68-209.rev.poneytelecom.eu) a rejoint #mcdevs 2016-03-01 23:52:03 --> pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a rejoint #mcdevs 2016-03-01 23:58:00 <-- kashike (kashike@unaffiliated/kashike) a quitté (Quit: WeeChat 1.5-dev) 2016-03-02 00:05:00 --> kashike (kashike@unaffiliated/kashike) a rejoint #mcdevs 2016-03-02 00:06:24 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-fjhrcywfqvxysush) a quitté 2016-03-02 00:32:32 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-03-02 00:37:08 --> javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a rejoint #mcdevs 2016-03-02 01:15:16 --> aeonchild (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-03-02 01:15:32 <-- aeonchild (enchilado@defocus/yummy/enchilado) a quitté (Client Quit) 2016-03-02 01:16:24 --> aeonchild (~aeonchild@defocus/yummy/enchilado) a rejoint #mcdevs 2016-03-02 01:40:20 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a quitté (Ping timeout: 250 seconds) 2016-03-02 01:40:55 <-- pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a quitté (Quit: Page closed) 2016-03-02 01:51:48 --> javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a rejoint #mcdevs 2016-03-02 01:54:15 <-- barneygale_ (~barneygal@176.248.216.93) a quitté (Remote host closed the connection) 2016-03-02 01:56:47 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-02 02:01:54 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 276 seconds) 2016-03-02 02:14:39 -- r04r est maintenant connu sous le nom zz_r04r 2016-03-02 02:40:55 --> barneygale_ (~barneygal@176.248.216.93) a rejoint #mcdevs 2016-03-02 03:29:32 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-02 03:46:26 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 250 seconds) 2016-03-02 03:57:42 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-02 04:02:47 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 276 seconds) 2016-03-02 04:24:08 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a quitté (Ping timeout: 250 seconds) 2016-03-02 04:35:34 --> javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a rejoint #mcdevs 2016-03-02 04:52:03 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a quitté (Ping timeout: 248 seconds) 2016-03-02 05:03:48 --> javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a rejoint #mcdevs 2016-03-02 05:18:07 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-02 05:28:16 <-- Sudzzy (~Sudzzy@95.149.27.169) a quitté (Remote host closed the connection) 2016-03-02 05:32:56 <-- Extreme (~Extreme@unaffiliated/extreme7) a quitté (Quit: -) 2016-03-02 05:44:05 --> Extreme (extreme7@unaffiliated/extreme7) a rejoint #mcdevs 2016-03-02 05:45:51 kashike am I blind or is the metadata format section missing Player? 2016-03-02 05:47:35 <-- Extreme (extreme7@unaffiliated/extreme7) a quitté (Quit: -) 2016-03-02 05:54:05 --> Extreme (extreme7@unaffiliated/extreme7) a rejoint #mcdevs 2016-03-02 05:58:27 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-02 06:03:42 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 276 seconds) 2016-03-02 06:12:48 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-03-02 06:15:15 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 248 seconds) 2016-03-02 06:15:15 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-03-02 06:43:45 <-- n3rd (n3rd@Hoth.Shadow-Dev.org) a quitté (Quit: No Ping reply in 180 seconds.) 2016-03-02 06:47:32 --> n3rd (n3rd@Hoth.Shadow-Dev.org) a rejoint #mcdevs 2016-03-02 07:44:23 --> morfin (~morfin@morfin.telenet.ru) a rejoint #mcdevs 2016-03-02 07:46:29 <-- Brandon15811 (~brandon15@ip98-181-10-159.br.br.cox.net) a quitté (Ping timeout: 260 seconds) 2016-03-02 07:46:30 -- Brandon15811___ est maintenant connu sous le nom Brandon15811 2016-03-02 07:51:25 --> brandon__ (~brandon15@ip98-181-10-159.br.br.cox.net) a rejoint #mcdevs 2016-03-02 07:51:50 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a quitté (Remote host closed the connection) 2016-03-02 07:59:16 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-02 08:03:38 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 260 seconds) 2016-03-02 08:06:16 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-02 08:09:54 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 250 seconds) 2016-03-02 08:44:55 <-- Morrolan (morrolan@castle.morrolan.ch) a quitté (Ping timeout: 248 seconds) 2016-03-02 08:46:11 --> Morrolan (morrolan@castle.morrolan.ch) a rejoint #mcdevs 2016-03-02 09:18:46 <-- MeltedLux (MeltedLux@help.lux.melted.me) a quitté (Quit: R.I.P) 2016-03-02 09:19:06 --> MeltedLux (~MeltedLux@bifrost.melted.pw) a rejoint #mcdevs 2016-03-02 10:18:23 <-- barneygale_ (~barneygal@176.248.216.93) a quitté (Ping timeout: 260 seconds) 2016-03-02 10:26:15 -- zz_r04r est maintenant connu sous le nom r04r 2016-03-02 10:53:46 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-03-02 10:59:59 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-02 11:25:31 rom1504 kashike: add it if it exists 2016-03-02 11:49:42 <-- aeonchild (~aeonchild@defocus/yummy/enchilado) a quitté (Quit: Lost terminal) 2016-03-02 11:49:57 --> aeonchild (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-03-02 12:12:38 <-- Dadido3 (~quassel@p5B00A72D.dip0.t-ipconnect.de) a quitté (Quit: No Ping reply in 180 seconds.) 2016-03-02 12:16:13 --> Dadido3 (~quassel@p5B00A72D.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-03-02 15:02:47 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-03-02 15:04:07 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-02 15:06:19 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-03-02 16:21:00 <-- Extreme (extreme7@unaffiliated/extreme7) a quitté (Ping timeout: 260 seconds) 2016-03-02 16:23:43 --> Extreme (extreme7@unaffiliated/extreme7) a rejoint #mcdevs 2016-03-02 16:28:11 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-03-02 16:38:26 --> Sudzzy (~Sudzzy@95.149.27.169) a rejoint #mcdevs 2016-03-02 16:40:17 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-03-02 16:41:06 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-03-02 16:42:28 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Client Quit) 2016-03-02 16:43:11 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-03-02 16:44:20 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Client Quit) 2016-03-02 16:45:10 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-03-02 16:46:16 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Client Quit) 2016-03-02 16:47:10 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-03-02 16:48:11 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Client Quit) 2016-03-02 16:49:06 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-03-02 16:50:08 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Client Quit) 2016-03-02 16:51:02 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-03-02 16:52:00 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Client Quit) 2016-03-02 17:06:06 --> M4GNV5 (~M4GNV5@p54988430.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-03-02 17:07:15 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-02 17:11:46 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 252 seconds) 2016-03-02 17:12:09 --> NickG365_ (~NickG365@cortex.starlabs.theflash.rocks) a rejoint #mcdevs 2016-03-02 17:15:05 <-- aeonchild (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 248 seconds) 2016-03-02 17:15:05 --> rom1504_ (rom1504@rom1504.fr) a rejoint #mcdevs 2016-03-02 17:15:39 <-- JeanSebTr (sid50581@gateway/web/irccloud.com/x-cdfkyizvsbrmarcv) a quitté (Ping timeout: 264 seconds) 2016-03-02 17:15:39 <-- Dykam (~Dykam@2a03:b0c0:0:1010::da:5001) a quitté (Quit: No Ping reply in 180 seconds.) 2016-03-02 17:15:40 <-- rom1504 (rom1504@rom1504.fr) a quitté (Ping timeout: 264 seconds) 2016-03-02 17:15:41 <-- NickG365 (~NickG365@cortex.starlabs.theflash.rocks) a quitté (Ping timeout: 264 seconds) 2016-03-02 17:15:42 -- NickG365_ est maintenant connu sous le nom NickG365 2016-03-02 17:15:44 --> Dykam_ (~Dykam@2a03:b0c0:0:1010::da:5001) a rejoint #mcdevs 2016-03-02 17:16:46 --> aeonchild (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-03-02 17:18:06 --> JeanSebTr (sid50581@gateway/web/irccloud.com/x-fpmdjimeihwopoir) a rejoint #mcdevs 2016-03-02 17:26:15 -- rom1504_ est maintenant connu sous le nom rom1504 2016-03-02 17:41:27 --> Grum (~grum@irc.grum.nl) a rejoint #mcdevs 2016-03-02 17:41:27 -- Mode #mcdevs [+v Grum] par ChanServ 2016-03-02 18:26:27 <-- ecx86 (~ecx86@unaffiliated/ecx86) a quitté (Read error: Connection reset by peer) 2016-03-02 18:26:56 --> ecx86 (~ecx86@unaffiliated/ecx86) a rejoint #mcdevs 2016-03-02 18:28:23 <-- Morrolan (morrolan@castle.morrolan.ch) a quitté (Ping timeout: 246 seconds) 2016-03-02 18:31:38 --> Morrolan (morrolan@castle.morrolan.ch) a rejoint #mcdevs 2016-03-02 18:44:30 --> Akaibu (uid118096@gateway/web/irccloud.com/x-svfgdgpkbfjhxstp) a rejoint #mcdevs 2016-03-02 19:08:06 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-02 19:12:51 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 248 seconds) 2016-03-02 19:29:51 Not-8b17 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±1] https://git.io/v2DKG 2016-03-02 19:29:53 Not-8b17 [minecraft-data] rom1504 e2ffa06 - 1.9 protocol : fix packet_spawn_entity_painting, missing an uuid field http://pokechu22.github.io/Burger/1.9.html#packets:play_clientbound_04 2016-03-02 19:36:34 Not-9c26 [wiki] Edit by Rom1504 to Pre-release protocol -> http://tinyurl.com/hd8lqny 2016-03-02 19:37:43 Not-9c26 [wiki] Edit by Rom1504 to Pre-release protocol -> http://tinyurl.com/hbh2j56 2016-03-02 19:40:35 --> laxask_ (~lax@unaffiliated/laxask) a rejoint #mcdevs 2016-03-02 19:41:40 <-- laxask (~lax@unaffiliated/laxask) a quitté (Ping timeout: 260 seconds) 2016-03-02 19:43:47 Not-8b17 [mineflayer] rom1504 deleted branch greenkeeper-minecraft-data-1.2.5 2016-03-02 19:45:13 rom1504 more 1.9 protocol fix ^ 2016-03-02 19:47:43 --> Timelaw (~Timelaw@nl118-171-111.student.uu.se) a rejoint #mcdevs 2016-03-02 19:49:13 Not-8b17 [mineflayer] rom1504 deleted branch greenkeeper-minecraft-protocol-0.19.4 2016-03-02 19:49:20 Not-8b17 [flying-squid] rom1504 deleted branch greenkeeper-minecraft-protocol-0.19.4 2016-03-02 20:05:53 Not-8b17 [flying-squid] rom1504 deleted branch greenkeeper-minecraft-data-1.2.5 2016-03-02 20:06:37 rom1504 waiting for https://github.com/notifico/notifico/issues/145 :) 2016-03-02 20:50:40 --> barneygale_ (~barneygal@176.248.216.93) a rejoint #mcdevs 2016-03-02 20:52:19 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 252 seconds) 2016-03-02 20:52:27 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-03-02 21:09:04 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-02 21:13:45 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 264 seconds) 2016-03-02 21:19:05 <-- Timelaw (~Timelaw@nl118-171-111.student.uu.se) a quitté (Ping timeout: 260 seconds) 2016-03-02 22:29:50 <-- Sudzzy (~Sudzzy@95.149.27.169) a quitté (Remote host closed the connection) 2016-03-02 22:51:47 --> pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a rejoint #mcdevs 2016-03-02 23:06:37 Not-9c26 [wiki] Edit by Zyuiop to Entities -> http://tinyurl.com/zohos8m 2016-03-02 23:22:18 Not-9c26 [wiki] Edit by Zyuiop to Entities -> http://tinyurl.com/z5tsy2q 2016-03-03 00:11:56 --> javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a rejoint #mcdevs 2016-03-03 00:57:30 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-03-03 01:10:27 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-03 01:11:47 javaprophet Thinkofname, if you don't mind me asking, why did you stop maintaining steven when it was farther than any other non-Mojang client before it? 2016-03-03 01:12:33 +Thinkofname I started my third year of Uni and between spigot and my uni work I ran out of time 2016-03-03 01:13:05 +Thinkofname plus as it turns out Mojang does a lot of changes between snapshot versions and it isn't always easy to follow :P 2016-03-03 01:13:25 javaprophet Okay, thanks. I'm currently writing a client in C as a hobby project myself. 2016-03-03 01:13:48 javaprophet Since 1.9 just came out, it seems like a good time to start, so I don't have to worry about those for a while. :P 2016-03-03 01:14:08 +Thinkofname neat, try not to rip your hair out at all the quirks :) 2016-03-03 01:14:15 javaprophet :) 2016-03-03 01:15:29 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 276 seconds) 2016-03-03 01:30:11 --> Timelaw (~Timelaw@nl118-171-111.student.uu.se) a rejoint #mcdevs 2016-03-03 02:03:27 <-- ecx86 (~ecx86@unaffiliated/ecx86) a quitté (Read error: Connection reset by peer) 2016-03-03 02:03:56 --> ecx86 (~ecx86@unaffiliated/ecx86) a rejoint #mcdevs 2016-03-03 02:16:23 -- r04r est maintenant connu sous le nom zz_r04r 2016-03-03 02:22:20 <-- barneygale_ (~barneygal@176.248.216.93) a quitté (Ping timeout: 250 seconds) 2016-03-03 02:39:55 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Ping timeout: 252 seconds) 2016-03-03 03:10:50 <-- Jckf (jckf@mikros.flaten.it) a quitté (Ping timeout: 260 seconds) 2016-03-03 03:11:03 <-- AlJaMa (~quassel@unaffiliated/aljama) a quitté (Quit: No Ping reply in 180 seconds.) 2016-03-03 03:11:22 --> AlJaMa (~quassel@unaffiliated/aljama) a rejoint #mcdevs 2016-03-03 03:11:24 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-03 03:12:25 --> Jckf (jckf@mikros.flaten.it) a rejoint #mcdevs 2016-03-03 03:15:05 --> gurun_ (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-03-03 03:15:38 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 250 seconds) 2016-03-03 03:17:37 --> Momo (68dd50ad@gateway/web/freenode/ip.104.221.80.173) a rejoint #mcdevs 2016-03-03 03:20:23 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-03 03:22:45 --> fortytwo_ (~thomas@who.let.this.bloody.dropbear.in) a rejoint #mcdevs 2016-03-03 03:22:47 --> Grum_ (~grum@irc.grum.nl) a rejoint #mcdevs 2016-03-03 03:22:47 -- Mode #mcdevs [+v Grum_] par ChanServ 2016-03-03 03:23:55 <-- Grum (~grum@irc.grum.nl) a quitté (Ping timeout: 248 seconds) 2016-03-03 03:23:55 <-- fortytwo (~thomas@who.let.this.bloody.dropbear.in) a quitté (Ping timeout: 248 seconds) 2016-03-03 03:23:55 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 248 seconds) 2016-03-03 03:23:58 -- fortytwo_ est maintenant connu sous le nom fortytwo 2016-03-03 03:23:58 -- Grum_ est maintenant connu sous le nom Grum 2016-03-03 03:34:31 Momo Hey, I'm having an issue with sending a Server List Ping using a TCP byte array. These are the bytes I am sending, as well as the JSON response it contains. The problem is that neither the MOTD or the version is shown on the server list, although it does show "Pinging...". Do you think the issue is related to the packet byte load I created or the connection between the client and the server? 2016-03-03 03:34:47 Momo This is the byte load: https://gist.github.com/MOMOTHEREAL/ca32ec06d9675a061fcc 2016-03-03 03:35:26 javaprophet Are you creating a ping responder or a pinger? (ie client or server perspective) 2016-03-03 03:36:49 Momo Not at the moment, but is it needed for the client to show server information? 2016-03-03 03:37:34 Momo Oops, misread that. It's a server, so it receives a Handshake packet first, then responds with the byte load I sent 2016-03-03 03:37:37 javaprophet The client doesn't need a successful ping to connect. From your Github link, it looks like it worked fine? 2016-03-03 03:39:12 javaprophet http://wiki.vg/Protocol#Without_compression 2016-03-03 03:39:49 javaprophet I think your sending the length as 0, one second. 2016-03-03 03:39:59 --> M4GNV5_ (~M4GNV5@p54988891.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-03-03 03:40:23 Momo Ah, that must be it. I'll try some stuff and get back to you. 2016-03-03 03:40:32 javaprophet A further thing to keep in mind, is that the client will send a ping Request. 2016-03-03 03:41:38 Momo Yes indeed. Would that be related to the fact that a couple seconds after the SLP packet is sent to the client, the client sends a 0x1 packet? 2016-03-03 03:41:55 Momo (Without the server sending the Pong packet just yet) 2016-03-03 03:42:03 javaprophet When the client sends a 0x1, that is a ping, and you should reply with a pong. 2016-03-03 03:42:16 javaprophet http://wiki.vg/Protocol#Status 2016-03-03 03:42:41 javaprophet 0x0 is a "Request", which means that after that you can send a "Response" 2016-03-03 03:42:58 Momo Alright, I'll try fixing the SLP packet first then actually making a Ping-Pong packet listener/sender. 2016-03-03 03:44:35 <-- M4GNV5 (~M4GNV5@p54988430.dip0.t-ipconnect.de) a quitté (Ping timeout: 268 seconds) 2016-03-03 03:47:43 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 240 seconds) 2016-03-03 04:04:58 <-- M4GNV5_ (~M4GNV5@p54988891.dip0.t-ipconnect.de) a quitté (Remote host closed the connection) 2016-03-03 04:12:57 <-- ShaRose (ShaRose@i.am.sharo.se) a quitté (Ping timeout: 276 seconds) 2016-03-03 04:13:35 <-- AlphaBlend (whizkid300@pool-108-0-105-214.lsanca.fios.verizon.net) a quitté (Ping timeout: 246 seconds) 2016-03-03 04:14:56 --> ShaRose (ShaRose@i.am.sharo.se) a rejoint #mcdevs 2016-03-03 04:16:34 Momo Does the server receive anything when the client aborts pinging the server? 2016-03-03 04:16:35 --> Jumla (~Wynncraft@24-177-230-202.dhcp.gnvl.sc.charter.com) a rejoint #mcdevs 2016-03-03 04:17:36 <-- ecx86 (~ecx86@unaffiliated/ecx86) a quitté (Read error: Connection reset by peer) 2016-03-03 04:18:23 --> ecx86 (~ecx86@unaffiliated/ecx86) a rejoint #mcdevs 2016-03-03 04:21:17 --> realz_ (~realz@pool-108-30-23-115.nycmny.fios.verizon.net) a rejoint #mcdevs 2016-03-03 04:22:16 --> WizardCM- (~WizardCM@atom.cloud.faunt.net) a rejoint #mcdevs 2016-03-03 04:22:36 <-- realz_ (~realz@pool-108-30-23-115.nycmny.fios.verizon.net) a quitté (Changing host) 2016-03-03 04:22:36 --> realz_ (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-03 04:22:48 <-- realz (~realz@unaffiliated/realazthat) a quitté (Disconnected by services) 2016-03-03 04:22:50 -- realz_ est maintenant connu sous le nom realz 2016-03-03 04:25:46 --> md_5- (~md_5@mcdevs/trusted/md-5) a rejoint #mcdevs 2016-03-03 04:25:46 -- Mode #mcdevs [+v md_5-] par ChanServ 2016-03-03 04:25:59 --> ylt` (ylt@d3s.co) a rejoint #mcdevs 2016-03-03 04:26:18 --> laxask (~lax@unaffiliated/laxask) a rejoint #mcdevs 2016-03-03 04:26:22 --> tktech_ (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a rejoint #mcdevs 2016-03-03 04:26:25 javaprophet @Momo, the client doesn't usually abort pinging, however you MAY receive a TCP RST, closing the connection. I highly recommend adding timeouts to any connection. 2016-03-03 04:26:29 --> Wallbraker (jakob@void-network.org) a rejoint #mcdevs 2016-03-03 04:26:29 -- Mode #mcdevs [+v Wallbraker] par ChanServ 2016-03-03 04:26:34 <-- ylt (ylt@d3s.co) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:34 <-- tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:34 <-- humerusj (~humerusj@unaffiliated/humerusj) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:35 <-- jnoah (~brutal_ch@osuosl/staff/brutal-chaos) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:37 <-- Prf_Jakob (jakob@void-network.org) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:38 <-- Amyashi (~Amyashi@unaffiliated/Amyashi) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:39 <-- md_5 (~md_5@mcdevs/trusted/md-5) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:39 <-- Aikar (~Aikar@wikia/Aikar) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:39 <-- unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:39 <-- Meeeh (~Meeeh@diorite.org) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:39 <-- fragmer (~fragmer@45.55.2.85) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:40 <-- PhonicUK (~PhonicUK@pdpc/supporter/student/phonicuk) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:40 <-- ShaRose (ShaRose@i.am.sharo.se) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:40 <-- laxask_ (~lax@unaffiliated/laxask) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:41 <-- Aster (~Aster@april-fools/2013/ninth/aster) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:41 <-- Tristitia (~tristitia@static-ip-69-64-50-196.inaddr.ip-pool.com) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:42 <-- __0x277F (~knm@unaffiliated/--0x277f/x-3357507) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:43 <-- stalkerr (~Mann@unaffiliated/stalkerr) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:43 <-- WizardCM (~WizardCM@atom.cloud.faunt.net) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:43 <-- eeew (eeew@bnc3.dnaclan.eu) a quitté (Ping timeout: 260 seconds) 2016-03-03 04:26:43 --> unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a rejoint #mcdevs 2016-03-03 04:26:45 --> Meeeh_ (~Meeeh@diorite.org) a rejoint #mcdevs 2016-03-03 04:26:45 -- WizardCM- est maintenant connu sous le nom WizardCM 2016-03-03 04:26:45 --> jnoah (~brutal_ch@osuosl/staff/brutal-chaos) a rejoint #mcdevs 2016-03-03 04:26:45 -- Mode #mcdevs [+v jnoah] par ChanServ 2016-03-03 04:26:46 --> humerusj_ (~humerusj@unaffiliated/humerusj) a rejoint #mcdevs 2016-03-03 04:26:48 --> PhonicUK2 (~PhonicUK@mcmyadm.in) a rejoint #mcdevs 2016-03-03 04:26:55 --> stalkerr (~Mann@unaffiliated/stalkerr) a rejoint #mcdevs 2016-03-03 04:27:02 --> Aikar_ (~Aikar@web01.starlis.com) a rejoint #mcdevs 2016-03-03 04:27:09 --> eeew (eeew@bnc3.dnaclan.eu) a rejoint #mcdevs 2016-03-03 04:27:14 --> ShaRose (ShaRose@i.am.sharo.se) a rejoint #mcdevs 2016-03-03 04:27:28 --> fragmer (~fragmer@45.55.2.85) a rejoint #mcdevs 2016-03-03 04:27:28 -- Mode #mcdevs [+v fragmer] par ChanServ 2016-03-03 04:27:41 --> Tristit1a (~tristitia@static-ip-69-64-50-196.inaddr.ip-pool.com) a rejoint #mcdevs 2016-03-03 04:27:45 -- humerusj_ est maintenant connu sous le nom humerusj 2016-03-03 04:28:27 --> Guest41724 (~Aster@destrock.com) a rejoint #mcdevs 2016-03-03 04:29:23 --> knm (~knm@bryn.justinwflory.com) a rejoint #mcdevs 2016-03-03 04:29:23 <-- knm (~knm@bryn.justinwflory.com) a quitté (Changing host) 2016-03-03 04:29:23 --> knm (~knm@unaffiliated/--0x277f/x-3357507) a rejoint #mcdevs 2016-03-03 04:29:26 -- knm est maintenant connu sous le nom __0x277F 2016-03-03 04:29:39 --> Amyashi (~Amyashi@45.43.207.84) a rejoint #mcdevs 2016-03-03 04:29:39 <-- Amyashi (~Amyashi@45.43.207.84) a quitté (Changing host) 2016-03-03 04:29:39 --> Amyashi (~Amyashi@unaffiliated/Amyashi) a rejoint #mcdevs 2016-03-03 04:35:21 <-- pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a quitté (Quit: Page closed) 2016-03-03 04:40:11 <-- Dadido3 (~quassel@p5B00A72D.dip0.t-ipconnect.de) a quitté (Quit: No Ping reply in 180 seconds.) 2016-03-03 04:41:25 --> Dadido3 (~quassel@p5B00A72D.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-03-03 04:43:57 -- Tristit1a est maintenant connu sous le nom Tristitia 2016-03-03 04:59:51 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-svfgdgpkbfjhxstp) a quitté (Quit: Connection closed for inactivity) 2016-03-03 05:07:32 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-03-03 06:07:14 <-- Timelaw (~Timelaw@nl118-171-111.student.uu.se) a quitté (Ping timeout: 250 seconds) 2016-03-03 06:12:52 --> redstonehelper_ (~redstoneh@p4FCCEF88.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-03-03 06:12:52 <-- redstonehelper_ (~redstoneh@p4FCCEF88.dip0.t-ipconnect.de) a quitté (Changing host) 2016-03-03 06:12:52 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-03-03 06:15:15 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 248 seconds) 2016-03-03 06:15:15 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-03-03 06:18:15 Momo Apparently the client did not like having following zeros inside a VarInt, it just needed a byte for the size of the packet & the data. Good thing it works now, although I don't receive the Ping packet anymore... 2016-03-03 06:19:09 <-- Jumla (~Wynncraft@24-177-230-202.dhcp.gnvl.sc.charter.com) a quitté (Ping timeout: 240 seconds) 2016-03-03 06:21:22 <-- realz (~realz@unaffiliated/realazthat) a quitté (Disconnected by services) 2016-03-03 06:21:45 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-03-03 07:04:07 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-03-03 07:05:57 <-- gurun_ (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 264 seconds) 2016-03-03 07:12:57 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-03 07:18:12 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Ping timeout: 276 seconds) 2016-03-03 07:27:56 <-- javaprophet (~javaproph@2601:647:ca02:f4d0:a92d:ee5:d23b:176c) a quitté (Remote host closed the connection) 2016-03-03 07:51:52 --> gurun_ (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-03-03 07:53:29 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 248 seconds) 2016-03-03 08:28:40 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-03 08:28:41 --> Jumla (~Wynncraft@24-177-230-202.dhcp.gnvl.sc.charter.com) a rejoint #mcdevs 2016-03-03 08:45:07 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 248 seconds) 2016-03-03 08:58:24 Momo Hey, how does the server keep track of which client sends Hanshake and update the client's connection 'Next State'? Is the connection's IPv4 a viable solution for storing connection data? 2016-03-03 09:01:24 --> Hafydd (~Hafydd@unaffiliated/joo) a rejoint #mcdevs 2016-03-03 09:04:40 +Amaranth Momo: The IP/port combo of the client is required to be unique 2016-03-03 09:04:45 +Amaranth Otherwise the internet wouldn't work 2016-03-03 09:05:59 Hafydd Amaranth: are you ammaraskar on GitHub? 2016-03-03 09:06:24 +Amaranth ammar2: Stop being me! :P 2016-03-03 09:06:40 Hafydd Oh. Is ammar2 ammaraskar on GitHub? 2016-03-03 09:06:47 +Amaranth hehe, yeah 2016-03-03 09:06:50 Hafydd I see. 2016-03-03 09:07:02 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté 2016-03-03 09:07:02 Hafydd Have they been active recently? 2016-03-03 09:07:31 +Amaranth Err, in here or in general? 2016-03-03 09:07:52 Hafydd In here. 2016-03-03 09:07:57 Hafydd I can see they have been active on GitHub. 2016-03-03 09:08:35 +Amaranth I don't think he has talked in this channel in, well, at least days 2016-03-03 09:09:47 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-03 09:09:50 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-03-03 09:10:40 Hafydd ammar2: do you have any immediate plans to update to 1.9 protocol versions? I can see that you have which indicates that perhaps you're doing something like that. If you are, perhaps I can be of assistance, because I have a project that uses pyCraft and needs to upgrade to 1.9. 2016-03-03 09:31:53 +ammar2 Hafydd: sorry I don't really have time to maintain that project regularly anymore 2016-03-03 09:32:15 +ammar2 if you wanna try updating it to 1.9 I'll be happy to look over your changes and help you 2016-03-03 09:34:24 Hafydd ammar2: I see. Perhaps I will submit a pull report at some point, then. 2016-03-03 09:34:53 Hafydd Er... a pull request, I mean. 2016-03-03 09:36:27 -- zz_r04r est maintenant connu sous le nom r04r 2016-03-03 09:47:31 <-- Guest41724 (~Aster@destrock.com) a quitté (Changing host) 2016-03-03 09:47:31 --> Guest41724 (~Aster@april-fools/2013/ninth/aster) a rejoint #mcdevs 2016-03-03 09:47:37 -- Guest41724 est maintenant connu sous le nom Aster 2016-03-03 10:42:03 <-- gurun_ (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Quit: Leaving) 2016-03-03 10:46:03 <-- rheddry (~levi@hakr.io) a quitté (Ping timeout: 260 seconds) 2016-03-03 10:49:47 --> levifig (~levi@hakr.io) a rejoint #mcdevs 2016-03-03 10:51:53 <-- GunfighterJ (gunfighter@2607:5300:60:34b:d::43) a quitté (Quit: (╯°□°)╯︵ ʇǝuɹǝʇuı ǝɥʇ ɥʇıʍ ǝuop ɯ,ı) 2016-03-03 10:52:47 <-- Momo (68dd50ad@gateway/web/freenode/ip.104.221.80.173) a quitté (Quit: Page closed) 2016-03-03 10:53:19 --> GunfighterJ (gunfighter@2607:5300:60:34b:d::43) a rejoint #mcdevs 2016-03-03 10:59:11 --> Timelaw (~Timelaw@nl118-171-111.student.uu.se) a rejoint #mcdevs 2016-03-03 12:03:41 <-- Timelaw (~Timelaw@nl118-171-111.student.uu.se) a quitté (Quit: WeeChat 1.4) 2016-03-03 12:22:06 --> icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a rejoint #mcdevs 2016-03-03 14:30:48 --> Akaibu (uid118096@gateway/web/irccloud.com/x-ialsgzilqczscccp) a rejoint #mcdevs 2016-03-03 14:39:52 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-ialsgzilqczscccp) a quitté (Ping timeout: 250 seconds) 2016-03-03 14:50:57 --> Akaibu (uid118096@gateway/web/irccloud.com/x-givdzxosciahpctd) a rejoint #mcdevs 2016-03-03 15:47:15 <-- icemanbp (~icemanbp@host49-54-static.0-79-b.business.telecomitalia.it) a quitté (Remote host closed the connection) 2016-03-03 15:52:37 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-03-03 15:59:04 Not-8b17 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±3] https://git.io/v2HUv 2016-03-03 15:59:06 Not-8b17 [minecraft-data] rom1504 c6c6ece - fix effects schema, use ajv instead of jsonschema because it's way faster and it's better at validating 2016-03-03 16:13:21 --> Sigfrid (~nova@207-175-114-200.fibertel.com.ar) a rejoint #mcdevs 2016-03-03 16:59:51 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-givdzxosciahpctd) a quitté (Quit: Connection closed for inactivity) 2016-03-03 17:35:11 Not-9c26 [wiki] Edit by Pokechu22 to How to Write a Server -> http://tinyurl.com/zvwtr4x 2016-03-03 17:42:41 --> Akaibu (uid118096@gateway/web/irccloud.com/x-bkakaxstkqmjylft) a rejoint #mcdevs 2016-03-03 18:04:22 Not-9c26 [wiki] Edit by Pokechu22 to Plugin channel -> http://tinyurl.com/zprcr9n 2016-03-03 18:09:38 Not-9c26 [wiki] Edit by Pokechu22 to Minecraft Forge Handshake -> http://tinyurl.com/zy55cem 2016-03-03 18:11:27 <-- SinZ (~SinZ@121.219.109.174) a quitté (Ping timeout: 276 seconds) 2016-03-03 18:11:43 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Ping timeout: 260 seconds) 2016-03-03 18:13:13 --> SinZ (~SinZ@101.160.130.156) a rejoint #mcdevs 2016-03-03 18:13:13 -- Mode #mcdevs [+v SinZ] par ChanServ 2016-03-03 18:46:10 Not-9c26 [wiki] Edit by Fenhl to Protocol -> http://tinyurl.com/jzwyfcc 2016-03-03 18:51:31 --> NathanWolf_ (~NathanWol@216-235-101-HCC-80.hcc.net) a rejoint #mcdevs 2016-03-03 18:52:37 NathanWolf_ I understand that there are plans to eventually have clients validate a resource pack versus the server-provided sha. I am wondering if there are plans to allow servers or resource packs to tell clients to skip that check? 2016-03-03 18:53:04 NathanWolf_ I am asking because I'd like to automate RP updates server-side using only HEAD requests and ETag, but that's usually an md5 not a sha- wondering if I need to actually download the whole RP and sha it to be safe. 2016-03-03 19:20:58 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-03-03 19:22:08 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Client Quit) 2016-03-03 19:22:53 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-03-03 19:28:51 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Ping timeout: 248 seconds) 2016-03-03 19:44:50 <-- Sigfrid (~nova@207-175-114-200.fibertel.com.ar) a quitté (Quit: Leaving) 2016-03-03 19:56:58 --> Momo (68dd50ad@gateway/web/freenode/ip.104.221.80.173) a rejoint #mcdevs 2016-03-03 20:02:42 --> Sudzzy (~Sudzzy@95.149.27.169) a rejoint #mcdevs 2016-03-03 20:28:59 <-- VoidWhisperer (~VoidWhisp@unaffiliated/voidwhisperer) a quitté (Read error: Connection reset by peer) 2016-03-03 20:33:22 --> VoidWhisperer (~VoidWhisp@vwserver.student.rit.edu) a rejoint #mcdevs 2016-03-03 20:33:22 <-- VoidWhisperer (~VoidWhisp@vwserver.student.rit.edu) a quitté (Changing host) 2016-03-03 20:33:22 --> VoidWhisperer (~VoidWhisp@unaffiliated/voidwhisperer) a rejoint #mcdevs 2016-03-03 20:48:53 --> barneygale_ (~barneygal@176.248.216.93) a rejoint #mcdevs 2016-03-03 20:58:40 Not-9c26 [wiki] Edit by PunKeel to Pre-release protocol -> http://tinyurl.com/zkqds22 2016-03-03 21:07:49 Momo How can I send a packet with a size of over 256 (S->C), so that the client understands that it must take the first two bytes as the length instead of only the first byte? 2016-03-03 21:22:57 rom1504 Momo: http://wiki.vg/Protocol#Packet_format 2016-03-03 21:23:21 rom1504 packets over 256 usually get compressed 2016-03-03 21:23:30 rom1504 except if you have a different compression threshold 2016-03-03 21:55:05 Not-9c26 [wiki] Edit by Pokechu22 to Minecraft Forge Handshake -> http://tinyurl.com/zrtoh7j 2016-03-03 22:04:58 Momo But, how come the client expects a VarInt to be passed, but it only reads the first byte as length instead of the first 4 bytes? 2016-03-03 22:08:02 +Amaranth Does it read all of it then complain you're sending too much uncompressed data? 2016-03-03 22:08:55 Momo No, it just reads the first byte as length and the second as packet ID, instead of the first 4 being length and the fifth as Packet ID. 2016-03-03 22:09:24 <-- Sudzzy (~Sudzzy@95.149.27.169) a quitté (Remote host closed the connection) 2016-03-03 22:11:49 Momo Example, I have a packet of length of 648 (VarInt is 124 2 0 0), and the Packet ID is 1. This makes the first bytes of the packet: [124 2 0 0 1], but the client reads it as: size is 124, and packet Id is 2. 2016-03-03 22:12:27 +Fador VarInt is variable number of bytes 2016-03-03 22:12:52 +Fador the first bit of the byte tells if there's another byte included 2016-03-03 22:12:55 +Fador and 7 bits is the data 2016-03-03 22:17:06 +Fador ..so for length 648 and packet ID 1 it should be [136 5 1] 2016-03-03 22:37:11 Momo So, would 639 be [250, 9]? (No idea if this is correct) 2016-03-03 22:39:10 Momo Or would it be [251 4]... 2016-03-03 22:42:09 +Fador close, [255 4] =) 2016-03-03 22:42:31 +Fador https://github.com/Mineserver/mineserver.js/blob/master/lib/mcbuffer.js#L70 I do it like this 2016-03-03 22:44:50 Momo So then what would be the value of [251 4]? 2016-03-03 22:44:52 +Fador so, just take the lowest 7 bits, and if there's more bytes coming (the value is more than 127), add 128, setting the eight bit 2016-03-03 22:45:16 +Fador 635 =) 2016-03-03 22:49:18 Momo Right, so now that I got _that_ working... http://i.imgur.com/xYnqv0Y.png (Packet start is [252 4 1], length is 638) 2016-03-03 22:50:46 ecx86 anyone know the mcp irc channel 2016-03-03 23:14:55 rom15044 Momo: here are some varint test values https://github.com/roblabla/ProtoDef/blob/master/test/dataTypes/utils.json#L21 2016-03-03 23:15:07 rom15044 If you want to test your implementation 2016-03-03 23:15:35 --> Sudzzy (~Sudzzy@95.149.27.169) a rejoint #mcdevs 2016-03-03 23:16:11 Momo Yeah, I think I messed up something with the VarInt limit... now the client crashes with "VarInt too big" 2016-03-03 23:20:31 Momo What is the size of a RSA Public key (packet EncryptionRequest 0x1) in bytes? 2016-03-03 23:28:02 --> Sigfrid (~nova@186.137.127.30) a rejoint #mcdevs 2016-03-03 23:32:46 rom15044 Sum it up 2016-03-03 23:33:26 rom15044 Ah 2016-03-03 23:33:31 rom15044 It depends 2016-03-03 23:34:00 rom15044 Precisely the varint indicates the length 2016-03-03 23:48:52 <-- Sudzzy (~Sudzzy@95.149.27.169) a quitté (Remote host closed the connection) 2016-03-04 00:04:44 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-bkakaxstkqmjylft) a quitté (Read error: Connection reset by peer) 2016-03-04 00:05:02 --> Akaibu (uid118096@gateway/web/irccloud.com/x-xzqmmuxexphrvuws) a rejoint #mcdevs 2016-03-04 00:05:18 <-- Sigfrid (~nova@186.137.127.30) a quitté (Remote host closed the connection) 2016-03-04 00:05:50 --> pokechu22 (32234853@gateway/web/freenode/ip.50.35.72.83) a rejoint #mcdevs 2016-03-04 00:43:56 Not-9c26 [wiki] Edit by Fenhl to Pre-release protocol -> http://tinyurl.com/za4xl2m 2016-03-04 00:51:49 --> Sudzzy (~Sudzzy@46.23.68.74) a rejoint #mcdevs 2016-03-04 00:57:43 <-- barneygale_ (~barneygal@176.248.216.93) a quitté (Ping timeout: 260 seconds) 2016-03-04 01:18:08 Momo I'm having an issue with the server receiving a response to a EncryptionRequest packet: https://gist.github.com/MOMOTHEREAL/5907d74752faa7b8e72c 2016-03-04 01:25:57 rom1504 Momo: what's your decoding code ? 2016-03-04 01:26:13 rom1504 is your objective to learn parsing/serialization ? 2016-03-04 01:26:29 rom1504 (if not there are libs for your language already) 2016-03-04 01:28:45 Momo Yes, I am trying to make a basic server handler on Go. The way I decode the TCP packets is by receiving connections from the client, reading the first byte as the length and then parsing the rest of the packet acordingly. 2016-03-04 01:29:46 Momo I am not entirely sure if a full-on library is needed for this, since Go is pretty straightforward for TCP reading, I just need to parse the byte array as I see fit (into Strings, VarInt, etc) 2016-03-04 01:30:33 Momo I use the uncompressed packet format, so that the first VarInt is the length, the next byte is the Packet ID, and the rest is the data