2017-09-20 10:20:54 tktech Six hours ago I was getting annoyed at the crappy Divinity: Original Sin 2 recipe documentation 2017-09-20 10:21:08 tktech Now it's 4AM and I've RE'd the PAK file format 2017-09-20 10:21:15 tktech Next step is to auto-generate a wiki page 2017-09-20 11:10:38 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-09-20 11:11:59 --> C4K3 (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2017-09-20 13:24:25 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-09-20 13:24:25 -- Mode #mcdevs [+v kev009] par ChanServ 2017-09-20 13:25:51 <-- kev009_ (~kev009@tempe0.bbox.io) a quitté (Ping timeout: 248 seconds) 2017-09-20 15:28:43 --> Tachyon_ (~Tachyon_@95.76.184.120) a rejoint #mcdevs 2017-09-20 15:34:41 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-09-20 18:11:53 MVXA Was it ever discussed to support uncompressed region files? I can't find anything from looking around in the bug tracker. I was wondering if it was a viable option to reduce CPU usage on the server. Modern file systems support transparent compression in an efficient and parallel manner so I was wondering if it would be beneficial for the server which does compression single threaded to offload compression to the operating system. 2017-09-20 18:55:25 <-- Hwiggy (~Hwiggy@cpe-74-74-87-170.stny.res.rr.com) a quitté (Quit: Ping timeout (120 seconds)) 2017-09-20 19:03:53 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Quit: ZNC 1.6.5 - http://znc.in) 2017-09-20 19:10:42 --> Hwiggy (~Hwiggy@cpe-74-74-87-170.stny.res.rr.com) a rejoint #mcdevs 2017-09-20 21:09:48 <-- Hafydd (~Hafydd@unaffiliated/joo) a quitté (Quit: Taste the magic of Darjeeling!) 2017-09-20 21:10:58 --> Hafydd (~Hafydd@unaffiliated/joo) a rejoint #mcdevs 2017-09-20 21:29:03 <-- Tachyon_ (~Tachyon_@95.76.184.120) a quitté (Remote host closed the connection) 2017-09-20 23:23:19 Black-Hole While debugiing some KeepAlive issues with a protocol translation for older clients on a 1.12.2 server, I found that the KeepAlive code on the server is called every 15 seconds. It then kicks the player if there is an outstanding KeepAlive packet or sends a new KeepAlive packet to the client. 2017-09-20 23:23:26 Black-Hole Now the test for this 15 seconds is performed on an uninitialized field, which defaults to 0. So if the System.nanoTime() is negative, the server would never send any KeepAlive packets to any client. 2017-09-20 23:23:38 Black-Hole Can someone confirm this? 2017-09-20 23:26:30 pokechu22 From my understanding (haven't checked this yet!), it checks if the field is equal to the sent one - no less than or greater than checks. I think... 2017-09-20 23:27:10 pokechu22 Oh, yeah, I see what you mean... hm 2017-09-20 23:30:12 pokechu22 Yeah, that could be a problem. Though, will that ever happen? The docs say "Differences in successive calls that span greater than approximately 292 years (2^63 nanoseconds) will not correctly compute elapsed time due to numerical overflow." - so it seems unlikely that if the value starts positive, it'll ever overflow 2017-09-20 23:30:37 pokechu22 But the docs don't guarantee that it will start positive - so it depends on the JVM implementation. 2017-09-20 23:31:40 Black-Hole The value of System.nanoTime() is not specified. It could start at any value. 2017-09-21 01:03:56 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-09-21 02:07:16 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2017-09-21 02:51:24 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-09-21 02:58:36 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-09-21 03:57:12 --> ShaRose_ (ShaRose@i.am.sharo.se) a rejoint #mcdevs 2017-09-21 03:57:59 <-- ammar2 (admin@i.diddled.with.the.opers.so.they.klined.me) a quitté (Ping timeout: 252 seconds) 2017-09-21 03:58:32 <-- ShaRose (ShaRose@i.am.sharo.se) a quitté (Ping timeout: 252 seconds) 2017-09-21 03:58:46 -- ShaRose_ est maintenant connu sous le nom ShaRose 2017-09-21 04:05:50 --> ammar2 (admin@i.diddled.with.the.opers.so.they.klined.me) a rejoint #mcdevs 2017-09-21 04:05:51 -- Mode #mcdevs [+v ammar2] par ChanServ 2017-09-21 04:32:25 -- mundus est maintenant connu sous le nom mundus2018 2017-09-21 06:15:50 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-21 06:17:20 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2017-09-21 06:17:20 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-09-21 06:45:44 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2017-09-21 09:14:37 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 240 seconds) 2017-09-21 10:16:08 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-09-21 12:24:20 --> Tachyon_ (~Tachyon_@95.76.184.120) a rejoint #mcdevs 2017-09-21 13:27:56 --> Jan1902 (~quassel@ip5f5be0dc.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2017-09-21 13:39:26 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-09-21 14:43:07 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Read error: Connection reset by peer) 2017-09-21 14:51:44 --> octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a rejoint #mcdevs 2017-09-21 15:37:18 <-- Owexz (~Owexz@2001:19f0:5800:8cc1:5400:ff:fe0c:f993) a quitté (Ping timeout: 240 seconds) 2017-09-21 15:38:24 <-- Me4502 (~Me4502@unaffiliated/me4502) a quitté (Ping timeout: 255 seconds) 2017-09-21 15:42:15 --> Owexz (~Owexz@owexz.net) a rejoint #mcdevs 2017-09-21 15:46:57 --> Me4502 (~Me4502@owexz.net) a rejoint #mcdevs 2017-09-21 15:47:22 -- Me4502 est maintenant connu sous le nom Guest72687 2017-09-21 15:57:53 Jan1902 Is it just me or is understanding the chunk data stuff pretty complicted? 2017-09-21 15:58:06 Tachyon_ somewhat 2017-09-21 16:01:33 Jan1902 Would be nice if there was like a "minimal pseudo code example", cuz even the example implmentation in the several languages are pretty complicated, or at least big 2017-09-21 16:23:04 Jan1902 Quick question, how would i go about creating a varint array ? Or can i just write all the varints into the stream one by one ? 2017-09-21 16:54:44 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-09-21 17:19:34 <-- octobyte (~octobyte@81-128-218-100.bt.dtm.cm) a quitté (Quit: ZNC 1.6.5 - http://znc.in) 2017-09-21 18:01:35 pokechu22 You can just write them one by one 2017-09-21 18:45:20 <-- Tachyon_ (~Tachyon_@95.76.184.120) a quitté (Ping timeout: 240 seconds) 2017-09-21 19:04:29 <-- Hwiggy (~Hwiggy@cpe-74-74-87-170.stny.res.rr.com) a quitté (Ping timeout: 260 seconds) 2017-09-21 20:00:04 Jan1902 okay 2017-09-21 20:05:58 Jan1902 So now, theoretically my chunk sending stuff should be done but my test values arent working, just tried to send some chunk, 1mil times more complicated than it needs to actually be just to see if it would technically work, but well, a lot of work to do, though still easier than i expected as a whole 2017-09-21 20:49:25 --> Tachyon_ (~Tachyon_@95.76.184.120) a rejoint #mcdevs 2017-09-21 21:45:53 <-- Jan1902 (~quassel@ip5f5be0dc.dynamic.kabel-deutschland.de) a quitté (Remote host closed the connection) 2017-09-21 22:41:03 <-- Tachyon_ (~Tachyon_@95.76.184.120) a quitté (Ping timeout: 248 seconds) 2017-09-21 22:42:24 --> |Blaze| (~scott@184.70.189.74) a rejoint #mcdevs 2017-09-21 23:17:35 <-- SupaHam (~SupaHam@supaham.com) a quitté (Quit: pce) 2017-09-21 23:18:05 --> SupaHam (~SupaHam@supaham.com) a rejoint #mcdevs 2017-09-21 23:46:32 <-- bildramer (~bildramer@p200300ED83CA3800C57EC2413ED0D302.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2017-09-21 23:46:32 <-- m0r13_ (~m0r13@2a01:4f8:201:8174:73:0:b00b:135) a quitté (Ping timeout: 252 seconds) 2017-09-21 23:46:32 <-- McLive (~McLive@2a05:bec0:20:1::9) a quitté (Ping timeout: 252 seconds) 2017-09-21 23:46:51 --> bildramer (~bildramer@p200300ED83CA3800AC9BCCA14258DFA9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-09-21 23:47:05 <-- LaxWasHere (~Lax@2607:5300:60:48d7::) a quitté (Ping timeout: 252 seconds) 2017-09-21 23:47:05 <-- KHobbits (khf@2600:3c03::21:1210) a quitté (Ping timeout: 252 seconds) 2017-09-21 23:47:20 --> m0r13 (~m0r13@2a01:4f8:201:8174:73:0:b00b:135) a rejoint #mcdevs 2017-09-21 23:48:11 <-- jamierocks (~jamierock@mana.bot.jamiemansfield.me) a quitté (Ping timeout: 252 seconds) 2017-09-21 23:48:11 <-- yawkat (~yawkat@cats.coffee) a quitté (Ping timeout: 252 seconds) 2017-09-21 23:48:11 -- jamieroc- est maintenant connu sous le nom jamierocks 2017-09-21 23:48:44 <-- Aikar (~quassel@wikia/Aikar) a quitté (Ping timeout: 252 seconds) 2017-09-21 23:48:44 <-- I9hdkill (~quassel@2001:41d0:d:1cb7::) a quitté (Ping timeout: 252 seconds) 2017-09-21 23:48:46 --> I9hdkill_ (~quassel@2001:41d0:d:1cb7::) a rejoint #mcdevs 2017-09-21 23:49:00 --> yawkat (~yawkat@cats.coffee) a rejoint #mcdevs 2017-09-21 23:49:09 <-- tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a quitté (Ping timeout: 260 seconds) 2017-09-21 23:49:12 <-- I9hdkill_ (~quassel@2001:41d0:d:1cb7::) a quitté (Client Quit) 2017-09-21 23:49:20 --> I9hdkill (~quassel@2001:41d0:d:1cb7::) a rejoint #mcdevs 2017-09-21 23:49:44 <-- SpaceManiac (~SpaceMani@c-98-208-52-207.hsd1.ca.comcast.net) a quitté (Ping timeout: 260 seconds) 2017-09-21 23:49:44 <-- lukegb (~lukegb@210.58.154.104.bc.googleusercontent.com) a quitté (Ping timeout: 260 seconds) 2017-09-21 23:49:50 <-- samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a quitté (Ping timeout: 240 seconds) 2017-09-21 23:50:19 <-- YukonAppleGeek (~Yukon@sfo01.yukon.io) a quitté (Ping timeout: 260 seconds) 2017-09-21 23:50:19 <-- XorBoole (~XorBoole@45.55.68.177) a quitté (Ping timeout: 260 seconds) 2017-09-21 23:50:42 --> Aikar (~quassel@2604:4500::5102) a rejoint #mcdevs 2017-09-21 23:50:42 <-- Aikar (~quassel@2604:4500::5102) a quitté (Changing host) 2017-09-21 23:50:42 --> Aikar (~quassel@wikia/Aikar) a rejoint #mcdevs 2017-09-21 23:51:06 --> YukonAppleGeek (~Yukon@sfo01.yukon.io) a rejoint #mcdevs 2017-09-21 23:51:07 --> XorBoole (~XorBoole@45.55.68.177) a rejoint #mcdevs 2017-09-21 23:51:15 --> tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a rejoint #mcdevs 2017-09-21 23:51:21 --> SpaceManiac (~SpaceMani@c-98-208-52-207.hsd1.ca.comcast.net) a rejoint #mcdevs 2017-09-21 23:51:21 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2017-09-21 23:51:25 --> lukegb (~lukegb@210.58.154.104.bc.googleusercontent.com) a rejoint #mcdevs 2017-09-21 23:53:02 --> LaxWasHere (~Lax@deathtopennies.org) a rejoint #mcdevs 2017-09-21 23:53:04 --> samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a rejoint #mcdevs 2017-09-21 23:53:24 --> McLive (~McLive@2a05:bec0:20:1::9) a rejoint #mcdevs 2017-09-21 23:55:12 --> jamierocks_ (~jamierock@mana.bot.jamiemansfield.me) a rejoint #mcdevs 2017-09-21 23:56:26 --> KHobbits (khf@2600:3c03::21:1210) a rejoint #mcdevs 2017-09-21 23:57:29 --> TheNet (~TheNet@38.105.193.98) a rejoint #mcdevs 2017-09-22 00:46:38 <-- TheNet (~TheNet@38.105.193.98) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-09-22 02:42:57 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-09-22 02:50:28 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-09-22 02:58:47 <-- tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a quitté (Quit: ZNC - http://znc.in) 2017-09-22 02:59:12 --> tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a rejoint #mcdevs 2017-09-22 03:10:07 <-- dexter0 (~dexter0@2601:647:4502:8c00:14da:4bb8:1b6b:a19b) a quitté (Ping timeout: 246 seconds) 2017-09-22 03:11:32 <-- tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a quitté (Quit: ZNC - http://znc.in) 2017-09-22 03:13:25 --> dexter0 (~dexter0@2601:647:4502:8c00:2c5d:51cb:e2fd:f4f6) a rejoint #mcdevs 2017-09-22 03:17:55 --> tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) a rejoint #mcdevs 2017-09-22 04:18:49 --> NickG365_ (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a rejoint #mcdevs 2017-09-22 04:21:31 <-- NickG365 (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a quitté (Ping timeout: 255 seconds) 2017-09-22 04:21:31 -- NickG365_ est maintenant connu sous le nom NickG365 2017-09-22 04:24:19 <-- aphelion (aphelion@2600:3c00::f03c:91ff:fe61:9eab) a quitté (Ping timeout: 246 seconds) 2017-09-22 04:26:57 --> aphelion (aphelion@2600:3c00::f03c:91ff:fe61:9eab) a rejoint #mcdevs 2017-09-22 05:05:19 --> Jode (~Jode@stu-79-151-171-184.champlain.edu) a rejoint #mcdevs 2017-09-22 05:11:37 <-- AlphaBlend (AlphaBlend@cpe-66-74-178-84.socal.res.rr.com) a quitté (Ping timeout: 240 seconds) 2017-09-22 05:12:18 --> AlphaBlend (AlphaBlend@cpe-66-74-178-84.socal.res.rr.com) a rejoint #mcdevs 2017-09-22 05:40:49 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: No route to host) 2017-09-22 05:40:56 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-22 05:55:31 <-- Jode (~Jode@stu-79-151-171-184.champlain.edu) a quitté (Quit: Leaving) 2017-09-22 08:12:58 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-09-22 10:04:33 <-- ashka_ (~ashka_@server2.shellgratuit.com) a quitté (Ping timeout: 240 seconds) 2017-09-22 10:04:41 --> ashka_ (~ashka_@server2.shellgratuit.com) a rejoint #mcdevs 2017-09-22 10:05:13 <-- _123DMWM (~123DMWM@me.123dmwm.tk) a quitté (Ping timeout: 240 seconds) 2017-09-22 10:06:20 --> _123DMWM (~123DMWM@me.123dmwm.tk) a rejoint #mcdevs 2017-09-22 10:07:07 <-- SpaceManiac (~SpaceMani@c-98-208-52-207.hsd1.ca.comcast.net) a quitté (Ping timeout: 240 seconds) 2017-09-22 10:07:07 <-- C4K3 (~C4K3@0127801301.0.fullrate.ninja) a quitté (Ping timeout: 240 seconds) 2017-09-22 10:08:21 --> C4K3 (~C4K3@0127801301.0.fullrate.ninja) a rejoint #mcdevs 2017-09-22 10:11:22 --> SpaceManiac (~SpaceMani@c-98-208-52-207.hsd1.ca.comcast.net) a rejoint #mcdevs 2017-09-22 10:11:22 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2017-09-22 10:36:10 --> Tachyon_ (~Tachyon_@95.76.184.120) a rejoint #mcdevs 2017-09-22 11:53:32 <-- yosafbridge (~yosafbrid@68.ip-149-56-14.net) a quitté (Quit: Leaving) 2017-09-22 11:57:57 --> yosafbridge (~yosafbrid@68.ip-149-56-14.net) a rejoint #mcdevs 2017-09-22 12:24:37 <-- Tachyon_ (~Tachyon_@95.76.184.120) a quitté (Ping timeout: 240 seconds) 2017-09-22 14:44:42 --> Jan1902 (~quassel@ip5f5be0dc.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2017-09-22 15:34:48 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-09-22 15:35:59 --> Tachyon_ (~Tachyon_@95.76.184.120) a rejoint #mcdevs 2017-09-22 16:30:19 <-- Tachyon_ (~Tachyon_@95.76.184.120) a quitté (Ping timeout: 240 seconds) 2017-09-22 16:41:12 <-- |Blaze| (~scott@184.70.189.74) a quitté (Quit: Lost terminal) 2017-09-22 16:41:35 --> |Blaze| (~scott@184.70.189.74) a rejoint #mcdevs 2017-09-22 18:22:07 <-- pokechu22 (~pokechu22@50.35.67.138) a quitté (Quit: Physically moving pi. System shutting down. Estimated time of return: at least 4 hours.) 2017-09-22 19:19:27 <-- willies952002 (~willies95@irc.domnian.com) a quitté (Ping timeout: 248 seconds) 2017-09-22 19:19:56 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2017-09-22 19:21:07 <-- Jan1902 (~quassel@ip5f5be0dc.dynamic.kabel-deutschland.de) a quitté (Remote host closed the connection) 2017-09-22 19:31:43 <-- rtjure (~rtjure@84.40.71.42) a quitté (Ping timeout: 248 seconds) 2017-09-22 19:34:47 --> rtjure (~rtjure@84.40.71.42) a rejoint #mcdevs 2017-09-22 20:31:43 <-- chibill (~chibill@2602:306:ce43:b390:5897:84ff:fee1:de34) a quitté (Ping timeout: 246 seconds) 2017-09-22 22:34:31 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-09-22 23:17:47 <-- AlphaBlend (AlphaBlend@cpe-66-74-178-84.socal.res.rr.com) a quitté (Read error: Connection reset by peer) 2017-09-22 23:28:03 --> AlphaBlend (~AlphaBlen@cpe-66-74-178-84.socal.res.rr.com) a rejoint #mcdevs 2017-09-22 23:31:35 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-09-22 23:37:37 <-- AlphaBlend (~AlphaBlen@cpe-66-74-178-84.socal.res.rr.com) a quitté (Read error: Connection reset by peer) 2017-09-22 23:42:26 --> AlphaBlend (AlphaBlend@cpe-66-74-178-84.socal.res.rr.com) a rejoint #mcdevs 2017-09-22 23:48:26 <-- AlphaBlend (AlphaBlend@cpe-66-74-178-84.socal.res.rr.com) a quitté (Read error: Connection reset by peer) 2017-09-22 23:56:42 --> AlphaBlend (AlphaBlend@cpe-66-74-178-84.socal.res.rr.com) a rejoint #mcdevs 2017-09-22 23:57:59 <-- AlphaBlend (AlphaBlend@cpe-66-74-178-84.socal.res.rr.com) a quitté (Read error: Connection reset by peer) 2017-09-23 00:08:45 --> AlphaBlend (AlphaBlend@cpe-66-74-178-84.socal.res.rr.com) a rejoint #mcdevs 2017-09-23 02:05:22 --> chibill (~chibill@2602:306:ce43:b390:6059:d3b3:2c37:f177) a rejoint #mcdevs 2017-09-23 02:05:38 chibill Hi... I got all freaked out when trying to connect with webchat.... 2017-09-23 02:05:54 chibill just reinstalling my server so yea.. no znc.. :( 2017-09-23 02:08:21 chibill Also I noticed 1.12 killed Jawa again. 2017-09-23 02:16:54 --> DSee (~DSee@unaffiliated/dsee) a rejoint #mcdevs 2017-09-23 02:17:01 <-- DSee (~DSee@unaffiliated/dsee) a quitté #mcdevs 2017-09-23 02:19:42 <-- Dykam (~Dykam@37.139.10.7) a quitté (Remote host closed the connection) 2017-09-23 02:43:01 tktech chibill: Use tripple ticks (```) on github to preserve the traceback formatting 2017-09-23 02:43:13 tktech chibill: Do you have an example classfile for what's causing the error? 2017-09-23 02:43:25 tktech That partial traceback alone doesn't give me much to work with 2017-09-23 03:06:55 --> Dykam (~Dykam@37.139.10.7) a rejoint #mcdevs 2017-09-23 03:21:05 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-09-23 03:21:39 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-23 04:09:41 --> Timelaw (~Timelaw@189.208.136.193) a rejoint #mcdevs 2017-09-23 04:13:30 <-- chibill (~chibill@2602:306:ce43:b390:6059:d3b3:2c37:f177) a quitté (Ping timeout: 264 seconds) 2017-09-23 04:21:24 --> chibill (~chibill@2602:306:ce43:b390:6059:d3b3:2c37:f177) a rejoint #mcdevs 2017-09-23 04:24:40 <-- aphelion (aphelion@2600:3c00::f03c:91ff:fe61:9eab) a quitté (Ping timeout: 255 seconds) 2017-09-23 04:31:30 --> aphelion (aphelion@2600:3c00::f03c:91ff:fe61:9eab) a rejoint #mcdevs 2017-09-23 04:43:33 <-- Timelaw (~Timelaw@189.208.136.193) a quitté (Ping timeout: 240 seconds) 2017-09-23 04:57:44 --> Timelaw (~Timelaw@189.208.136.193) a rejoint #mcdevs 2017-09-23 05:54:11 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-09-23 05:55:16 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-23 06:12:28 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-23 06:14:53 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2017-09-23 06:14:53 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-09-23 06:20:26 <-- chibill (~chibill@2602:306:ce43:b390:6059:d3b3:2c37:f177) a quitté (Quit: Leaving) 2017-09-23 06:49:03 <-- rtjure (~rtjure@84.40.71.42) a quitté (Ping timeout: 248 seconds) 2017-09-23 07:11:28 --> rtjure (~rtjure@84.40.71.42) a rejoint #mcdevs 2017-09-23 07:11:31 --> jargan (jast@zoidberg.org) a rejoint #mcdevs 2017-09-23 07:12:00 <-- jast (jast@zoidberg.org) a quitté (Read error: Connection reset by peer) 2017-09-23 07:28:30 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-09-23 07:28:58 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-23 09:11:53 <-- Timelaw (~Timelaw@189.208.136.193) a quitté (Ping timeout: 240 seconds) 2017-09-23 09:44:03 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2017-09-23 09:44:07 <-- jargan (jast@zoidberg.org) a quitté (Read error: Connection reset by peer) 2017-09-23 09:47:05 <-- jast (jast@zoidberg.org) a quitté (Remote host closed the connection) 2017-09-23 09:48:58 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2017-09-23 10:01:16 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-09-23 11:48:07 <-- Dykam (~Dykam@37.139.10.7) a quitté (Ping timeout: 240 seconds) 2017-09-23 12:00:41 --> Dykam (~Dykam@37.139.10.7) a rejoint #mcdevs 2017-09-23 12:22:58 --> Jan1902 (~quassel@ip5f5be0dc.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2017-09-23 12:23:39 Jan1902 Is there a reason to why theres the "BELL" character at the start of the username in the login package sent by the client ? 2017-09-23 13:09:21 <-- Paprikachu (~pap@novalis.katana.io) a quitté (Quit: SIGSEGV) 2017-09-23 13:11:33 --> Paprikachu (~pap@novalis.katana.io) a rejoint #mcdevs 2017-09-23 13:29:27 <-- Dykam (~Dykam@37.139.10.7) a quitté (Remote host closed the connection) 2017-09-23 13:33:36 --> jingjinghack (~jingjingh@gateway/tor-sasl/jingjinghack) a rejoint #mcdevs 2017-09-23 13:35:42 jingjinghack Hi guys. I have a problem, if I got a setcompression, its maxsize is 0, what it means? 2017-09-23 13:36:02 jingjinghack disabled compression? 2017-09-23 13:36:37 jingjinghack sorry for my bad english... 2017-09-23 13:37:19 --> GeorgH93 (~GeorgH93@h081217042019.dyn.cm.kabsi.at) a rejoint #mcdevs 2017-09-23 14:07:53 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-09-23 14:08:08 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-23 14:09:01 Jan1902 I have not worked with the compression yet, sorry 2017-09-23 14:10:53 <-- Jan1902 (~quassel@ip5f5be0dc.dynamic.kabel-deutschland.de) a quitté (Remote host closed the connection) 2017-09-23 14:11:16 Andrio Probably just means that all packets larger than 0 bytes should be compressed. 2017-09-23 14:11:25 Andrio 'Negative values will disable compression' 2017-09-23 14:17:16 <-- jingjinghack (~jingjingh@gateway/tor-sasl/jingjinghack) a quitté (Ping timeout: 248 seconds) 2017-09-23 14:48:24 --> Jan1902 (~quassel@ip5f5be0dc.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2017-09-23 15:09:34 --> Dykam (~Dykam@37.139.10.7) a rejoint #mcdevs 2017-09-23 15:37:04 --> Tachyon_ (~Tachyon_@95.76.184.120) a rejoint #mcdevs 2017-09-23 16:25:58 <-- Dykam (~Dykam@37.139.10.7) a quitté (Remote host closed the connection) 2017-09-23 16:26:39 --> Dykam (~Dykam@37.139.10.7) a rejoint #mcdevs 2017-09-23 16:39:04 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2017-09-23 16:42:07 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-09-23 16:42:42 --> chibill (~chibill@2602:306:ce43:b390:3008:eeff:fe67:2b44) a rejoint #mcdevs 2017-09-23 16:43:42 chibill finally got ZNC back up 2017-09-23 17:15:58 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 246 seconds) 2017-09-23 17:24:15 chibill Regenerating all my Fingerprints 2017-09-23 17:38:36 <-- Jan1902 (~quassel@ip5f5be0dc.dynamic.kabel-deutschland.de) a quitté (Read error: Connection reset by peer) 2017-09-23 17:53:09 <-- gurun (~gurun@c83-249-66-168.bredband.comhem.se) a quitté (Quit: Leaving) 2017-09-23 18:01:13 --> TheNet (~TheNet@pool-108-30-113-194.nycmny.fios.verizon.net) a rejoint #mcdevs 2017-09-23 18:13:04 <-- Tachyon_ (~Tachyon_@95.76.184.120) a quitté (Ping timeout: 260 seconds) 2017-09-23 19:06:04 --> Timelaw (~Timelaw@189.208.136.193) a rejoint #mcdevs 2017-09-23 19:10:49 <-- Timelaw (~Timelaw@189.208.136.193) a quitté (Ping timeout: 260 seconds) 2017-09-23 20:00:13 <-- dexter0 (~dexter0@2601:647:4502:8c00:2c5d:51cb:e2fd:f4f6) a quitté (Ping timeout: 255 seconds) 2017-09-23 20:11:52 chibill So I just noticed something mojang seems to be cleaning out old snapshots from there servers.... :( 2017-09-23 20:14:32 +Dinnerbone It's nothing new, we host every released version (including snapshots) but we don't offer them if we think they're irrelevant 2017-09-23 20:15:15 chibill okay. Just confused me when for a while you even had 2014 snapshots still. (Sometime last year) 2017-09-23 20:17:55 +Dinnerbone That's news to me because the entire system is automated 2017-09-23 20:18:54 chibill Welp. Either way thanks for informing me. :) 2017-09-23 20:21:23 chibill Maybe I should purge my "Finger Prints" of older snapshots once you guys remove the old ones. (As by then they are useless basically.) 2017-09-23 20:35:01 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2017-09-23 20:49:27 --> dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2017-09-23 21:01:59 +Dinnerbone IIRC the logic is "if it's a snapshot and that snapshot is more than x weeks older than the most recent snapshot, or if it's not the oldest one for that week but isn't the very latest snapshot week, hide it" 2017-09-23 21:03:09 +Dinnerbone (It's a little more elegant in code.) 2017-09-23 21:09:21 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 248 seconds) 2017-09-23 22:36:53 <-- GeorgH93 (~GeorgH93@h081217042019.dyn.cm.kabsi.at) a quitté (Quit: Leaving) 2017-09-23 22:45:50 <-- dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a quitté (Ping timeout: 252 seconds) 2017-09-23 22:50:57 --> dexter0 (~dexter0@2601:647:4500:700:58a6:51d8:352a:64db) a rejoint #mcdevs 2017-09-23 23:16:18 --> Jan1902 (~quassel@ip5f5be0dc.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2017-09-23 23:46:28 Jan1902 Has anyone here experienced the client crashing when being sent the Open Sign Editor packet? 2017-09-23 23:48:33 <-- Jan1902 (~quassel@ip5f5be0dc.dynamic.kabel-deutschland.de) a quitté (Remote host closed the connection) 2017-09-23 23:56:13 <-- TheNet (~TheNet@pool-108-30-113-194.nycmny.fios.verizon.net) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-09-23 23:59:14 --> TheNet (~TheNet@pool-108-30-113-194.nycmny.fios.verizon.net) a rejoint #mcdevs 2017-09-24 01:30:36 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-24 01:33:54 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 264 seconds) 2017-09-24 01:33:54 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-09-24 01:38:51 chibill hm. Granted my finger prints use like very very little 2017-09-24 01:39:41 chibill Like only 1 MB max. 2017-09-24 02:19:52 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2017-09-24 02:25:20 millerti Hi. 2017-09-24 02:44:31 tktech chibill, sorry for the sudden change, doesn't help that the docstring wasn't updated. 2017-09-24 02:44:40 tktech That really should have just been in the develop branch 2017-09-24 02:45:13 tktech If you run into other java8/9 problems try out the develop branch, which has better support 2017-09-24 03:07:15 <-- TheNet (~TheNet@pool-108-30-113-194.nycmny.fios.verizon.net) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-09-24 03:32:10 --> TheNet (~TheNet@pool-108-30-113-194.nycmny.fios.verizon.net) a rejoint #mcdevs 2017-09-24 03:44:16 chibill Okay. And its no problem. Just need to start actually packaging my code correctly also :P 2017-09-24 04:51:13 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 240 seconds) 2017-09-24 05:19:49 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-09-24 05:20:19 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-24 05:35:09 <-- TheNet (~TheNet@pool-108-30-113-194.nycmny.fios.verizon.net) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-09-24 06:18:29 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-24 06:21:07 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2017-09-24 06:21:10 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-09-24 06:52:48 <-- Kazuto (~Kazuto@unaffiliated/kkirigaya) a quitté (Quit: You're too slow! http://i.imgur.com/MMMBvxE.gif) 2017-09-24 06:59:15 --> Kazuto (~Kazuto@spriggan.yuuki.ml) a rejoint #mcdevs 2017-09-24 06:59:15 <-- Kazuto (~Kazuto@spriggan.yuuki.ml) a quitté (Changing host) 2017-09-24 06:59:15 --> Kazuto (~Kazuto@unaffiliated/kkirigaya) a rejoint #mcdevs 2017-09-24 07:02:32 <-- Kazuto (~Kazuto@unaffiliated/kkirigaya) a quitté (Client Quit) 2017-09-24 07:03:42 --> Kazuto (~Kazuto@spriggan.yuuki.ml) a rejoint #mcdevs 2017-09-24 07:03:42 <-- Kazuto (~Kazuto@spriggan.yuuki.ml) a quitté (Changing host) 2017-09-24 07:03:42 --> Kazuto (~Kazuto@unaffiliated/kkirigaya) a rejoint #mcdevs 2017-09-24 07:29:48 --> jingjinghack (~jingjingh@gateway/tor-sasl/jingjinghack) a rejoint #mcdevs 2017-09-24 07:36:00 jingjinghack Andrio: thx 2017-09-24 08:29:44 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-24 09:00:31 <-- bildramer (~bildramer@p200300ED83CA3800AC9BCCA14258DFA9.dip0.t-ipconnect.de) a quitté (Ping timeout: 255 seconds) 2017-09-24 09:01:38 --> bildramer (~bildramer@p2E5141AE.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-09-24 09:41:32 <-- jingjinghack (~jingjingh@gateway/tor-sasl/jingjinghack) a quitté (Ping timeout: 248 seconds) 2017-09-24 09:53:38 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Remote host closed the connection) 2017-09-24 09:58:42 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-09-24 09:58:42 -- Mode #mcdevs [+v kev009] par ChanServ 2017-09-24 10:24:36 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-09-24 10:44:54 -- aphelion est maintenant connu sous le nom aphelion_ 2017-09-24 10:45:02 -- aphelion_ est maintenant connu sous le nom aphel 2017-09-24 10:45:08 -- aphel est maintenant connu sous le nom aphelion 2017-09-24 10:45:11 -- aphelion est maintenant connu sous le nom aphel 2017-09-24 12:17:16 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Remote host closed the connection) 2017-09-24 12:19:56 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-09-24 12:20:12 -- Mode #mcdevs [+v kev009] par ChanServ 2017-09-24 12:46:53 <-- MeltedLux (MeltedLux@help.lux.melted.me) a quitté (Ping timeout: 255 seconds) 2017-09-24 13:32:27 --> MeltedLux (MeltedLux@help.lux.melted.me) a rejoint #mcdevs 2017-09-24 15:26:30 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2017-09-24 15:27:34 millerti What's happening? 2017-09-24 15:30:34 --> GeorgH93 (~GeorgH93@h081217042019.dyn.cm.kabsi.at) a rejoint #mcdevs 2017-09-24 16:06:45 --> Tachyon_ (~Tachyon_@95.76.184.120) a rejoint #mcdevs 2017-09-24 16:55:15 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-09-24 17:26:40 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 240 seconds) 2017-09-24 18:29:39 --> TheNet (~TheNet@pool-108-30-113-194.nycmny.fios.verizon.net) a rejoint #mcdevs 2017-09-24 18:48:25 --> Jan1902 (~quassel@ip5f5be0dc.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2017-09-24 18:48:34 <-- Jan1902 (~quassel@ip5f5be0dc.dynamic.kabel-deutschland.de) a quitté (Remote host closed the connection) 2017-09-24 20:12:39 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-09-24 20:13:11 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-24 20:14:10 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-09-24 21:00:08 <-- bildramer (~bildramer@p2E5141AE.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2017-09-24 21:02:51 --> bildramer (~bildramer@p200300ED83CA3800816F63295079AFA4.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-09-24 21:18:55 <-- GeorgH93 (~GeorgH93@h081217042019.dyn.cm.kabsi.at) a quitté (Quit: Leaving) 2017-09-24 21:35:25 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-09-24 21:44:23 <-- Tachyon_ (~Tachyon_@95.76.184.120) a quitté (Remote host closed the connection) 2017-09-24 23:01:54 <-- TheNet (~TheNet@pool-108-30-113-194.nycmny.fios.verizon.net) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-09-24 23:33:55 chibill hello 2017-09-24 23:34:15 pokechu22 Hi 2017-09-24 23:37:28 chibill SO tired./... Did a 5K 2017-09-24 23:43:42 --> TheNet (~TheNet@pool-108-30-113-194.nycmny.fios.verizon.net) a rejoint #mcdevs 2017-09-25 00:35:39 Not-b032 [Charge] Wallbraker pushed 1 commit to hash-wip [+1/-0/±0] https://github.com/VoltLang/Charge/compare/f3f77b06491d...70074fcb4d48 2017-09-25 00:35:40 --> barneygale (~barneygal@90.194.219.127) a rejoint #mcdevs 2017-09-25 00:35:41 Not-b032 [Charge] Wallbraker 70074fc - util: Add a HashMap 2017-09-25 01:34:18 <-- TheNet (~TheNet@pool-108-30-113-194.nycmny.fios.verizon.net) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-09-25 01:37:04 <-- Dadido3 (~quassel@p5B00AF8B.dip0.t-ipconnect.de) a quitté (Ping timeout: 246 seconds) 2017-09-25 01:52:40 --> TheNet (~TheNet@pool-108-30-113-194.nycmny.fios.verizon.net) a rejoint #mcdevs 2017-09-25 02:35:56 -- aphel est maintenant connu sous le nom aphelion 2017-09-25 02:35:57 -- aphelion est maintenant connu sous le nom aphel 2017-09-25 03:07:17 --> enko (~textual@unaffiliated/enko) a rejoint #mcdevs 2017-09-25 03:11:07 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Ping timeout: 240 seconds) 2017-09-25 03:31:16 <-- TheNet (~TheNet@pool-108-30-113-194.nycmny.fios.verizon.net) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-09-25 04:13:08 -- mundus2018 est maintenant connu sous le nom mundus 2017-09-25 04:34:54 -- mundus est maintenant connu sous le nom Mundus 2017-09-25 04:38:39 -- Mundus est maintenant connu sous le nom mundus 2017-09-25 05:58:53 <-- protryon (~protryon@c-67-180-93-98.hsd1.ca.comcast.net) a quitté (Ping timeout: 240 seconds) 2017-09-25 06:10:23 --> protryon (~protryon@2601:647:ca00:ab50:9e4f:d41:2d27:7030) a rejoint #mcdevs 2017-09-25 06:29:29 <-- barneygale (~barneygal@90.194.219.127) a quitté (Ping timeout: 260 seconds) 2017-09-25 06:36:10 --> lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a rejoint #mcdevs 2017-09-25 07:22:35 <-- lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a quitté (Ping timeout: 260 seconds) 2017-09-25 08:16:32 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Quit: Rebooting pi) 2017-09-25 08:19:16 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-25 08:25:12 --> pokechu22_ (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-25 08:26:37 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 240 seconds) 2017-09-25 08:27:00 <-- pokechu22_ (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Client Quit) 2017-09-25 08:28:59 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-25 08:36:13 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 240 seconds) 2017-09-25 08:49:58 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-25 09:04:49 --> Dadido3 (~quassel@p2003007A8B3B3800E11CCE986934960B.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-09-25 09:25:44 --> pokechu22_ (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-25 09:26:24 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 248 seconds) 2017-09-25 09:29:06 --> pokechu22__ (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-25 09:31:26 <-- pokechu22_ (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 252 seconds) 2017-09-25 09:35:06 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-09-25 09:39:54 --> PolarizedIons (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2017-09-25 10:00:04 <-- ferrybig (~ferrybig@2a03:b0c0:0:1010::20:c001) a quitté (K-Lined) 2017-09-25 10:00:42 --> ferrybig (~ferrybig@mail.ferrybig.me) a rejoint #mcdevs 2017-09-25 10:07:25 --> barneygale (~barneygal@90.194.219.127) a rejoint #mcdevs 2017-09-25 10:24:07 <-- barneygale (~barneygal@90.194.219.127) a quitté (Ping timeout: 240 seconds) 2017-09-25 10:49:07 <-- samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a quitté (Ping timeout: 240 seconds) 2017-09-25 10:51:46 --> samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a rejoint #mcdevs 2017-09-25 11:00:47 <-- protryon (~protryon@2601:647:ca00:ab50:9e4f:d41:2d27:7030) a quitté (Quit: WeeChat 1.7-rc2) 2017-09-25 11:01:05 --> protryon (~protryon@2601:647:ca00:ab50:9e4f:d41:2d27:7030) a rejoint #mcdevs 2017-09-25 14:16:26 <-- chibill (~chibill@2602:306:ce43:b390:3008:eeff:fe67:2b44) a quitté (Ping timeout: 255 seconds) 2017-09-25 14:16:58 --> chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a rejoint #mcdevs 2017-09-25 15:35:36 --> lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a rejoint #mcdevs 2017-09-25 15:51:18 <-- bswartz (~bswartz@98.122.139.152) a quitté (Ping timeout: 264 seconds) 2017-09-25 15:54:28 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-09-25 16:35:13 --> Tachyon_ (~Tachyon_@95.76.184.120) a rejoint #mcdevs 2017-09-25 17:04:11 <-- chibill (~chibill@108-228-59-57.lightspeed.cicril.sbcglobal.net) a quitté (Quit: ZNC 1.6.5+deb1 - http://znc.in) 2017-09-25 17:08:29 <-- Thinkofname (~Think@163.172.178.215) a quitté (Quit: Leaving) 2017-09-25 17:10:41 --> barneygale (~barneygal@90.196.186.172) a rejoint #mcdevs 2017-09-25 17:11:37 --> Thinkofname (~Think@163.172.178.215) a rejoint #mcdevs 2017-09-25 17:11:51 -- Mode #mcdevs [+v Thinkofname] par ChanServ 2017-09-25 17:44:37 -- pokechu22__ est maintenant connu sous le nom pokechu22 2017-09-25 17:46:02 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Quit: WeeChat 1.9) 2017-09-25 17:46:20 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-25 17:51:12 <-- Tachyon_ (~Tachyon_@95.76.184.120) a quitté (Remote host closed the connection) 2017-09-25 18:36:29 --> TheIndra (4daa8e0f@gateway/web/cgi-irc/kiwiirc.com/ip.77.170.142.15) a rejoint #mcdevs 2017-09-25 18:39:03 <-- TheIndra (4daa8e0f@gateway/web/cgi-irc/kiwiirc.com/ip.77.170.142.15) a quitté (Client Quit) 2017-09-25 19:43:52 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Remote host closed the connection) 2017-09-25 19:44:06 --> PolarizedIons (~Polarized@ip4da49ab9.direct-adsl.nl) a rejoint #mcdevs 2017-09-25 19:44:31 -- PolarizedIons est maintenant connu sous le nom Guest52851 2017-09-25 19:54:02 --> Dadido3_ (~quassel@p2003007A8B3B3800B1D42C0B3A514D41.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-09-25 19:54:40 <-- Dadido3 (~quassel@p2003007A8B3B3800E11CCE986934960B.dip0.t-ipconnect.de) a quitté (Ping timeout: 246 seconds) 2017-09-25 19:59:20 <-- Guest52851 (~Polarized@ip4da49ab9.direct-adsl.nl) a quitté (Changing host) 2017-09-25 19:59:20 --> Guest52851 (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2017-09-25 19:59:24 -- Guest52851 est maintenant connu sous le nom PolarizedIons 2017-09-25 20:20:55 --> Dadido3 (~quassel@p2003007A8B3B380004FC5BB87030957F.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-09-25 20:23:43 <-- Dadido3_ (~quassel@p2003007A8B3B3800B1D42C0B3A514D41.dip0.t-ipconnect.de) a quitté (Ping timeout: 246 seconds) 2017-09-25 20:24:12 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-09-25 20:29:24 --> Dadido3_ (~quassel@p2003007A8B3B3800D44F51A29B6F17C5.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-09-25 20:32:11 <-- Dadido3 (~quassel@p2003007A8B3B380004FC5BB87030957F.dip0.t-ipconnect.de) a quitté (Ping timeout: 255 seconds) 2017-09-25 20:39:08 <-- lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a quitté (Ping timeout: 252 seconds) 2017-09-25 20:46:11 --> Dadido3 (~quassel@p2003007A8B3B3800604C571EBC170585.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-09-25 20:49:35 <-- Dadido3_ (~quassel@p2003007A8B3B3800D44F51A29B6F17C5.dip0.t-ipconnect.de) a quitté (Ping timeout: 252 seconds) 2017-09-25 20:49:49 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Quit: OkAlt) 2017-09-25 20:50:31 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2017-09-25 20:51:48 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Client Quit) 2017-09-25 21:14:42 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Ping timeout: 264 seconds) 2017-09-25 21:21:12 --> Tachyon_ (~Thunderbi@95.76.184.120) a rejoint #mcdevs 2017-09-25 21:32:34 <-- Tachyon_ (~Thunderbi@95.76.184.120) a quitté (Quit: Tachyon_) 2017-09-25 21:42:10 --> DepolarizedIons (~Polarized@239.ip-158-69-59.net) a rejoint #mcdevs 2017-09-25 21:42:17 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Quit: :quit) 2017-09-25 21:43:19 <-- DepolarizedIons (~Polarized@239.ip-158-69-59.net) a quitté (Changing host) 2017-09-25 21:43:19 --> DepolarizedIons (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2017-09-25 21:43:35 -- DepolarizedIons est maintenant connu sous le nom PolarizedIons 2017-09-25 22:13:11 <-- barneygale (~barneygal@90.196.186.172) a quitté (Ping timeout: 252 seconds) 2017-09-25 22:18:13 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2017-09-25 22:52:51 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Quit: OkAlt) 2017-09-25 22:54:52 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2017-09-25 23:12:18 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-09-25 23:12:18 -- Mode #mcdevs [+v kev009] par ChanServ 2017-09-25 23:52:39 --> barneygale (~barneygal@90.196.186.172) a rejoint #mcdevs 2017-09-26 00:28:31 --> chibill (~chibill@2602:306:ce43:b390:3008:eeff:fe67:2b44) a rejoint #mcdevs 2017-09-26 00:28:41 chibill /msg NickServ identify 1965bill 2017-09-26 00:28:47 chibill ... 2017-09-26 00:32:23 chibill Welp fixed that. 2017-09-26 00:34:01 +ammar2 lol 2017-09-26 00:34:12 +ammar2 this is why I do all my nickserv/authserv stuff in the status window 2017-09-26 01:12:43 --> pokechu22_ (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-26 01:14:40 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 248 seconds) 2017-09-26 01:20:58 -- pokechu22_ est maintenant connu sous le nom pokechu22 2017-09-26 01:21:12 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Quit: WeeChat 1.9) 2017-09-26 01:21:27 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-26 01:22:13 <-- barneygale (~barneygal@90.196.186.172) a quitté (Ping timeout: 240 seconds) 2017-09-26 01:35:53 <-- enko (~textual@unaffiliated/enko) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-09-26 01:38:39 --> enko (~textual@71.83.84.85) a rejoint #mcdevs 2017-09-26 01:40:23 <-- enko (~textual@71.83.84.85) a quitté (Client Quit) 2017-09-26 01:41:07 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Ping timeout: 240 seconds) 2017-09-26 01:43:38 --> PolarizedIons (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2017-09-26 01:44:21 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-26 01:47:06 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 264 seconds) 2017-09-26 01:47:06 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-09-26 02:24:44 --> barneygale (~barneygal@90.196.186.172) a rejoint #mcdevs 2017-09-26 02:39:53 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Read error: Connection reset by peer) 2017-09-26 03:20:38 <-- barneygale (~barneygal@90.196.186.172) a quitté (Ping timeout: 240 seconds) 2017-09-26 03:33:02 --> enko (~textual@71.83.84.85) a rejoint #mcdevs 2017-09-26 03:36:51 <-- enko (~textual@71.83.84.85) a quitté (Changing host) 2017-09-26 03:36:51 --> enko (~textual@unaffiliated/enko) a rejoint #mcdevs 2017-09-26 03:43:28 <-- enko (~textual@unaffiliated/enko) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-09-26 04:03:45 <-- balrog (~balrog@unaffiliated/balrog) a quitté (Ping timeout: 248 seconds) 2017-09-26 04:14:39 --> balrog (~balrog@unaffiliated/balrog) a rejoint #mcdevs 2017-09-26 04:44:45 kashike you should also choose stronger passwords, chibill 2017-09-26 05:21:08 --> NickG365_ (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a rejoint #mcdevs 2017-09-26 05:21:08 --> Timelaw (~Timelaw@189.208.136.193) a rejoint #mcdevs 2017-09-26 05:21:20 <-- NickG365 (~NickG365@2607:5300:60:6e29:472:6425:3733:0) a quitté (Ping timeout: 240 seconds) 2017-09-26 05:21:21 -- NickG365_ est maintenant connu sous le nom NickG365 2017-09-26 05:48:44 <-- Timelaw (~Timelaw@189.208.136.193) a quitté (Quit: WeeChat 1.9) 2017-09-26 05:50:51 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-09-26 06:32:56 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-26 06:34:37 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2017-09-26 06:34:38 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-09-26 06:34:55 --> lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a rejoint #mcdevs 2017-09-26 06:39:16 <-- lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a quitté (Ping timeout: 240 seconds) 2017-09-26 06:56:05 --> enko (~textual@71.83.84.85) a rejoint #mcdevs 2017-09-26 06:56:25 <-- enko (~textual@71.83.84.85) a quitté (Client Quit) 2017-09-26 06:56:44 --> enko (~enko@unaffiliated/enko) a rejoint #mcdevs 2017-09-26 07:25:40 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 240 seconds) 2017-09-26 07:36:40 --> lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a rejoint #mcdevs 2017-09-26 07:38:13 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-26 07:40:54 <-- lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a quitté (Ping timeout: 246 seconds) 2017-09-26 08:11:08 --> PolarizedIons (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2017-09-26 08:36:48 --> lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a rejoint #mcdevs 2017-09-26 08:41:06 <-- lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a quitté (Ping timeout: 246 seconds) 2017-09-26 09:15:13 <-- enko (~enko@unaffiliated/enko) a quitté (Ping timeout: 248 seconds) 2017-09-26 09:18:03 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-09-26 09:36:19 --> Black_Hole (~BlackHole@p2003007E4F635D002D5ACE16F51AB982.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-09-26 09:36:42 --> lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a rejoint #mcdevs 2017-09-26 09:37:12 --> barneygale (~barneygal@90.196.186.172) a rejoint #mcdevs 2017-09-26 09:40:08 <-- Black-Hole (~BlackHole@p2003007E4F635D004992EF73271B3EA1.dip0.t-ipconnect.de) a quitté (Ping timeout: 255 seconds) 2017-09-26 09:41:07 <-- lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a quitté (Ping timeout: 240 seconds) 2017-09-26 09:55:18 <-- barneygale (~barneygal@90.196.186.172) a quitté (Ping timeout: 246 seconds) 2017-09-26 09:55:55 tktech TheChillBillWillPickStrongPasswordsSince20170201 2017-09-26 10:36:39 --> lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a rejoint #mcdevs 2017-09-26 10:41:05 <-- lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a quitté (Ping timeout: 248 seconds) 2017-09-26 10:54:35 --> Tachyon_ (~Tachyon_@95.76.184.120) a rejoint #mcdevs 2017-09-26 11:13:30 <-- ashka_ (~ashka_@server2.shellgratuit.com) a quitté 2017-09-26 11:13:46 --> ashka_ (~ashka_@server2.shellgratuit.com) a rejoint #mcdevs 2017-09-26 11:36:44 --> lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a rejoint #mcdevs 2017-09-26 11:41:20 <-- lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a quitté (Ping timeout: 248 seconds) 2017-09-26 12:03:20 <-- l4mRh4X0r (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a quitté (Ping timeout: 240 seconds) 2017-09-26 12:03:43 <-- Tachyon_ (~Tachyon_@95.76.184.120) a quitté (Quit: Konversation terminated!) 2017-09-26 12:08:54 --> l4mRh4X0r (l4mRh4X0r@pomacium.student.ipv6.utwente.nl) a rejoint #mcdevs 2017-09-26 12:36:40 --> lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a rejoint #mcdevs 2017-09-26 12:41:04 <-- lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a quitté (Ping timeout: 248 seconds) 2017-09-26 13:17:17 --> Tachyon_ (~Tachyon_@95.76.184.120) a rejoint #mcdevs 2017-09-26 13:36:47 --> lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a rejoint #mcdevs 2017-09-26 13:41:03 <-- lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a quitté (Ping timeout: 246 seconds) 2017-09-26 13:47:50 <-- Tachyon_ (~Tachyon_@95.76.184.120) a quitté (Ping timeout: 260 seconds) 2017-09-26 13:53:07 <-- ashka_ (~ashka_@server2.shellgratuit.com) a quitté 2017-09-26 14:36:45 --> lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a rejoint #mcdevs 2017-09-26 14:39:46 --> ashka_ (~ashka_@62-210-251-94.rev.poneytelecom.eu) a rejoint #mcdevs 2017-09-26 14:41:32 <-- lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a quitté (Ping timeout: 252 seconds) 2017-09-26 14:51:31 chibill lol 2017-09-26 14:52:08 chibill I did... Stupid hex caht moved windows as soon as I hit enter 2017-09-26 14:53:46 --> Dadido3_ (~quassel@p2003007A8B3B3800581FE495C2E33738.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-09-26 14:56:44 <-- Dadido3 (~quassel@p2003007A8B3B3800604C571EBC170585.dip0.t-ipconnect.de) a quitté (Ping timeout: 246 seconds) 2017-09-26 15:10:09 chibill Anyone have any idea about how the "better together" update for all other versions networking works? I am going to try making either a bridge or a mod 2017-09-26 15:12:50 Hafydd Nice. I would be interested in that. 2017-09-26 15:14:58 chibill Need to figure out the network protocol 2017-09-26 15:36:50 --> lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a rejoint #mcdevs 2017-09-26 15:41:06 <-- lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a quitté (Ping timeout: 246 seconds) 2017-09-26 15:42:14 <-- Dadido3_ (~quassel@p2003007A8B3B3800581FE495C2E33738.dip0.t-ipconnect.de) a quitté (Ping timeout: 246 seconds) 2017-09-26 16:36:36 --> lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a rejoint #mcdevs 2017-09-26 16:41:06 <-- lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a quitté (Ping timeout: 248 seconds) 2017-09-26 17:03:19 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (Quit: En fait, le BSDiste, c'est comme l'homme politique, tu lui dis de quoi t'as besoin, il t'explique comment t'en passer) 2017-09-26 17:04:41 --> ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a rejoint #mcdevs 2017-09-26 17:04:41 <-- ashka (~postmaste@62-210-251-94.rev.poneytelecom.eu) a quitté (Changing host) 2017-09-26 17:04:41 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2017-09-26 17:16:56 --> Dadido3 (~quassel@p2003007A8B3B380059E6438999A93B01.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-09-26 17:33:27 <-- |Blaze| (~scott@184.70.189.74) a quitté (Read error: Connection reset by peer) 2017-09-26 17:34:38 --> |Blaze| (~scott@184.70.189.74) a rejoint #mcdevs 2017-09-26 17:36:46 --> lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a rejoint #mcdevs 2017-09-26 17:40:53 <-- lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a quitté (Ping timeout: 240 seconds) 2017-09-26 18:07:30 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-09-26 18:36:46 --> lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a rejoint #mcdevs 2017-09-26 18:39:13 <-- lillgreen (~lillgreen@pool-71-163-36-116.washdc.fios.verizon.net) a quitté (Client Quit) 2017-09-26 18:53:29 --> Tachyon_ (~Tachyon_@95.76.184.120) a rejoint #mcdevs 2017-09-26 19:31:50 tktech It's the C version at the core isn't it? 2017-09-26 19:31:54 tktech So RakNet based 2017-09-26 19:34:54 Tachyon_ Raknet isn't C 2017-09-26 19:42:20 <-- Tachyon_ (~Tachyon_@95.76.184.120) a quitté (Quit: Konversation terminated!) 2017-09-26 20:18:28 rom1504 c++ 2017-09-26 20:41:13 --> Jan1902 (~quassel@ip5f5be0bd.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2017-09-26 21:57:44 <-- Jan1902 (~quassel@ip5f5be0bd.dynamic.kabel-deutschland.de) a quitté (Remote host closed the connection) 2017-09-26 22:01:10 --> barneygale (~barneygal@90.196.186.172) a rejoint #mcdevs 2017-09-26 22:27:27 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2017-09-26 22:31:43 Not-b032 [Charge] Wallbraker pushed 2 commits to hash-wip [+1/-0/±2] https://github.com/VoltLang/Charge/compare/70074fcb4d48...2902ebaff074 2017-09-26 22:31:44 Not-b032 [Charge] Wallbraker 7d94124 - util: Add a HashMap 2017-09-26 22:31:46 Not-b032 [Charge] Wallbraker 2902eba - wip: Temporary testing 2017-09-26 22:35:21 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Quit: redstonehelper) 2017-09-26 22:51:07 --> enko (~enko@unaffiliated/enko) a rejoint #mcdevs 2017-09-26 23:18:54 <-- gentauro (~gentauro@xd520f243.cust.hiper.dk) a quitté (Ping timeout: 264 seconds) 2017-09-26 23:26:00 --> gentauro (~gentauro@xd520f274.cust.hiper.dk) a rejoint #mcdevs 2017-09-26 23:30:38 <-- gentauro (~gentauro@xd520f274.cust.hiper.dk) a quitté (Ping timeout: 252 seconds) 2017-09-26 23:37:58 --> gentauro (~gentauro@xd520f25b.cust.hiper.dk) a rejoint #mcdevs 2017-09-26 23:44:35 <-- gentauro (~gentauro@xd520f25b.cust.hiper.dk) a quitté (Ping timeout: 260 seconds) 2017-09-27 00:28:45 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 240 seconds) 2017-09-27 00:31:53 chibill I mean they had to have some new networking stuff to make them all talk to the same servers right? 2017-09-27 00:37:14 --> gentauro (~gentauro@xd520f24a.cust.hiper.dk) a rejoint #mcdevs 2017-09-27 01:10:15 <-- YukonAppleGeek (~Yukon@sfo01.yukon.io) a quitté (Ping timeout: 240 seconds) 2017-09-27 01:10:24 --> YukonAppleGeek (~Yukon@sfo01.yukon.io) a rejoint #mcdevs 2017-09-27 01:32:32 rom1504 what 2017-09-27 01:33:13 rom1504 "Xbox, mobile, VR and Windows 10" 2017-09-27 01:33:18 rom1504 that's all mcpe 2017-09-27 01:33:27 rom1504 so they flipped a switch allowing connection 2017-09-27 01:34:02 chibill hm okay. 2017-09-27 01:35:32 pokechu22 Well, xbox originally was a different codebase entirely, which may have (and probably did have) a different protocol 2017-09-27 01:36:00 pokechu22 Porting bedrock to xbox/other consoles would give it the same protocol as the rest of bedrock (including raknet :/) 2017-09-27 01:36:27 rom1504 what about the server for xbox ? 2017-09-27 01:36:42 rom1504 was it a separate codebase too ? 2017-09-27 01:43:34 pokechu22 I have no clue about how xbox itself works, just that there's the bedrock codebase and what's now known as the "legacy console" codebase (and the actual minecraft codebase, aka java edition (I may have a bias)) 2017-09-27 01:59:29 -- aphel est maintenant connu sous le nom aphelion 2017-09-27 02:05:18 rom1504 I meant the minecraft server that the minecraft client inside the xbox connected to 2017-09-27 02:06:02 rom1504 bedrock = mcpe 2017-09-27 02:06:25 rom1504 ah 2017-09-27 02:09:45 <-- Kazuto (~Kazuto@unaffiliated/kkirigaya) a quitté (Quit: You're too slow! http://i.imgur.com/MMMBvxE.gif) 2017-09-27 02:11:26 --> Kazuto (~Kazuto@spriggan.yuuki.ml) a rejoint #mcdevs 2017-09-27 02:11:26 <-- Kazuto (~Kazuto@spriggan.yuuki.ml) a quitté (Changing host) 2017-09-27 02:11:26 --> Kazuto (~Kazuto@unaffiliated/kkirigaya) a rejoint #mcdevs 2017-09-27 03:20:25 <-- barneygale (~barneygal@90.196.186.172) a quitté (Ping timeout: 260 seconds) 2017-09-27 06:29:06 --> mundus2018 (~mundus201@unaffiliated/mundus2018) a rejoint #mcdevs 2017-09-27 06:30:23 <-- MiniDigger (~MiniDigge@some.random.host.cause.default.is.boring.minidigger.me) a quitté (*.net *.split) 2017-09-27 06:30:23 <-- mundus (~mundus201@unaffiliated/mundus2018) a quitté (*.net *.split) 2017-09-27 06:30:24 <-- ecx86 (~ecx86@unaffiliated/ecx86) a quitté (*.net *.split) 2017-09-27 06:30:32 --> ecx86 (~ecx86@unaffiliated/ecx86) a rejoint #mcdevs 2017-09-27 06:32:02 --> MiniDigger (~MiniDigge@some.random.host.cause.default.is.boring.minidigger.me) a rejoint #mcdevs 2017-09-27 09:37:12 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-09-27 12:56:33 --> barneygale (~barneygal@90.196.186.172) a rejoint #mcdevs 2017-09-27 14:02:34 <-- Dykam (~Dykam@37.139.10.7) a quitté (Remote host closed the connection) 2017-09-27 14:02:51 --> Dykam (~Dykam@37.139.10.7) a rejoint #mcdevs 2017-09-27 14:35:44 <-- electronicboy (~electroni@atlas.valaria.pw) a quitté (Quit: You're not just a regular moron. You were designed to be a moron.) 2017-09-27 15:12:10 --> electronicboy (~electroni@atlas.valaria.pw) a rejoint #mcdevs 2017-09-27 15:37:13 --> Tachyon_ (~Tachyon_@95.76.184.120) a rejoint #mcdevs 2017-09-27 15:51:54 <-- barneygale (~barneygal@90.196.186.172) a quitté (Ping timeout: 264 seconds) 2017-09-27 15:59:28 <-- rtjure (~rtjure@84.40.71.42) a quitté (Ping timeout: 248 seconds) 2017-09-27 16:04:18 --> rtjure (~rtjure@84.40.71.42) a rejoint #mcdevs 2017-09-27 17:10:42 Tachyon_ the client sends the ping packet after it receives response or imediatelly after it sends request ? 2017-09-27 17:29:14 pokechu22 For the server list ping? After the response. 2017-09-27 17:31:31 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Remote host closed the connection) 2017-09-27 17:31:55 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-09-27 17:31:55 -- Mode #mcdevs [+v kev009] par ChanServ 2017-09-27 17:34:27 Tachyon_ pokechu22: thanks 2017-09-27 18:00:39 --> barneygale (~barneygal@90.196.186.172) a rejoint #mcdevs 2017-09-27 18:02:02 --> bswartz (~bswartz@98.122.139.152) a rejoint #mcdevs 2017-09-27 18:35:44 <-- barneygale (~barneygal@90.196.186.172) a quitté (Ping timeout: 240 seconds) 2017-09-27 18:42:38 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-09-27 18:59:30 --> Meronat (uid190493@gateway/web/irccloud.com/x-mqifsawscbrqvqpr) a rejoint #mcdevs 2017-09-27 19:28:34 <-- Tachyon_ (~Tachyon_@95.76.184.120) a quitté (Ping timeout: 248 seconds) 2017-09-27 19:39:25 Not-b032 [Jawa] TkTech pushed 1 commit to dex [+1/-0/±1] https://github.com/TkTech/Jawa/commit/e9deeea2db96 2017-09-27 19:39:27 Not-b032 [Jawa] TkTech e9deeea - DEX parser utilities (Android support). Partial, experimental support. 2017-09-27 19:41:40 tktech Just the basic parser for now but the goal is to transparently convert a DEXFile you'd get from Android into the same interface as the Java ClassFile. 2017-09-27 19:41:48 tktech Basically doing the same thing as dex2jar 2017-09-27 19:42:14 tktech That + a capstone plugin means we can do Burger for MCPE 2017-09-27 19:51:15 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 246 seconds) 2017-09-27 20:11:10 chibill nice 2017-09-27 20:12:20 chibill Sounds like a cool idea 2017-09-27 20:14:44 chibill only problem I see might be that doesn't dex2jar only work on apps conpiled from java? 2017-09-27 20:24:16 tktech Kinda? 2017-09-27 20:24:52 tktech Problem dex2jar has is that it's trying to produce ClassFiles on disk that are easily handled by say, J-D 2017-09-27 20:25:53 tktech Dex has instructions that aren't 1-1 with the JVM, and then there are many, many different ways to produce JVM bytecode that don't match a higher level java construct 2017-09-27 20:26:43 tktech I'm converting them into Jawa ClassFiles, which work with anything the JVM can handle. It doesn't care about the origin or how readily it would transcompile back to Java 2017-09-27 20:27:00 chibill Found the docs. https://source.android.com/devices/tech/dalvik/dex-format 2017-09-27 20:37:45 -- mundus2018 est maintenant connu sous le nom mundus 2017-09-27 21:24:25 --> Tachyon_ (~Tachyon_@95.76.184.120) a rejoint #mcdevs 2017-09-27 22:25:27 <-- Tachyon_ (~Tachyon_@95.76.184.120) a quitté (Quit: Konversation terminated!) 2017-09-27 23:01:56 --> capstar (~user@55.92-220-69.customer.lyse.net) a rejoint #mcdevs 2017-09-27 23:37:08 <-- Meronat (uid190493@gateway/web/irccloud.com/x-mqifsawscbrqvqpr) a quitté (Quit: Connection closed for inactivity) 2017-09-27 23:50:01 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-27 23:55:14 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 240 seconds) 2017-09-27 23:55:49 <-- capstar (~user@55.92-220-69.customer.lyse.net) a quitté (Quit: Leaving) 2017-09-28 00:37:37 --> zelozelos (~zelozelos@2601:586:202:c90:e5dc:d21:b4f1:3d9c) a rejoint #mcdevs 2017-09-28 00:37:47 zelozelos hi everybody 2017-09-28 00:38:07 chibill hello! 2017-09-28 00:38:08 zelozelos is there a way to make the command block not say what it did? 2017-09-28 00:38:14 chibill yep 2017-09-28 00:38:19 chibill its a game rule 2017-09-28 00:38:21 zelozelos its such a ttle tale 2017-09-28 00:38:52 zelozelos oh, ya that keeps crashing, where you set the game rule in cheat, its win 10 edition if that helps 2017-09-28 00:39:36 zelozelos what was that command again? 2017-09-28 00:39:44 zelozelos ill see if the update yesterday fixed it 2017-09-28 00:43:29 zelozelos i have a pretty kewll world going if you want to see https://www.mediafire.com/file/s9co580327r56ph/Nice%20and%20Hidden.mcworld 2017-09-28 00:43:56 zelozelos all kinds of hidden stuff, a roller coaster umm tons of stuff to explore/find 2017-09-28 00:45:27 zelozelos oh it didnt crash...thanks chibill 2017-09-28 00:47:51 zelozelos once i set that game rule and quit n save, then reload is it still active/how do i make it do that? 2017-09-28 00:48:31 zelozelos oh, nvm it saved that way ;) 2017-09-28 00:50:34 zelozelos and 1 last q, if you dont mind, is it possible to do a chain of commands, and pause before/after each command, but with code instead of clocks? 2017-09-28 00:50:52 zelozelos pause for 20seconds or so 2017-09-28 00:51:47 zelozelos chibill, anyone ? ^ 2017-09-28 01:01:47 <-- rtjure (~rtjure@84.40.71.42) a quitté (Ping timeout: 246 seconds) 2017-09-28 01:19:59 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-28 01:25:44 <-- zelozelos (~zelozelos@2601:586:202:c90:e5dc:d21:b4f1:3d9c) a quitté (Quit: Leaving) 2017-09-28 01:47:38 <-- minecrell (~minecrell@irc.minecrell.net) a quitté (Ping timeout: 246 seconds) 2017-09-28 01:48:36 --> minecrell (~minecrell@irc.minecrell.net) a rejoint #mcdevs 2017-09-28 01:53:59 --> barneygale (~barneygal@90.196.186.172) a rejoint #mcdevs 2017-09-28 02:06:44 <-- barneygale (~barneygal@90.196.186.172) a quitté (Ping timeout: 240 seconds) 2017-09-28 02:17:47 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-09-28 03:14:45 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-09-28 03:25:01 --> Timelaw (~Timelaw@189.208.136.193) a rejoint #mcdevs 2017-09-28 03:57:15 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-09-28 03:58:45 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2017-09-28 03:59:18 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Client Quit) 2017-09-28 04:13:01 <-- Timelaw (~Timelaw@189.208.136.193) a quitté (Ping timeout: 240 seconds) 2017-09-28 04:19:18 -- irc : déconnecté du serveur 2017-09-28 04:19:39 --> rom1504 (rom1504@rom1504.fr) a rejoint #mcdevs 2017-09-28 04:19:39 -- Le titre pour #mcdevs est "A haunt for developers working on projects related to Minecraft | Website & Rules: http://wiki.vg/MCDevs/rules | Wiki: http://wiki.vg | Channel is publicly logged as of Feb.25/13 https://logs.rom1504.fr/" 2017-09-28 04:19:39 -- Titre défini par tktech (~tktech@ec2-52-70-105-60.compute-1.amazonaws.com) le jeu., 11 mai 2017 00:28:31 2017-09-28 04:19:39 -- Canal #mcdevs : 158 pseudos (1 op, 14 voices, 143 normaux) 2017-09-28 04:21:05 -- Canal créé le lun., 06 déc. 2010 12:22:40 2017-09-28 05:32:41 <-- MeltedLux (MeltedLux@help.lux.melted.me) a quitté (Ping timeout: 246 seconds) 2017-09-28 05:40:06 --> MeltedLux (MeltedLux@help.lux.melted.me) a rejoint #mcdevs 2017-09-28 05:53:14 <-- jast (jast@zoidberg.org) a quitté (Ping timeout: 240 seconds) 2017-09-28 05:54:26 <-- TobiX (tobias@zoidberg.org) a quitté (Ping timeout: 252 seconds) 2017-09-28 06:01:35 --> TobiX (tobias@zoidberg.org) a rejoint #mcdevs 2017-09-28 06:02:28 --> jast (jast@zoidberg.org) a rejoint #mcdevs 2017-09-28 06:02:40 <-- fl4sh_ (~fl4sh@s3.jsje.de) a quitté (Ping timeout: 248 seconds) 2017-09-28 06:04:35 <-- Paprikachu (~pap@novalis.katana.io) a quitté (Ping timeout: 255 seconds) 2017-09-28 06:09:20 --> Paprikachu (~pap@novalis.katana.io) a rejoint #mcdevs 2017-09-28 06:09:31 --> fl4sh_ (~fl4sh@s3.jsje.de) a rejoint #mcdevs 2017-09-28 06:39:33 -- mundus est maintenant connu sous le nom sudnum 2017-09-28 06:40:41 -- sudnum est maintenant connu sous le nom mundus 2017-09-28 07:14:20 <-- bildramer (~bildramer@p200300ED83CA3800816F63295079AFA4.dip0.t-ipconnect.de) a quitté (Quit: alway rember happy day) 2017-09-28 08:41:35 --> OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2017-09-28 09:05:38 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 240 seconds) 2017-09-28 09:47:48 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-09-28 11:26:09 --> Tachyon_ (~Tachyon_@95.76.184.120) a rejoint #mcdevs 2017-09-28 11:26:23 Tachyon_ Time ran backwards! Did the system time change? 2017-09-28 11:26:40 Tachyon_ oh well.. it caught me that I'm time travelling 2017-09-28 11:50:01 --> bildramer (~bildramer@p200300ED83CA38005112CC7FB2F8ED7B.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-09-28 13:13:10 Tachyon_ I am probably doing something terribly wrong, but is it the field in keep alive still a long(8 bytes) ? 2017-09-28 13:53:51 <-- Tachyon_ (~Tachyon_@95.76.184.120) a quitté (Remote host closed the connection) 2017-09-28 15:20:37 rom1504 in 1.12.2 yes 2017-09-28 16:07:15 --> Jan1902 (~quassel@ip5f5be0f9.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2017-09-28 16:24:17 --> barneygale (~barneygal@2.220.2.134) a rejoint #mcdevs 2017-09-28 16:34:40 <-- barneygale (~barneygal@2.220.2.134) a quitté (Ping timeout: 255 seconds) 2017-09-28 16:35:43 --> rtjure (~rtjure@84.40.71.42) a rejoint #mcdevs 2017-09-28 16:55:59 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-09-28 17:20:21 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-28 17:23:46 --> pokechu22_ (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-28 17:24:50 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 248 seconds) 2017-09-28 17:24:58 -- pokechu22_ est maintenant connu sous le nom pokechu22 2017-09-28 18:05:01 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Ping timeout: 240 seconds) 2017-09-28 18:44:12 --> PolarizedIons (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2017-09-28 18:58:33 --> GeorgH93 (~GeorgH93@94.242.212.93) a rejoint #mcdevs 2017-09-28 19:16:13 <-- GeorgH93 (~GeorgH93@94.242.212.93) a quitté (Ping timeout: 240 seconds) 2017-09-28 19:53:54 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 240 seconds) 2017-09-28 20:03:01 --> Jan1902_ (~quassel@ip5f5be0f9.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2017-09-28 20:10:47 <-- SpaceManiac (~SpaceMani@c-98-208-52-207.hsd1.ca.comcast.net) a quitté (Ping timeout: 252 seconds) 2017-09-28 20:28:31 --> SpaceManiac (~SpaceMani@c-98-208-52-207.hsd1.ca.comcast.net) a rejoint #mcdevs 2017-09-28 20:28:31 -- Mode #mcdevs [+v SpaceManiac] par ChanServ 2017-09-28 20:55:38 --> Timelaw (~Timelaw@189.208.136.193) a rejoint #mcdevs 2017-09-28 21:03:37 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-28 21:05:26 --> pokechu22_ (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-28 21:07:25 <-- Jan1902_ (~quassel@ip5f5be0f9.dynamic.kabel-deutschland.de) a quitté (Remote host closed the connection) 2017-09-28 21:07:53 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 246 seconds) 2017-09-28 22:04:16 <-- Jan1902 (~quassel@ip5f5be0f9.dynamic.kabel-deutschland.de) a quitté (Remote host closed the connection) 2017-09-28 22:18:51 --> millerti (~millerti@teotihuacan.cs.binghamton.edu) a rejoint #mcdevs 2017-09-28 22:23:27 -- pokechu22_ est maintenant connu sous le nom pokechu22 2017-09-28 22:58:58 --> OkAlt__ (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a rejoint #mcdevs 2017-09-28 23:00:18 <-- OkAlt (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Ping timeout: 248 seconds) 2017-09-28 23:06:40 <-- millerti (~millerti@teotihuacan.cs.binghamton.edu) a quitté (Ping timeout: 248 seconds) 2017-09-28 23:16:50 <-- Timelaw (~Timelaw@189.208.136.193) a quitté (Ping timeout: 248 seconds) 2017-09-28 23:53:38 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 248 seconds) 2017-09-28 23:55:44 <-- Hafydd (~Hafydd@unaffiliated/joo) a quitté (Ping timeout: 248 seconds) 2017-09-29 01:32:45 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-29 03:08:26 --> millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a rejoint #mcdevs 2017-09-29 04:23:37 --> Timelaw (~Timelaw@189.208.136.193) a rejoint #mcdevs 2017-09-29 04:27:54 <-- Timelaw (~Timelaw@189.208.136.193) a quitté (Ping timeout: 240 seconds) 2017-09-29 05:11:10 <-- matthewprenger (~matt@irc.prenger.co) a quitté (Remote host closed the connection) 2017-09-29 05:11:27 --> matthewprenger (~matt@irc.prenger.co) a rejoint #mcdevs 2017-09-29 06:30:33 <-- millerti (~millerti@cpe-66-24-91-119.stny.res.rr.com) a quitté (Ping timeout: 258 seconds) 2017-09-29 07:48:13 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 240 seconds) 2017-09-29 07:48:31 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-29 07:53:21 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 258 seconds) 2017-09-29 07:57:10 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-29 09:15:23 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-09-29 10:04:02 <-- matthewprenger (~matt@irc.prenger.co) a quitté (Remote host closed the connection) 2017-09-29 10:19:45 <-- yorick (~yorick@oftn/oswg-member/yorick) a quitté (Ping timeout: 260 seconds) 2017-09-29 13:48:36 --> Jan1902 (~quassel@ip5f5be0d6.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2017-09-29 13:54:54 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Ping timeout: 240 seconds) 2017-09-29 14:01:22 --> PolarizedIons (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2017-09-29 14:15:13 --> Hafydd (~Hafydd@unaffiliated/joo) a rejoint #mcdevs 2017-09-29 15:04:07 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-29 15:16:36 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-09-29 15:50:13 <-- Jan1902 (~quassel@ip5f5be0d6.dynamic.kabel-deutschland.de) a quitté (Ping timeout: 258 seconds) 2017-09-29 15:51:55 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Ping timeout: 264 seconds) 2017-09-29 15:51:58 --> kev009_ (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-09-29 15:51:58 -- Mode #mcdevs [+v kev009_] par ChanServ 2017-09-29 16:10:31 --> Jan1902 (~quassel@ip5f5be0d6.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2017-09-29 16:52:19 <-- Jan1902 (~quassel@ip5f5be0d6.dynamic.kabel-deutschland.de) a quitté (Ping timeout: 258 seconds) 2017-09-29 17:09:15 --> Jan1902 (~quassel@ip5f5be0d6.dynamic.kabel-deutschland.de) a rejoint #mcdevs 2017-09-29 17:13:27 chibill Welp. Figuring out the protocol of Win10 edition might be easy. (Except for the annoying fact that the disassembler I have eats up all my RAM doing so) 2017-09-29 17:38:01 rom1504 it's the same as mcpe as said 2017-09-29 17:38:17 rom1504 so first you need to implement raknek (well the part used by mcpe) 2017-09-29 17:38:27 rom1504 second packets are available at places 2017-09-29 17:38:36 chibill I mean we don't even have an up-to-date mcpe docs... 2017-09-29 17:38:52 chibill last updated in october of 2016.. on the wiki 2017-09-29 17:39:11 rom1504 no the doc are dead 2017-09-29 17:39:18 rom1504 https://github.com/NiclasOlofsson/MiNET this was the updated thing 2017-09-29 17:39:23 rom1504 except apparently it's 404 2017-09-29 17:39:59 rom1504 wait a sec 2017-09-29 17:40:10 chibill hm 2017-09-29 17:40:28 chibill githbu having server problems maybe. 2017-09-29 17:41:03 rom1504 https://github.com/mhsjlw/pocket-minecraft-protocol/blob/1.1/data/protocol.json 2017-09-29 17:41:08 rom1504 so we have that 2017-09-29 17:41:21 rom1504 I believe it was mostly extracted from minet 2017-09-29 17:41:47 rom1504 it's probably not 100% up to date but it's something 2017-09-29 17:41:59 chibill https://github.com/kennyvv/MiNET-1.2 2017-09-29 17:42:09 chibill might be good 2017-09-29 17:44:30 rom1504 https://github.com/kennyvv/MiNET-1.2/blob/1.2/src/MiNET/MiNET/Net/MCPE%20Protocol%20Documentation.md 2017-09-29 17:44:50 rom1504 https://github.com/kennyvv/MiNET-1.2/blob/1.2/src/MiNET/MiNET/Net/MCPE%20Protocol.xml 2017-09-29 17:45:03 rom1504 anyway the very first step is implementing raknet in your language 2017-09-29 17:45:11 rom1504 that won't change 2017-09-29 17:45:25 rom1504 (unlike the mcpe protocol which changes every few months) 2017-09-29 17:45:36 chibill Well there is already a Java Lib for that. 2017-09-29 17:45:38 chibill :D 2017-09-29 17:45:50 rom1504 okay then you can use that if you code in java 2017-09-29 17:46:09 chibill Basically I am going to butcher the networking of "Minecraft" into "Minecraft: Java Edition" 2017-09-29 17:46:23 chibill I know I am 99.8% going to fail 2017-09-29 17:47:12 rom1504 what's the raknet java lib ? 2017-09-29 17:47:28 rom1504 https://github.com/JRakNet/JRakNet ? 2017-09-29 17:48:40 chibill yea. I think so. (I can't remember if that the one I was going to use.) 2017-09-29 17:58:03 jamierocks_ chibill: why that way around? 2017-09-29 17:58:19 jamierocks_ wouldn't you want to get pe clients onto pc 2017-09-29 17:58:25 chibill no 2017-09-29 17:58:48 chibill get PC on to PE so I can play with everyone else. 2017-09-29 17:59:02 chibill plus PE is in C and I don't want to have to figure out how to mod that. 2017-09-29 17:59:14 pokechu22 But you can't run servers on PE 2017-09-29 17:59:22 pokechu22 (well, other than community servers...) 2017-09-29 17:59:38 pokechu22 (... I guess that was kinda a stupid point given that most of us make or work on custom servers...) 2017-09-29 17:59:45 jamierocks_ also you might want to check out https://github.com/voxelwind/voxelwind/tree/master/server/src/main/java/com/voxelwind/server/network/raknet 2017-09-29 18:00:31 jamierocks_ lol, so you'll need a java lib for microsoft auth 2017-09-29 18:00:37 jamierocks_ have fun 2017-09-29 18:03:11 chibill Well there is a MCWin10 exe I can just hook into to. (I HATE WIN10 Edition's controls) 2017-09-29 18:05:37 pokechu22 Maybe it'd be a better use of your time to convince people not to use that version and instead to use the superior version 2017-09-29 18:06:16 <-- Andrio (Andrio@questers-rest.andriocelos.ml) a quitté (Quit: ZNC - http://znc.in) 2017-09-29 18:06:28 --> Andrio (Andrio@questers-rest.andriocelos.ml) a rejoint #mcdevs 2017-09-29 18:06:33 --> electroniccat (~electroni@atlas.valaria.pw) a rejoint #mcdevs 2017-09-29 18:07:42 <-- electronicboy (~electroni@atlas.valaria.pw) a quitté (Ping timeout: 240 seconds) 2017-09-29 18:07:42 <-- Byteflux (~Byteflux@minelink.net) a quitté (Ping timeout: 240 seconds) 2017-09-29 18:10:15 --> Byteflux (~Byteflux@minelink.net) a rejoint #mcdevs 2017-09-29 18:25:51 chibill eh but thats more money people have to use. :? 2017-09-29 18:27:14 pokechu22 If you buy java edition then you get PE free (but of course if you've already bought PE then it doesn't work the other way :/) 2017-09-29 18:28:24 chibill WHen did that happen? 2017-09-29 18:28:40 chibill I know if you get Win10 edition for free. 2017-09-29 18:28:52 chibill but not PE like Android or iOS 2017-09-29 18:29:12 jamierocks_ well bedrock is xbox + switch too 2017-09-29 18:29:30 <-- jamierocks (jamierocks@81.4.107.71) a quitté (Disconnected by services) 2017-09-29 18:29:36 -- jamierocks_ est maintenant connu sous le nom jamierocks 2017-09-29 18:29:42 <-- Jan1902 (~quassel@ip5f5be0d6.dynamic.kabel-deutschland.de) a quitté (Remote host closed the connection) 2017-09-29 18:30:37 chibill https://help.mojang.com/customer/en/portal/articles/2064007-minecraft-windows-10-edition 2017-09-29 18:31:28 --> jamieroc- (jamierocks@81.4.107.71) a rejoint #mcdevs 2017-09-29 18:35:26 pokechu22 Oh, yeah, win10 only I mean 2017-09-29 18:36:18 chibill I got that. 2017-09-29 18:36:23 chibill Hate its controls. 2017-09-29 18:36:27 jamierocks honestly pc is the only platform that mc plays well on 2017-09-29 18:36:36 chibill yea 2017-09-29 18:36:38 jamierocks shit with mobile ui or controller 2017-09-29 18:36:49 chibill I can get 300 fps on PC xD 2017-09-29 18:50:10 <-- rtjure (~rtjure@84.40.71.42) a quitté (Ping timeout: 248 seconds) 2017-09-29 19:16:04 <-- enko (~enko@unaffiliated/enko) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2017-09-29 19:39:31 tktech Oh good there's like 5 different Python raknet libraries 2017-09-29 19:54:11 --> rtjure (~rtjure@84.40.71.42) a rejoint #mcdevs 2017-09-29 20:57:28 --> Pernille (~user@55.92-220-69.customer.lyse.net) a rejoint #mcdevs 2017-09-29 21:52:14 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 240 seconds) 2017-09-29 22:34:39 <-- Pernille (~user@55.92-220-69.customer.lyse.net) a quitté (Remote host closed the connection) 2017-09-29 23:18:41 --> pokechu22 (~pokechu22@140.160.182.114) a rejoint #mcdevs 2017-09-29 23:58:42 <-- pokechu22 (~pokechu22@140.160.182.114) a quitté (Ping timeout: 240 seconds) 2017-09-30 00:21:26 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-30 00:24:39 --> matthewprenger (~matt@irc.prenger.co) a rejoint #mcdevs 2017-09-30 06:26:55 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-30 06:29:14 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 240 seconds) 2017-09-30 06:29:14 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2017-09-30 07:05:01 <-- willies952002 (~willies95@irc.domnian.com) a quitté (Ping timeout: 240 seconds) 2017-09-30 07:05:25 --> willies952002 (~willies95@irc.domnian.com) a rejoint #mcdevs 2017-09-30 07:59:56 <-- dexter0 (~dexter0@2601:647:4500:700:58a6:51d8:352a:64db) a quitté (Quit: exit) 2017-09-30 08:49:24 prplz how does mojang compile minecraft/minecraft server with the different parts 2017-09-30 08:49:32 prplz would they have a sideonly annotation? 2017-09-30 09:26:18 <-- zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a quitté (Quit: Connection closed for inactivity) 2017-09-30 09:42:04 +md_5 no, you just set different entry points and the obfuscator does the rest 2017-09-30 10:23:02 <-- rtjure (~rtjure@84.40.71.42) a quitté (Ping timeout: 258 seconds) 2017-09-30 12:05:09 --> rtjure (~rtjure@84.40.71.42) a rejoint #mcdevs 2017-09-30 12:26:51 <-- bildramer (~bildramer@p200300ED83CA38005112CC7FB2F8ED7B.dip0.t-ipconnect.de) a quitté (Ping timeout: 258 seconds) 2017-09-30 13:03:21 --> gurun (~gurun@c83-249-66-168.bredband.comhem.se) a rejoint #mcdevs 2017-09-30 13:05:38 <-- pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a quitté (Ping timeout: 248 seconds) 2017-09-30 13:56:24 <-- samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a quitté (Ping timeout: 246 seconds) 2017-09-30 14:03:20 --> samschaap (~samschaap@5469BF1F.cm-12-2c.dynamic.ziggo.nl) a rejoint #mcdevs 2017-09-30 14:07:23 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-09-30 14:08:04 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-30 14:14:11 <-- PolarizedIons (~Polarized@unaffiliated/polarizedions) a quitté (Ping timeout: 255 seconds) 2017-09-30 14:30:11 --> bildramer (~bildramer@p200300ED83CA3800AC9BCCA14258DFA9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-09-30 15:24:29 <-- bildramer (~bildramer@p200300ED83CA3800AC9BCCA14258DFA9.dip0.t-ipconnect.de) a quitté (Read error: No route to host) 2017-09-30 15:25:11 --> bildramer (~bildramer@p200300ED83CA3800AC9BCCA14258DFA9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-09-30 15:47:34 <-- csnxs` (sean@unaffiliated/plussean) a quitté (Quit: I was wrong. It creeps up back; through coloured glass.) 2017-09-30 15:56:14 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: Connection reset by peer) 2017-09-30 15:56:58 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-30 15:58:17 --> csnxs (sean@unaffiliated/plussean) a rejoint #mcdevs 2017-09-30 16:04:27 --> Black-Hole (~BlackHole@p2003007E4F635D002D5ACE16F51AB982.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-09-30 16:06:15 <-- Black_Hole (~BlackHole@p2003007E4F635D002D5ACE16F51AB982.dip0.t-ipconnect.de) a quitté (Ping timeout: 246 seconds) 2017-09-30 17:04:36 --> zhuyifei1999_ (uid97661@wikimedia/zhuyifei1999) a rejoint #mcdevs 2017-09-30 18:28:53 --> PolarizedIons (~Polarized@unaffiliated/polarizedions) a rejoint #mcdevs 2017-09-30 18:41:46 --> pokechu22 (~pokechu22@c-67-201-199-217.reshall.wwu.edu) a rejoint #mcdevs 2017-09-30 18:44:21 <-- Pyker (pyker@pyker.net) a quitté (Remote host closed the connection) 2017-09-30 18:45:22 <-- OkAlt__ (~OkAlt@S0106f0f2498160d3.lb.shawcable.net) a quitté (Ping timeout: 248 seconds) 2017-09-30 19:08:08 --> GeorgH93 (~GeorgH93@p5488F7F9.dip0.t-ipconnect.de) a rejoint #mcdevs 2017-09-30 19:18:43 --> tomsik68 (~jasku@80.94.55.2) a rejoint #mcdevs 2017-09-30 19:22:24 <-- tomsik68[m] (tomsik68ma@gateway/shell/matrix.org/x-rtbghrvzskmqpyjg) a quitté #mcdevs ("User left") 2017-09-30 19:23:37 <-- tomsik68 (~jasku@80.94.55.2) a quitté (Quit: WeeChat 1.9) 2017-09-30 19:47:58 --> Pyker (pyker@pyker.net) a rejoint #mcdevs 2017-09-30 20:44:41 --> TheIndra (4daa8e0f@gateway/web/cgi-irc/kiwiirc.com/ip.77.170.142.15) a rejoint #mcdevs 2017-09-30 20:45:24 TheIndra Uhm, i have a question about the login start packet. Sometimes the username is not send by the client, does anyone know why this happens? 2017-09-30 20:45:45 pokechu22 That's odd 2017-09-30 20:46:04 --> dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2017-09-30 20:46:38 pokechu22 Like, it's an empty string? 2017-09-30 20:46:43 TheIndra Yeah 2017-09-30 20:47:11 pokechu22 Is this from your own client while testing, or a random player connecting to your server? 2017-09-30 20:47:30 TheIndra I'm writing a server, i'm just using the official minecraft client 2017-09-30 20:47:53 pokechu22 Right, and you're testing with the official client? 2017-09-30 20:48:00 TheIndra Yes 2017-09-30 20:48:37 gentauro I'm trying to implment the "current handshake" protocol in .NET (F#) -> http://wiki.vg/Server_List_Ping#Current and the result I'm getting is the following (I'm expecting at least something as return message, but I get an Empty string) https://gist.github.com/gentauro/04954b6d582d611018f48c40444aec10 2017-09-30 20:49:12 gentauro empty string = no bytes (more correct) 2017-09-30 20:49:35 pokechu22 The server list ping handshake doesn't use the login protocol - only the status protocol 2017-09-30 20:50:09 pokechu22 You're probably reading this: http://wiki.vg/Protocol#Request 2017-09-30 20:50:31 TheIndra To who are you talking? 2017-09-30 20:50:44 pokechu22 You 2017-09-30 20:51:04 TheIndra Yea 2017-09-30 20:51:15 pokechu22 The packet you're getting probably isn't the (login phase) login start packet but instead the (status phase) request packet 2017-09-30 20:52:27 TheIndra But it's like 2017-09-30 20:52:32 TheIndra Sometimes the username is send 2017-09-30 20:52:42 TheIndra And when i connect again it's not send anymone 2017-09-30 20:52:45 TheIndra anymore* 2017-09-30 20:53:18 pokechu22 Right, when the player connects to the server you'll get the login start packet, but when they ping it, you'll get the request packet 2017-09-30 20:54:06 TheIndra Who would ping the server if i'm testing localhost? 2017-09-30 20:54:21 pokechu22 If you have the server in your server list (you're not direct connecting) then you'll ping it 2017-09-30 20:54:29 TheIndra Yea 2017-09-30 20:54:33 TheIndra Ping is send once? 2017-09-30 20:54:38 gentauro Btw, I think I ported BigEndian correctly based on the Java code -> http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/6-b14/java/io/DataOutputStream.java#DataOutputStream.writeShort%28int%29 2017-09-30 20:55:17 gentauro I really miss a few examples on the wiki page -> http://wiki.vg/Protocol#Data_types 2017-09-30 20:55:51 pokechu22 It'll usually only ping it once but I'm not sure if that's always the case (e.g. it'll ping again when you refresh the server list or close and reopen it) 2017-09-30 20:56:15 TheIndra But why would it send ping when i join the server? 2017-09-30 20:56:17 gentauro Example: Short (25565 => [99, 221]) 2017-09-30 20:56:59 pokechu22 ... 2017-09-30 20:57:15 pokechu22 I just realized that you're two separate people :facepalm: (both are the same color and width on my client) 2017-09-30 20:57:22 pokechu22 one second 2017-09-30 20:57:39 TheIndra lmao 2017-09-30 20:58:42 pokechu22 OK, gentauro - you're writing a client and trying to send that to the server, right? 2017-09-30 21:00:16 pokechu22 TheIndra - don't know why it'd send a ping when joining directly. But you should check the state in the handshake packet - check whether it's login or status. If you're getting no data and it's set to login something's odd 2017-09-30 21:01:26 TheIndra Lemme check 2017-09-30 21:02:31 pokechu22 gentauro - yeah, that short value looks like it's correct to me, I think. 2017-09-30 21:03:37 pokechu22 But you're not constructing packets correctly - there's the packet ID, sure, but there's also the header for the packet which has the length; see http://wiki.vg/Protocol#Packet_format (for handshake you want without compression) 2017-09-30 21:07:02 pokechu22 And yeah, more examples would definitely be nice 2017-09-30 21:08:08 gentauro ahhh 2017-09-30 21:08:45 gentauro Now I see 2017-09-30 21:09:25 --> Jan1902 (~quassel@2a02:2028:555:7f01:7ce0:8614:74d1:67ac) a rejoint #mcdevs 2017-09-30 21:09:47 gentauro I will give it a try. Thx :) 2017-09-30 21:22:44 gentauro Added length headers (I'm guessing uncompressed) but still same result :| 2017-09-30 21:22:57 gentauro It's getting late, I'll into it again tomorrow :) 2017-09-30 21:23:07 gentauro thx pokechu22 for the hint 2017-09-30 21:23:31 pokechu22 Ok, night, and good luck tomorrow :3 2017-09-30 21:34:20 TheIndra pokechu22 2017-09-30 21:34:26 pokechu22 Yes? 2017-09-30 21:34:29 TheIndra You know why i receive this error after joining? 2017-09-30 21:34:37 TheIndra sec 2017-09-30 21:35:28 TheIndra https://imgur.com/a/IMps0 2017-09-30 21:36:24 pokechu22 It's trying to read 8 bytes from the current position of having read 6 bytes, when there are only 6 bytes total to read 2017-09-30 21:36:57 TheIndra Hmm 2017-09-30 21:37:17 TheIndra What packet is 6 bytes in the login progress? 2017-09-30 21:37:59 pokechu22 It'd be more than 6 bytes long - at least 6+8=14 2017-09-30 21:38:27 pokechu22 Could be encryption request, not sure if you're sending that 2017-09-30 21:39:03 TheIndra I'll look into it 2017-09-30 21:43:21 <-- kev009_ (~kev009@tempe0.bbox.io) a quitté (Remote host closed the connection) 2017-09-30 21:43:34 TheIndra Wait 2017-09-30 21:43:36 TheIndra Request 2017-09-30 21:43:49 TheIndra You mean response 2017-09-30 21:46:21 pokechu22 You're writing a server, right? That error's from the client - the client's trying to read a packet the server sent to it and there isn't enough data 2017-09-30 21:48:16 TheIndra I'm not sending encryption responsse 2017-09-30 21:48:35 pokechu22 Right, encryption response was just a guess 2017-09-30 21:48:57 pokechu22 Are you sending login success? 2017-09-30 21:58:18 TheIndra Yes 2017-09-30 22:01:09 TheIndra pokechu22 2017-09-30 22:01:18 pokechu22 Right, hm 2017-09-30 22:01:59 pokechu22 One thing you could do is enable packet debugging (see http://wiki.vg/Debugging) and then check what packet the client disconnects at 2017-09-30 22:03:32 TheIndra I'll look into it, thank 2017-09-30 22:03:36 TheIndra thanks* 2017-09-30 22:09:32 TheIndra So i created the xml file 2017-09-30 22:09:49 TheIndra Do i just add the arguments to the jvm arguments input in the launcher? 2017-09-30 22:10:03 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2017-09-30 22:10:03 -- Mode #mcdevs [+v kev009] par ChanServ 2017-09-30 22:10:19 pokechu22 If you're using the native launcher (the newer one), no, there's a dedicated option you use to set the logger config. If you're using the older launcher then yes 2017-09-30 22:11:28 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Read error: No route to host) 2017-09-30 22:11:41 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2017-09-30 22:15:38 TheIndra Sp where should i find the debug information? 2017-09-30 22:15:41 TheIndra So* 2017-09-30 22:17:12 pokechu22 The launcher log, or alternatively %appdata%\.minecraft\logs\latest.log 2017-09-30 22:17:54 TheIndra Yea launcher log is empty 2017-09-30 22:19:11 pokechu22 Empty? Hm 2017-09-30 22:19:50 pokechu22 And is the other log also empty? 2017-09-30 22:20:36 TheIndra Ah it's logging to latest.log 2017-09-30 22:22:24 TheIndra [22:21:15] [Netty Client IO #14/DEBUG]: OUT: [LOGIN:0] mm 2017-09-30 22:22:24 TheIndra [22:21:15] [Netty Client IO #14/DEBUG]: IN: [LOGIN:2] mh 2017-09-30 22:23:12 pokechu22 And then it disconnects? 2017-09-30 22:23:24 TheIndra Yea 2017-09-30 22:23:38 TheIndra Also looks like username is not send anymore after disconnect 2017-09-30 22:23:45 pokechu22 LOGIN:2 is login success 2017-09-30 22:24:27 pokechu22 If it's getting 6 bytes, that probably means you're sending a bad UUID string and then it's having issues with the username 2017-09-30 22:24:53 TheIndra Ok lemme check if the uuid is right 2017-09-30 22:25:06 pokechu22 It's important to note that login success uses a UUID as a string (with a VarInt length prefix), not the normal format that's useful elsewhere 2017-09-30 22:25:16 TheIndra I know 2017-09-30 22:25:29 TheIndra Like "56675b22-32f0-4ee0-8917-9e9c9206cfe8" 2017-09-30 22:25:33 pokechu22 Yep 2017-09-30 22:28:55 TheIndra Hmm 2017-09-30 22:28:59 TheIndra Still same error 2017-09-30 22:29:26 pokechu22 Are you sure you're doing the length prefix correctly? 2017-09-30 22:29:34 TheIndra I'll check 2017-09-30 22:34:49 TheIndra Yea 2017-09-30 22:34:57 TheIndra I'm sending it right 2017-09-30 22:35:06 pokechu22 Huh 2017-09-30 22:36:03 TheIndra Hmm 2017-09-30 22:36:09 TheIndra My username is length 8 2017-09-30 22:36:16 TheIndra So there is the problem i think 2017-09-30 22:39:02 TheIndra Oh wait 2017-09-30 22:39:05 TheIndra I did some debugging 2017-09-30 22:39:16 TheIndra And the last packet i'm sending is flat 2017-09-30 22:39:49 TheIndra So the error is in the joingame pokechu22 2017-09-30 22:40:12 TheIndra Lemme check if i'm sending the enum right 2017-09-30 22:42:15 pokechu22 Ah, yeah, could be in joingame 2017-09-30 22:43:19 pokechu22 ... right, the way that the packet debugging works, it wouldn't have an instance of the packet to print if it failed to read the packet (I think) 2017-09-30 22:43:56 pokechu22 So it would be whatever packet you're sending after login success 2017-09-30 22:44:12 TheIndra I'm debugging now 2017-09-30 22:45:38 pokechu22 That said I'm not sure how you'd get 6 bytes read from the packet (unless I forgot how those things are indexed and it's that it _will_ read the 6th byte or something like that) 2017-09-30 22:49:23 TheIndra Any way i can get the output which the packet gave in the client? 2017-09-30 22:50:03 pokechu22 Not in the client, but you can probably log what bytes you're sending to the client (don't know what language you're using, so it may be easy or hard to do this) 2017-09-30 22:50:35 TheIndra I did log the string and length which i'm sending 2017-09-30 22:51:14 TheIndra For login this would be 2017-09-30 22:51:16 TheIndra 56675b22-32f0-4ee0-8917-9e9c9206cfe8:36 2017-09-30 22:51:16 TheIndra TheIndra:8 2017-09-30 22:51:49 pokechu22 Right, that looks fine. But what about in join game? 2017-09-30 22:52:05 TheIndra Sec 2017-09-30 22:52:26 TheIndra flat:4 2017-09-30 22:52:45 pokechu22 That should be right. What about the rest of the packet? 2017-09-30 22:52:53 pokechu22 Make sure you're sending regular ints and not varints for it 2017-09-30 22:53:38 TheIndra buffer.WriteVarInt(PacketID); 2017-09-30 22:53:38 TheIndra buffer.WriteInt(state.Player.UniqueServerID); 2017-09-30 22:53:38 TheIndra buffer.WriteByte((byte)state.Player.Gamemode); 2017-09-30 22:53:38 TheIndra buffer.WriteByte((byte)state.Player.Dimension); 2017-09-30 22:53:38 TheIndra buffer.WriteByte((byte)Globals.Difficulty); 2017-09-30 22:53:38 TheIndra buffer.WriteByte((byte)Globals.MaxPlayers); 2017-09-30 22:53:38 TheIndra buffer.WriteString(Globals.LVLType); 2017-09-30 22:53:39 TheIndra buffer.WriteBool(false); 2017-09-30 22:54:12 TheIndra So yeah only varint for the packetid 2017-09-30 22:54:24 pokechu22 Dimension's an int 2017-09-30 22:54:35 pokechu22 not a byte 2017-09-30 22:54:59 TheIndra Oh 2017-09-30 22:55:57 TheIndra Is something else wrong also?