2017-03-24 04:44:42 <-- williammck (~williammc@unaffiliated/williammck) a quitté (Quit: No highs, no lows, must be Bose!) 2017-03-24 04:52:09 <-- kashike (kashike@unaffiliated/kashike) a quitté (Ping timeout: 246 seconds) 2017-03-24 04:54:18 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-wfnwbtdbuwngzlvd) a quitté 2017-03-24 04:56:17 --> Akaibu (uid118096@gateway/web/irccloud.com/x-kjunxkimidzzgnqr) a rejoint #mcdevs 2017-03-24 04:56:56 --> kashike (kashike@unaffiliated/kashike) a rejoint #mcdevs 2017-03-24 04:57:24 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-kjunxkimidzzgnqr) a quitté (Client Quit) 2017-03-24 04:57:26 --> UUID00 (~UUID00@BSN-142-133-132.dynamic.siol.net) a rejoint #mcdevs 2017-03-24 04:58:39 --> Akaibu (uid118096@gateway/web/irccloud.com/x-bvpfrujtffyxlcze) a rejoint #mcdevs 2017-03-24 05:00:12 --> williammck (~williammc@irc.williammck.net) a rejoint #mcdevs 2017-03-24 05:00:12 <-- williammck (~williammc@irc.williammck.net) a quitté (Changing host) 2017-03-24 05:00:12 --> williammck (~williammc@unaffiliated/williammck) a rejoint #mcdevs 2017-03-24 06:42:11 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-03-24 06:45:05 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2017-03-24 06:45:05 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-03-24 07:07:52 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-bvpfrujtffyxlcze) a quitté (Quit: Connection closed for inactivity) 2017-03-24 07:32:30 <-- protryon (~protryon@c-50-131-132-225.hsd1.ca.comcast.net) a quitté (Quit: WeeChat 1.7-rc2) 2017-03-24 07:33:15 chibill So md5 (spigot) is driving me nutz... 2017-03-24 07:33:22 chibill Oh hes here too. 2017-03-24 07:34:39 chibill Welp cant talk about how he cant handle actually testing something... 2017-03-24 08:15:35 redstonehelper lol 2017-03-24 08:18:09 <-- LiftLeft (~loser@67.205.149.187) a quitté (Ping timeout: 245 seconds) 2017-03-24 08:50:39 --> LiftLeft (~loser@67.205.149.187) a rejoint #mcdevs 2017-03-24 09:10:33 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-03-24 09:24:10 --> e (e@freenode/staff/spy.edk) a rejoint #mcdevs 2017-03-24 09:30:10 --> Gjum (~Gjum@37.120.37.224) a rejoint #mcdevs 2017-03-24 09:30:39 <-- LiftLeft (~loser@67.205.149.187) a quitté (Ping timeout: 245 seconds) 2017-03-24 09:43:26 --> LiftLeft (~loser@67.205.149.187) a rejoint #mcdevs 2017-03-24 09:56:54 <-- LiftLeft (~loser@67.205.149.187) a quitté (Ping timeout: 245 seconds) 2017-03-24 10:02:16 <-- bildramer (~bildramer@2003:4d:2b67:3100:6981:b125:e34a:ff48) a quitté (Ping timeout: 260 seconds) 2017-03-24 10:02:27 --> bildramer (~bildramer@p2003004D2B673100C886F94BA99D29BC.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-24 10:26:50 --> LiftLeft (~loser@67.205.149.187) a rejoint #mcdevs 2017-03-24 10:41:12 <-- LiftLeft (~loser@67.205.149.187) a quitté (Remote host closed the connection) 2017-03-24 10:46:24 --> progwml6 (~progwml6@n2-77-242.dhcp.drexel.edu) a rejoint #mcdevs 2017-03-24 11:30:39 -- Yamakaja_ est maintenant connu sous le nom Yamakaja 2017-03-24 11:49:29 offbeatwitch hullo 2017-03-24 11:50:17 offbeatwitch still trying to figure out how protocol encryption works 🤔 2017-03-24 11:50:35 rom1504 very well 2017-03-24 11:50:52 offbeatwitch tsk 2017-03-24 11:52:08 offbeatwitch never touched asn.1 before 2017-03-24 11:54:00 offbeatwitch erlang has an asn compiler so 🤔 2017-03-24 12:02:59 offbeatwitch hang on 2017-03-24 12:03:05 offbeatwitch aes stream cipher? 2017-03-24 12:03:07 offbeatwitch but padded? 2017-03-24 12:03:09 offbeatwitch wut 2017-03-24 12:03:51 offbeatwitch aes/cfb8 is a block cipher U1f914 2017-03-24 12:04:10 offbeatwitch 🤔 2017-03-24 12:14:57 C4K3 The AES cipher is not padded 2017-03-24 12:17:47 C4K3 AES itself is a block cipher, but used in CFB8 mode is a stream cipher, just like if used in any of the counter modes 2017-03-24 12:37:35 <-- x10A94 (~x@x10a94.gq) a quitté (Quit: You shouldn't ever see this) 2017-03-24 12:38:14 --> x10A94 (~x@hyper.is-a.cat) a rejoint #mcdevs 2017-03-24 12:40:29 offbeatwitch hm 2017-03-24 12:40:39 offbeatwitch erlang crypto seems to only support CFB block mode 2017-03-24 12:41:02 offbeatwitch it will do aes/ctr 2017-03-24 12:44:34 --> MomoMC (46501b7a@gateway/web/freenode/ip.70.80.27.122) a rejoint #mcdevs 2017-03-24 12:45:07 MomoMC Does the vanilla client keep sending packets to the server when the player is dead? 2017-03-24 12:45:35 offbeatwitch I mean, an entity death isn't synomous with a disconnect 2017-03-24 12:45:54 offbeatwitch the server will probably continue sending move packets etc. to the client 2017-03-24 12:45:54 <-- AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a quitté (Ping timeout: 268 seconds) 2017-03-24 12:47:42 MomoMC Well is there some sort of session "keep alive" from the client to prevent timeout? 2017-03-24 12:48:36 MomoMC Like, is 0x0B sent even when dead? 2017-03-24 12:48:59 offbeatwitch I'm gonna go with yes 2017-03-24 12:49:09 offbeatwitch the player being dead shouldn't stop anything from being sent 2017-03-24 12:49:14 offbeatwitch you can remain dead and connected 2017-03-24 12:49:42 offbeatwitch being dead is just a flag 2017-03-24 12:49:58 MomoMC Alright, I'm going to have to dig deeper then... my client gets timed-out after being dead for a while 2017-03-24 12:50:28 offbeatwitch hmm 2017-03-24 12:50:33 offbeatwitch maybe I'm completely wrong then 2017-03-24 12:50:46 offbeatwitch I don't have a decompiled vanilla client on me 2017-03-24 12:52:01 C4K3 The server sends KeepAlive packets always, and the client should always respond to them 2017-03-24 12:52:37 offbeatwitch yeah I thought that was probably the case 2017-03-24 12:53:27 MomoMC At what rate should the server send them? Every tick? 2017-03-24 12:54:44 <-- progwml6 (~progwml6@n2-77-242.dhcp.drexel.edu) a quitté (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2017-03-24 12:55:10 offbeatwitch every tick is probably excessive 2017-03-24 12:55:22 offbeatwitch clientside timeout is 20 seconds 2017-03-24 12:55:37 C4K3 I can't remember how often the vanilla server sends them, but I'm sure it's not every tick 2017-03-24 12:55:40 offbeatwitch the wiki only specifies "frequently" 2017-03-24 13:15:39 <-- froglegstew (~root@gateway/tor-sasl/froglegstew) a quitté (Ping timeout: 240 seconds) 2017-03-24 13:17:14 --> froglegstew (~root@gateway/tor-sasl/froglegstew) a rejoint #mcdevs 2017-03-24 13:59:48 --> Akaibu (uid118096@gateway/web/irccloud.com/x-jvmvycrkknsgsnbg) a rejoint #mcdevs 2017-03-24 14:03:13 --> protryon (~protryon@50.131.132.225) a rejoint #mcdevs 2017-03-24 14:13:28 pokechu22 Keep alive is sent by the server usually about 1 per second; it's used for tracking a player's ping too. Every tick's too much. 2017-03-24 14:28:24 Akaibu Hmm.. when I get off work I should try out mirc since you can script in it, a mass whois/join script should be rather easy if I'm thinking right 2017-03-24 14:57:47 Na Akaibu: I dunno about mIRC specifically, but auto(re)join is usually a standard feature for IRC clients, and I'm not sure what mass whois will get you, aside from (maybe) anger from freenode staff 2017-03-24 15:00:27 Na If you just want to stay connected to IRC, (and aren't uncomfortable with linux), setting up a cheap VPS to either run your IRC client (eg irssi, weechat), or a bouncer (eg ZNC) is a pretty good way to go about it 2017-03-24 15:01:35 --> bildramer1 (~bildramer@p2003004D2B673100BD4273B4EF935072.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-24 15:03:39 <-- bildramer (~bildramer@p2003004D2B673100C886F94BA99D29BC.dip0.t-ipconnect.de) a quitté (Ping timeout: 258 seconds) 2017-03-24 15:20:00 Akaibu Na: not a autorejoin, a mass join 2017-03-24 15:20:32 Na Ah, that'll *definitely* upset the admins. Enumerating all the channels is a good way to look an awful lot like a bot 2017-03-24 15:21:27 Na (And not the cool kind of bot either) 2017-03-24 16:20:15 <-- gurnux (~gurun@c83-249-66-168.bredband.comhem.se) a quitté (Quit: Leaving) 2017-03-24 16:20:32 --> gurun (~gurun@c83-249-66-168.bredband.comhem.se) a rejoint #mcdevs 2017-03-24 16:21:12 <-- |Blaze| (~scott@184.70.189.74) a quitté (Quit: Lost terminal) 2017-03-24 16:44:07 --> |Blaze| (~scott@184.70.189.74) a rejoint #mcdevs 2017-03-24 16:56:14 Akaibu Na: I've been active under theses networks for a few years 2017-03-24 16:56:24 Akaibu They should know I'm not a bot 2017-03-24 16:56:55 Akaibu Plus I would start sifting through the channels and disconnecting from the ones I'm not into 2017-03-24 16:57:03 Akaibu Or one person channels 2017-03-24 17:00:32 --> LiftLeft (~loser@67.205.149.187) a rejoint #mcdevs 2017-03-24 17:27:36 --> AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a rejoint #mcdevs 2017-03-24 17:31:35 <-- Botched (~Botched@unaffiliated/mustek/bot/botched) a quitté (Ping timeout: 240 seconds) 2017-03-24 17:31:42 <-- Mustek (~Mustek@steamdb/supporter/mustek) a quitté (Ping timeout: 255 seconds) 2017-03-24 17:37:38 --> Botched (~Botched@unaffiliated/mustek/bot/botched) a rejoint #mcdevs 2017-03-24 17:39:38 --> Mustek (~Mustek@steamdb/supporter/mustek) a rejoint #mcdevs 2017-03-24 17:56:49 --> progwml6 (~progwml6@n2-77-59.dhcp.drexel.edu) a rejoint #mcdevs 2017-03-24 17:58:44 <-- AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a quitté (Read error: Connection reset by peer) 2017-03-24 17:59:50 --> AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a rejoint #mcdevs 2017-03-24 18:13:57 <-- MomoMC (46501b7a@gateway/web/freenode/ip.70.80.27.122) a quitté (Quit: Page closed) 2017-03-24 18:41:45 <-- progwml6 (~progwml6@n2-77-59.dhcp.drexel.edu) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-03-24 18:43:30 <-- GarethTheGreat (~gareth@unaffiliated/gareththegreat) a quitté (Remote host closed the connection) 2017-03-24 19:30:54 --> bildramer (~bildramer@p2003004D2B673100708B0DAA54B21AEB.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-24 19:32:45 <-- bildramer1 (~bildramer@p2003004D2B673100BD4273B4EF935072.dip0.t-ipconnect.de) a quitté (Ping timeout: 246 seconds) 2017-03-24 19:36:59 --> bildramer1 (~bildramer@2001:0:9d38:6abd:441:203e:b019:bda2) a rejoint #mcdevs 2017-03-24 19:38:36 <-- bildramer (~bildramer@p2003004D2B673100708B0DAA54B21AEB.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2017-03-24 19:40:07 --> bildramer (~bildramer@p2003004D2B67310008AEDFAFA54420AE.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-24 19:41:16 <-- bildramer1 (~bildramer@2001:0:9d38:6abd:441:203e:b019:bda2) a quitté (Ping timeout: 240 seconds) 2017-03-24 19:53:26 --> bildramer1 (~bildramer@p2003004D2B6731006DD9E2B4A5B29DD4.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-24 19:56:54 <-- bildramer (~bildramer@p2003004D2B67310008AEDFAFA54420AE.dip0.t-ipconnect.de) a quitté (Ping timeout: 264 seconds) 2017-03-24 19:58:02 --> bildramer (~bildramer@p2003004D2B67310044220A4550608820.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-24 19:58:06 <-- bildramer1 (~bildramer@p2003004D2B6731006DD9E2B4A5B29DD4.dip0.t-ipconnect.de) a quitté (Ping timeout: 264 seconds) 2017-03-24 20:21:12 --> barneygale_ (~barneygal@90.197.161.131) a rejoint #mcdevs 2017-03-24 20:37:46 --> bildramer1 (~bildramer@2003:4d:2b67:3100:2d16:b831:6e97:5f56) a rejoint #mcdevs 2017-03-24 20:39:16 <-- bildramer (~bildramer@p2003004D2B67310044220A4550608820.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2017-03-24 20:41:16 --> gurnux (~gurun@c83-249-66-168.bredband.comhem.se) a rejoint #mcdevs 2017-03-24 20:41:16 <-- gurun (~gurun@c83-249-66-168.bredband.comhem.se) a quitté (Disconnected by services) 2017-03-24 20:43:19 --> bildramer (~bildramer@p2003004D2B673100CC3E68774E7E7988.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-24 20:44:52 <-- bildramer1 (~bildramer@2003:4d:2b67:3100:2d16:b831:6e97:5f56) a quitté (Ping timeout: 260 seconds) 2017-03-24 20:45:52 --> bildramer1 (~bildramer@p2003004D2B6731001105F00FE6542AF5.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-24 20:47:54 <-- bildramer (~bildramer@p2003004D2B673100CC3E68774E7E7988.dip0.t-ipconnect.de) a quitté (Ping timeout: 264 seconds) 2017-03-24 20:50:12 --> bildramer (~bildramer@p2003004D2B673100555BA59BF0928D3A.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-24 20:52:42 <-- bildramer1 (~bildramer@p2003004D2B6731001105F00FE6542AF5.dip0.t-ipconnect.de) a quitté (Ping timeout: 264 seconds) 2017-03-24 22:20:18 <-- gabizou (~gabizou@irc.spongepowered.org) a quitté (Ping timeout: 264 seconds) 2017-03-24 22:23:48 --> gabizou (~gabizou@irc.spongepowered.org) a rejoint #mcdevs 2017-03-24 22:27:45 <-- AlJaMa (~AlJaMa@unaffiliated/aljama) a quitté (Ping timeout: 246 seconds) 2017-03-24 23:01:37 --> AlJaMa (~AlJaMa@unaffiliated/aljama) a rejoint #mcdevs 2017-03-25 00:54:37 --> bildramer1 (~bildramer@p2003004D2B673100E8A75B621444D90F.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-25 00:57:03 <-- bildramer (~bildramer@p2003004D2B673100555BA59BF0928D3A.dip0.t-ipconnect.de) a quitté (Ping timeout: 258 seconds) 2017-03-25 01:11:48 <-- barneygale_ (~barneygal@90.197.161.131) a quitté (Ping timeout: 260 seconds) 2017-03-25 01:40:28 -- bildramer1 est maintenant connu sous le nom bildramer 2017-03-25 01:57:35 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 240 seconds) 2017-03-25 01:57:49 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2017-03-25 02:03:27 --> RoboMWM_ (~RoboMWM@tf.us.to) a rejoint #mcdevs 2017-03-25 02:04:51 <-- RoboMWM (~RoboMWM@tf.us.to) a quitté (Read error: Connection reset by peer) 2017-03-25 02:04:51 -- RoboMWM_ est maintenant connu sous le nom RoboMWM 2017-03-25 02:12:02 --> barneygale_ (~barneygal@90.197.161.131) a rejoint #mcdevs 2017-03-25 02:50:28 chibill hi 2017-03-25 02:50:45 <-- protryon (~protryon@50.131.132.225) a quitté (Ping timeout: 260 seconds) 2017-03-25 03:03:04 --> protryon (~protryon@2601:647:ca03:600:472d:11ce:734d:af9d) a rejoint #mcdevs 2017-03-25 03:19:40 <-- barneygale_ (~barneygal@90.197.161.131) a quitté (Ping timeout: 260 seconds) 2017-03-25 03:26:45 <-- _123DMWM (~123DMWM@pool-108-26-253-218.bstnma.fios.verizon.net) a quitté (Read error: Connection reset by peer) 2017-03-25 03:33:12 <-- UUID00 (~UUID00@BSN-142-133-132.dynamic.siol.net) a quitté (Ping timeout: 260 seconds) 2017-03-25 03:41:33 +SinZ Akaibu: hexchat also does scripting 2017-03-25 03:56:36 --> _123DMWM (~123DMWM@pool-108-26-253-218.bstnma.fios.verizon.net) a rejoint #mcdevs 2017-03-25 04:27:35 --> gurun (~gurun@c83-249-66-168.bredband.comhem.se) a rejoint #mcdevs 2017-03-25 04:31:06 <-- gurnux (~gurun@c83-249-66-168.bredband.comhem.se) a quitté (Ping timeout: 264 seconds) 2017-03-25 05:06:24 <-- Gjum (~Gjum@37.120.37.224) a quitté (Ping timeout: 246 seconds) 2017-03-25 05:27:52 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-jvmvycrkknsgsnbg) a quitté (Quit: Connection closed for inactivity) 2017-03-25 06:03:38 --> bildramer1 (~bildramer@p2003004D2B673100909D5AFD06D49A4A.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-25 06:05:12 <-- bildramer (~bildramer@p2003004D2B673100E8A75B621444D90F.dip0.t-ipconnect.de) a quitté (Ping timeout: 246 seconds) 2017-03-25 06:05:44 --> bildramer (~bildramer@p2003004D2B673100056CA51548CD5D7B.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-25 06:07:56 <-- bildramer1 (~bildramer@p2003004D2B673100909D5AFD06D49A4A.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2017-03-25 06:41:18 --> redstonehelper_ (~redstoneh@p4FCCE165.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-25 06:41:18 <-- redstonehelper_ (~redstoneh@p4FCCE165.dip0.t-ipconnect.de) a quitté (Changing host) 2017-03-25 06:41:18 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-03-25 06:44:13 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2017-03-25 06:44:13 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-03-25 08:59:39 --> Guest94938 (~tisphmatr@50.53.50.170) a rejoint #mcdevs 2017-03-25 09:47:06 <-- samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a quitté (Ping timeout: 246 seconds) 2017-03-25 09:51:38 --> Gjum (~Gjum@37.120.62.173) a rejoint #mcdevs 2017-03-25 09:52:07 --> samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a rejoint #mcdevs 2017-03-25 10:01:50 <-- Guest94938 (~tisphmatr@50.53.50.170) a quitté (Quit: Reboot) 2017-03-25 10:46:03 <-- froglegstew (~root@gateway/tor-sasl/froglegstew) a quitté (Ping timeout: 240 seconds) 2017-03-25 10:47:30 --> froglegstew (~root@gateway/tor-sasl/froglegstew) a rejoint #mcdevs 2017-03-25 11:32:44 <-- LiftLeft (~loser@67.205.149.187) a quitté (Ping timeout: 245 seconds) 2017-03-25 11:58:17 --> UUID00 (~UUID00@BSN-142-133-132.dynamic.siol.net) a rejoint #mcdevs 2017-03-25 12:27:19 --> bildramer1 (~bildramer@p2003004D2B6731009913AB3BFD729745.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-25 12:28:22 <-- bildramer (~bildramer@p2003004D2B673100056CA51548CD5D7B.dip0.t-ipconnect.de) a quitté (Ping timeout: 256 seconds) 2017-03-25 12:29:05 --> barneygale_ (~barneygal@90.197.161.131) a rejoint #mcdevs 2017-03-25 12:35:57 -- bildramer1 est maintenant connu sous le nom bildramer 2017-03-25 12:52:35 <-- AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a quitté (Ping timeout: 240 seconds) 2017-03-25 13:23:24 <-- barneygale_ (~barneygal@90.197.161.131) a quitté (Ping timeout: 246 seconds) 2017-03-25 15:01:09 <-- bildramer (~bildramer@p2003004D2B6731009913AB3BFD729745.dip0.t-ipconnect.de) a quitté (Ping timeout: 258 seconds) 2017-03-25 15:02:28 --> bildramer (~bildramer@p2003004D2B673100199038738973E787.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-25 16:15:59 --> AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a rejoint #mcdevs 2017-03-25 16:27:38 --> LiftLeft (~loser@67.205.149.187) a rejoint #mcdevs 2017-03-25 16:50:39 --> bildramer1 (~bildramer@p2003004D2B67310081335DC904F1569C.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-25 16:52:06 <-- bildramer (~bildramer@p2003004D2B673100199038738973E787.dip0.t-ipconnect.de) a quitté (Disconnected by services) 2017-03-25 16:52:08 -- bildramer1 est maintenant connu sous le nom bildramer 2017-03-25 17:40:22 Meeeh Grum, too lazy to report this in other place but seems that minecraft shop dosen't support paypal with enabled 2-factor auth. 2017-03-25 18:36:48 redstonehelper .bugs 2017-03-25 18:36:52 redstonehelper Botched: please 2017-03-25 18:48:13 pokechu22 What's that supposed to do? 2017-03-25 18:51:33 Mustek .bug 2017-03-25 18:51:33 Botched Invalid command. Usage: jira [query] 2017-03-25 18:51:48 Mustek oh hello, documentation error 2017-03-25 18:56:41 --> Akaibu (uid118096@gateway/web/irccloud.com/x-sthhlnwpwfjhrexw) a rejoint #mcdevs 2017-03-25 19:08:18 redstonehelper pokechu22: it should print something like "report bugs on the bug tracker pls" 2017-03-25 19:48:27 --> barneygale_ (~barneygal@90.197.161.131) a rejoint #mcdevs 2017-03-25 20:45:34 --> JustAnotherIdiot (~loser@67.205.149.187) a rejoint #mcdevs 2017-03-25 20:48:09 <-- LiftLeft (~loser@67.205.149.187) a quitté (Ping timeout: 245 seconds) 2017-03-25 20:54:51 <-- froglegstew (~root@gateway/tor-sasl/froglegstew) a quitté (Ping timeout: 240 seconds) 2017-03-25 20:56:27 --> froglegstew (~root@gateway/tor-sasl/froglegstew) a rejoint #mcdevs 2017-03-25 21:17:19 <-- JustAnotherIdiot (~loser@67.205.149.187) a quitté (Ping timeout: 245 seconds) 2017-03-25 21:17:23 --> LiftLeft (~loser@67.205.149.187) a rejoint #mcdevs 2017-03-25 21:17:52 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-sthhlnwpwfjhrexw) a quitté (Quit: Connection closed for inactivity) 2017-03-25 21:34:49 <-- LiftLeft (~loser@67.205.149.187) a quitté (Ping timeout: 245 seconds) 2017-03-25 21:47:00 --> LiftLeft (~loser@67.205.149.187) a rejoint #mcdevs 2017-03-25 23:18:49 Not-d65d [mineflayer] roblabla pushed 1 commit to master [+0/-0/±1] https://github.com/PrismarineJS/mineflayer/compare/42e5be3bbde8...2f7abbae9c57 2017-03-25 23:18:51 Not-d65d [mineflayer] roblabla 2f7abba - Make sure bot.time.day is between 0 and 24000 2017-03-26 01:59:16 <-- barneygale_ (~barneygal@90.197.161.131) a quitté (Ping timeout: 256 seconds) 2017-03-26 03:52:46 --> bildramer1 (~bildramer@p2003004D2B67310018C930F7A53F4927.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-26 03:56:04 <-- bildramer (~bildramer@p2003004D2B67310081335DC904F1569C.dip0.t-ipconnect.de) a quitté (Ping timeout: 258 seconds) 2017-03-26 03:57:27 --> bildramer (~bildramer@p2003004D2B673100F1A46606FC9F3152.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-26 03:59:15 <-- bildramer1 (~bildramer@p2003004D2B67310018C930F7A53F4927.dip0.t-ipconnect.de) a quitté (Ping timeout: 246 seconds) 2017-03-26 05:22:47 <-- Techcable (znc@irc.techcable.net) a quitté (Quit: ZNC - http://znc.in) 2017-03-26 05:23:55 --> Techcable (znc@168.235.71.152) a rejoint #mcdevs 2017-03-26 06:28:25 --> redstonehelper_ (~redstoneh@p4FD66AAE.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-26 06:28:25 <-- redstonehelper_ (~redstoneh@p4FD66AAE.dip0.t-ipconnect.de) a quitté (Changing host) 2017-03-26 06:28:25 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-03-26 06:31:17 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2017-03-26 06:31:17 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-03-26 07:32:16 <-- Gjum (~Gjum@37.120.62.173) a quitté (Ping timeout: 240 seconds) 2017-03-26 08:43:10 --> Syncazor (~Syncazor@ppp121-45-107-18.bras2.adl6.internode.on.net) a rejoint #mcdevs 2017-03-26 09:08:40 <-- Syncazor (~Syncazor@ppp121-45-107-18.bras2.adl6.internode.on.net) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-03-26 09:27:00 --> Gjum (~Gjum@37.120.30.239) a rejoint #mcdevs 2017-03-26 09:40:50 --> bildramer1 (~bildramer@p2003004D2B673100C4A2936D2F6E8461.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-26 09:43:06 <-- bildramer (~bildramer@p2003004D2B673100F1A46606FC9F3152.dip0.t-ipconnect.de) a quitté (Ping timeout: 264 seconds) 2017-03-26 09:44:14 --> bildramer (~bildramer@2003:4d:2b67:3100:299a:559e:cdd2:523) a rejoint #mcdevs 2017-03-26 09:45:34 <-- bildramer1 (~bildramer@p2003004D2B673100C4A2936D2F6E8461.dip0.t-ipconnect.de) a quitté (Ping timeout: 256 seconds) 2017-03-26 09:46:29 --> bildramer1 (~bildramer@2003:4d:2b67:3100:a1ca:5518:58aa:1e1) a rejoint #mcdevs 2017-03-26 09:48:49 <-- bildramer (~bildramer@2003:4d:2b67:3100:299a:559e:cdd2:523) a quitté (Ping timeout: 260 seconds) 2017-03-26 10:04:56 <-- protryon (~protryon@2601:647:ca03:600:472d:11ce:734d:af9d) a quitté (Quit: WeeChat 1.7-rc2) 2017-03-26 10:17:14 MiniDigger is there a public protobuf implementation of the mc protocol? 2017-03-26 10:18:37 +md_5 protobuf isnt exactly designed for use with already defined serialization formats 2017-03-26 10:23:31 MiniDigger well, what I want is to use the mc protocol on multiple languages and don't want to search for implementations for every single one 2017-03-26 10:23:44 MiniDigger but yeah, seems I have the wrong idea of what protobuf is 2017-03-26 10:24:06 +md_5 the protobuf wire format is nothing like minecraft 2017-03-26 10:27:52 MiniDigger I thought it was just a way to define the packets and generate classes, didn't saw the whole serialization part 2017-03-26 10:36:32 +SinZ theres proto*d*ef that can read/write mc protocol 2017-03-26 10:36:37 +SinZ but its not protobuf and its not by google 2017-03-26 11:01:45 --> bildramer (~bildramer@p4FE6425D.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-26 11:03:01 <-- bildramer1 (~bildramer@2003:4d:2b67:3100:a1ca:5518:58aa:1e1) a quitté (Ping timeout: 260 seconds) 2017-03-26 11:43:13 --> Azurethi (561d3560@gateway/web/freenode/ip.86.29.53.96) a rejoint #mcdevs 2017-03-26 11:44:08 Azurethi Hey! Is there anyone here that would be able to give me a hand? I'm creating my own minecraft server implementation, just working on the net code at the moment but I can 2017-03-26 11:44:21 Azurethi ..can't get compression to work & 2017-03-26 12:20:15 <-- LiftLeft (~loser@67.205.149.187) a quitté (Ping timeout: 245 seconds) 2017-03-26 12:35:06 --> LiftLeft (~loser@67.205.149.187) a rejoint #mcdevs 2017-03-26 13:05:40 <-- LiftLeft (~loser@67.205.149.187) a quitté (Ping timeout: 245 seconds) 2017-03-26 14:06:20 C4K3 What exactly is it you're not able to get to work? What do you expect it to do, and what does it do instead? 2017-03-26 14:16:20 --> LiftLeft (~loser@67.205.149.187) a rejoint #mcdevs 2017-03-26 14:17:38 Azurethi Im looking for someone to explain how exactly I'm suposed to compress and send packets after the setcompression has been sent 2017-03-26 14:23:42 C4K3 Well the protocol page explains it, is there anything you don't understand about the explanation? Are you looking for code examples? 2017-03-26 14:35:17 Azurethi I've tried implementing using java's Deflator and Inflator when the packet length is >128 bits (as set in setcompression) but I just keep getting errors on the client. And example would be great if you know of one. I couldn't find any 2017-03-26 14:37:55 C4K3 I assume you mean 128 bytes. One possible thing you may have missed is adding the 0 when the length is under the treshold 2017-03-26 14:38:10 <-- LiftLeft (~loser@67.205.149.187) a quitté (Ping timeout: 245 seconds) 2017-03-26 14:38:58 C4K3 Here's how glowstone does it: https://github.com/GlowstoneMC/Glowstone/blob/77e30f78e4e323ae61a999c7dad3075731985f77/src/main/java/net/glowstone/net/pipeline/CompressionHandler.java 2017-03-26 14:40:20 Azurethi Yeah oops, bytes not bits haha. I'll go have a read :D 2017-03-26 14:42:17 Azurethi Was just using Inflator and deflator wrong apparently... Should've read up more. 2017-03-26 14:42:29 Azurethi tyvm man! 2017-03-26 14:42:42 C4K3 np 2017-03-26 14:44:05 Azurethi One last thing, is 128 bytes an alright threshold? I just kinda chose it at random 2017-03-26 15:03:43 C4K3 The vanilla default is 256 bytes, so it should be fine 2017-03-26 15:13:07 --> kobold_ (b2771ae1@gateway/web/freenode/ip.178.119.26.225) a rejoint #mcdevs 2017-03-26 15:13:24 kobold_ Hi 2017-03-26 15:24:48 Azurethi cheers again C4K3 2017-03-26 15:36:25 <-- AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a quitté (Ping timeout: 258 seconds) 2017-03-26 16:49:27 <-- Azurethi (561d3560@gateway/web/freenode/ip.86.29.53.96) a quitté (Quit: Page closed) 2017-03-26 17:02:06 --> protryon (~protryon@c-50-131-132-225.hsd1.ca.comcast.net) a rejoint #mcdevs 2017-03-26 18:24:17 <-- jamierocks (~jamierock@mana.bot.jamiemansfield.me) a quitté (Quit: ZNC 1.6.4 - http://znc.in) 2017-03-26 18:39:46 --> jamierocks (~jamierock@mana.bot.jamiemansfield.me) a rejoint #mcdevs 2017-03-26 18:46:57 --> AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a rejoint #mcdevs 2017-03-26 18:55:16 --> barneygale_ (~barneygal@90.197.161.131) a rejoint #mcdevs 2017-03-26 19:40:46 kobold_ hi, is there anyone who can help me out with a protocol problem? 2017-03-26 19:41:52 pokechu22 kobold_: Sure, just ask 2017-03-26 19:43:25 kobold_ so i made a little python program to serve as a super simple mc server, i got the user to join but the loaded chunks only appear when he destroys a block 2017-03-26 19:44:28 kobold_ i can't find whats wrong with it 2017-03-26 19:48:23 pokechu22 kobold_: Ah, yea, I've encountered that before... I'm still not quite sure why it happens, but chunks sometimes don't render. Try sending a larger radius of chunks; it seems that the ones on the very border don't render 2017-03-26 19:48:46 pokechu22 So if you send only one chunk, it doesn't appear, but if you send a 5x5 then a 3x3 will render. I'm going to have to figure that out at some point... 2017-03-26 19:48:54 kobold_ oh, yeah might be the solution. I'll try it out 2017-03-26 19:56:58 Na I'm not well-versed in the art of minecraft servers, but perhaps sending a block-change might kick it? 2017-03-26 20:00:56 pokechu22 Shouldn't be needed ideally, but it might work. 2017-03-26 21:06:48 kobold_ yeah, weird but a block-change seems to have fixed the issue 2017-03-26 21:11:10 -- Botched est maintenant connu sous le nom unintentional 2017-03-26 21:11:19 -- unintentional est maintenant connu sous le nom Botched 2017-03-26 21:23:29 <-- kobold_ (b2771ae1@gateway/web/freenode/ip.178.119.26.225) a quitté (Ping timeout: 260 seconds) 2017-03-26 21:25:01 --> _kobold (~simon@178-119-26-225.access.telenet.be) a rejoint #mcdevs 2017-03-26 21:28:17 --> LiftLeft (~loser@67.205.149.187) a rejoint #mcdevs 2017-03-26 21:52:43 --> _kobold_ (b2771ae1@gateway/web/freenode/ip.178.119.26.225) a rejoint #mcdevs 2017-03-26 21:53:05 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-03-26 21:53:14 <-- _kobold_ (b2771ae1@gateway/web/freenode/ip.178.119.26.225) a quitté (Client Quit) 2017-03-26 22:24:02 <-- _kobold (~simon@178-119-26-225.access.telenet.be) a quitté (Quit: leaving) 2017-03-26 22:44:14 <-- MasterGberry (sid92636@gateway/web/irccloud.com/x-fnzkwnhbecvgvujw) a quitté (Ping timeout: 252 seconds) 2017-03-26 22:53:55 --> JustAnotherIdiot (~loser@67.205.149.187) a rejoint #mcdevs 2017-03-26 22:55:32 <-- LiftLeft (~loser@67.205.149.187) a quitté (Disconnected by services) 2017-03-26 22:55:42 -- JustAnotherIdiot est maintenant connu sous le nom LiftLeft 2017-03-26 22:59:43 --> MasterGberry (sid92636@gateway/web/irccloud.com/x-fhgfroextlncfots) a rejoint #mcdevs 2017-03-26 23:17:53 --> Protryon1 (~javaproph@2601:647:ca03:600:472d:11ce:734d:af9d) a rejoint #mcdevs 2017-03-26 23:18:59 <-- Protryon1 (~javaproph@2601:647:ca03:600:472d:11ce:734d:af9d) a quitté #mcdevs 2017-03-26 23:54:36 <-- protryon (~protryon@c-50-131-132-225.hsd1.ca.comcast.net) a quitté (Quit: WeeChat 1.7-rc2) 2017-03-26 23:55:15 --> protryon (~protryon@2601:647:ca03:600:472d:11ce:734d:af9d) a rejoint #mcdevs 2017-03-26 23:57:16 --> Protryon1 (~javaproph@2601:647:ca03:600:472d:11ce:734d:af9d) a rejoint #mcdevs 2017-03-26 23:57:36 <-- Protryon1 (~javaproph@2601:647:ca03:600:472d:11ce:734d:af9d) a quitté #mcdevs 2017-03-27 00:06:21 --> dexter0_ (~dexter0@2601:647:4502:8c00:ec1b:ecbb:f531:b842) a rejoint #mcdevs 2017-03-27 00:09:12 <-- dexter0 (~dexter0@2601:647:4502:8c00:d52f:1081:a5ec:e98a) a quitté (Ping timeout: 246 seconds) 2017-03-27 00:09:13 -- dexter0_ est maintenant connu sous le nom dexter0 2017-03-27 00:21:38 <-- gurun (~gurun@c83-249-66-168.bredband.comhem.se) a quitté (Disconnected by services) 2017-03-27 00:21:38 --> gurnux (~gurun@83.249.66.168) a rejoint #mcdevs 2017-03-27 01:39:56 <-- UUID00 (~UUID00@BSN-142-133-132.dynamic.siol.net) a quitté (Ping timeout: 240 seconds) 2017-03-27 02:12:58 --> gurun (~gurun@83.249.66.168) a rejoint #mcdevs 2017-03-27 02:16:17 <-- gurnux (~gurun@83.249.66.168) a quitté (Ping timeout: 260 seconds) 2017-03-27 02:20:04 <-- Tux (~tux@unaffiliated/tux) a quitté (Quit: ZNC - http://znc.in) 2017-03-27 02:21:14 --> Tux (~tux@107.161.31.111) a rejoint #mcdevs 2017-03-27 02:21:14 <-- Tux (~tux@107.161.31.111) a quitté (Changing host) 2017-03-27 02:21:14 --> Tux (~tux@unaffiliated/tux) a rejoint #mcdevs 2017-03-27 03:10:30 --> gurnux (~gurun@83.249.66.168) a rejoint #mcdevs 2017-03-27 03:10:30 <-- gurun (~gurun@83.249.66.168) a quitté (Disconnected by services) 2017-03-27 03:27:28 <-- begin_end (admin@ho.by) a quitté (Read error: Connection reset by peer) 2017-03-27 03:33:36 --> begin_end (admin@ho.by) a rejoint #mcdevs 2017-03-27 04:52:15 <-- AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a quitté (Ping timeout: 268 seconds) 2017-03-27 05:05:41 <-- gurnux (~gurun@83.249.66.168) a quitté (Ping timeout: 260 seconds) 2017-03-27 06:27:32 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-03-27 06:31:06 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 264 seconds) 2017-03-27 06:31:06 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-03-27 06:44:16 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-03-27 07:25:21 --> Akaibu (uid118096@gateway/web/irccloud.com/x-perswtupgebdmzsj) a rejoint #mcdevs 2017-03-27 07:50:24 <-- barneygale_ (~barneygal@90.197.161.131) a quitté (Ping timeout: 260 seconds) 2017-03-27 08:47:20 <-- LiftLeft (~loser@67.205.149.187) a quitté (Ping timeout: 245 seconds) 2017-03-27 09:00:15 --> LiftLeft (~loser@67.205.149.187) a rejoint #mcdevs 2017-03-27 09:05:42 <-- protryon (~protryon@2601:647:ca03:600:472d:11ce:734d:af9d) a quitté (Quit: WeeChat 1.7-rc2) 2017-03-27 09:39:26 <-- DemonWav (~DemonWav@unaffiliated/demonwav) a quitté (Remote host closed the connection) 2017-03-27 09:41:41 --> DemonWav (~DemonWav@unaffiliated/demonwav) a rejoint #mcdevs 2017-03-27 09:50:43 <-- Zaneo (~Zaneo@45.55.2.85) a quitté (Ping timeout: 268 seconds) 2017-03-27 09:52:09 --> Zaneo (~Zaneo@45.55.2.85) a rejoint #mcdevs 2017-03-27 09:52:09 -- Mode #mcdevs [+v Zaneo] par ChanServ 2017-03-27 10:09:17 --> UUID00 (~UUID00@BSN-142-133-132.dynamic.siol.net) a rejoint #mcdevs 2017-03-27 10:13:05 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-03-27 10:14:56 <-- Amaranth (~Amaranth@ubuntu/member/Amaranth) a quitté (Ping timeout: 240 seconds) 2017-03-27 10:37:53 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-perswtupgebdmzsj) a quitté (Quit: Connection closed for inactivity) 2017-03-27 11:38:35 <-- LiftLeft (~loser@67.205.149.187) a quitté (Ping timeout: 245 seconds) 2017-03-27 11:58:22 offbeatwitch encryption is gonna break my nice packet parsing system isn't it :| 2017-03-27 11:59:11 offbeatwitch actually, can I read a single byte and decrypt that? I'm gonna assume not, but it'd be nice if I could do the dynamic length calculating I'm currently doing 2017-03-27 12:00:34 +Fador you should be able to do that 2017-03-27 12:01:03 +Fador receive x bytes -> decrypt x bytes -> continue as before ;) 2017-03-27 12:01:22 offbeatwitch I can decrypt byte-at-a-time? 2017-03-27 12:01:24 offbeatwitch like 2017-03-27 12:01:58 offbeatwitch currently to parse packets I recieve 1 byte (length, varint), check if it has the next bit set, if so read another byte 2017-03-27 12:02:07 offbeatwitch continue until I have the varint for length 2017-03-27 12:02:21 offbeatwitch then I read `length` bytes from the stream 2017-03-27 12:02:29 offbeatwitch to get the rest of that packet 2017-03-27 12:02:50 +Fador yes, you can decrypt one byte at a time =) 2017-03-27 12:03:11 offbeatwitch n e a t 2017-03-27 12:03:17 offbeatwitch alright this shoudln't be too hard then 2017-03-27 12:03:30 offbeatwitch s/shoudl/should 2017-03-27 12:06:21 offbeatwitch wait, wtf is up with my length code 2017-03-27 12:06:29 offbeatwitch lol I just noticed a bug 2017-03-27 12:06:46 +Fador =D 2017-03-27 12:07:14 offbeatwitch I'm not stripping the next flag from the length byte 2017-03-27 12:07:21 offbeatwitch should probably fix that lmao 2017-03-27 12:08:35 offbeatwitch ANDing with 127 should fix that right 2017-03-27 12:13:27 offbeatwitch updated and it still responds to ping requests, so looks like that's all good lol 2017-03-27 12:47:43 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-03-27 13:05:16 <-- Botched (~Botched@unaffiliated/mustek/bot/botched) a quitté (Ping timeout: 240 seconds) 2017-03-27 13:06:29 <-- Mustek (~Mustek@steamdb/supporter/mustek) a quitté (Ping timeout: 260 seconds) 2017-03-27 13:10:48 --> Botched (~Botched@unaffiliated/mustek/bot/botched) a rejoint #mcdevs 2017-03-27 13:10:49 --> Mustek (~Mustek@steamdb/supporter/mustek) a rejoint #mcdevs 2017-03-27 13:59:47 Tachyon_ I am not very sure because I do not bother with encryption for the moment, but I think you might have something like ssl socket, completely transparent to the user 2017-03-27 14:21:53 --> redstonehelper_ (~redstoneh@p57952FDB.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-27 14:21:53 <-- redstonehelper_ (~redstoneh@p57952FDB.dip0.t-ipconnect.de) a quitté (Changing host) 2017-03-27 14:21:53 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-03-27 14:21:54 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-03-27 14:21:54 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-03-27 15:02:28 --> protryon (~protryon@c-50-131-132-225.hsd1.ca.comcast.net) a rejoint #mcdevs 2017-03-27 16:17:13 <-- unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a quitté (Ping timeout: 260 seconds) 2017-03-27 16:20:28 <-- C4K3 (~C4K3@0127801301.0.fullrate.ninja) a quitté (Read error: Connection reset by peer) 2017-03-27 16:21:23 --> C4K3 (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2017-03-27 16:33:28 <-- McLive (~McLive@2001:41d0:d:27e3:1007::1) a quitté (Ping timeout: 256 seconds) 2017-03-27 16:34:30 <-- NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a quitté (Quit: NathanWolf) 2017-03-27 16:38:26 --> McLive (~McLive@freecraft.eu) a rejoint #mcdevs 2017-03-27 17:03:41 --> unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a rejoint #mcdevs 2017-03-27 17:18:39 <-- C4K3 (~C4K3@0127801301.0.fullrate.ninja) a quitté (Quit: leaving) 2017-03-27 19:23:17 --> NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a rejoint #mcdevs 2017-03-27 19:42:10 <-- qws-user-1228 (~quassel@cpe-71-79-230-31.columbus.res.rr.com) a quitté (Ping timeout: 256 seconds) 2017-03-27 20:20:54 <-- Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a quitté (Ping timeout: 264 seconds) 2017-03-27 20:41:07 --> barneygale_ (~barneygal@90.197.161.131) a rejoint #mcdevs 2017-03-27 20:47:22 <-- bswartz (~bswartz@98.122.139.152) a quitté (Quit: Leaving.) 2017-03-27 21:04:17 <-- barneygale_ (~barneygal@90.197.161.131) a quitté (Remote host closed the connection) 2017-03-27 21:09:45 <-- willies952002 (~willies95@irc.domnian.com) a quitté #mcdevs ("Leaving") 2017-03-27 21:09:58 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2017-03-27 21:14:32 <-- johni0702_ (johni0702@johni0702.de) a quitté (Ping timeout: 256 seconds) 2017-03-27 21:18:12 --> Djinnibone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a rejoint #mcdevs 2017-03-27 21:18:12 -- Mode #mcdevs [+v Djinnibone] par ChanServ 2017-03-27 21:19:46 <-- froglegstew (~root@gateway/tor-sasl/froglegstew) a quitté (Remote host closed the connection) 2017-03-27 21:20:17 --> froglegstew (~root@gateway/tor-sasl/froglegstew) a rejoint #mcdevs 2017-03-27 21:28:34 <-- Paprikachu (~pap@novalis.katana.io) a quitté (Ping timeout: 255 seconds) 2017-03-27 21:29:42 --> Paprikachu (~pap@novalis.katana.io) a rejoint #mcdevs 2017-03-27 21:44:09 -- Djinnibone est maintenant connu sous le nom Dinnerbone 2017-03-27 21:47:28 <-- TobiX (tobias@zoidberg.org) a quitté (Ping timeout: 255 seconds) 2017-03-27 21:49:09 --> TobiX (tobias@zoidberg.org) a rejoint #mcdevs 2017-03-27 21:49:43 <-- ajvpot (~ajvpot@the.motherfuckin.ddosshield.net) a quitté (Ping timeout: 255 seconds) 2017-03-27 21:50:06 --> ajvpot (~ajvpot@the.motherfuckin.ddosshield.net) a rejoint #mcdevs 2017-03-27 21:50:35 --> AlphaBlend (~AlphaBlen@172.250.134.111) a rejoint #mcdevs 2017-03-27 21:52:27 --> LiftLeft (~loser@67.205.149.187) a rejoint #mcdevs 2017-03-27 21:54:42 <-- AlphaBlend (~AlphaBlen@172.250.134.111) a quitté (Read error: Connection reset by peer) 2017-03-27 21:58:46 --> AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a rejoint #mcdevs 2017-03-27 22:13:05 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-03-27 22:18:40 --> Amaranth (~Amaranth@ubuntu/member/Amaranth) a rejoint #mcdevs 2017-03-27 22:18:40 -- Mode #mcdevs [+v Amaranth] par ChanServ 2017-03-27 22:47:17 --> johni0702 (johni0702@johni0702.de) a rejoint #mcdevs 2017-03-27 22:51:30 <-- LiftLeft (~loser@67.205.149.187) a quitté (Ping timeout: 245 seconds) 2017-03-27 23:20:28 --> qws-user-1228 (~quassel@2605:a000:110c:a019:4039:9a8b:7572:19b5) a rejoint #mcdevs 2017-03-27 23:31:04 <-- Deamon_ (~Deamon@irc.thevoxelbox.com) a quitté #mcdevs ("Leaving") 2017-03-27 23:53:17 --> LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a rejoint #mcdevs 2017-03-28 00:32:46 --> Dadido3 (~quassel@p2003007A8B44B5005D94363FCB72F285.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-28 00:33:16 <-- Dadido3_ (~quassel@p2003007A8B358D00F9E472EE33D4C174.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2017-03-28 00:35:47 --> Dadido3_ (~quassel@p2003007A8B44B5005D94363FCB72F285.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-28 00:38:54 <-- Dadido3 (~quassel@p2003007A8B44B5005D94363FCB72F285.dip0.t-ipconnect.de) a quitté (Ping timeout: 264 seconds) 2017-03-28 01:02:10 --> gurun (~gurun@83.249.66.168) a rejoint #mcdevs 2017-03-28 01:47:27 <-- Techcable (znc@168.235.71.152) a quitté (Quit: ZNC - http://znc.in) 2017-03-28 01:48:18 --> Techcable (znc@irc.techcable.net) a rejoint #mcdevs 2017-03-28 01:52:39 <-- Techcable (znc@irc.techcable.net) a quitté (Client Quit) 2017-03-28 01:53:31 --> Techcable (znc@irc.techcable.net) a rejoint #mcdevs 2017-03-28 02:13:26 --> BlackHole (~BlackHole@p2003007E4F452E002D5ACE16F51AB982.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-28 02:13:36 <-- Black-Hole (~BlackHole@p2003007E4F452E00EC9FED8371675F57.dip0.t-ipconnect.de) a quitté (Ping timeout: 240 seconds) 2017-03-28 02:13:50 -- BlackHole est maintenant connu sous le nom Guest2134 2017-03-28 03:15:21 <-- UUID00 (~UUID00@BSN-142-133-132.dynamic.siol.net) a quitté (Ping timeout: 268 seconds) 2017-03-28 03:25:57 <-- lukegb (~lukegb@210.58.154.104.bc.googleusercontent.com) a quitté (Ping timeout: 240 seconds) 2017-03-28 03:28:45 --> lukegb (~lukegb@210.58.154.104.bc.googleusercontent.com) a rejoint #mcdevs 2017-03-28 03:50:51 <-- froglegstew (~root@gateway/tor-sasl/froglegstew) a quitté (Ping timeout: 240 seconds) 2017-03-28 03:52:36 --> froglegstew (~root@gateway/tor-sasl/froglegstew) a rejoint #mcdevs 2017-03-28 04:31:42 <-- Gjum (~Gjum@37.120.30.239) a quitté (Ping timeout: 264 seconds) 2017-03-28 05:51:16 <-- Lazersmoke (~Lazersmok@c-98-223-181-178.hsd1.il.comcast.net) a quitté (Ping timeout: 240 seconds) 2017-03-28 05:52:29 --> Lazersmoke (~Lazersmok@c-98-223-181-178.hsd1.il.comcast.net) a rejoint #mcdevs 2017-03-28 06:20:54 <-- Aikar (~quassel@wikia/Aikar) a quitté (Ping timeout: 264 seconds) 2017-03-28 06:21:25 --> Aikar (~quassel@wikia/Aikar) a rejoint #mcdevs 2017-03-28 06:25:59 --> redstonehelper_ (~redstoneh@p4FCCE776.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-28 06:26:05 <-- redstonehelper_ (~redstoneh@p4FCCE776.dip0.t-ipconnect.de) a quitté (Changing host) 2017-03-28 06:26:05 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-03-28 06:29:13 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2017-03-28 06:29:14 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-03-28 07:56:43 DemonWav any way i could request getting a project added to the wiki? 2017-03-28 08:02:18 MiniDigger it's a wiki, can't you just edit it? 2017-03-28 08:13:23 DemonWav Idk, never tried 2017-03-28 08:14:16 DemonWav I'm also not entirely sure where my project would go 2017-03-28 08:14:16 --> Gjum (~Gjum@37.120.7.102) a rejoint #mcdevs 2017-03-28 08:24:20 <-- LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a quitté (Quit: Bye) 2017-03-28 08:28:49 MiniDigger whats your project about? 2017-03-28 08:41:10 --> LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a rejoint #mcdevs 2017-03-28 08:47:14 --> Cxom_ (~Trinoxtio@rn-nat-129-97-131-0.dynamic.uwaterloo.ca) a rejoint #mcdevs 2017-03-28 08:48:52 <-- Cxom (~Trinoxtio@rn-nat-129-97-131-0.dynamic.uwaterloo.ca) a quitté (Ping timeout: 246 seconds) 2017-03-28 08:51:29 --> Cxom2 (~Trinoxtio@rn-nat-129-97-131-0.dynamic.uwaterloo.ca) a rejoint #mcdevs 2017-03-28 08:55:06 <-- Cxom_ (~Trinoxtio@rn-nat-129-97-131-0.dynamic.uwaterloo.ca) a quitté (Ping timeout: 264 seconds) 2017-03-28 08:58:33 <-- protryon (~protryon@c-50-131-132-225.hsd1.ca.comcast.net) a quitté (Quit: WeeChat 1.7-rc2) 2017-03-28 09:23:08 --> Jailout20001 (~Jailout20@unaffiliated/jailout2000) a rejoint #mcdevs 2017-03-28 09:25:58 <-- Jailout2000 (~Jailout20@unaffiliated/jailout2000) a quitté (Ping timeout: 246 seconds) 2017-03-28 10:42:46 <-- LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a quitté (Ping timeout: 245 seconds) 2017-03-28 11:03:17 --> LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a rejoint #mcdevs 2017-03-28 11:13:40 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-03-28 11:32:00 --> UUID00 (~UUID00@BSN-142-133-132.dynamic.siol.net) a rejoint #mcdevs 2017-03-28 12:19:51 <-- LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a quitté (Ping timeout: 245 seconds) 2017-03-28 14:50:46 <-- SpaceManiac (~SpaceMani@c-73-220-32-41.hsd1.ca.comcast.net) a quitté (Ping timeout: 246 seconds) 2017-03-28 14:57:19 --> SpaceManiac (~SpaceMani@c-73-220-32-41.hsd1.ca.comcast.net) a rejoint #mcdevs 2017-03-28 14:57:19 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2017-03-28 15:02:04 --> protryon (~protryon@c-50-131-132-225.hsd1.ca.comcast.net) a rejoint #mcdevs 2017-03-28 15:10:54 Tachyon_ it's probably about minecraft 2017-03-28 15:10:54 Tachyon_ :D 2017-03-28 15:13:07 pokechu22 DemonWav: If you mean Client List or Server List, feel free to add it yourself. If it's something that has its own protocol that needs documenting, that gets more complicated. 2017-03-28 15:30:41 <-- AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a quitté (Ping timeout: 260 seconds) 2017-03-28 15:33:06 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-03-28 15:47:05 DemonWav pokechu22 no it's not a client or server. and it's not related to protocol either. It's really not like anything else on the wiki as far as I can tell. but the topic says "A haunt for developers working on projects related to Minecraft", and this project is certainly related to minecraft 2017-03-28 15:47:24 DemonWav https://github.com/minecraft-dev/MinecraftDev 2017-03-28 15:50:14 --> kamcio96 (~kamcio96@2a01:11bf:5e3:eb00:5091:8e1:5ac3:2972) a rejoint #mcdevs 2017-03-28 16:10:16 <-- kamcio96 (~kamcio96@2a01:11bf:5e3:eb00:5091:8e1:5ac3:2972) a quitté (Ping timeout: 240 seconds) 2017-03-28 16:44:13 --> AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a rejoint #mcdevs 2017-03-28 17:39:57 Tachyon_ wait, is it possible to get a dedicated page for my server ? 2017-03-28 17:43:32 MiniDigger there is a list with client and server implementations on the wiki 2017-03-28 17:43:49 Tachyon_ I know that 2017-03-28 17:43:55 MiniDigger if you want to host docs for your server impl, just use github wiki 2017-03-28 17:44:38 Tachyon_ that wasn't the point 2017-03-28 18:09:28 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-03-28 18:10:01 --> pokechu22_ (a863c514@gateway/web/freenode/ip.168.99.197.20) a rejoint #mcdevs 2017-03-28 18:13:47 pokechu22_ DemonWav: There is http://wiki.vg/Utility_List which contains other things like that. I'm pretty sure the main wiki also has some articles for tools. 2017-03-28 18:16:34 pokechu22_ Tachyon_: Some other server implementations did it a while ago (eg http://wiki.vg/Craftd:Main_Page); note that it isn't a real namespace but instead a title with a colon in it. I'm not sure if it's the best place to put it, but you can. Github wikis might be a better choice though, but if you have custom plugin channels documenting those makes sense 2017-03-28 18:17:08 <-- pokechu22_ (a863c514@gateway/web/freenode/ip.168.99.197.20) a quitté (Quit: Leaving to magically reappear when you least expect it) 2017-03-28 18:18:52 Tachyon_ ahem 2017-03-28 20:15:43 --> LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a rejoint #mcdevs 2017-03-28 20:26:09 NathanWolf Is there a good explanation anywhere of what item attribute UUIDs are for? Is it just to control how attributes of the same type stack (or don't stack), or is there more to it than that? 2017-03-28 22:23:06 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-03-28 22:26:01 <-- AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a quitté (Ping timeout: 260 seconds) 2017-03-28 23:20:53 --> AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a rejoint #mcdevs 2017-03-28 23:44:01 <-- LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a quitté (Ping timeout: 245 seconds) 2017-03-28 23:56:45 --> LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a rejoint #mcdevs 2017-03-29 00:26:32 <-- Pyker (pyker@pyker.net) a quitté (Ping timeout: 256 seconds) 2017-03-29 00:55:37 <-- gurun (~gurun@83.249.66.168) a quitté (Disconnected by services) 2017-03-29 00:55:37 --> gurnux (~gurun@83.249.66.168) a rejoint #mcdevs 2017-03-29 02:45:41 <-- LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a quitté (Ping timeout: 245 seconds) 2017-03-29 02:56:33 --> gurun (~gurun@c83-249-66-168.bredband.comhem.se) a rejoint #mcdevs 2017-03-29 02:59:01 <-- gurnux (~gurun@83.249.66.168) a quitté (Ping timeout: 260 seconds) 2017-03-29 03:48:44 <-- Gjum (~Gjum@37.120.7.102) a quitté (Ping timeout: 240 seconds) 2017-03-29 03:55:42 --> gurnux (~gurun@c83-249-66-168.bredband.comhem.se) a rejoint #mcdevs 2017-03-29 03:55:42 <-- gurun (~gurun@c83-249-66-168.bredband.comhem.se) a quitté (Disconnected by services) 2017-03-29 04:08:06 --> LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a rejoint #mcdevs 2017-03-29 04:35:42 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-03-29 04:42:37 <-- UUID00 (~UUID00@BSN-142-133-132.dynamic.siol.net) a quitté (Ping timeout: 240 seconds) 2017-03-29 05:15:31 <-- XorBoole (~XorBoole@104.236.61.193) a quitté (Ping timeout: 268 seconds) 2017-03-29 05:17:12 --> XorBoole (~XorBoole@104.236.61.193) a rejoint #mcdevs 2017-03-29 05:42:21 <-- shoghicp (~shoghicp@bouncer.pocketmine.net) a quitté (Ping timeout: 245 seconds) 2017-03-29 05:42:37 <-- Guest28495 (~MrARM@unaffiliated/mrarm) a quitté (Ping timeout: 240 seconds) 2017-03-29 05:43:58 --> MrARM_ (~MrARM@unaffiliated/mrarm) a rejoint #mcdevs 2017-03-29 05:44:58 --> shoghicp (~shoghicp@bouncer.pocketmine.net) a rejoint #mcdevs 2017-03-29 06:25:06 --> redstonehelper_ (~redstoneh@p4FCCE395.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-29 06:25:06 <-- redstonehelper_ (~redstoneh@p4FCCE395.dip0.t-ipconnect.de) a quitté (Changing host) 2017-03-29 06:25:06 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-03-29 06:28:33 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2017-03-29 06:28:33 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-03-29 06:48:38 <-- protryon (~protryon@c-50-131-132-225.hsd1.ca.comcast.net) a quitté (Quit: WeeChat 1.7-rc2) 2017-03-29 07:06:06 <-- offbeatwitch (~offbeatwi@163.172.169.69) a quitté (Ping timeout: 245 seconds) 2017-03-29 07:07:22 --> TobiX_ (tobias@zoidberg.org) a rejoint #mcdevs 2017-03-29 07:07:22 --> offbeatwitch (~offbeatwi@163.172.169.69) a rejoint #mcdevs 2017-03-29 07:07:45 <-- TobiX (tobias@zoidberg.org) a quitté (Ping timeout: 240 seconds) 2017-03-29 07:35:14 <-- samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a quitté (Ping timeout: 240 seconds) 2017-03-29 07:43:54 --> samschaap (~samschaap@84.105.191.31) a rejoint #mcdevs 2017-03-29 07:54:31 <-- Brandon15811_ (~Brandon15@195-154-86-162.rev.poneytelecom.eu) a quitté (Ping timeout: 246 seconds) 2017-03-29 07:55:44 <-- gabizou (~gabizou@irc.spongepowered.org) a quitté (Ping timeout: 240 seconds) 2017-03-29 07:56:38 --> Brandon15811_ (~Brandon15@195-154-86-162.rev.poneytelecom.eu) a rejoint #mcdevs 2017-03-29 07:57:12 --> gabizou (~gabizou@e3-1270v3.bl-ash0.1.1.2.10.k8.securedservers.com) a rejoint #mcdevs 2017-03-29 08:31:30 --> Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a rejoint #mcdevs 2017-03-29 08:32:44 --> Gjum (~Gjum@37.120.20.123) a rejoint #mcdevs 2017-03-29 09:28:00 --> UUID00 (~UUID00@BSN-142-133-132.dynamic.siol.net) a rejoint #mcdevs 2017-03-29 10:33:06 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-03-29 10:41:59 <-- Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2017-03-29 10:58:50 --> Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a rejoint #mcdevs 2017-03-29 11:10:28 <-- Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2017-03-29 11:38:41 --> Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a rejoint #mcdevs 2017-03-29 11:46:56 --> C4K3 (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2017-03-29 11:49:06 <-- gurnux (~gurun@c83-249-66-168.bredband.comhem.se) a quitté (Ping timeout: 264 seconds) 2017-03-29 12:33:11 <-- LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a quitté (Ping timeout: 245 seconds) 2017-03-29 12:41:47 <-- Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2017-03-29 13:19:06 <-- AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a quitté (Ping timeout: 240 seconds) 2017-03-29 13:56:12 --> Timelaw (~Timelaw@82.99.1.238) a rejoint #mcdevs 2017-03-29 14:17:04 <-- froglegstew (~root@gateway/tor-sasl/froglegstew) a quitté (Remote host closed the connection) 2017-03-29 14:17:31 --> froglegstew (~root@gateway/tor-sasl/froglegstew) a rejoint #mcdevs 2017-03-29 15:02:28 --> protryon (~protryon@50.131.132.225) a rejoint #mcdevs 2017-03-29 15:03:46 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-03-29 15:09:21 --> AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a rejoint #mcdevs 2017-03-29 16:00:46 --> wsendon (~wsendon@123.176.9.161) a rejoint #mcdevs 2017-03-29 16:01:54 wsendon Is "Chat" a json array with components? 2017-03-29 16:06:44 -- Guest2134 est maintenant connu sous le nom Black-Hole 2017-03-29 16:06:56 Black-Hole No, it's a root component with an "extra" array of sub components. 2017-03-29 16:13:31 wsendon Oh, I see. Thank you. Is there a way to override the style like how "reset" can be used to override the color? 2017-03-29 16:15:40 Black-Hole Each sub component inherits the attributes of it's parent. Have a look here: http://wiki.vg/Chat 2017-03-29 16:24:58 wsendon I got it. Thanks 2017-03-29 16:28:48 <-- wsendon (~wsendon@123.176.9.161) a quitté (Quit: Leaving) 2017-03-29 17:06:36 -- vemacs_ est maintenant connu sous le nom vemac 2017-03-29 17:06:37 -- vemac est maintenant connu sous le nom vemacs 2017-03-29 17:06:37 <-- vemacs (~vemacs@jet.fuel.cant.melt.da.nkmem.es) a quitté (Changing host) 2017-03-29 17:06:37 --> vemacs (~vemacs@unaffiliated/vemacs) a rejoint #mcdevs 2017-03-29 17:21:24 <-- NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a quitté (Quit: NathanWolf) 2017-03-29 18:58:12 <-- Black-Hole (~BlackHole@p2003007E4F452E002D5ACE16F51AB982.dip0.t-ipconnect.de) a quitté (Read error: Connection reset by peer) 2017-03-29 19:02:13 <-- Brandon15811 (~Brandon15@195-154-86-162.rev.poneytelecom.eu) a quitté (Quit: ZNC - http://znc.in) 2017-03-29 19:02:13 <-- Brandon15811_ (~Brandon15@195-154-86-162.rev.poneytelecom.eu) a quitté (Quit: ZNC - http://znc.in) 2017-03-29 19:06:49 --> Brandon15811 (~Brandon15@195-154-86-162.rev.poneytelecom.eu) a rejoint #mcdevs 2017-03-29 19:07:58 <-- AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a quitté (Ping timeout: 256 seconds) 2017-03-29 19:17:44 --> Brandon15811_ (~Brandon15@195-154-86-162.rev.poneytelecom.eu) a rejoint #mcdevs 2017-03-29 19:55:43 <-- Timelaw (~Timelaw@82.99.1.238) a quitté (Ping timeout: 264 seconds) 2017-03-29 20:36:04 <-- froglegstew (~root@gateway/tor-sasl/froglegstew) a quitté (Ping timeout: 240 seconds) 2017-03-29 20:37:21 --> froglegstew (~root@gateway/tor-sasl/froglegstew) a rejoint #mcdevs 2017-03-29 21:51:17 --> LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a rejoint #mcdevs 2017-03-29 22:59:19 <-- Dykam (~Dykam@2a03:b0c0:0:1010::da:5001) a quitté (Ping timeout: 264 seconds) 2017-03-29 23:01:24 --> Dykam (~Dykam@2a03:b0c0:0:1010::da:5001) a rejoint #mcdevs 2017-03-29 23:13:06 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-03-29 23:34:41 --> AlphaBlend (AlphaBlend@172.250.134.111) a rejoint #mcdevs 2017-03-29 23:37:01 --> NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a rejoint #mcdevs 2017-03-29 23:53:36 <-- LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a quitté (Ping timeout: 245 seconds) 2017-03-29 23:54:00 --> froglegs1 (~root@gateway/tor-sasl/froglegstew) a rejoint #mcdevs 2017-03-29 23:57:40 <-- froglegstew (~root@gateway/tor-sasl/froglegstew) a quitté (Ping timeout: 240 seconds) 2017-03-30 00:06:10 --> LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a rejoint #mcdevs 2017-03-30 01:07:14 <-- laxask (~lax@unaffiliated/laxask) a quitté (Ping timeout: 240 seconds) 2017-03-30 01:08:25 --> laxask (~lax@unaffiliated/laxask) a rejoint #mcdevs 2017-03-30 02:12:04 <-- froglegs1 (~root@gateway/tor-sasl/froglegstew) a quitté (Ping timeout: 240 seconds) 2017-03-30 02:22:01 --> froglegs1 (~root@gateway/tor-sasl/froglegstew) a rejoint #mcdevs 2017-03-30 02:53:36 <-- UUID00 (~UUID00@BSN-142-133-132.dynamic.siol.net) a quitté (Ping timeout: 240 seconds) 2017-03-30 03:22:17 <-- Paprikachu (~pap@novalis.katana.io) a quitté (Ping timeout: 240 seconds) 2017-03-30 03:22:29 <-- fl4sh_ (~fl4sh@s3.jsje.de) a quitté (Ping timeout: 260 seconds) 2017-03-30 03:24:04 <-- ghac|away (~ghac@2a01:4f8:171:1ae5::2) a quitté (Ping timeout: 255 seconds) 2017-03-30 03:24:31 <-- I9hdkill_ (~quassel@2a01:4f8:171:1ae5::2) a quitté (Ping timeout: 255 seconds) 2017-03-30 03:27:33 <-- begin_end (admin@ho.by) a quitté (Read error: Connection reset by peer) 2017-03-30 03:33:37 --> begin_end (admin@ho.by) a rejoint #mcdevs 2017-03-30 03:54:19 --> BlackHole (~BlackHole@p2003007E4F452E00B5044BED686EE820.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-30 03:54:42 -- BlackHole est maintenant connu sous le nom Guest27484 2017-03-30 04:48:22 <-- NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a quitté (Quit: NathanWolf) 2017-03-30 05:16:26 --> ghac (~ghac@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 05:16:26 --> I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 05:17:14 --> fl4sh_ (~fl4sh@s3.jsje.de) a rejoint #mcdevs 2017-03-30 05:18:31 --> Paprikachu (~pap@novalis.katana.io) a rejoint #mcdevs 2017-03-30 05:20:37 <-- ghac (~ghac@2a01:4f8:171:1ae5::2) a quitté (Ping timeout: 240 seconds) 2017-03-30 05:20:37 <-- I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a quitté (Ping timeout: 240 seconds) 2017-03-30 06:06:36 <-- Mustek (~Mustek@steamdb/supporter/mustek) a quitté (Ping timeout: 260 seconds) 2017-03-30 06:08:37 <-- Botched (~Botched@unaffiliated/mustek/bot/botched) a quitté (Ping timeout: 260 seconds) 2017-03-30 06:10:52 <-- froglegs1 (~root@gateway/tor-sasl/froglegstew) a quitté (Ping timeout: 240 seconds) 2017-03-30 06:12:02 --> Mustek (~Mustek@steamdb/supporter/mustek) a rejoint #mcdevs 2017-03-30 06:12:10 --> froglegs1 (~root@gateway/tor-sasl/froglegstew) a rejoint #mcdevs 2017-03-30 06:12:35 --> Botched (~Botched@unaffiliated/mustek/bot/botched) a rejoint #mcdevs 2017-03-30 06:23:11 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-03-30 06:26:51 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 256 seconds) 2017-03-30 06:26:51 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-03-30 06:37:07 <-- yosafbridge (~yosafbrid@68.ip-149-56-14.net) a quitté (Quit: Leaving) 2017-03-30 06:41:26 --> yosafbridge (~yosafbrid@68.ip-149-56-14.net) a rejoint #mcdevs 2017-03-30 07:14:04 --> electroniccat (~electroni@atlas.valaria.pw) a rejoint #mcdevs 2017-03-30 07:16:05 <-- Amaranth (~Amaranth@ubuntu/member/Amaranth) a quitté (Ping timeout: 260 seconds) 2017-03-30 07:16:06 <-- Yamakaja (~yamakaja@vps.yamakaja.tech) a quitté (Ping timeout: 260 seconds) 2017-03-30 07:16:06 <-- electronicboy (~electroni@atlas.valaria.pw) a quitté (Ping timeout: 260 seconds) 2017-03-30 07:17:12 --> Yamakaja (~yamakaja@vps.yamakaja.tech) a rejoint #mcdevs 2017-03-30 07:19:08 <-- protryon (~protryon@50.131.132.225) a quitté (Quit: WeeChat 1.7-rc2) 2017-03-30 08:30:23 <-- dranghek (~darngeek@bouncer.pocketmine.net) a quitté (Ping timeout: 256 seconds) 2017-03-30 08:30:31 <-- mrarm (~mrarm@unaffiliated/mrarm) a quitté (Ping timeout: 264 seconds) 2017-03-30 08:30:42 --> darngeek (~darngeek@bouncer.pocketmine.net) a rejoint #mcdevs 2017-03-30 08:31:49 --> mrarm (~mrarm@unaffiliated/mrarm) a rejoint #mcdevs 2017-03-30 09:15:20 --> Timelaw (~Timelaw@82.99.1.238) a rejoint #mcdevs 2017-03-30 09:41:14 <-- Timelaw (~Timelaw@82.99.1.238) a quitté (Ping timeout: 240 seconds) 2017-03-30 09:46:36 --> Timelaw (~Timelaw@82.99.1.238) a rejoint #mcdevs 2017-03-30 09:58:07 <-- Timelaw (~Timelaw@82.99.1.238) a quitté (Ping timeout: 264 seconds) 2017-03-30 11:12:28 --> UUID00 (~UUID00@BSN-142-133-132.dynamic.siol.net) a rejoint #mcdevs 2017-03-30 11:38:04 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-03-30 11:56:08 -- Guest27484 est maintenant connu sous le nom BlackHole 2017-03-30 11:56:13 -- BlackHole est maintenant connu sous le nom Black-Hole 2017-03-30 12:37:21 <-- LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a quitté (Ping timeout: 245 seconds) 2017-03-30 12:51:23 --> I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 12:52:42 <-- I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a quitté (Read error: Connection reset by peer) 2017-03-30 12:53:44 --> I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 12:57:57 <-- I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a quitté (Ping timeout: 240 seconds) 2017-03-30 12:58:10 --> ghac (~ghac@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 12:58:10 --> I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 13:02:17 <-- ghac (~ghac@2a01:4f8:171:1ae5::2) a quitté (Ping timeout: 240 seconds) 2017-03-30 13:02:17 <-- I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a quitté (Ping timeout: 240 seconds) 2017-03-30 13:05:39 --> ghac (~ghac@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 13:05:39 --> I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 13:21:27 <-- ghac (~ghac@2a01:4f8:171:1ae5::2) a quitté (Remote host closed the connection) 2017-03-30 13:21:27 <-- I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a quitté (Remote host closed the connection) 2017-03-30 13:22:00 --> ghac (~ghac@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 13:22:00 --> I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 13:24:18 <-- I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a quitté (Read error: Connection reset by peer) 2017-03-30 13:24:18 <-- ghac (~ghac@2a01:4f8:171:1ae5::2) a quitté (Read error: Connection reset by peer) 2017-03-30 13:24:24 --> I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 13:25:34 <-- I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a quitté (Read error: Connection reset by peer) 2017-03-30 13:26:39 --> I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 13:30:37 <-- I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a quitté (Ping timeout: 240 seconds) 2017-03-30 13:31:48 --> I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 13:35:35 <-- I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a quitté (Read error: Connection reset by peer) 2017-03-30 13:43:20 --> ghac (~ghac@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 13:43:20 --> I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 13:44:29 <-- I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a quitté (Read error: Connection reset by peer) 2017-03-30 13:44:29 <-- ghac (~ghac@2a01:4f8:171:1ae5::2) a quitté (Read error: Connection reset by peer) 2017-03-30 13:45:19 --> I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 13:46:59 <-- I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a quitté (Read error: Connection reset by peer) 2017-03-30 13:47:41 --> I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 13:48:38 <-- I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a quitté (Read error: Connection reset by peer) 2017-03-30 13:48:45 --> I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 13:52:57 <-- I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a quitté (Ping timeout: 240 seconds) 2017-03-30 13:55:27 --> I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 13:59:37 <-- I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a quitté (Ping timeout: 240 seconds) 2017-03-30 14:10:36 --> I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 14:14:37 <-- I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a quitté (Ping timeout: 240 seconds) 2017-03-30 14:16:52 --> I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 14:20:41 <-- I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a quitté (Read error: Connection reset by peer) 2017-03-30 14:21:25 --> I9hdkill (~quassel@2a01:4f8:171:1ae5::2) a rejoint #mcdevs 2017-03-30 14:27:57 <-- AlphaBlend (AlphaBlend@172.250.134.111) a quitté (Ping timeout: 260 seconds) 2017-03-30 14:47:53 --> Pyker (pyker@pyker.net) a rejoint #mcdevs 2017-03-30 15:02:13 --> protryon (~protryon@c-50-131-132-225.hsd1.ca.comcast.net) a rejoint #mcdevs 2017-03-30 15:26:05 pokechu22 http://pokechu22.github.io/Burger/17w13a.html http://pokechu22.github.io/Burger/diff_17w06a_17w13a.html 2017-03-30 15:55:59 --> NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a rejoint #mcdevs 2017-03-30 16:13:55 rom1504 that diff doesn't take into account packets injected in the middle 2017-03-30 16:14:36 rom1504 2 of them this time 2017-03-30 16:54:31 --> pokechu22_ (a863c511@gateway/web/freenode/ip.168.99.197.17) a rejoint #mcdevs 2017-03-30 17:12:28 <-- froglegs1 (~root@gateway/tor-sasl/froglegstew) a quitté (Ping timeout: 240 seconds) 2017-03-30 17:13:51 --> froglegs1 (~root@gateway/tor-sasl/froglegstew) a rejoint #mcdevs 2017-03-30 17:17:06 pokechu22_ rom1504: Yea, it's not the most intelegent diff, but I rushed to get that page done in ~5 minutes, and the diff is good enough to at least make it clear that packets changed. FYI it's also missing recipes, the latest changes broke that part (recipes are JSON-driven now IIRC, so it's to be expected that looking for the old system won't work) 2017-03-30 17:17:43 pokechu22_ At some point it'd be nice to e.g. only show the instruction changes when the instructions actually changed, but that's complicated due to obfuscated field naming 2017-03-30 17:31:43 <-- pokechu22_ (a863c511@gateway/web/freenode/ip.168.99.197.17) a quitté (Ping timeout: 260 seconds) 2017-03-30 17:33:35 --> pokechu22_ (a863c511@gateway/web/freenode/ip.168.99.197.17) a rejoint #mcdevs 2017-03-30 17:35:44 --> AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a rejoint #mcdevs 2017-03-30 17:46:50 Black-Hole Latest snapshot is still using Guava 17.0 :( I'm hoping it will be updates to 21.0 since that offers so many new features for Java 8. 2017-03-30 18:02:02 rom1504 yeah ok 2017-03-30 18:19:54 --> Timelaw (~Timelaw@82.99.1.238) a rejoint #mcdevs 2017-03-30 18:20:30 -- PolarizedIons est maintenant connu sous le nom NeutralizedIons 2017-03-30 18:20:58 -- NeutralizedIons est maintenant connu sous le nom PolarizedIons 2017-03-30 18:21:59 pokechu22_ OK, I've listed all the ID changes (http://wiki.vg/Pre-release_protocol#Packets)... my hands hurt. 2017-03-30 18:35:18 <-- pokechu22_ (a863c511@gateway/web/freenode/ip.168.99.197.17) a quitté (Ping timeout: 260 seconds) 2017-03-30 18:40:51 --> pokechu22_ (a863c511@gateway/web/freenode/ip.168.99.197.17) a rejoint #mcdevs 2017-03-30 19:05:01 pokechu22_ OK, 0x08 does something with advancements, and 0x31 does something with recipes (enabling/disabling?). Note that burger incorrectly claims the payload's a blockpos; it's actually a resource location (one of those "minecraft:blablabla" strings). No clue what 0x01 is (probably advancements as well), but 0x17 is another recipe thing. 2017-03-30 19:05:20 pokechu22_ I haven't actually seen these features in-game so I can't guess how they work. 2017-03-30 19:10:37 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 246 seconds) 2017-03-30 19:10:58 <-- TobiX_ (tobias@zoidberg.org) a quitté (Ping timeout: 246 seconds) 2017-03-30 19:12:13 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2017-03-30 19:12:22 --> TobiX (tobias@zoidberg.org) a rejoint #mcdevs 2017-03-30 19:14:07 <-- Timelaw (~Timelaw@82.99.1.238) a quitté (Ping timeout: 258 seconds) 2017-03-30 19:17:16 rom1504 maybe they're trying to bring mcpe custom recipes feature to mcpc ? 2017-03-30 19:18:44 rom1504 packets don't seem complex enough for that 2017-03-30 19:20:39 pokechu22_ I think they're doing _something_ like that; I know that there's a new advancement system tied to recipes somehow but I don't know how it works. Though, the new command strings are interesting: http://pokechu22.github.io/Burger/diff_17w06a_17w13a.html#language:commands (yes, it's overlapped, sorry) 2017-03-30 19:44:49 <-- pokechu22_ (a863c511@gateway/web/freenode/ip.168.99.197.17) a quitté 2017-03-30 19:54:57 --> gamingrobot_ (sid10990@gateway/web/irccloud.com/x-egzgjbhihrjfwzmm) a rejoint #mcdevs 2017-03-30 19:59:37 --> Meeeh_ (~Meeeh@65.ip-51-254-203.eu) a rejoint #mcdevs 2017-03-30 19:59:43 <-- Matsv- (~Matsv@i.am.matsv.nl) a quitté (Ping timeout: 276 seconds) 2017-03-30 19:59:43 <-- Meeeh (~Meeeh@65.ip-51-254-203.eu) a quitté (Ping timeout: 276 seconds) 2017-03-30 19:59:44 <-- deathrat (sid14886@gateway/web/irccloud.com/x-hgrercnhbhfundgs) a quitté (Ping timeout: 276 seconds) 2017-03-30 19:59:44 <-- mundus2018 (~mundus201@ec2-54-196-58-236.compute-1.amazonaws.com) a quitté (Ping timeout: 276 seconds) 2017-03-30 19:59:45 <-- EvilJStoker (jstoker@unaffiliated/jstoker) a quitté (Ping timeout: 276 seconds) 2017-03-30 19:59:45 <-- Krenair (~alex@wikimedia/Krenair) a quitté (Ping timeout: 276 seconds) 2017-03-30 19:59:45 <-- cnr (~connor@unaffiliated/conehead) a quitté (Ping timeout: 276 seconds) 2017-03-30 19:59:45 <-- gamingrobot (sid10990@gateway/web/irccloud.com/x-fnztoxoajppwfemq) a quitté (Ping timeout: 276 seconds) 2017-03-30 20:00:12 --> Matsv (~Matsv@i.am.matsv.nl) a rejoint #mcdevs 2017-03-30 20:00:16 --> cnr (~connor@2a01:4f8:201:7482::2) a rejoint #mcdevs 2017-03-30 20:00:16 <-- cnr (~connor@2a01:4f8:201:7482::2) a quitté (Changing host) 2017-03-30 20:00:16 --> cnr (~connor@unaffiliated/conehead) a rejoint #mcdevs 2017-03-30 20:00:45 --> EvilJStoker (jstoker@unaffiliated/jstoker) a rejoint #mcdevs 2017-03-30 20:01:01 --> mundus2018 (~mundus201@ec2-54-196-58-236.compute-1.amazonaws.com) a rejoint #mcdevs 2017-03-30 20:01:23 -- gamingrobot_ est maintenant connu sous le nom gamingrobot 2017-03-30 20:06:31 --> Krenair (~alex@wikimedia/Krenair) a rejoint #mcdevs 2017-03-30 20:51:28 --> gyurixdev (b229d26c@gateway/web/freenode/ip.178.41.210.108) a rejoint #mcdevs 2017-03-30 20:51:42 gyurixdev #mcdevs 2017-03-30 20:51:58 gyurixdev Hello 2017-03-30 20:52:03 gyurixdev Is here anyone? 2017-03-30 20:54:21 gyurixdev I need some help in chunk packets 2017-03-30 20:56:05 <-- Black-Hole (~BlackHole@p2003007E4F452E00B5044BED686EE820.dip0.t-ipconnect.de) a quitté (Read error: Connection reset by peer) 2017-03-30 21:06:12 chibill So I have a bunch of 17w13a deobfuscated! :D 2017-03-30 21:08:54 gyurixdev Hello 2017-03-30 21:09:13 gyurixdev Can you help me in chunk packets? 2017-03-30 21:09:30 gyurixdev in Minecraft 1.7.10 (protocol version 5) 2017-03-30 21:11:22 chibill not really... I have not gotten them working... 2017-03-30 21:12:37 chibill https://github.com/chibill/Minecraft-Mappings/tree/17w13a :D 2017-03-30 21:20:47 gyurixdev Do you know anyone who can I contact, and who could help me in it? 2017-03-30 21:35:24 chibill Just wait for them to reply.. It takes time man.. People have a life 2017-03-30 21:56:10 --> deathrat (sid14886@gateway/web/irccloud.com/x-pltdtrqhibjsmoaf) a rejoint #mcdevs 2017-03-30 21:58:15 yawkat gyurixdev: just ask your question 2017-03-30 21:58:25 yawkat if you ask whether someone can answer youll never get a reply 2017-03-30 21:59:50 --> LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a rejoint #mcdevs 2017-03-30 22:03:25 gyurixdev Ok, can anyone explain me what are the differences between 1.7 and 1.8 chunk packets? 2017-03-30 22:07:39 --> gurun (~gurun@c83-249-66-168.bredband.comhem.se) a rejoint #mcdevs 2017-03-30 22:19:01 <-- gyurixdev (b229d26c@gateway/web/freenode/ip.178.41.210.108) a quitté (Quit: Page closed) 2017-03-30 22:19:45 --> gyurixdev (b229d26c@gateway/web/freenode/ip.178.41.210.108) a rejoint #mcdevs 2017-03-30 22:20:51 <-- gyurixdev (b229d26c@gateway/web/freenode/ip.178.41.210.108) a quitté (Client Quit) 2017-03-30 22:21:57 <-- LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a quitté (Ping timeout: 245 seconds) 2017-03-30 22:35:04 --> LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a rejoint #mcdevs 2017-03-30 22:59:24 -- Meeeh_ est maintenant connu sous le nom Meeeh 2017-03-30 23:30:07 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Quit: redstonehelper) 2017-03-30 23:30:53 --> redstonehelper (~redstoneh@p4FD66B5A.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-30 23:30:53 <-- redstonehelper (~redstoneh@p4FD66B5A.dip0.t-ipconnect.de) a quitté (Changing host) 2017-03-30 23:30:53 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-03-30 23:59:58 pokechu22 gyurixdev, if you come back: it looks like the main change is getting rid of the "add" bitmask and the block metadata array and such, and instead using a single array - see http://wiki.vg/index.php?title=SMP_Map_Format&diff=6124&oldid=6107. Plus it looks like it's not separately compressed in 1.8. 2017-03-31 00:06:01 <-- x10A94 (~x@hyper.is-a.cat) a quitté (Ping timeout: 246 seconds) 2017-03-31 00:10:13 <-- protryon (~protryon@c-50-131-132-225.hsd1.ca.comcast.net) a quitté (Ping timeout: 240 seconds) 2017-03-31 00:16:29 --> x10A94 (~x@hyper.is-a.cat) a rejoint #mcdevs 2017-03-31 00:19:57 --> protryon (~protryon@c-50-131-132-225.hsd1.ca.comcast.net) a rejoint #mcdevs 2017-03-31 00:31:49 <-- AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a quitté (Ping timeout: 260 seconds) 2017-03-31 00:52:23 --> barneygale_ (~barneygal@90.197.155.152) a rejoint #mcdevs 2017-03-31 01:20:19 <-- barneygale_ (~barneygal@90.197.155.152) a quitté (Ping timeout: 264 seconds) 2017-03-31 01:34:55 --> AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a rejoint #mcdevs 2017-03-31 01:53:44 <-- WizardCM (~WizardCM@61.68.152.206) a quitté (Ping timeout: 240 seconds) 2017-03-31 01:55:09 --> WizardCM (~WizardCM@61.68.101.184) a rejoint #mcdevs 2017-03-31 01:55:43 <-- samfty_ (~quassel@61.68.152.206) a quitté (Ping timeout: 264 seconds) 2017-03-31 01:55:54 --> samfty (~quassel@61.68.101.184) a rejoint #mcdevs 2017-03-31 02:13:06 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-03-31 02:22:18 <-- NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a quitté (Quit: NathanWolf) 2017-03-31 02:22:42 --> NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a rejoint #mcdevs 2017-03-31 02:28:41 --> yonteia (~yonteia@24-178-202-81.static.ftwo.tx.charter.com) a rejoint #mcdevs 2017-03-31 02:32:59 --> qws-user-1229 (~quassel@cpe-71-79-230-31.columbus.res.rr.com) a rejoint #mcdevs 2017-03-31 02:36:10 <-- qws-user-1228 (~quassel@2605:a000:110c:a019:4039:9a8b:7572:19b5) a quitté (Ping timeout: 246 seconds) 2017-03-31 02:39:17 <-- UUID00 (~UUID00@BSN-142-133-132.dynamic.siol.net) a quitté (Ping timeout: 240 seconds) 2017-03-31 03:04:58 <-- gurun (~gurun@c83-249-66-168.bredband.comhem.se) a quitté (Disconnected by services) 2017-03-31 03:04:58 --> gurnux (~gurun@c83-249-66-168.bredband.comhem.se) a rejoint #mcdevs 2017-03-31 03:40:08 --> BlackHole (~BlackHole@p2003007E4F452E00A0D48164706AA563.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-31 03:40:31 -- BlackHole est maintenant connu sous le nom Guest96977 2017-03-31 06:22:03 --> redstonehelper_ (~redstoneh@p4FCCFA3B.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-03-31 06:22:03 <-- redstonehelper_ (~redstoneh@p4FCCFA3B.dip0.t-ipconnect.de) a quitté (Changing host) 2017-03-31 06:22:03 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-03-31 06:25:43 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 264 seconds) 2017-03-31 06:25:43 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-03-31 07:27:21 <-- protryon (~protryon@c-50-131-132-225.hsd1.ca.comcast.net) a quitté (Quit: WeeChat 1.7-rc2) 2017-03-31 09:55:45 <-- froglegs1 (~root@gateway/tor-sasl/froglegstew) a quitté (Remote host closed the connection) 2017-03-31 09:56:14 --> froglegs1 (~root@gateway/tor-sasl/froglegstew) a rejoint #mcdevs 2017-03-31 10:26:05 --> barneygale_ (~barneygal@90.197.155.152) a rejoint #mcdevs 2017-03-31 10:30:06 <-- barneygale_ (~barneygal@90.197.155.152) a quitté (Ping timeout: 240 seconds) 2017-03-31 11:26:32 <-- LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a quitté (Ping timeout: 245 seconds) 2017-03-31 11:46:49 --> LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a rejoint #mcdevs 2017-03-31 11:51:36 --> UUID00 (~UUID00@BSN-182-171-67.dynamic.siol.net) a rejoint #mcdevs 2017-03-31 12:35:24 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-03-31 13:16:32 <-- LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a quitté (Ping timeout: 245 seconds) 2017-03-31 13:21:03 --> Timelaw (~Timelaw@82.99.1.238) a rejoint #mcdevs 2017-03-31 13:26:12 Botched [VERSION] Minecraft Snapshot 17w13b has been released! 2017-03-31 13:31:22 <-- Timelaw (~Timelaw@82.99.1.238) a quitté (Ping timeout: 246 seconds) 2017-03-31 13:36:15 --> Timelaw (~Timelaw@82.99.1.238) a rejoint #mcdevs 2017-03-31 13:58:32 MiniDigger the bot failed for 17w13b, right? 2017-03-31 13:58:38 MiniDigger s/b/a 2017-03-31 14:00:29 rom1504 seems so 2017-03-31 14:02:23 Andrio Well, there's no mention on the wiki or the website 2017-03-31 14:02:34 MiniDigger about what? 2017-03-31 14:03:38 MiniDigger currently looking over the protocol changes in the snapshot, I noticed that the player has now two nbt tags for the entity data of the parrots. do you think you could be able to change those tags to display other entities? or would the client just not render them? 2017-03-31 14:04:37 <-- Timelaw (~Timelaw@82.99.1.238) a quitté (Ping timeout: 256 seconds) 2017-03-31 14:16:34 Andrio 17w13b 2017-03-31 14:17:08 MiniDigger Botched pulls from launcher repos iirc, so it is live in launcher 2017-03-31 14:17:36 MiniDigger I was talking about it not announcing 17w13a tho 2017-03-31 14:17:36 Andrio Ah, never mind; it is on the website. 2017-03-31 14:17:40 Andrio oh 2017-03-31 14:17:43 MiniDigger it was delayed 2017-03-31 14:27:19 PolarizedIons Botched was dead for a while yesterday, so that's probably why 2017-03-31 14:31:39 <-- killme (~killmePI@185.9.253.124) a quitté (Quit: No Ping reply in 180 seconds.) 2017-03-31 14:31:59 --> killme (~killmePI@185.9.253.124) a rejoint #mcdevs 2017-03-31 14:49:17 --> gurun (~gurun@c83-249-66-168.bredband.comhem.se) a rejoint #mcdevs 2017-03-31 14:50:58 <-- gurnux (~gurun@c83-249-66-168.bredband.comhem.se) a quitté (Ping timeout: 260 seconds) 2017-03-31 15:02:47 --> protryon (~protryon@c-50-131-132-225.hsd1.ca.comcast.net) a rejoint #mcdevs 2017-03-31 16:48:37 --> Timelaw (~Timelaw@82.99.1.238) a rejoint #mcdevs 2017-03-31 17:01:36 <-- AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a quitté (Ping timeout: 240 seconds) 2017-03-31 17:16:38 <-- Timelaw (~Timelaw@82.99.1.238) a quitté (Quit: WeeChat 1.7) 2017-03-31 17:18:39 Not-d65d [Miners] Wallbraker pushed 2 commits to d2-port [+0/-0/±2] https://github.com/Charged/Miners/compare/06d3b2f3773e...97fce9748b49 2017-03-31 17:18:40 Not-d65d [Miners] Wallbraker 41626b3 - miners: Update download links 2017-03-31 17:18:42 Not-d65d [Miners] Wallbraker 97fce97 - miners: Rework classic terrain selection 2017-03-31 17:36:35 <-- NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a quitté (Quit: NathanWolf) 2017-03-31 17:44:50 --> NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a rejoint #mcdevs 2017-03-31 17:48:01 --> pokechu22_ (a863c510@gateway/web/freenode/ip.168.99.197.16) a rejoint #mcdevs 2017-03-31 17:50:22 pokechu22_ OK, some of the new packets (http://wiki.vg/Pre-release_protocol#Play) are wierd... and seem to be broken, too. EG one writes a VarInt, but reads a normal int. And another has a mapping with keys but no values. And _so_ many nested objects... 2017-03-31 17:50:39 pokechu22_ I'm guessing that they're not fully implemented yet. 2017-03-31 18:00:48 <-- fl4sh_ (~fl4sh@s3.jsje.de) a quitté (Quit: Too fl4shed to continue) 2017-03-31 18:04:01 --> fl4sh_ (~fl4sh@s3.jsje.de) a rejoint #mcdevs 2017-03-31 18:31:27 <-- gurun (~gurun@c83-249-66-168.bredband.comhem.se) a quitté (Disconnected by services) 2017-03-31 18:31:27 --> gurnux (~gurun@c83-249-66-168.bredband.comhem.se) a rejoint #mcdevs 2017-03-31 18:33:40 --> AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a rejoint #mcdevs 2017-03-31 18:38:25 Not-d65d [Miners] Wallbraker pushed 1 commit to d2-port [+1/-0/±1] https://github.com/Charged/Miners/compare/97fce9748b49...c57b9af17c49 2017-03-31 18:38:27 Not-d65d [Miners] Wallbraker c57b9af - stdx: Add wrappers around isFile and isDir 2017-03-31 18:52:29 <-- chibill (~chibill@2602:306:ce43:b390:5897:84ff:fee1:de34) a quitté #mcdevs 2017-03-31 18:52:36 --> chibill (~chibill@2602:306:ce43:b390:5897:84ff:fee1:de34) a rejoint #mcdevs 2017-03-31 18:53:16 chibill so 17w13b has 24% of the classes identical. In all ways. Also I will be porting my mappings to it. 2017-03-31 19:04:55 <-- NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a quitté (Quit: NathanWolf) 2017-03-31 19:21:30 --> NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a rejoint #mcdevs 2017-03-31 19:28:07 <-- barneygale (~barneygal@mail.thefoundry.co.uk) a quitté (Ping timeout: 258 seconds) 2017-03-31 19:36:11 <-- KnownUnown (KnownUnown@die.in.firrre.com) a quitté (Remote host closed the connection) 2017-03-31 19:49:58 Not-d65d [Miners] Wallbraker pushed 3 commits to d2-port [+2/-0/±3] https://github.com/Charged/Miners/compare/c57b9af17c49...de1a9e752933 2017-03-31 19:50:00 Not-d65d [Miners] Wallbraker f872358 - miners: Dump dislayErrors while we figure out why that isn't working 2017-03-31 19:50:01 Not-d65d [Miners] Wallbraker e81df29 - lib: Add stb_image.h 2017-03-31 19:50:03 Not-d65d [Miners] Wallbraker de1a9e7 - util: Use stb_image.h instead of homebrewed code to load png images 2017-03-31 19:59:24 <-- NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a quitté (Quit: NathanWolf) 2017-03-31 20:02:56 <-- pokechu22_ (a863c510@gateway/web/freenode/ip.168.99.197.16) a quitté 2017-03-31 20:12:14 --> gurun (~gurun@c83-249-66-168.bredband.comhem.se) a rejoint #mcdevs 2017-03-31 20:14:55 <-- gurnux (~gurun@c83-249-66-168.bredband.comhem.se) a quitté (Ping timeout: 264 seconds) 2017-03-31 20:17:28 --> NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a rejoint #mcdevs 2017-03-31 20:31:39 --> KnownUnown (KnownUnown@die.in.firrre.com) a rejoint #mcdevs 2017-03-31 20:35:12 <-- gurun (~gurun@c83-249-66-168.bredband.comhem.se) a quitté (Quit: Leaving) 2017-03-31 20:51:54 --> LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a rejoint #mcdevs 2017-03-31 20:53:07 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-03-31 21:38:17 <-- Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a quitté (Quit: :D) 2017-03-31 21:47:20 --> Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a rejoint #mcdevs 2017-03-31 21:47:20 -- Mode #mcdevs [+v Dinnerbone] par ChanServ 2017-03-31 22:01:45 <-- AlphaBlend (AlphaBlend@cpe-172-250-134-111.socal.res.rr.com) a quitté (Ping timeout: 256 seconds) 2017-03-31 22:34:25 <-- NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a quitté (Quit: NathanWolf) 2017-03-31 22:34:42 --> NathanWolf (~nathan@216-235-101-HCC-80.hcc.net) a rejoint #mcdevs 2017-03-31 23:15:05 <-- Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a quitté (Read error: Connection reset by peer) 2017-03-31 23:34:52 <-- froglegs1 (~root@gateway/tor-sasl/froglegstew) a quitté (Ping timeout: 240 seconds) 2017-03-31 23:35:22 --> froglegs1 (~root@gateway/tor-sasl/froglegstew) a rejoint #mcdevs 2017-03-31 23:49:46 --> Dinnerbone (dinnerbone@i.like.butts.and.my.name.is.dinnerbone.com) a rejoint #mcdevs 2017-03-31 23:49:46 -- Mode #mcdevs [+v Dinnerbone] par ChanServ 2017-04-01 00:02:34 --> AlphaBlend (~AlphaBlen@cpe-172-250-134-111.socal.res.rr.com) a rejoint #mcdevs 2017-04-01 00:05:11 --> Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a rejoint #mcdevs 2017-04-01 01:16:14 --> MomoMC (46501b7a@gateway/web/freenode/ip.70.80.27.122) a rejoint #mcdevs 2017-04-01 01:16:53 MomoMC How should my server "detect" when a client jumps? Should I just check the position update messages? 2017-04-01 01:17:38 -- Syncazor est maintenant connu sous le nom Syncazor[AFK] 2017-04-01 01:19:18 pokechu22 Check the change between "On ground" and "Not on ground", combined with an upward movement 2017-04-01 01:19:45 pokechu22 IIRC that's what the notchian server does, at least 2017-04-01 01:24:49 MomoMC Okay, I'll try that 2017-04-01 01:33:40 MomoMC Is parrot-taming similar to wolves? 1/3 chance of taming? 2017-04-01 01:35:41 -- Syncazor[AFK] est maintenant connu sous le nom Syncazor 2017-04-01 01:36:11 pokechu22 Yea, looks like a 1/3 chance. 2017-04-01 01:36:48 MomoMC Ok thanks! 2017-04-01 01:40:57 --> barneygale (~barneygal@90.197.155.152) a rejoint #mcdevs 2017-04-01 01:57:13 chibill I can tell you the exact odds in a sec 2017-04-01 02:01:27 chibill The chance of taming a parrot is indeed 1/3 this.random.nextInt(3) == 0 2017-04-01 02:03:03 chibill MomoMC 2017-04-01 02:13:17 <-- Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2017-04-01 02:20:08 --> Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a rejoint #mcdevs 2017-04-01 02:35:34 chibill I am making a new irc channel called. #MCDeobfuscate 2017-04-01 03:14:13 --> Akaibu (uid118096@gateway/web/irccloud.com/x-mqxbinztlyjyurbq) a rejoint #mcdevs 2017-04-01 03:38:44 <-- laxask (~lax@unaffiliated/laxask) a quitté (Ping timeout: 240 seconds) 2017-04-01 03:45:00 -- Syncazor est maintenant connu sous le nom Syncazor[AFK] 2017-04-01 03:46:13 barneygale Is an empty NBT file valid (and evaluates to null)? Is an NBT file with a single TAG_End valid (ditto)? 2017-04-01 03:48:31 pokechu22 IIRC an empty file isn't valid, but a TAG_End is (but it's useless). But you'd probably be better off trying them against mojang's reference NBT implementation (included at https://mojang.com/2012/02/new-minecraft-map-format-anvil/) 2017-04-01 03:50:49 -- Syncazor[AFK] est maintenant connu sous le nom Syncazor 2017-04-01 03:52:39 --> Creeper9207 (493a2103@gateway/web/freenode/ip.73.58.33.3) a rejoint #mcdevs 2017-04-01 03:58:56 pokechu22 Hey Creeper9207 - I see you're connecting from webchat, so I guess I should mention - if you have a question, just ask it; someone will reply after a bit; there isn't too much active conversation otherwise though. 2017-04-01 04:00:46 <-- MomoMC (46501b7a@gateway/web/freenode/ip.70.80.27.122) a quitté (Quit: Page closed) 2017-04-01 04:05:33 Creeper9207 Thank you 2017-04-01 04:06:57 <-- barneygale (~barneygal@90.197.155.152) a quitté (Ping timeout: 240 seconds) 2017-04-01 04:42:21 <-- Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a quitté (Read error: Connection reset by peer) 2017-04-01 05:07:43 <-- zml (~zml@minions.aoeu.xyz) a quitté (Ping timeout: 258 seconds) 2017-04-01 05:18:21 <-- UUID00 (~UUID00@BSN-182-171-67.dynamic.siol.net) a quitté (Ping timeout: 268 seconds) 2017-04-01 05:20:53 --> Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a rejoint #mcdevs 2017-04-01 05:20:53 <-- Creeper9207 (493a2103@gateway/web/freenode/ip.73.58.33.3) a quitté (Quit: Page closed) 2017-04-01 05:21:41 <-- Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a quitté (Client Quit) 2017-04-01 05:21:56 --> Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a rejoint #mcdevs 2017-04-01 05:24:07 <-- Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a quitté (Client Quit) 2017-04-01 05:29:24 --> Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a rejoint #mcdevs 2017-04-01 05:30:24 <-- Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a quitté (Client Quit) 2017-04-01 05:31:07 --> Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a rejoint #mcdevs 2017-04-01 05:32:04 -- Syncazor est maintenant connu sous le nom Syncazor[AFK] 2017-04-01 05:32:33 -- Syncazor[AFK] est maintenant connu sous le nom Syncazor 2017-04-01 05:34:38 --> zml (~zml@minions.aoeu.xyz) a rejoint #mcdevs 2017-04-01 05:40:26 <-- killme (~killmePI@185.9.253.124) a quitté (Ping timeout: 260 seconds) 2017-04-01 05:57:54 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-mqxbinztlyjyurbq) a quitté (Quit: Connection closed for inactivity) 2017-04-01 05:59:39 <-- Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2017-04-01 05:59:47 --> Jailout2000 (~Jailout20@unaffiliated/jailout2000) a rejoint #mcdevs 2017-04-01 06:01:52 <-- Jailout20001 (~Jailout20@unaffiliated/jailout2000) a quitté (Ping timeout: 246 seconds) 2017-04-01 06:02:26 --> Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a rejoint #mcdevs 2017-04-01 06:21:11 --> redstonehelper_ (~redstoneh@p57952409.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-04-01 06:21:11 <-- redstonehelper_ (~redstoneh@p57952409.dip0.t-ipconnect.de) a quitté (Changing host) 2017-04-01 06:21:11 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-04-01 06:24:17 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2017-04-01 06:24:17 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-04-01 06:47:58 <-- Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a quitté (Quit: My Mac has gone to sleep. ZZZzzz…) 2017-04-01 06:48:13 --> Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a rejoint #mcdevs 2017-04-01 06:48:21 <-- Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a quitté (Client Quit) 2017-04-01 06:52:51 --> Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a rejoint #mcdevs 2017-04-01 07:05:30 chibill so sup? 2017-04-01 07:56:13 <-- zml (~zml@minions.aoeu.xyz) a quitté (Ping timeout: 268 seconds) 2017-04-01 07:58:06 <-- Syncazor (~Syncazor@124-171-182-122.dyn.iinet.net.au) a quitté (Ping timeout: 260 seconds) 2017-04-01 08:01:16 --> zml (~zml@minions.aoeu.xyz) a rejoint #mcdevs 2017-04-01 08:16:01 <-- zml (~zml@minions.aoeu.xyz) a quitté (Ping timeout: 256 seconds) 2017-04-01 08:42:41 --> zml (~zml@minions.aoeu.xyz) a rejoint #mcdevs 2017-04-01 09:39:35 <-- samschaap (~samschaap@84.105.191.31) a quitté (Read error: Connection reset by peer) 2017-04-01 09:40:16 <-- zml (~zml@minions.aoeu.xyz) a quitté (Ping timeout: 246 seconds) 2017-04-01 09:49:34 --> samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a rejoint #mcdevs 2017-04-01 10:07:14 --> zml (~zml@minions.aoeu.xyz) a rejoint #mcdevs 2017-04-01 10:26:32 <-- protryon (~protryon@c-50-131-132-225.hsd1.ca.comcast.net) a quitté (Quit: WeeChat 1.7-rc2) 2017-04-01 10:38:01 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-04-01 11:26:57 --> laxask (~lax@unaffiliated/laxask) a rejoint #mcdevs 2017-04-01 12:07:42 --> UUID00 (~UUID00@BSN-182-171-67.dynamic.siol.net) a rejoint #mcdevs 2017-04-01 12:19:27 <-- LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a quitté (Ping timeout: 245 seconds) 2017-04-01 14:24:40 <-- froglegs1 (~root@gateway/tor-sasl/froglegstew) a quitté (Remote host closed the connection) 2017-04-01 14:25:35 --> froglegs1 (~root@gateway/tor-sasl/froglegstew) a rejoint #mcdevs 2017-04-01 15:58:26 <-- laxask (~lax@unaffiliated/laxask) a quitté (Read error: Connection reset by peer) 2017-04-01 15:58:37 --> laxask (~lax@unaffiliated/laxask) a rejoint #mcdevs 2017-04-01 16:43:47 --> barneygale (~barneygal@90.197.155.152) a rejoint #mcdevs 2017-04-01 16:56:07 <-- laxask (~lax@unaffiliated/laxask) a quitté (Ping timeout: 258 seconds) 2017-04-01 17:12:52 <-- Andrio (Andrio@gateway/shell/yourbnc/x-hycpxpwjdolgzigi) a quitté (Quit: To sleep in the hole) 2017-04-01 17:14:18 <-- barneygale (~barneygal@90.197.155.152) a quitté (Ping timeout: 268 seconds) 2017-04-01 17:18:48 --> barneygale (~barneygal@90.206.146.100) a rejoint #mcdevs 2017-04-01 17:27:01 --> protryon (~protryon@c-50-131-132-225.hsd1.ca.comcast.net) a rejoint #mcdevs 2017-04-01 17:40:40 --> laxask (~lax@unaffiliated/laxask) a rejoint #mcdevs 2017-04-01 17:46:41 <-- laxask (~lax@unaffiliated/laxask) a quitté (Ping timeout: 240 seconds) 2017-04-01 17:58:22 --> laxask (~lax@unaffiliated/laxask) a rejoint #mcdevs 2017-04-01 19:53:29 <-- fl4sh_ (~fl4sh@s3.jsje.de) a quitté (Ping timeout: 260 seconds) 2017-04-01 19:54:02 <-- clonejo (~clonejo@shakik2.shakik.de) a quitté (Ping timeout: 268 seconds) 2017-04-01 19:55:38 --> clonejo (~clonejo@shakik2.shakik.de) a rejoint #mcdevs 2017-04-01 20:06:33 --> fl4sh_ (~fl4sh@s3.jsje.de) a rejoint #mcdevs 2017-04-01 21:17:31 barneygale pokechu22, thanks for the link to the reference implementation, I hadn't seen that 2017-04-01 21:46:18 --> makkron (~chatzilla@LFbn-1-3266-252.w90-79.abo.wanadoo.fr) a rejoint #mcdevs 2017-04-01 21:48:11 --> LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a rejoint #mcdevs 2017-04-01 21:55:09 barneygale I'm not sure if this is interesting to anyone, but in quarry's NBT implementation all tags are nameless; naming is done by a tag's parent (a compound or root tag). https://github.com/barneygale/quarry/blob/master/quarry/utils/nbt.py 2017-04-01 21:56:28 barneygale I think this makes the implementation a lot simpler, and the underlying structure is more similar to how JSON treats things (keys in dictionaries are not a property of values) 2017-04-01 22:02:33 <-- laxask (~lax@unaffiliated/laxask) a quitté (Ping timeout: 260 seconds) 2017-04-01 22:05:07 pokechu22 I like that model, but how does that handle names for the root tag (particularly if it isn't a TAG_Compound)? 2017-04-01 22:08:45 barneygale There's an implicit `TagRoot` at the root, which is exactly like a Compound except that it only stores one record, and it doesn't expect a TagEnd unless zero items were read 2017-04-01 22:09:42 barneygale https://github.com/barneygale/quarry/blob/master/quarry/utils/nbt.py#L124-L158 2017-04-01 22:10:47 barneygale bigtest.nbt looks like this: https://github.com/barneygale/quarry/blob/master/tests/utils/test_nbt.py#L97-L118 2017-04-01 22:49:35 <-- makkron (~chatzilla@LFbn-1-3266-252.w90-79.abo.wanadoo.fr) a quitté (Quit: ChatZilla 0.9.93 [Firefox 52.0.2/20170323105023]) 2017-04-01 23:25:43 <-- LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a quitté (Ping timeout: 245 seconds) 2017-04-01 23:29:34 --> LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a rejoint #mcdevs 2017-04-02 00:34:24 chibill Sup? I am stuck at a wedding. :( 2017-04-02 00:38:14 MiniDigger rendering timelapse of /r/place :D https://www.reddit.com/r/place/comments/62vy77/24h_timelapse_of_rplace_see_all_the_action_that/ 2017-04-02 00:38:42 PolarizedIons the hero we don't deserve <3 2017-04-02 00:39:01 pokechu22 A wedding on april 1st? Interesting choice... 2017-04-02 00:39:45 MiniDigger only 10gb of images :D 2017-04-02 00:48:10 <-- Tachyon_ (Elite19110@gateway/shell/elitebnc/x-akqbolgisjkgeziu) a quitté (Ping timeout: 246 seconds) 2017-04-02 00:57:47 chibill Yeah... 2017-04-02 00:58:21 PolarizedIons Pshh. "only" 2017-04-02 01:12:34 MiniDigger will go to sleep now, lets see how much I need to download from my server after the night. gonna make another vid I guess 2017-04-02 01:42:33 --> Tachyon_ (Elite19110@gateway/shell/elitebnc/x-nhgujwesvjyajpgd) a rejoint #mcdevs 2017-04-02 01:57:31 <-- LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a quitté (Remote host closed the connection) 2017-04-02 01:58:02 --> LiftLeft (~loser@2001:19f0:5:526:5400:ff:fe5f:62cb) a rejoint #mcdevs 2017-04-02 02:44:59 --> samfty_ (~quassel@220-244-196-181.tpgi.com.au) a rejoint #mcdevs 2017-04-02 02:48:25 <-- WizardCM (~WizardCM@61.68.101.184) a quitté (Ping timeout: 268 seconds) 2017-04-02 02:48:59 --> WizardCM (~WizardCM@220-244-196-181.tpgi.com.au) a rejoint #mcdevs 2017-04-02 02:49:40 <-- samfty (~quassel@61.68.101.184) a quitté (Ping timeout: 268 seconds) 2017-04-02 03:04:36 <-- zml (~zml@minions.aoeu.xyz) a quitté (Ping timeout: 240 seconds) 2017-04-02 03:28:01 <-- begin_end (admin@ho.by) a quitté (Read error: Connection reset by peer) 2017-04-02 03:31:51 --> zml (~zml@minions.aoeu.xyz) a rejoint #mcdevs 2017-04-02 03:33:36 --> begin_end (admin@ho.by) a rejoint #mcdevs 2017-04-02 03:33:38 -- begin_end est maintenant connu sous le nom EW8GU 2017-04-02 03:35:54 --> Andrio (Andrio@gateway/shell/yourbnc/x-kvpwtvlbiokmwcxz) a rejoint #mcdevs 2017-04-02 03:53:42 <-- qws-user-1229 (~quassel@cpe-71-79-230-31.columbus.res.rr.com) a quitté (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 2017-04-02 03:54:14 --> qws-user-1228 (~quassel@cpe-71-79-230-31.columbus.res.rr.com) a rejoint #mcdevs 2017-04-02 05:19:51 <-- matthewprenger__ (~matt@vps01.cloud.prenger.co) a quitté (Quit: WeeChat 1.7) 2017-04-02 05:20:10 --> matthewprenger (~matt@vps01.cloud.prenger.co) a rejoint #mcdevs 2017-04-02 05:38:10 --> madgoat (~gk.1wm.su@23.247.147.4) a rejoint #mcdevs 2017-04-02 05:38:50 <-- madgoat (~gk.1wm.su@23.247.147.4) a quitté #mcdevs 2017-04-02 06:01:22 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-04-02 06:02:29 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2017-04-02 06:02:29 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-04-02 06:09:57 <-- UUID00 (~UUID00@BSN-182-171-67.dynamic.siol.net) a quitté (Ping timeout: 240 seconds) 2017-04-02 06:42:24 --> ryantheleach (~Ryan@CPE-58-160-67-44.tyqh2.lon.bigpond.net.au) a rejoint #mcdevs 2017-04-02 06:42:51 <-- ryantheleach (~Ryan@CPE-58-160-67-44.tyqh2.lon.bigpond.net.au) a quitté (Client Quit) 2017-04-02 06:43:15 --> ryantheleach (~Ryan@CPE-58-160-67-44.tyqh2.lon.bigpond.net.au) a rejoint #mcdevs 2017-04-02 06:49:43 <-- ryantheleach (~Ryan@CPE-58-160-67-44.tyqh2.lon.bigpond.net.au) a quitté (Quit: Leaving) 2017-04-02 07:02:42 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2017-04-02 07:09:02 <-- barneygale (~barneygal@90.206.146.100) a quitté (Ping timeout: 258 seconds) 2017-04-02 07:12:30 --> ryantheleach (~Ryan@CPE-58-160-67-44.tyqh2.lon.bigpond.net.au) a rejoint #mcdevs