2016-04-14 15:47:29 <-- ylt (ylt@d3s.co) a quitté (Ping timeout: 264 seconds) 2016-04-14 15:49:17 <-- PhonicUK (~PhonicUK@pdpc/supporter/student/phonicuk) a quitté (Ping timeout: 264 seconds) 2016-04-14 15:49:17 <-- yorick (~yorick@oftn/oswg-member/yorick) a quitté (Ping timeout: 264 seconds) 2016-04-14 15:49:18 <-- Jeebiss (sid25046@gateway/web/irccloud.com/x-cexfhpszwzcmuovf) a quitté (Ping timeout: 264 seconds) 2016-04-14 15:49:18 <-- unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a quitté (Ping timeout: 264 seconds) 2016-04-14 15:49:19 <-- ammar2- (admin@ec2-52-4-212-228.compute-1.amazonaws.com) a quitté (Ping timeout: 264 seconds) 2016-04-14 15:49:19 <-- Not-d16f (~notifico@198.199.82.216) a quitté (Ping timeout: 264 seconds) 2016-04-14 15:49:34 --> ammar2 (~ammar@ec2-52-4-212-228.compute-1.amazonaws.com) a rejoint #mcdevs 2016-04-14 15:49:34 -- Mode #mcdevs [+v ammar2] par ChanServ 2016-04-14 15:51:08 --> yorick (~yorick@ip51cd0513.speed.planet.nl) a rejoint #mcdevs 2016-04-14 15:51:08 <-- yorick (~yorick@ip51cd0513.speed.planet.nl) a quitté (Changing host) 2016-04-14 15:51:08 --> yorick (~yorick@oftn/oswg-member/yorick) a rejoint #mcdevs 2016-04-14 15:53:32 --> Jeebiss (sid25046@gateway/web/irccloud.com/x-idzewpzqqfduicgd) a rejoint #mcdevs 2016-04-14 15:54:04 --> PhonicUK (~PhonicUK@pdpc/supporter/student/phonicuk) a rejoint #mcdevs 2016-04-14 15:54:27 --> unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a rejoint #mcdevs 2016-04-14 15:59:33 --> ylt (ylt@d3s.co) a rejoint #mcdevs 2016-04-14 16:08:25 --> KnownUnown (KnownUnown@2604:180:1::d79b:fdbc) a rejoint #mcdevs 2016-04-14 16:14:15 Not-34f0 [minecraft-data] rom1504 pushed 3 commits to master [+0/-0/±6] https://git.io/vwfjq 2016-04-14 16:14:16 Not-34f0 [minecraft-data] rom1504 79da516 - Merge pull request #133 from PrismarineJS/fix_rotation fix packet_entity_head_rotation and packet_update_attributes 2016-04-14 16:14:18 Not-34f0 [minecraft-data] rom1504 deleted branch fix_rotation 2016-04-14 16:49:02 --> programmerq (~jefferya@unaffiliated/programmerq) a rejoint #mcdevs 2016-04-14 16:56:22 Not-34f0 [minecraft-data] rom1504 pushed 1 commit to master [+0/-0/±3] https://git.io/vwJmU 2016-04-14 16:56:23 Not-34f0 [minecraft-data] rom1504 fdff732 - fixed packet_entity_update_attributes 2016-04-14 16:56:36 Not-34f0 [minecraft-data] rom1504 deleted branch fix_rotation 2016-04-14 16:57:46 shoghicp rom1504: for servers, you don't need anything xbox live 2016-04-14 16:58:02 shoghicp just trust a public key 2016-04-14 16:58:31 shoghicp in fact, you don't even need to do any kind of HTTP request, verification is instant! 2016-04-14 17:00:12 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-14 17:07:07 rom1504 how can you identify a client without doing requests to some auth server ? 2016-04-14 17:07:29 rom1504 will it work the same as in 0.14.1 ? 2016-04-14 17:07:39 rom1504 (which is not really an auth) 2016-04-14 17:11:04 fmend031 Question, how can I use the older MCP with today's filestructure. I need to get the source of a mod made for 1.5.2 2016-04-14 17:14:54 Gjum fmend031: I can't help you, but you could also ask in #mcp or search the forums 2016-04-14 17:15:13 fmend031 i did search forums ill try #mcp 2016-04-14 17:17:30 shoghicp rom1504: let's see if I can do a TL;DR 2016-04-14 17:17:46 shoghicp client gets a certificate chain signed by the auth servers 2016-04-14 17:18:10 shoghicp at the end there is the client public key, at the top the root public key (making a chain) 2016-04-14 17:18:47 shoghicp you verify that the contents of the client public key are signed by this root pubkey and validate the time, etc. 2016-04-14 17:19:31 shoghicp server also has its own public/private key pair, and with both of them a secure stream is established 2016-04-14 17:20:39 shoghicp signing is ECDSA, connection is AES encrypted with a key exchanged through ECDH 2016-04-14 17:22:16 shoghicp I have this old design that I shared on other channels before, details might be obsolete but should give you an idea http://i.imgur.com/21kdZ52.png 2016-04-14 17:29:17 shoghicp it's also mostly JWT 2016-04-14 17:29:35 yawkat when is this coming? 2016-04-14 17:29:56 yawkat /in what version 2016-04-14 17:30:46 shoghicp yawkat: it's on the Realms alpha for Win10/ Pocket Edition 2016-04-14 17:31:00 yawkat ah okay thanks 2016-04-14 17:31:50 yawkat does it use raknet encryption? 2016-04-14 17:32:14 yawkat for the encrypted stream part 2016-04-14 17:45:37 --> Not-29aa (~notifico@198.199.82.216) a rejoint #mcdevs 2016-04-14 17:45:37 Not-29aa [wiki] Edit by Pokechu22 to Plugin channels -> http://tinyurl.com/h5dwcyd 2016-04-14 17:46:29 Not-29aa [wiki] Edit by Pokechu22 to Plugin channels -> http://tinyurl.com/jgcqlwv 2016-04-14 17:49:34 rom1504 shoghicp: ah okay, thanks 2016-04-14 17:50:58 rom1504 yeah it's kind of similar to mcpc 2016-04-14 18:03:25 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-04-14 18:06:32 -- bildramer1 est maintenant connu sous le nom bildramer 2016-04-14 18:07:45 Not-29aa [wiki] Edit by Pokechu22 to Protocol -> http://tinyurl.com/zw8b2qs 2016-04-14 18:11:37 shoghicp rom1504: for servers it's different, but clients still have to authenticate to a service 2016-04-14 18:12:47 yawkat it looks better than mcpc imo 2016-04-14 18:17:22 Not-29aa [wiki] Edit by Pokechu22 to Plugin channels -> http://tinyurl.com/hhd7mrm 2016-04-14 18:32:17 Not-29aa [wiki] Edit by Pokechu22 to Protocol -> http://tinyurl.com/h7v6hzt 2016-04-14 18:46:08 Not-29aa [wiki] Edit by Pokechu22 to Protocol -> http://tinyurl.com/zl8zran 2016-04-14 18:49:22 Not-29aa [wiki] Edit by Pokechu22 to Chat -> http://tinyurl.com/jjqogab 2016-04-14 18:53:11 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-14 19:15:08 Not-29aa [wiki] Edit by Pokechu22 to Protocol -> http://tinyurl.com/hx6q4og 2016-04-14 19:19:05 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Ping timeout: 252 seconds) 2016-04-14 19:19:11 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Ping timeout: 244 seconds) 2016-04-14 19:19:18 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-14 19:19:29 Not-29aa [wiki] Edit by Pokechu22 to Protocol version numbers -> http://tinyurl.com/zd9qtzc 2016-04-14 19:20:11 rom1504 nope, try again 2016-04-14 19:20:24 rom1504 hmm 2016-04-14 19:20:34 Not-29aa [wiki] Edit by Pokechu22 to Protocol version numbers -> http://tinyurl.com/zud8gtb 2016-04-14 19:20:41 rom1504 ah here we go 2016-04-14 19:20:44 <-- unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a quitté (Ping timeout: 252 seconds) 2016-04-14 19:21:17 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Ping timeout: 252 seconds) 2016-04-14 19:21:18 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 252 seconds) 2016-04-14 19:22:11 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-14 19:22:56 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-14 19:28:52 --> unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a rejoint #mcdevs 2016-04-14 19:50:56 --> dranghek (~darngeek@bouncer.pocketmine.net) a rejoint #mcdevs 2016-04-14 19:51:01 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Ping timeout: 276 seconds) 2016-04-14 19:51:01 <-- darngeek (~darngeek@bouncer.pocketmine.net) a quitté (Ping timeout: 276 seconds) 2016-04-14 19:51:07 <-- Deaygo (~Deaygo@107.161.31.15) a quitté (Ping timeout: 276 seconds) 2016-04-14 19:51:18 --> Deaygo (~Deaygo@107.161.31.15) a rejoint #mcdevs 2016-04-14 19:51:46 <-- unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a quitté (Ping timeout: 276 seconds) 2016-04-14 19:51:46 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Ping timeout: 276 seconds) 2016-04-14 19:51:56 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-14 19:51:56 --> unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a rejoint #mcdevs 2016-04-14 20:26:15 --> icke_ (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-14 20:39:43 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-04-14 20:39:43 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-04-14 20:41:04 +Amaranth shoghicp: You're using TLS certs with a short expiry for authentication? 2016-04-14 20:41:42 +Amaranth I mean, that almost stops someone from hijacking the session, better than you have now 2016-04-14 20:42:21 shoghicp Amaranth: they have a short expiration and they would need the client private key 2016-04-14 20:42:30 shoghicp which is generated every start 2016-04-14 20:42:35 +Amaranth Why would they need the client private key? 2016-04-14 20:42:41 +Amaranth Do you encrypt something with this? 2016-04-14 20:42:49 shoghicp otherwise they can't connect as it 2016-04-14 20:43:22 shoghicp if they get the xbox live credentials, they will only be able to use it for a few minutes before it expires 2016-04-14 20:43:32 +Amaranth Right but that's a few minutes 2016-04-14 20:43:42 +Amaranth I get you to connect to my server and now I can connect to yours as you 2016-04-14 20:44:01 <-- icke_ (~icke@213.83.43.18) a quitté (Read error: Connection timed out) 2016-04-14 20:44:07 shoghicp nah that doesn't work, there is the server public key 2016-04-14 20:44:19 shoghicp and you can only connect to that one, + random token 2016-04-14 20:44:38 --> icke_ (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-14 20:44:46 +Amaranth So it is more involved than verifying one certificate 2016-04-14 20:44:51 shoghicp key is generated using ECDH, which involves the server public key + client private key (or client public key + server private key) 2016-04-14 20:45:59 shoghicp what you could do is forward the connection to a different server, but it's not possible for that MITM to forward it to another server again without the client credentials/private key 2016-04-14 20:46:56 shoghicp Amaranth: server verifies certificate, and allows connection. key is generated both on client and server at the same time, resulting on the same shared secret that they use to communicated securely 2016-04-14 20:47:57 shoghicp it's "like" https, but instead of the client verifying the server the server verifies the client 2016-04-14 20:49:06 shoghicp in "offline" mode the verification step is skipped, but that still protects against passive attackers 2016-04-14 20:50:32 shoghicp online mode (using certificates issued by Mojang services) ensures the server that the client is a valid user, and with the shared secret generation step we also create a tunnel that protects against active attackers 2016-04-14 20:51:29 shoghicp technically this system also allows for third party servers to add their own trusted public keys, for their own systems / automated tools 2016-04-14 20:56:54 gurun the token, is that a challange from the server to the client? 2016-04-14 21:04:06 shoghicp yes 2016-04-14 21:04:19 shoghicp well, it's part of the secret generation 2016-04-14 21:04:46 shoghicp gets hashed with the output from ECDH 2016-04-14 21:05:22 shoghicp otherwise the key for a given server<->client connection would be always the same :P 2016-04-14 21:07:07 gurun yeah, this validate client turnaround is .. confusing. But good ofc. Just have to think of the client as .. the server .. kind of. 2016-04-14 21:18:00 --> barneygale (~barneygal@90.197.153.24) a rejoint #mcdevs 2016-04-14 21:33:06 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-14 21:42:24 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-04-14 21:53:13 * XorBoole jabs shoghicp 2016-04-14 21:53:40 shoghicp :P 2016-04-14 21:54:04 +XorBoole did you get my email? 2016-04-14 21:54:17 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Remote host closed the connection) 2016-04-14 21:54:26 shoghicp yep, but I think you didn't get my /msg before your email :( 2016-04-14 21:54:45 shoghicp sadly I'm sick so I haven't been going through that mail this week a lot 2016-04-14 21:55:09 +XorBoole ah, I guess my BNC must have swallowed it 2016-04-14 21:56:15 +XorBoole can you re-send the PM then? 2016-04-14 21:57:01 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-04-14 21:58:34 shoghicp it was a yeah, but I'll answer the email tomorrow-ish? 2016-04-14 21:59:02 +XorBoole yeah that's fine. we've got a coordination channel on freenode if you want to join 2016-04-14 21:59:32 shoghicp :o 2016-04-14 21:59:45 VoidWhisperer o: 2016-04-14 22:01:14 +XorBoole Amaranth did you ever PM me? might have fallen into the bit bucket too 2016-04-14 22:01:26 +Amaranth Oh, nope, forgot about it 2016-04-14 22:02:07 +XorBoole I'll hit you up 2016-04-14 22:02:14 +Amaranth k 2016-04-14 22:05:01 -- fmend031 est maintenant connu sous le nom Guest82226 2016-04-14 22:05:01 <-- Guest82226 (~fmend031@pinkiepie.cs.fiu.edu) a quitté (Killed (leguin.freenode.net (Nickname regained by services))) 2016-04-14 22:05:19 --> Guest82226 (~fmend031@pinkiepie.cs.fiu.edu) a rejoint #mcdevs 2016-04-14 23:07:25 <-- icke_ (~icke@213.83.43.18) a quitté (Ping timeout: 276 seconds) 2016-04-14 23:13:46 Not-34f0 [steven] Thinkofname pushed 1 commit to master [+0/-0/±1] https://git.io/vwU20 2016-04-14 23:13:48 Not-34f0 [steven] jamierocks 011abeb - Fix steven-go link in README 2016-04-14 23:18:55 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Ping timeout: 244 seconds) 2016-04-14 23:22:12 Not-29aa [wiki] Edit by Fenhl to Chat -> http://tinyurl.com/hthx8wm 2016-04-14 23:25:25 Not-29aa [wiki] Edit by Fenhl to Protocol -> http://tinyurl.com/h2pm6ab 2016-04-14 23:46:37 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-04-14 23:52:32 <-- williammck_ (~williammc@pluto.williammck.net) a quitté (Ping timeout: 268 seconds) 2016-04-14 23:53:28 <-- ryan-c (~ryan@srv1.turboslow.net) a quitté (Ping timeout: 250 seconds) 2016-04-14 23:53:31 --> williammck (~williammc@pluto.williammck.net) a rejoint #mcdevs 2016-04-14 23:53:31 <-- williammck (~williammc@pluto.williammck.net) a quitté (Changing host) 2016-04-14 23:53:31 --> williammck (~williammc@unaffiliated/williammck) a rejoint #mcdevs 2016-04-14 23:57:30 --> ryan-c (~ryan@srv1.turboslow.net) a rejoint #mcdevs 2016-04-15 00:27:12 Akaibu lol, at this rate 1.10 will be called the "hot update"(with all the upgrades to the nether) 2016-04-15 00:27:29 Akaibu would make sense since they revamped the end 2016-04-15 00:27:32 Akaibu in 1.9 2016-04-15 00:43:18 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-15 01:22:36 --> linuk0 (~pi@200.8.98.4) a rejoint #mcdevs 2016-04-15 01:32:55 +Fenhl hot & cold update 2016-04-15 01:33:01 +Fenhl or update of ice and fire 2016-04-15 01:33:16 +Fenhl since they're also doing stuff with snow biomes 2016-04-15 01:47:52 Gjum 1.9 introdiced a use item packet, is the (-1, 255, -1) face=-1 block place combo still used? 2016-04-15 01:51:11 pokechu22 Gjum: 99% sure it isn't. 2016-04-15 01:51:30 Gjum ok, I was just wondering why the wiki still describes it 2016-04-15 01:52:14 pokechu22 Probably nobody bothered to remove it. Though for protocol hacks and such it may make sense to still handle it. 2016-04-15 01:52:22 pokechu22 (or at least face=-1) 2016-04-15 02:17:46 <-- linuk0 (~pi@200.8.98.4) a quitté (Ping timeout: 250 seconds) 2016-04-15 02:18:06 --> linuk0 (~pi@190.199.136.2) a rejoint #mcdevs 2016-04-15 02:18:45 <-- barneygale (~barneygal@90.197.153.24) a quitté (Remote host closed the connection) 2016-04-15 02:22:46 <-- linuk0 (~pi@190.199.136.2) a quitté (Client Quit) 2016-04-15 02:23:00 --> linuk0 (~pi@200.8.98.4) a rejoint #mcdevs 2016-04-15 02:31:23 Not-29aa [wiki] Edit by Gjum to Slot Data -> http://tinyurl.com/hd3tqdo 2016-04-15 02:46:25 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Quit: Sleep) 2016-04-15 02:52:03 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Read error: Connection reset by peer) 2016-04-15 03:42:25 <-- walle303 (~walle303@pisg/dev/walle303) a quitté (Quit: Disconnected) 2016-04-15 03:44:53 --> walle303 (~walle303@pisg/dev/walle303) a rejoint #mcdevs 2016-04-15 03:49:29 <-- walle303 (~walle303@pisg/dev/walle303) a quitté (Ping timeout: 240 seconds) 2016-04-15 04:00:50 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-15 04:02:19 <-- linuk0 (~pi@200.8.98.4) a quitté (Read error: Connection reset by peer) 2016-04-15 04:45:57 -- r04r est maintenant connu sous le nom zz_r04r 2016-04-15 05:23:21 --> Black-Hole (~BlackHole@p2003007E4F0F0B002D5ACE16F51AB982.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-15 05:23:44 --> fmend031_ (~fmend031@pinkiepie.cs.fiu.edu) a rejoint #mcdevs 2016-04-15 05:24:16 --> gurun_ (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-04-15 05:24:25 --> Pangea_ (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-15 05:27:53 --> yorick__ (~yorick@oftn/oswg-member/yorick) a rejoint #mcdevs 2016-04-15 05:29:29 --> ryan`c (~ryan@srv1.turboslow.net) a rejoint #mcdevs 2016-04-15 05:31:18 --> unascribed_ (~aesen@everybody.do.the.net.split.unascribed.com) a rejoint #mcdevs 2016-04-15 05:32:09 --> grendel (47e9bacf@gateway/web/freenode/ip.71.233.186.207) a rejoint #mcdevs 2016-04-15 05:32:47 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (*.net *.split) 2016-04-15 05:32:47 <-- ryan-c (~ryan@srv1.turboslow.net) a quitté (*.net *.split) 2016-04-15 05:32:48 <-- Guest82226 (~fmend031@pinkiepie.cs.fiu.edu) a quitté (*.net *.split) 2016-04-15 05:32:48 <-- unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a quitté (*.net *.split) 2016-04-15 05:32:48 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (*.net *.split) 2016-04-15 05:32:48 <-- yorick (~yorick@oftn/oswg-member/yorick) a quitté (*.net *.split) 2016-04-15 05:32:48 <-- umby24_ (umby@d3s.co) a quitté (*.net *.split) 2016-04-15 05:32:48 <-- BlackHole (~BlackHole@p2003007E4F0F0B002D5ACE16F51AB982.dip0.t-ipconnect.de) a quitté (*.net *.split) 2016-04-15 05:32:58 -- ryan`c est maintenant connu sous le nom ryan-c 2016-04-15 05:33:22 grendel hey guys 2016-04-15 05:33:43 --> umby24 (umby@d3s.co) a rejoint #mcdevs 2016-04-15 05:39:41 --> walle303 (~walle303@pisg/dev/walle303) a rejoint #mcdevs 2016-04-15 05:56:10 <-- gurun_ (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 250 seconds) 2016-04-15 06:08:44 <-- vemacs- (~vemacs@jet.fuel.cant.melt.da.nkmem.es) a quitté (Ping timeout: 250 seconds) 2016-04-15 06:11:13 <-- walle303 (~walle303@pisg/dev/walle303) a quitté (Ping timeout: 244 seconds) 2016-04-15 06:17:52 --> walle303 (~walle303@pisg/dev/walle303) a rejoint #mcdevs 2016-04-15 06:25:30 --> vemacs_ (~vemacs@jet.fuel.cant.melt.da.nkmem.es) a rejoint #mcdevs 2016-04-15 06:30:07 <-- walle303 (~walle303@pisg/dev/walle303) a quitté (Quit: Disconnected) 2016-04-15 06:34:29 --> walle303 (~walle303@pisg/dev/walle303) a rejoint #mcdevs 2016-04-15 06:45:20 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté (Quit: Page closed) 2016-04-15 06:56:55 ecx86 oh hi ryan-c 2016-04-15 07:00:17 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-04-15 07:02:34 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 276 seconds) 2016-04-15 07:02:34 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-04-15 07:26:29 <-- umby24 (umby@d3s.co) a quitté (Ping timeout: 264 seconds) 2016-04-15 07:27:05 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Ping timeout: 264 seconds) 2016-04-15 07:27:06 --> umby24 (umby@d3s.co) a rejoint #mcdevs 2016-04-15 07:27:35 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-15 07:28:17 <-- unascribed_ (~aesen@everybody.do.the.net.split.unascribed.com) a quitté (Ping timeout: 264 seconds) 2016-04-15 07:28:18 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 264 seconds) 2016-04-15 07:28:25 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-15 07:29:40 <-- grendel (47e9bacf@gateway/web/freenode/ip.71.233.186.207) a quitté (Quit: Page closed) 2016-04-15 07:30:55 --> unascribed (~aesen@216.158.237.62) a rejoint #mcdevs 2016-04-15 07:43:17 <-- Pangea_ (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 264 seconds) 2016-04-15 07:46:32 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-15 08:54:35 --> Pangea_ (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-15 08:55:52 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Read error: Connection reset by peer) 2016-04-15 08:57:45 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-04-15 09:00:20 <-- unascribed (~aesen@216.158.237.62) a quitté (Ping timeout: 250 seconds) 2016-04-15 09:00:30 --> unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a rejoint #mcdevs 2016-04-15 09:03:16 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Remote host closed the connection) 2016-04-15 09:04:13 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-15 09:04:17 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (*.net *.split) 2016-04-15 09:19:53 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 264 seconds) 2016-04-15 09:21:00 --> Modius22 (~Adium@pl-office.plusline.de) a rejoint #mcdevs 2016-04-15 09:27:55 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-04-15 10:18:51 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-04-15 10:18:51 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-04-15 10:34:17 <-- Pangea_ (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 264 seconds) 2016-04-15 10:37:42 --> gurun_ (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-04-15 11:23:55 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-iauilrljnfbvprdo) a quitté (Quit: Connection closed for inactivity) 2016-04-15 11:25:48 --> gurun__ (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-04-15 11:31:52 --> Pangea_ (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-15 11:35:29 <-- gurun_ (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (*.net *.split) 2016-04-15 11:36:52 <-- Pangea_ (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 276 seconds) 2016-04-15 11:59:52 -- zz_r04r est maintenant connu sous le nom r04r 2016-04-15 12:04:16 <-- Modius22 (~Adium@pl-office.plusline.de) a quitté #mcdevs 2016-04-15 12:05:54 --> BlackHole (~BlackHole@p5B2CCFAE.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-15 12:07:53 <-- Black-Hole (~BlackHole@p2003007E4F0F0B002D5ACE16F51AB982.dip0.t-ipconnect.de) a quitté (Ping timeout: 264 seconds) 2016-04-15 12:16:05 --> Pangea_ (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-15 12:31:45 <-- Pangea_ (~Pangea@unaffiliated/pangea) a quitté (Read error: Connection reset by peer) 2016-04-15 12:33:41 hansihe is there any actual purpose to the player id field in the entity action packet? 2016-04-15 12:33:42 hansihe http://wiki.vg/Protocol#Entity_Action 2016-04-15 12:34:10 hansihe it should always be the client player entity id, right? 2016-04-15 12:52:20 rom1504 https://github.com/cuberite/cuberite/blob/900d8e78c1691a8906d18b27414f5723cf17dad3/src/ClientHandle.cpp#L1767 2016-04-15 12:53:03 rom1504 yes, it's useless 2016-04-15 13:09:39 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Read error: Connection reset by peer) 2016-04-15 13:36:27 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-04-15 13:36:27 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-04-15 13:40:36 Gjum looked it up, client entity id is just a private field that's never read except for encoding 2016-04-15 13:42:26 --> Akaibu (uid118096@gateway/web/irccloud.com/x-apkmhewcqofbixlk) a rejoint #mcdevs 2016-04-15 13:42:29 <-- barneygale_ (~barneygal@mail.thefoundry.co.uk) a quitté (Read error: Connection reset by peer) 2016-04-15 14:31:17 <-- unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a quitté (Ping timeout: 264 seconds) 2016-04-15 14:31:56 --> unascribed (~aesen@216.158.237.62) a rejoint #mcdevs 2016-04-15 15:15:50 --> barneygale (~barneygal@31.221.88.186) a rejoint #mcdevs 2016-04-15 15:19:18 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-04-15 15:19:25 pokechu22 I doubt this was real, but... https://redd.it/4ewjdc (FFS) 2016-04-15 15:19:29 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté (Client Quit) 2016-04-15 15:20:12 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-apkmhewcqofbixlk) a quitté (Read error: Connection reset by peer) 2016-04-15 15:20:20 +ammar2 >it is malware not a Minecraft "exploit" 2016-04-15 15:21:32 Gjum gone, what was it? 2016-04-15 15:22:01 --> Akaibu (uid118096@gateway/web/irccloud.com/x-ujqukbsanppoyhsk) a rejoint #mcdevs 2016-04-15 15:23:08 +Fenhl look at mynameisperl's comments 2016-04-15 15:23:31 --> cgp_ (a5d75e0d@gateway/web/freenode/ip.165.215.94.13) a rejoint #mcdevs 2016-04-15 15:24:14 cgp_ rom1504: hey, how is it going? 2016-04-15 15:24:18 Not-29aa [wiki] Edit by Fenhl to Slot Data -> http://tinyurl.com/zzvqxr5 2016-04-15 15:24:31 cgp_ rom1504: any chance you've made progress on streamlining the decoding? 2016-04-15 15:24:42 cgp_ rom1504: is there anything I can do to help? 2016-04-15 15:26:07 cgp_ rom1504: the bot works pretty good, but once I hit about 250-300 mob related entities, my pokey little laptop starts falling behind processing 2016-04-15 15:27:07 rom1504 cgp_: this is where I'm working on optimizing decoding https://github.com/ProtoDef-io/node-protodef/pull/65 2016-04-15 15:27:14 rom1504 I worked a bit on it yesterday 2016-04-15 15:27:19 rom1504 but it's not finished at all 2016-04-15 15:27:41 rom1504 the general idea is generating js code and then eval'ing it 2016-04-15 15:27:49 rom1504 instead of doing everything at runtime 2016-04-15 15:27:49 cgp_ I imagine this sort of change is quite involved 2016-04-15 15:27:49 cgp_ requires a lot of testing etc... 2016-04-15 15:28:29 rom1504 well I need to decide the right way to do it and then reimplement the whole protodef module yeah 2016-04-15 15:28:40 rom1504 luckily someone already did this for elixir 2016-04-15 15:28:44 rom1504 so I have a model 2016-04-15 15:29:27 rom1504 cgp_: I might try to work on that this we 2016-04-15 15:29:29 cgp_ I feel somewhat compelled to contribute back 2016-04-15 15:29:50 cgp_ well, I appreciate that, I realize that you may have other interests, and this is probably a side project :) 2016-04-15 15:31:57 rom1504 yeah 2016-04-15 15:32:29 cgp_ The only thing I can think to do is try and update documentation at the moment 2016-04-15 15:32:35 cgp_ give more examples etc... 2016-04-15 15:32:57 cgp_ (the documentation is good, but there is always room for improvements somewhere) 2016-04-15 15:36:58 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Ping timeout: 244 seconds) 2016-04-15 15:38:58 rom1504 well if you want to contribute, there's a lot of issues that could be fixed https://github.com/PrismarineJS/mineflayer/issues :) 2016-04-15 15:39:34 rom1504 I should tag the ones that are easy though 2016-04-15 15:41:30 rom1504 it's always a bit hard to tell new contributors what they could work on 2016-04-15 15:41:57 rom1504 because well, if I knew which issues are easy, I would have solved them already :d 2016-04-15 15:42:50 Gjum do all of the 60+ issues really still apply? 2016-04-15 15:43:18 rom1504 probably not 2016-04-15 15:43:37 rom1504 look like some are duplicated or haven't been reproduced 2016-04-15 15:43:56 Gjum some like #118 apply to older versions if at all 2016-04-15 15:44:04 rom1504 doing a sumary of current issues and stuff that can be done would probably be useful 2016-04-15 15:44:20 Gjum make another issue for them! 2016-04-15 15:44:20 cgp_ I think that makes sense too 2016-04-15 15:44:36 cgp_ I was looking through them and thought the same thing 2016-04-15 15:44:48 rom1504 Gjum: I think #118 still applies actually 2016-04-15 15:44:52 rom1504 it's an api problem 2016-04-15 15:45:13 Gjum all talk in there is about multiple guis open at the same time, which is not how that works really 2016-04-15 15:45:22 rom1504 precisely 2016-04-15 15:45:26 rom1504 and mineflayer does that 2016-04-15 15:45:29 rom1504 so it's confusing 2016-04-15 15:46:05 rom1504 well or something 2016-04-15 15:46:21 cgp_ I'm new 2016-04-15 15:46:24 rom1504 it's more of a "improve the window/inventory api" 2016-04-15 15:46:27 rom1504 issue 2016-04-15 15:46:29 cgp_ So I'll offer my "outsiders" perspective 2016-04-15 15:46:33 cgp_ lol 2016-04-15 15:47:10 cgp_ I think it could be made more clear, at least through the documentation, that if you're in a chest, or a dispenser 2016-04-15 15:47:22 cgp_ that you should use that interface to interact 2016-04-15 15:47:25 cgp_ not "inventory" 2016-04-15 15:47:27 rom1504 Gjum: I think a way to categorize and summarize issues is something that is missing from github 2016-04-15 15:47:35 rom1504 I think some issues handling tools do this better 2016-04-15 15:47:51 cgp_ you could make this point in the inventory documentation 2016-04-15 15:47:52 rom1504 once you have more than 20 issues, things gets a bit too big 2016-04-15 15:48:11 cgp_ Basically, this sort of line: 2016-04-15 15:48:26 Gjum cgp_: I'm commenting on that issue and try clearing it up a bit 2016-04-15 15:48:49 cgp_ right? 2016-04-15 15:48:50 cgp_ I'm sorry, I don't know what you mean -- 2016-04-15 15:49:13 cgp_ Oh, you're doing that right now 2016-04-15 15:49:16 cgp_ on the issue itself 2016-04-15 15:49:54 rom1504 so hmm, yeah, something that could be done in mineflayer and wouldn't require a lot of js knowledge is to look at issues, and see if they still apply 2016-04-15 15:50:08 rom1504 that could clear things up 2016-04-15 15:50:15 cgp_ alright, I'll probably try and do that 2016-04-15 16:01:32 <-- barneygale (~barneygal@31.221.88.186) a quitté (Ping timeout: 250 seconds) 2016-04-15 16:03:16 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Ping timeout: 250 seconds) 2016-04-15 16:06:42 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-15 16:08:28 <-- unascribed (~aesen@216.158.237.62) a quitté (Ping timeout: 250 seconds) 2016-04-15 16:11:10 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Read error: Connection reset by peer) 2016-04-15 16:12:41 --> unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a rejoint #mcdevs 2016-04-15 16:13:25 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-04-15 16:13:25 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-04-15 16:15:02 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-15 16:30:09 Gjum cgp_: are you in one of the gitter chats? 2016-04-15 16:30:16 --> barneygale (~barneygal@mail.thefoundry.co.uk) a rejoint #mcdevs 2016-04-15 16:32:47 cgp_ I am. 2016-04-15 16:33:18 cgp_ I'll probably contribute under a different git profile though since I don't want my work stuff getting mixed up with my mc'ing 2016-04-15 16:33:40 cgp_ I have had cgp for ages on github now 2016-04-15 16:33:54 cgp_ probably 8 years? 2016-04-15 16:34:17 cgp_ May 2009 2016-04-15 16:36:44 tktech Jesus christ github can't be that old 2016-04-15 16:37:21 cgp_ I was on pretty early, good question though 2016-04-15 16:37:23 tktech 2008 was 8 years ago 2016-04-15 16:37:27 tktech It's 2016 2016-04-15 16:37:35 tktech Mid life crisis time 2016-04-15 16:37:46 cgp_ Launched April 10th, 2008 2016-04-15 16:37:53 cgp_ lol 2016-04-15 16:38:13 cgp_ I'm so happy that most of my coworkers are 40+, it keeps me thinking I'm young 2016-04-15 16:38:41 cgp_ When I visit many other companies, they are much younger, god forbid I visit a startup 2016-04-15 16:38:57 tktech Just run over to Somalia or Niger. 2016-04-15 16:39:04 tktech Average life expectancy of 30. 2016-04-15 16:39:12 * cgp_ has a sad now 2016-04-15 16:43:55 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-ujqukbsanppoyhsk) a quitté (Quit: Connection closed for inactivity) 2016-04-15 16:45:33 Gjum rom1504: re issue handling tools: https://www.zenhub.io/ 2016-04-15 16:47:02 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Ping timeout: 250 seconds) 2016-04-15 16:47:19 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-15 16:50:10 +XorBoole tktech instead of going through the trouble of picking the middle of your life for a crisis, why not a continual crisis? 2016-04-15 16:57:32 cgp_ ah, nice Gjum handles multiple repos 2016-04-15 17:00:54 tktech XorBoole, Sensible approach of course 2016-04-15 17:01:14 +XorBoole naturally 2016-04-15 17:04:56 <-- gurun__ (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 260 seconds) 2016-04-15 17:07:21 rom1504 Gjum: looks good. It asks you to give access to everything you have on github though 2016-04-15 17:07:37 rom1504 I'll look a bit more into it before giving these kind of permissions 2016-04-15 17:07:38 Gjum *cough* greenkeeper *cough* 2016-04-15 17:07:42 rom1504 hmm 2016-04-15 17:07:50 rom1504 greenkeeper is limited to one repo 2016-04-15 17:08:00 rom1504 but yeah true 2016-04-15 17:08:11 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-15 17:08:20 Gjum just found that and didn't try it btw 2016-04-15 17:09:10 Gjum maybe waffle.io is enough if we just want to group issues 2016-04-15 17:10:13 Gjum or even just tag them and link to a search for that tag :P 2016-04-15 17:11:43 <-- KeithGS (~keith@znc6.keithbmiller.com) a quitté (Ping timeout: 260 seconds) 2016-04-15 17:11:44 <-- williamtdr (uid27909@gateway/web/irccloud.com/x-ppgewjpxtpgwpslo) a quitté (Ping timeout: 260 seconds) 2016-04-15 17:12:27 --> NickG365_ (~NickG365@cortex.starlabs.theflash.rocks) a rejoint #mcdevs 2016-04-15 17:12:35 Not-29aa [wiki] Edit by Pokechu22 to Plugin channels/World downloader -> http://tinyurl.com/zfn5a6g 2016-04-15 17:12:54 <-- eeew (eeew@bnc3.dnaclan.eu) a quitté (Ping timeout: 260 seconds) 2016-04-15 17:12:54 <-- jnoah (~brutal_ch@osuosl/staff/brutal-chaos) a quitté (Ping timeout: 260 seconds) 2016-04-15 17:13:28 <-- MasterGberry (sid92636@gateway/web/irccloud.com/x-rtzqigkmkqdxevag) a quitté (Ping timeout: 260 seconds) 2016-04-15 17:13:28 <-- NickG365 (~NickG365@cortex.starlabs.theflash.rocks) a quitté (Ping timeout: 260 seconds) 2016-04-15 17:13:29 <-- x56 (0x56@unaffiliated/x56) a quitté (Ping timeout: 260 seconds) 2016-04-15 17:13:29 <-- winny (~winny@unaffiliated/winstonw) a quitté (Ping timeout: 260 seconds) 2016-04-15 17:13:29 -- NickG365_ est maintenant connu sous le nom NickG365 2016-04-15 17:15:49 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (Read error: Connection reset by peer) 2016-04-15 17:19:28 --> jnoah (~brutal_ch@osuosl/staff/brutal-chaos) a rejoint #mcdevs 2016-04-15 17:19:28 -- Mode #mcdevs [+v jnoah] par ChanServ 2016-04-15 17:19:38 --> eeew (eeew@bnc3.dnaclan.eu) a rejoint #mcdevs 2016-04-15 17:20:27 --> x56 (~0x56@unaffiliated/x56) a rejoint #mcdevs 2016-04-15 17:20:29 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Ping timeout: 264 seconds) 2016-04-15 17:20:30 <-- barneygale (~barneygal@mail.thefoundry.co.uk) a quitté (Ping timeout: 264 seconds) 2016-04-15 17:20:33 --> MasterGberry (sid92636@gateway/web/irccloud.com/x-ntpecftkoacebiji) a rejoint #mcdevs 2016-04-15 17:21:07 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-15 17:22:34 --> winny (~winny@unaffiliated/winstonw) a rejoint #mcdevs 2016-04-15 17:22:45 --> WizardCM- (~WizardCM@atom.cloud.faunt.net) a rejoint #mcdevs 2016-04-15 17:22:49 rom1504 Gjum: yeah maybe just making a wiki page linking to issues would work 2016-04-15 17:23:11 rom1504 it's not very dynamic but it's simple 2016-04-15 17:23:41 --> KeithGS (~keith@2605:6400:20:35d:745a:d3cd:3017:7494) a rejoint #mcdevs 2016-04-15 17:24:24 --> williamtdr (uid27909@gateway/web/irccloud.com/x-bnajqyoghfiaoebj) a rejoint #mcdevs 2016-04-15 17:26:06 <-- Deaygo (~Deaygo@107.161.31.15) a quitté (*.net *.split) 2016-04-15 17:26:06 <-- programmerq (~jefferya@unaffiliated/programmerq) a quitté (*.net *.split) 2016-04-15 17:26:06 <-- cnr (~connor@unaffiliated/conehead) a quitté (*.net *.split) 2016-04-15 17:26:07 <-- Aster (~Aster@april-fools/2013/ninth/aster) a quitté (*.net *.split) 2016-04-15 17:26:07 <-- WizardCM (~WizardCM@atom.cloud.faunt.net) a quitté (*.net *.split) 2016-04-15 17:26:07 -- WizardCM- est maintenant connu sous le nom WizardCM 2016-04-15 17:26:36 -- r04r est maintenant connu sous le nom zz_r04r 2016-04-15 17:28:37 --> cnr (~connor@dragonfruit.coffeeman.me) a rejoint #mcdevs 2016-04-15 17:28:37 <-- cnr (~connor@dragonfruit.coffeeman.me) a quitté (Changing host) 2016-04-15 17:28:37 --> cnr (~connor@unaffiliated/conehead) a rejoint #mcdevs 2016-04-15 17:28:52 -- zz_r04r est maintenant connu sous le nom r04r 2016-04-15 17:30:24 --> programmerq (~jefferya@unaffiliated/programmerq) a rejoint #mcdevs 2016-04-15 17:30:29 <-- MasterGberry (sid92636@gateway/web/irccloud.com/x-ntpecftkoacebiji) a quitté (Ping timeout: 276 seconds) 2016-04-15 17:31:02 --> Deaygo (~Deaygo@107.161.31.15) a rejoint #mcdevs 2016-04-15 17:31:28 --> Aster (~Aster@destrock.com) a rejoint #mcdevs 2016-04-15 17:31:45 -- Aster est maintenant connu sous le nom Guest10138 2016-04-15 17:32:31 --> barneygale (~barneygal@mail.thefoundry.co.uk) a rejoint #mcdevs 2016-04-15 17:33:41 <-- inksatosh (uid157387@gateway/web/irccloud.com/x-vuabahtzhaufzdkx) a quitté (Ping timeout: 264 seconds) 2016-04-15 17:35:55 <-- Brandon15811__ (uid13052@gateway/web/irccloud.com/x-rfctfwpxvqleqpve) a quitté (Read error: Connection reset by peer) 2016-04-15 17:36:05 <-- bigpresh (~bigpresh@freenode/sponsor/bigpresh) a quitté (Ping timeout: 264 seconds) 2016-04-15 17:36:50 <-- mfj (~kvirc@202.55.151.66) a quitté (Ping timeout: 244 seconds) 2016-04-15 17:37:16 Gjum cgp_: one thing I think you could do is implementing npc trades 2016-04-15 17:37:38 Gjum rom1504: ^ ? 2016-04-15 17:38:26 <-- Guest10138 (~Aster@destrock.com) a quitté (Changing host) 2016-04-15 17:38:26 --> Guest10138 (~Aster@april-fools/2013/ninth/aster) a rejoint #mcdevs 2016-04-15 17:38:35 -- Guest10138 est maintenant connu sous le nom Aster 2016-04-15 17:38:58 --> Brandon15811__ (uid13052@gateway/web/irccloud.com/x-bcqshpqzfkyhfzyy) a rejoint #mcdevs 2016-04-15 17:39:58 cgp_ oh 2016-04-15 17:40:00 --> MasterGberry (sid92636@gateway/web/irccloud.com/x-qvxdbeeldgvipevq) a rejoint #mcdevs 2016-04-15 17:40:01 cgp_ hrm 2016-04-15 17:40:03 cgp_ maybe 2016-04-15 17:40:57 Gjum I did that for another client, so I can give you some pointers if you need 2016-04-15 17:41:19 cgp_ Alright 2016-04-15 17:41:49 cgp_ This will be on my list, but I'll probably do some even smaller things in order to get some things in place first 2016-04-15 17:42:04 Gjum sure 2016-04-15 17:42:11 cgp_ I want to take a long view on this so I don't have unrealistic expectations about what I can get done 2016-04-15 17:42:41 --> inksatosh (uid157387@gateway/web/irccloud.com/x-tulmywqxqbjzdyof) a rejoint #mcdevs 2016-04-15 17:47:25 --> bigpresh (~bigpresh@freenode/sponsor/bigpresh) a rejoint #mcdevs 2016-04-15 17:49:35 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-04-15 17:49:35 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-04-15 18:08:13 -- r04r est maintenant connu sous le nom zz_r04r 2016-04-15 18:13:10 -- zz_r04r est maintenant connu sous le nom r04r 2016-04-15 18:14:00 <-- bigpresh (~bigpresh@freenode/sponsor/bigpresh) a quitté (*.net *.split) 2016-04-15 18:15:28 --> bigpresh (~bigpresh@freenode/sponsor/bigpresh) a rejoint #mcdevs 2016-04-15 18:24:16 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 260 seconds) 2016-04-15 18:24:39 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-15 18:36:44 --> Akaibu (uid118096@gateway/web/irccloud.com/x-tykepyiyntoxozhk) a rejoint #mcdevs 2016-04-15 18:56:17 <-- Deaygo (~Deaygo@107.161.31.15) a quitté (Ping timeout: 276 seconds) 2016-04-15 18:59:21 --> Deaygo (~Deaygo@107.161.31.15) a rejoint #mcdevs 2016-04-15 19:14:12 --> jakob (~jakob@p54988FAE.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-15 19:14:56 --> M4GNV5 (~M4GNV5@p54988FAE.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-15 19:19:39 <-- jakob (~jakob@p54988FAE.dip0.t-ipconnect.de) a quitté (Quit: Leaving) 2016-04-15 19:23:02 --> yorick (~yorick@oftn/oswg-member/yorick) a rejoint #mcdevs 2016-04-15 19:23:19 --> Akaibu_ (uid118096@gateway/web/irccloud.com/x-dvrppftsafhodcmv) a rejoint #mcdevs 2016-04-15 19:27:05 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-tykepyiyntoxozhk) a quitté (*.net *.split) 2016-04-15 19:27:06 <-- bigpresh (~bigpresh@freenode/sponsor/bigpresh) a quitté (*.net *.split) 2016-04-15 19:27:22 -- Akaibu_ est maintenant connu sous le nom Akaibu 2016-04-15 19:27:57 --> unascribed_ (~aesen@everybody.do.the.net.split.unascribed.com) a rejoint #mcdevs 2016-04-15 19:27:59 <-- Amaranth (~travis@ubuntu/member/Amaranth) a quitté (*.net *.split) 2016-04-15 19:28:00 <-- barneygale (~barneygal@mail.thefoundry.co.uk) a quitté (*.net *.split) 2016-04-15 19:28:00 <-- programmerq (~jefferya@unaffiliated/programmerq) a quitté (*.net *.split) 2016-04-15 19:28:00 <-- williamtdr (uid27909@gateway/web/irccloud.com/x-bnajqyoghfiaoebj) a quitté (*.net *.split) 2016-04-15 19:28:00 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (*.net *.split) 2016-04-15 19:28:00 <-- x56 (~0x56@unaffiliated/x56) a quitté (*.net *.split) 2016-04-15 19:28:00 <-- unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a quitté (*.net *.split) 2016-04-15 19:28:01 <-- yorick__ (~yorick@oftn/oswg-member/yorick) a quitté (*.net *.split) 2016-04-15 19:28:01 <-- WizardCM (~WizardCM@atom.cloud.faunt.net) a quitté (*.net *.split) 2016-04-15 19:28:01 <-- Guyag (~Guyag@162.221.176.50) a quitté (*.net *.split) 2016-04-15 19:28:28 --> WizardCM (~WizardCM@atom.cloud.faunt.net) a rejoint #mcdevs 2016-04-15 19:28:45 --> Guyag (~Guyag@162.221.176.50) a rejoint #mcdevs 2016-04-15 19:30:52 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-15 19:32:35 <-- Guyag (~Guyag@162.221.176.50) a quitté (*.net *.split) 2016-04-15 19:34:17 --> Guyag (~Guyag@162.221.176.50) a rejoint #mcdevs 2016-04-15 19:38:32 <-- KHobbits (~khf@baka.khobbits.co.uk) a quitté (Ping timeout: 276 seconds) 2016-04-15 19:38:38 --> KHobbits (~khf@baka.khobbits.co.uk) a rejoint #mcdevs 2016-04-15 19:47:41 --> barneygale (~barneygal@mail.thefoundry.co.uk) a rejoint #mcdevs 2016-04-15 19:55:05 --> bigpresh (~bigpresh@freenode/sponsor/bigpresh) a rejoint #mcdevs 2016-04-15 20:02:07 --> williamtdr (uid27909@gateway/web/irccloud.com/x-gfbtkqycdtlpdyrn) a rejoint #mcdevs 2016-04-15 20:05:56 --> programmerq (~jefferya@unaffiliated/programmerq) a rejoint #mcdevs 2016-04-15 20:12:11 <-- M4GNV5 (~M4GNV5@p54988FAE.dip0.t-ipconnect.de) a quitté (Ping timeout: 260 seconds) 2016-04-15 20:13:53 <-- ferrybig (~ferrybig@2a03:b0c0:0:1010::20:c001) a quitté (Ping timeout: 264 seconds) 2016-04-15 20:16:53 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Ping timeout: 276 seconds) 2016-04-15 20:17:53 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-15 20:18:17 --> ferrybig (~ferrybig@ferrybig.no-ip.info) a rejoint #mcdevs 2016-04-15 20:24:07 --> gurun__ (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-04-15 20:27:45 --> Amaranth (~travis@ubuntu/member/Amaranth) a rejoint #mcdevs 2016-04-15 20:27:45 -- Mode #mcdevs [+v Amaranth] par ChanServ 2016-04-15 21:14:44 <-- LordAkkarin (~Akkarin@resides.in.redundant.space) a quitté (Ping timeout: 276 seconds) 2016-04-15 21:16:52 --> LordAkkarin (~Akkarin@resides.in.redundant.space) a rejoint #mcdevs 2016-04-15 21:19:04 --> gurun_ (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-04-15 21:22:44 --> unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a rejoint #mcdevs 2016-04-15 21:23:03 <-- yorick (~yorick@oftn/oswg-member/yorick) a quitté (Quit: No Ping reply in 180 seconds.) 2016-04-15 21:23:03 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Ping timeout: 276 seconds) 2016-04-15 21:23:03 <-- Deaygo (~Deaygo@107.161.31.15) a quitté (Ping timeout: 276 seconds) 2016-04-15 21:23:03 <-- Aster (~Aster@april-fools/2013/ninth/aster) a quitté (Ping timeout: 276 seconds) 2016-04-15 21:23:03 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-15 21:23:04 <-- gurun__ (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 276 seconds) 2016-04-15 21:23:04 <-- unascribed_ (~aesen@everybody.do.the.net.split.unascribed.com) a quitté (Ping timeout: 276 seconds) 2016-04-15 21:23:05 --> yorick (~yorick@ip51cd0513.speed.planet.nl) a rejoint #mcdevs 2016-04-15 21:23:05 <-- yorick (~yorick@ip51cd0513.speed.planet.nl) a quitté (Changing host) 2016-04-15 21:23:05 --> yorick (~yorick@oftn/oswg-member/yorick) a rejoint #mcdevs 2016-04-15 21:23:05 --> Deaygo (~Deaygo@107.161.31.15) a rejoint #mcdevs 2016-04-15 21:23:15 --> Aster- (~Aster@destrock.com) a rejoint #mcdevs 2016-04-15 21:25:19 <-- realz (~realz@unaffiliated/realazthat) a quitté (Read error: Connection reset by peer) 2016-04-15 21:25:41 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-04-15 21:35:29 <-- bigpresh (~bigpresh@freenode/sponsor/bigpresh) a quitté (Ping timeout: 264 seconds) 2016-04-15 21:44:30 --> x56 (~0x56@unaffiliated/x56) a rejoint #mcdevs 2016-04-15 21:49:50 --> bigpresh (~bigpresh@freenode/sponsor/bigpresh) a rejoint #mcdevs 2016-04-15 21:53:37 <-- cgp_ (a5d75e0d@gateway/web/freenode/ip.165.215.94.13) a quitté (Ping timeout: 250 seconds) 2016-04-15 21:56:36 <-- williammck (~williammc@unaffiliated/williammck) a quitté (Ping timeout: 260 seconds) 2016-04-15 21:57:59 --> williammck (~williammc@pluto.williammck.net) a rejoint #mcdevs 2016-04-15 21:57:59 <-- williammck (~williammc@pluto.williammck.net) a quitté (Changing host) 2016-04-15 21:57:59 --> williammck (~williammc@unaffiliated/williammck) a rejoint #mcdevs 2016-04-15 22:10:15 --> icke_ (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-15 22:20:31 <-- levifig (~levi@hakr.io) a quitté (Ping timeout: 260 seconds) 2016-04-15 22:21:41 <-- williammck (~williammc@unaffiliated/williammck) a quitté (Ping timeout: 264 seconds) 2016-04-15 22:21:50 --> williammck (~williammc@pluto.williammck.net) a rejoint #mcdevs 2016-04-15 22:21:50 <-- williammck (~williammc@pluto.williammck.net) a quitté (Changing host) 2016-04-15 22:21:50 --> williammck (~williammc@unaffiliated/williammck) a rejoint #mcdevs 2016-04-15 22:22:02 --> levifig (~levi@hakr.io) a rejoint #mcdevs 2016-04-15 22:22:53 <-- Aster- (~Aster@destrock.com) a quitté (Ping timeout: 264 seconds) 2016-04-15 22:22:53 <-- ferrybig (~ferrybig@ferrybig.no-ip.info) a quitté (Ping timeout: 264 seconds) 2016-04-15 22:23:29 <-- unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a quitté (Ping timeout: 264 seconds) 2016-04-15 22:23:29 <-- programmerq (~jefferya@unaffiliated/programmerq) a quitté (Ping timeout: 264 seconds) 2016-04-15 22:27:46 <-- icke_ (~icke@213.83.43.18) a quitté (Read error: Connection timed out) 2016-04-15 22:28:16 --> unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a rejoint #mcdevs 2016-04-15 22:28:27 --> ferrybig (~ferrybig@ferrybig.no-ip.info) a rejoint #mcdevs 2016-04-15 22:31:27 --> M4GNV5 (~M4GNV5@p54988FAE.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-15 22:36:24 --> Aster- (~Aster@destrock.com) a rejoint #mcdevs 2016-04-15 22:38:10 --> programmerq (~jefferya@unaffiliated/programmerq) a rejoint #mcdevs 2016-04-15 22:40:15 <-- programmerq (~jefferya@unaffiliated/programmerq) a quitté (Remote host closed the connection) 2016-04-15 22:41:48 --> programmerq (~jefferya@unaffiliated/programmerq) a rejoint #mcdevs 2016-04-15 22:42:00 <-- programmerq (~jefferya@unaffiliated/programmerq) a quitté (Remote host closed the connection) 2016-04-15 22:43:24 --> programmerq (~jefferya@unaffiliated/programmerq) a rejoint #mcdevs 2016-04-15 23:09:30 <-- Aster- (~Aster@destrock.com) a quitté (Changing host) 2016-04-15 23:09:30 --> Aster- (~Aster@april-fools/2013/ninth/aster) a rejoint #mcdevs 2016-04-15 23:09:34 -- Aster- est maintenant connu sous le nom Aster 2016-04-15 23:27:46 <-- bigpresh (~bigpresh@freenode/sponsor/bigpresh) a quitté (Quit: ZNC by prozac - http://znc.sourceforge.net) 2016-04-15 23:30:35 <-- gurun_ (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 276 seconds) 2016-04-15 23:36:12 --> bigpresh (~bigpresh@2a02:2498:257b:7600:216:3eff:fefe:cd96) a rejoint #mcdevs 2016-04-15 23:36:14 <-- bigpresh (~bigpresh@2a02:2498:257b:7600:216:3eff:fefe:cd96) a quitté (Changing host) 2016-04-15 23:36:14 --> bigpresh (~bigpresh@freenode/sponsor/bigpresh) a rejoint #mcdevs 2016-04-15 23:47:37 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-04-16 00:03:55 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-dvrppftsafhodcmv) a quitté (Quit: Connection closed for inactivity) 2016-04-16 00:21:18 --> Black-Hole (~BlackHole@p2003007E4F0F0B002D5ACE16F51AB982.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-16 00:23:27 <-- Morrolan (morrolan@castle.morrolan.ch) a quitté (Ping timeout: 244 seconds) 2016-04-16 00:23:58 <-- BlackHole (~BlackHole@p5B2CCFAE.dip0.t-ipconnect.de) a quitté (Ping timeout: 244 seconds) 2016-04-16 00:23:59 <-- r04r (r04r@unaffiliated/r04r) a quitté (Excess Flood) 2016-04-16 00:25:56 --> Morrolan (morrolan@castle.morrolan.ch) a rejoint #mcdevs 2016-04-16 00:29:49 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Quit: Sleep) 2016-04-16 00:30:52 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-16 00:31:04 --> r04r (r04r@unaffiliated/r04r) a rejoint #mcdevs 2016-04-16 01:03:58 --> gurun (~gurun@c83-249-65-92.bredband.comhem.se) a rejoint #mcdevs 2016-04-16 01:17:29 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 264 seconds) 2016-04-16 01:27:19 <-- ammar2 (~ammar@ec2-52-4-212-228.compute-1.amazonaws.com) a quitté #mcdevs ("Leaving") 2016-04-16 02:03:08 --> Akaibu (uid118096@gateway/web/irccloud.com/x-apfozhzardooiltv) a rejoint #mcdevs 2016-04-16 02:03:38 --> Cxom (~Trinoxtio@2601:248:4200:4876:2839:1996:67e4:265a) a rejoint #mcdevs 2016-04-16 02:28:47 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 260 seconds) 2016-04-16 02:42:32 <-- M4GNV5 (~M4GNV5@p54988FAE.dip0.t-ipconnect.de) a quitté (Remote host closed the connection) 2016-04-16 02:52:04 <-- x56 (~0x56@unaffiliated/x56) a quitté (Ping timeout: 276 seconds) 2016-04-16 03:03:50 -- r04r est maintenant connu sous le nom zz_r04r 2016-04-16 03:16:10 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-apfozhzardooiltv) a quitté (Read error: Connection reset by peer) 2016-04-16 03:16:27 --> Akaibu (uid118096@gateway/web/irccloud.com/x-afwxmlsnzoyemgfy) a rejoint #mcdevs 2016-04-16 03:27:05 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-16 03:48:29 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-16 03:53:36 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 260 seconds) 2016-04-16 03:54:25 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-16 04:54:58 --> x56 (0x56@unaffiliated/x56) a rejoint #mcdevs 2016-04-16 04:59:03 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Read error: Connection reset by peer) 2016-04-16 04:59:20 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-04-16 05:20:01 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 244 seconds) 2016-04-16 05:21:14 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-04-16 05:29:48 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Quit: into the real world!) 2016-04-16 05:36:42 --> Cxom_ (~Trinoxtio@2601:248:4200:4876:2839:1996:67e4:265a) a rejoint #mcdevs 2016-04-16 05:40:17 <-- Cxom (~Trinoxtio@2601:248:4200:4876:2839:1996:67e4:265a) a quitté (Ping timeout: 264 seconds) 2016-04-16 05:44:25 --> Cxom2 (~Trinoxtio@2601:248:4200:4876:2839:1996:67e4:265a) a rejoint #mcdevs 2016-04-16 05:48:05 <-- Cxom_ (~Trinoxtio@2601:248:4200:4876:2839:1996:67e4:265a) a quitté (Ping timeout: 264 seconds) 2016-04-16 06:17:04 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-16 06:32:37 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté (Quit: Page closed) 2016-04-16 06:47:39 Aikar Grum: can we get this in vanilla? https://github.com/PaperMC/Paper/commit/8ba4b647394cc9af8f94f80dcd24932790d8532e 2016-04-16 06:48:23 Aikar I bind RCON to 10.x addresses, and multiple servers on same box each have their own 10.x IP 2016-04-16 06:58:27 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-04-16 07:00:51 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 260 seconds) 2016-04-16 07:00:51 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-04-16 08:31:02 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 260 seconds) 2016-04-16 10:21:30 <-- LordAkkarin (~Akkarin@resides.in.redundant.space) a quitté (Quit: ZNC - 1.6.0 - http://znc.in) 2016-04-16 10:38:58 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Quit: Sleep) 2016-04-16 10:55:51 --> LordAkkarin (~Akkarin@resides.in.redundant.space) a rejoint #mcdevs 2016-04-16 11:08:45 <-- enchi (enchilado@defocus/yummy/enchilado) a quitté (Ping timeout: 244 seconds) 2016-04-16 11:17:13 --> enchi (enchilado@defocus/yummy/enchilado) a rejoint #mcdevs 2016-04-16 11:31:26 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 276 seconds) 2016-04-16 11:37:10 <-- Grum (~grum@irc.grum.nl) a quitté (Ping timeout: 244 seconds) 2016-04-16 11:38:12 --> Grum (~grum@irc.grum.nl) a rejoint #mcdevs 2016-04-16 11:38:12 -- Mode #mcdevs [+v Grum] par ChanServ 2016-04-16 12:09:05 <-- LordAkkarin (~Akkarin@resides.in.redundant.space) a quitté (Read error: Connection reset by peer) 2016-04-16 12:13:41 --> LordAkkarin (~Akkarin@resides.in.redundant.space) a rejoint #mcdevs 2016-04-16 12:32:58 --> bildramer1 (~bildramer@p5DC8ADCC.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-16 12:33:02 <-- bildramer (~bildramer@p5DC8ADCC.dip0.t-ipconnect.de) a quitté (Disconnected by services) 2016-04-16 12:33:05 -- bildramer1 est maintenant connu sous le nom bildramer 2016-04-16 13:29:25 --> bildramer1 (~bildramer@p5DC8ADCC.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-16 13:29:39 <-- bildramer (~bildramer@p5DC8ADCC.dip0.t-ipconnect.de) a quitté (Disconnected by services) 2016-04-16 13:29:40 -- bildramer1 est maintenant connu sous le nom bildramer 2016-04-16 13:35:35 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 276 seconds) 2016-04-16 13:52:25 -- zz_r04r est maintenant connu sous le nom r04r 2016-04-16 14:03:55 <-- Akaibu (uid118096@gateway/web/irccloud.com/x-afwxmlsnzoyemgfy) a quitté (Quit: Connection closed for inactivity) 2016-04-16 14:19:53 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-16 14:42:26 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-16 15:53:40 <-- 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) 2016-04-16 15:55:47 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2016-04-16 16:22:36 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-16 16:52:30 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-16 17:14:28 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-16 17:39:51 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Read error: Connection reset by peer) 2016-04-16 17:57:30 <-- Techcable (Techcable@techcable.net) a quitté (Read error: Connection reset by peer) 2016-04-16 17:57:59 --> Techcable (Techcable@techcable.net) a rejoint #mcdevs 2016-04-16 18:05:17 --> oldmanmike (~oldmanmik@c-68-38-17-143.hsd1.in.comcast.net) a rejoint #mcdevs 2016-04-16 18:05:48 <-- Techcable (Techcable@techcable.net) a quitté (Quit: ZNC - http://znc.in) 2016-04-16 18:06:16 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-16 18:08:44 --> Techcable (Techcable@techcable.net) a rejoint #mcdevs 2016-04-16 18:10:54 <-- Techcable (Techcable@techcable.net) a quitté (Client Quit) 2016-04-16 18:11:46 --> Techcable (Techcable@techcable.net) a rejoint #mcdevs 2016-04-16 18:16:02 <-- Techcable (Techcable@techcable.net) a quitté (Client Quit) 2016-04-16 18:20:06 --> Techcable (Techcable@techcable.net) a rejoint #mcdevs 2016-04-16 18:27:52 --> BlackHole (~BlackHole@p2003007E4F0F0B002D5ACE16F51AB982.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-16 18:29:33 <-- Black-Hole (~BlackHole@p2003007E4F0F0B002D5ACE16F51AB982.dip0.t-ipconnect.de) a quitté (Ping timeout: 260 seconds) 2016-04-16 19:41:12 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-04-16 19:42:21 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-16 19:45:14 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-16 19:54:37 Not-29aa [wiki] Edit by Jython234 to Pocket Edition Protocol Documentation -> http://tinyurl.com/hjfol8l 2016-04-16 20:18:14 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Max SendQ exceeded) 2016-04-16 20:19:57 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-16 20:44:34 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-16 20:53:04 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-16 21:54:20 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-16 22:00:38 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-16 22:26:01 --> m0r13 (~m0r13@mail.yellow-ray.de) a rejoint #mcdevs 2016-04-16 22:45:52 <-- Pyker (pyker@pyker.net) a quitté (Quit: Quit) 2016-04-16 22:46:05 <-- deathrat (sid14886@gateway/web/irccloud.com/x-ddybxphorkihwicp) a quitté (Read error: Connection reset by peer) 2016-04-16 22:47:56 --> deathrat (sid14886@gateway/web/irccloud.com/x-xwqovxlkbsxdapom) a rejoint #mcdevs 2016-04-16 22:49:34 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-16 22:51:11 --> Pyker (pyker@pyker.net) a rejoint #mcdevs 2016-04-16 22:56:21 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-16 23:02:55 Not-34f0 [steven] Thinkofname pushed 3 commits to master [+0/-0/±6] https://git.io/vwtfE 2016-04-16 23:02:57 Not-34f0 [steven] Thinkofname cc481d5 - Fix multiple skin rendering issues (Fixes #43) 2016-04-16 23:02:58 Not-34f0 [steven] Thinkofname 380f549 - Fix a large number of warnings 2016-04-16 23:03:00 Not-34f0 [steven] Thinkofname b25b565 - Default vsync to disabled 2016-04-16 23:27:44 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 276 seconds) 2016-04-16 23:49:03 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-16 23:49:13 --> cengizIO (~cengizIO@91.93.175.208) a rejoint #mcdevs 2016-04-16 23:52:22 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-16 23:57:18 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 00:24:53 Not-34f0 [flying-squid] rom1504 pushed 2 commits to master [+0/-0/±2] https://git.io/vwtkQ 2016-04-17 00:24:55 Not-34f0 [flying-squid] rom1504 bd9a3a5 - Merge pull request #238 from PrismarineJS/greenkeeper-request-promise-3.0.0 Update request-promise to version 3.0.0 🚀 2016-04-17 00:24:56 Not-34f0 [flying-squid] rom1504 deleted branch greenkeeper-request-promise-3.0.0 2016-04-17 00:24:57 <-- Dadido3 (~quassel@p5B00AF94.dip0.t-ipconnect.de) a quitté (Ping timeout: 244 seconds) 2016-04-17 00:26:13 --> Dadido3 (~quassel@p5B00AF94.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-17 00:26:49 Not-34f0 [flying-squid] rom1504 pushed 3 commits to master [+0/-0/±5] https://git.io/vwtkF 2016-04-17 00:26:51 Not-34f0 [flying-squid] 109C a61dcd6 - Remove block from inventory when placing it 2016-04-17 00:26:52 Not-34f0 [flying-squid] 109C 4a8ea54 - Git sillyness 2016-04-17 00:26:54 Not-34f0 [flying-squid] rom1504 fffccdc - Merge pull request #237 from FlyingPony/master Inventory related stuff for #236 2016-04-17 00:30:07 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Ping timeout: 276 seconds) 2016-04-17 00:30:26 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-04-17 00:31:02 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 00:43:06 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 260 seconds) 2016-04-17 01:04:24 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 01:06:16 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 01:07:17 <-- GunfighterJ (gunfighter@2607:5300:60:34b:d::43) a quitté (Ping timeout: 264 seconds) 2016-04-17 01:18:16 <-- cengizIO (~cengizIO@91.93.175.208) a quitté (Quit: Textual IRC Client: www.textualapp.com) 2016-04-17 01:21:51 --> GunfighterJ (gunfighter@2607:5300:60:34b:d::43) a rejoint #mcdevs 2016-04-17 01:55:38 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 01:59:53 <-- Cxom2 (~Trinoxtio@2601:248:4200:4876:2839:1996:67e4:265a) a quitté (Ping timeout: 260 seconds) 2016-04-17 02:01:21 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 02:03:05 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 276 seconds) 2016-04-17 02:04:18 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-17 02:06:46 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-17 02:09:27 --> SkippsDev (615efc57@gateway/web/cgi-irc/kiwiirc.com/ip.97.94.252.87) a rejoint #mcdevs 2016-04-17 02:15:42 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 02:19:58 SkippsDev Hello i'm planning to start writing a Minecraft server from scratch in python, the purpose of the project is to provide a great server that uses nearly to none of the system resources. There for making it capable of running on machines with nearly to none of system resources. I'm currently looking for staff/coders to help maintain the project along 2016-04-17 02:19:58 SkippsDev with my self, if anyone is interested please "private message" me, i will be on the irc for another hour or so. 2016-04-17 02:21:02 rom1504 free cpu 2016-04-17 02:22:21 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 02:24:01 SkippsDev And if the host doesn't have $500 to spend on enough ram and a good enough cpu to run a 40 person server, but still wants to run one... 2016-04-17 02:24:44 mooman219 Hey, is burger for python 2 only? 2016-04-17 02:24:53 Not-34f0 [mc4p] sadimusi pushed 1 commit to 2.0 [+25/-0/±0] https://git.io/vwtmv 2016-04-17 02:24:54 Not-34f0 [mc4p] Simon Marti f2802e3 - Initial commit (work in progress) 2016-04-17 02:28:11 pokechu22 mooman219: Probably, I only tested it there 2016-04-17 02:28:53 mooman219 Okay, seemed to have a syntax issue on 3.3 so I assumed 2016-04-17 02:30:53 mooman219 So does burger support 1.7 onwards, as I'm getting python 2 thought I would ask 2016-04-17 02:31:59 pokechu22 I've tested it on 1.8 and all of the 1.9 snapshots. I think some toppings work with 1.7 but not all of them. 2016-04-17 02:32:10 Not-34f0 [mc4p] sadimusi pushed 1 commit to 2.0 [+25/-0/±0] https://git.io/vwtmt 2016-04-17 02:32:11 Not-34f0 [mc4p] Simon Marti 1c548c3 - Initial commit (work in progress) 2016-04-17 02:32:27 mooman219 Alright, thanks! 2016-04-17 02:32:28 -- md_5- est maintenant connu sous le nom md_5 2016-04-17 02:32:54 Not-34f0 [mc4p] sadimusi pushed 1 commit to 2.0 [+25/-0/±0] https://git.io/vwtmm 2016-04-17 02:32:55 Not-34f0 [mc4p] Simon Marti 65d991a - Initial commit (work in progress) 2016-04-17 02:51:48 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 03:01:03 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 03:15:03 <-- SkippsDev (615efc57@gateway/web/cgi-irc/kiwiirc.com/ip.97.94.252.87) a quitté (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 2016-04-17 03:15:48 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 03:17:21 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 03:35:03 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté (Ping timeout: 250 seconds) 2016-04-17 03:47:48 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-04-17 04:04:22 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 04:05:23 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 04:05:54 -- r04r est maintenant connu sous le nom zz_r04r 2016-04-17 04:07:23 <-- Pyker (pyker@pyker.net) a quitté (Quit: Quit) 2016-04-17 04:12:40 --> Pyker (pyker@pyker.net) a rejoint #mcdevs 2016-04-17 04:25:31 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 04:35:17 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté (Ping timeout: 250 seconds) 2016-04-17 04:45:07 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-04-17 04:58:00 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 04:58:12 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-04-17 05:07:04 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-17 05:38:55 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Quit: Sleep) 2016-04-17 05:40:04 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 06:03:49 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 06:08:29 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 264 seconds) 2016-04-17 06:09:57 --> Akaibu (uid118096@gateway/web/irccloud.com/x-kcftunbraeyepixw) a rejoint #mcdevs 2016-04-17 06:31:13 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 06:57:35 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-04-17 07:01:25 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 276 seconds) 2016-04-17 07:01:25 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-04-17 07:03:49 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 07:08:57 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-17 07:20:42 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 08:03:10 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Ping timeout: 276 seconds) 2016-04-17 08:03:37 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-17 08:05:18 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Ping timeout: 244 seconds) 2016-04-17 08:07:48 <-- pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a quitté (Quit: Page closed) 2016-04-17 08:12:56 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 276 seconds) 2016-04-17 08:47:38 --> realz__ (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-04-17 08:49:53 <-- AlphaBlend (~whizkid30@71.118.183.40) a quitté (Ping timeout: 264 seconds) 2016-04-17 08:50:28 --> AlphaBlend (~whizkid30@71.118.183.40) a rejoint #mcdevs 2016-04-17 08:50:29 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (Ping timeout: 264 seconds) 2016-04-17 08:50:29 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 264 seconds) 2016-04-17 09:01:00 --> redstonehelper (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-04-17 09:02:24 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 09:17:25 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 09:31:25 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 09:34:01 -- realz__ est maintenant connu sous le nom realz 2016-04-17 09:47:39 --> bildramer1 (~bildramer@p5DC8ADCC.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-17 09:49:53 --> KHobbits_ (~khf@baka.khobbits.co.uk) a rejoint #mcdevs 2016-04-17 09:51:49 --> yorick__ (~yorick@oftn/oswg-member/yorick) a rejoint #mcdevs 2016-04-17 09:54:25 --> Dadido3_ (~quassel@p5B00AF94.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-17 09:56:56 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (*.net *.split) 2016-04-17 09:56:57 <-- Dadido3 (~quassel@p5B00AF94.dip0.t-ipconnect.de) a quitté (*.net *.split) 2016-04-17 09:56:57 <-- bildramer (~bildramer@p5DC8ADCC.dip0.t-ipconnect.de) a quitté (*.net *.split) 2016-04-17 09:56:57 <-- Deaygo (~Deaygo@107.161.31.15) a quitté (*.net *.split) 2016-04-17 09:56:57 <-- yorick (~yorick@oftn/oswg-member/yorick) a quitté (*.net *.split) 2016-04-17 09:56:57 <-- barneygale (~barneygal@mail.thefoundry.co.uk) a quitté (*.net *.split) 2016-04-17 09:56:57 <-- KHobbits (~khf@baka.khobbits.co.uk) a quitté (*.net *.split) 2016-04-17 09:57:18 -- KHobbits_ est maintenant connu sous le nom KHobbits 2016-04-17 10:02:35 --> barneygale (~barneygal@mail.thefoundry.co.uk) a rejoint #mcdevs 2016-04-17 10:03:10 --> |Blaze|_ (~scott@184.70.189.74) a rejoint #mcdevs 2016-04-17 10:04:17 --> kev009 (~kev009@tempe0.bbox.io) a rejoint #mcdevs 2016-04-17 10:04:17 -- Mode #mcdevs [+v kev009] par ChanServ 2016-04-17 10:04:45 --> samfty_ (~Sam@atom.cloud.faunt.net) a rejoint #mcdevs 2016-04-17 10:09:05 <-- KeithGS (~keith@2605:6400:20:35d:745a:d3cd:3017:7494) a quitté (Ping timeout: 264 seconds) 2016-04-17 10:09:07 --> Meeeh_ (~Meeeh@diorite.org) a rejoint #mcdevs 2016-04-17 10:09:21 --> edk_ (edk@spy/edk0) a rejoint #mcdevs 2016-04-17 10:09:43 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 10:09:44 --> n3rd__ (n3rd@Hoth.Shadow-Dev.org) a rejoint #mcdevs 2016-04-17 10:10:24 --> fortytwo- (~thomas@who.let.this.bloody.dropbear.in) a rejoint #mcdevs 2016-04-17 10:10:41 --> dx- (~dx@unaffiliated/dxdx) a rejoint #mcdevs 2016-04-17 10:10:47 --> humerusj_ (~humerusj@unaffiliated/humerusj) a rejoint #mcdevs 2016-04-17 10:11:32 --> KeithGS (~keith@znc6.keithbmiller.com) a rejoint #mcdevs 2016-04-17 10:11:37 --> redstonehelper_ (~redstoneh@p57952CE4.dip0.t-ipconnect.de) a rejoint #mcdevs 2016-04-17 10:11:37 <-- redstonehelper_ (~redstoneh@p57952CE4.dip0.t-ipconnect.de) a quitté (Changing host) 2016-04-17 10:11:37 --> redstonehelper_ (~redstoneh@unaffiliated/redstonehelper) a rejoint #mcdevs 2016-04-17 10:12:15 <-- yorick__ (~yorick@oftn/oswg-member/yorick) a quitté (*.net *.split) 2016-04-17 10:12:15 <-- KHobbits (~khf@baka.khobbits.co.uk) a quitté (*.net *.split) 2016-04-17 10:12:15 <-- redstonehelper (~redstoneh@unaffiliated/redstonehelper) a quitté (*.net *.split) 2016-04-17 10:12:16 <-- ashka (~postmaste@pdpc/supporter/active/ashka) a quitté (*.net *.split) 2016-04-17 10:12:17 <-- programmerq (~jefferya@unaffiliated/programmerq) a quitté (*.net *.split) 2016-04-17 10:12:17 <-- unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a quitté (*.net *.split) 2016-04-17 10:12:17 <-- ylt (ylt@d3s.co) a quitté (*.net *.split) 2016-04-17 10:12:17 <-- PhonicUK (~PhonicUK@pdpc/supporter/student/phonicuk) a quitté (*.net *.split) 2016-04-17 10:12:17 <-- dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a quitté (*.net *.split) 2016-04-17 10:12:17 <-- md_5 (~md_5@mcdevs/trusted/md-5) a quitté (*.net *.split) 2016-04-17 10:12:17 <-- Meeeh (~Meeeh@diorite.org) a quitté (*.net *.split) 2016-04-17 10:12:17 <-- edk (edk@spy/edk0) a quitté (*.net *.split) 2016-04-17 10:12:17 <-- AlJaMa (~quassel@unaffiliated/aljama) a quitté (*.net *.split) 2016-04-17 10:12:17 <-- fragmer (~fragmer@45.55.2.85) a quitté (*.net *.split) 2016-04-17 10:12:18 <-- n3rd (n3rd@Hoth.Shadow-Dev.org) a quitté (*.net *.split) 2016-04-17 10:12:18 <-- fortytwo (~thomas@who.let.this.bloody.dropbear.in) a quitté (*.net *.split) 2016-04-17 10:12:18 <-- dx (~dx@unaffiliated/dxdx) a quitté (*.net *.split) 2016-04-17 10:12:18 <-- kev009__ (~kev009@tempe0.bbox.io) a quitté (*.net *.split) 2016-04-17 10:12:18 <-- zml (~zml@minions.aoeu.xyz) a quitté (*.net *.split) 2016-04-17 10:12:18 <-- humerusj (~humerusj@unaffiliated/humerusj) a quitté (*.net *.split) 2016-04-17 10:12:19 <-- DemonWav (~DemonWav@unaffiliated/demonwav) a quitté (*.net *.split) 2016-04-17 10:12:19 <-- ecx86 (~ecx86@unaffiliated/ecx86) a quitté (*.net *.split) 2016-04-17 10:12:19 <-- Jailout2000 (~Jailout20@unaffiliated/jailout2000) a quitté (*.net *.split) 2016-04-17 10:12:19 <-- |Blaze| (~scott@184.70.189.74) a quitté (*.net *.split) 2016-04-17 10:12:20 <-- mooman219 (~root@45.55.73.103) a quitté (*.net *.split) 2016-04-17 10:12:20 <-- Zaneo (~Zaneo@45.55.2.85) a quitté (*.net *.split) 2016-04-17 10:12:20 <-- Fador (fador@hentai.fi) a quitté (*.net *.split) 2016-04-17 10:12:20 <-- Samfty (~Sam@atom.cloud.faunt.net) a quitté (*.net *.split) 2016-04-17 10:12:21 <-- WizardCM (~WizardCM@atom.cloud.faunt.net) a quitté (*.net *.split) 2016-04-17 10:12:21 <-- m0r13 (~m0r13@mail.yellow-ray.de) a quitté (*.net *.split) 2016-04-17 10:12:21 <-- Guyag (~Guyag@162.221.176.50) a quitté (*.net *.split) 2016-04-17 10:12:25 -- redstonehelper_ est maintenant connu sous le nom redstonehelper 2016-04-17 10:12:46 --> PhonicUK (~PhonicUK@pdpc/supporter/student/phonicuk) a rejoint #mcdevs 2016-04-17 10:13:00 --> ashka (~postmaste@pdpc/supporter/active/ashka) a rejoint #mcdevs 2016-04-17 10:13:24 -- humerusj_ est maintenant connu sous le nom humerusj 2016-04-17 10:13:26 -- edk_ est maintenant connu sous le nom edk 2016-04-17 10:13:39 <-- xnrand (xnrand@unaffiliated/xy) a quitté (Excess Flood) 2016-04-17 10:13:39 -- fortytwo- est maintenant connu sous le nom fortytwo 2016-04-17 10:14:49 --> md_5 (~md_5@mcdevs/trusted/md-5) a rejoint #mcdevs 2016-04-17 10:14:49 -- Mode #mcdevs [+v md_5] par ChanServ 2016-04-17 10:15:07 --> KHobbits (~khf@baka.khobbits.co.uk) a rejoint #mcdevs 2016-04-17 10:15:47 <-- deathrat (sid14886@gateway/web/irccloud.com/x-xwqovxlkbsxdapom) a quitté (Ping timeout: 264 seconds) 2016-04-17 10:16:19 --> AlJaMa (~quassel@unaffiliated/aljama) a rejoint #mcdevs 2016-04-17 10:16:30 --> unascribed (~aesen@everybody.do.the.net.split.unascribed.com) a rejoint #mcdevs 2016-04-17 10:17:13 --> ecx86 (~ecx86@unaffiliated/ecx86) a rejoint #mcdevs 2016-04-17 10:18:16 --> ylt (ylt@d3s.co) a rejoint #mcdevs 2016-04-17 10:18:27 --> mooman219 (~root@45.55.73.103) a rejoint #mcdevs 2016-04-17 10:18:48 --> Zaneo (~Zaneo@45.55.2.85) a rejoint #mcdevs 2016-04-17 10:18:55 -- Mode #mcdevs [+v Zaneo] par ChanServ 2016-04-17 10:19:00 --> zml (~zml@minions.aoeu.xyz) a rejoint #mcdevs 2016-04-17 10:19:00 --> xnrand (xnrand@unaffiliated/xy) a rejoint #mcdevs 2016-04-17 10:19:03 --> Fador (fador@hentai.fi) a rejoint #mcdevs 2016-04-17 10:20:03 -- Mode #mcdevs [+v Fador] par ChanServ 2016-04-17 10:20:06 --> programmerq (~jefferya@unaffiliated/programmerq) a rejoint #mcdevs 2016-04-17 10:22:19 --> dexter0 (~dexter0@c-73-222-1-210.hsd1.ca.comcast.net) a rejoint #mcdevs 2016-04-17 10:23:23 --> fragmer (~fragmer@45.55.2.85) a rejoint #mcdevs 2016-04-17 10:23:23 -- Mode #mcdevs [+v fragmer] par ChanServ 2016-04-17 10:26:37 --> deathrat (sid14886@gateway/web/irccloud.com/x-jstzsthpvoskkper) a rejoint #mcdevs 2016-04-17 10:29:39 <-- Pyker (pyker@pyker.net) a quitté (Remote host closed the connection) 2016-04-17 10:30:41 <-- XorBoole (~XorBoole@brought.to.you.by.xor.boole.io) a quitté (Ping timeout: 264 seconds) 2016-04-17 10:34:55 --> Pyker (pyker@pyker.net) a rejoint #mcdevs 2016-04-17 10:37:06 --> DemonWav (~DemonWav@unaffiliated/demonwav) a rejoint #mcdevs 2016-04-17 10:37:09 <-- deathrat (sid14886@gateway/web/irccloud.com/x-jstzsthpvoskkper) a quitté (Read error: Connection timed out) 2016-04-17 10:38:50 --> deathrat (sid14886@gateway/web/irccloud.com/x-vrhalwvsywjuwete) a rejoint #mcdevs 2016-04-17 10:40:13 --> Jailout2000 (~Jailout20@unaffiliated/jailout2000) a rejoint #mcdevs 2016-04-17 10:50:08 --> XorBoole (~XorBoole@brought.to.you.by.xor.boole.io) a rejoint #mcdevs 2016-04-17 10:50:39 --> realz__ (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-04-17 10:54:05 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 264 seconds) 2016-04-17 10:58:19 Gjum the Portable Protocol Parsing Proxy in Python with Plugins is Perfect for any PurPose! we Prefer Purchasing, Presto! 2016-04-17 11:01:43 Gjum with all those __future__ imports and asnyc architecture, I'd think they'd go for python 3 2016-04-17 11:04:09 --> yorick (~yorick@oftn/oswg-member/yorick) a rejoint #mcdevs 2016-04-17 11:05:45 --> m0r13 (~m0r13@mail.yellow-ray.de) a rejoint #mcdevs 2016-04-17 11:05:45 --> Guyag (~Guyag@162.221.176.50) a rejoint #mcdevs 2016-04-17 11:05:45 --> WizardCM (~WizardCM@atom.cloud.faunt.net) a rejoint #mcdevs 2016-04-17 11:07:12 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-04-17 11:09:41 <-- realz__ (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 264 seconds) 2016-04-17 11:17:50 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 11:21:43 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 11:48:49 --> Deaygo (~Deaygo@107.161.31.15) a rejoint #mcdevs 2016-04-17 12:08:53 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 276 seconds) 2016-04-17 12:10:31 -- bildramer1 est maintenant connu sous le nom bildramer 2016-04-17 12:10:40 -- zz_r04r est maintenant connu sous le nom r04r 2016-04-17 12:16:17 -- dx- est maintenant connu sous le nom dx 2016-04-17 12:17:28 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 12:25:35 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 12:50:32 <-- PEMapModder_ (~PEMapModd@168.235.65.4) a quitté (Ping timeout: 260 seconds) 2016-04-17 12:51:12 --> PEMapModder (~PEMapModd@168.235.65.4) a rejoint #mcdevs 2016-04-17 12:51:36 -- PEMapModder est maintenant connu sous le nom Guest9576 2016-04-17 13:11:10 <-- Fador (fador@hentai.fi) a quitté (Ping timeout: 244 seconds) 2016-04-17 13:11:20 --> Fador (fador@hentai.fi) a rejoint #mcdevs 2016-04-17 13:13:46 <-- Prf_Jakob (jakob@void-network.org) a quitté (Ping timeout: 244 seconds) 2016-04-17 13:15:18 -- Mode #mcdevs [+v Fador] par ChanServ 2016-04-17 13:16:32 --> fmend031__ (~fmend031@pinkiepie.cs.fiu.edu) a rejoint #mcdevs 2016-04-17 13:16:51 <-- Not-34f0 (~notifico@198.199.82.216) a quitté (Ping timeout: 244 seconds) 2016-04-17 13:19:24 --> Prf_Jakob (jakob@void-network.org) a rejoint #mcdevs 2016-04-17 13:19:34 -- Mode #mcdevs [+v Prf_Jakob] par ChanServ 2016-04-17 13:19:57 <-- fmend031_ (~fmend031@pinkiepie.cs.fiu.edu) a quitté (Ping timeout: 244 seconds) 2016-04-17 13:30:02 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 13:39:31 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 260 seconds) 2016-04-17 13:41:31 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 14:13:14 Not-29aa [wiki] Edit by Hansihe to Server List -> http://tinyurl.com/zexfpe7 2016-04-17 14:17:35 Not-29aa [wiki] Edit by Hansihe to Library List -> http://tinyurl.com/zda56fq 2016-04-17 14:17:41 hansihe hope i did everything right 2016-04-17 14:20:24 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 14:39:06 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 14:55:17 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 276 seconds) 2016-04-17 14:56:24 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-17 14:59:37 --> mhsjlw (63e98b88@gateway/web/freenode/ip.99.233.139.136) a rejoint #mcdevs 2016-04-17 15:15:51 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 15:16:46 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 15:31:55 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-17 15:40:29 <-- JustASlacker (~icke@213.83.43.18) a quitté (Ping timeout: 244 seconds) 2016-04-17 15:54:21 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 16:21:46 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (Ping timeout: 250 seconds) 2016-04-17 16:22:46 --> _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a rejoint #mcdevs 2016-04-17 16:25:53 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 16:36:54 --> JustASlacker (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-17 16:44:29 <-- realz (~realz@unaffiliated/realazthat) a quitté (Ping timeout: 264 seconds) 2016-04-17 17:21:15 --> fmend031_ (~fmend031@pinkiepie.cs.fiu.edu) a rejoint #mcdevs 2016-04-17 17:27:16 <-- umby24 (umby@d3s.co) a quitté (Ping timeout: 250 seconds) 2016-04-17 17:30:24 --> umby24 (umby@d3s.co) a rejoint #mcdevs 2016-04-17 17:31:00 <-- fmend031__ (~fmend031@pinkiepie.cs.fiu.edu) a quitté (*.net *.split) 2016-04-17 17:31:00 <-- Guest9576 (~PEMapModd@168.235.65.4) a quitté (*.net *.split) 2016-04-17 17:31:00 <-- Grum (~grum@irc.grum.nl) a quitté (*.net *.split) 2016-04-17 17:31:25 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 17:32:34 --> Grum (~grum@irc.grum.nl) a rejoint #mcdevs 2016-04-17 17:32:34 -- Mode #mcdevs [+v Grum] par ChanServ 2016-04-17 17:34:55 --> PEMapModder (~PEMapModd@2604:180:2:579::27d3) a rejoint #mcdevs 2016-04-17 17:35:19 -- PEMapModder est maintenant connu sous le nom Guest72454 2016-04-17 17:38:30 --> pokechu22 (322347d5@gateway/web/freenode/ip.50.35.71.213) a rejoint #mcdevs 2016-04-17 17:40:53 <-- jamietech (~jamietech@jamietech.jbouncer.jamiete.ch) a quitté (Ping timeout: 264 seconds) 2016-04-17 17:44:00 --> jamietech (~jamietech@jamietech.jbouncer.jamiete.ch) a rejoint #mcdevs 2016-04-17 18:04:06 <-- JonasOSDever (~jp@priv.play2win.io) a quitté (Ping timeout: 250 seconds) 2016-04-17 18:06:52 --> JonasOSDever (~jp@play2win.io) a rejoint #mcdevs 2016-04-17 18:16:08 XorBoole why are datawatchers hard 2016-04-17 18:16:10 * XorBoole is crie 2016-04-17 18:16:56 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 18:22:47 --> fmend031__ (~fmend031@pinkiepie.cs.fiu.edu) a rejoint #mcdevs 2016-04-17 18:25:20 --> PotatOS (~Akkarin@resides.in.redundant.space) a rejoint #mcdevs 2016-04-17 18:32:12 <-- fmend031_ (~fmend031@pinkiepie.cs.fiu.edu) a quitté (*.net *.split) 2016-04-17 18:32:13 <-- LordAkkarin (~Akkarin@resides.in.redundant.space) a quitté (*.net *.split) 2016-04-17 18:32:13 -- PotatOS est maintenant connu sous le nom LordAkkarin 2016-04-17 18:33:53 -- Mode #mcdevs [+v XorBoole] par ChanServ 2016-04-17 18:52:32 <-- fortytwo (~thomas@who.let.this.bloody.dropbear.in) a quitté (Ping timeout: 276 seconds) 2016-04-17 18:53:19 --> fortytwo (~thomas@who.let.this.bloody.dropbear.in) a rejoint #mcdevs 2016-04-17 18:59:25 --> Wallbraker (jakob@void-network.org) a rejoint #mcdevs 2016-04-17 18:59:25 -- Mode #mcdevs [+v Wallbraker] par ChanServ 2016-04-17 19:01:00 <-- Prf_Jakob (jakob@void-network.org) a quitté (*.net *.split) 2016-04-17 19:01:53 <-- hansihe (sid106603@gateway/web/irccloud.com/x-shrlvebndnmczdow) a quitté 2016-04-17 19:04:52 yawkat if anyones interested in the new mcpe encryption https://confluence.yawk.at/display/PEPROTOCOL/Encryption 2016-04-17 19:05:23 --> hansihe (sid106603@gateway/web/irccloud.com/x-bnjrrttfiygvsugu) a rejoint #mcdevs 2016-04-17 19:07:25 --> spaceemotion (~spaceemot@x4e338ed0.dyn.telefonica.de) a rejoint #mcdevs 2016-04-17 19:15:11 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-17 19:18:59 --> mhsjlw_ (~mhsjlw@24.114.68.195) a rejoint #mcdevs 2016-04-17 19:24:42 --> coolsa (~coolsa@unaffiliated/coolsa) a rejoint #mcdevs 2016-04-17 19:42:29 <-- mhsjlw_ (~mhsjlw@24.114.68.195) a quitté (Read error: Connection reset by peer) 2016-04-17 19:46:06 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 20:10:48 rom1504 yawkat nice, that will be useful 2016-04-17 20:21:13 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 20:43:35 --> Cxom (~Trinoxtio@2601:248:4200:4876:e427:cd3a:abe1:47fc) a rejoint #mcdevs 2016-04-17 20:54:21 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 21:17:09 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 21:27:20 <-- coolsa (~coolsa@unaffiliated/coolsa) a quitté (Ping timeout: 250 seconds) 2016-04-17 21:30:18 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 250 seconds) 2016-04-17 21:33:33 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (*.net *.split) 2016-04-17 21:39:27 --> Pangea (~Pangea@unaffiliated/pangea) a rejoint #mcdevs 2016-04-17 21:48:30 <-- Pangea (~Pangea@unaffiliated/pangea) a quitté (Ping timeout: 250 seconds) 2016-04-17 21:57:47 <-- fortytwo (~thomas@who.let.this.bloody.dropbear.in) a quitté (Ping timeout: 276 seconds) 2016-04-17 21:58:38 --> fortytwo (~thomas@who.let.this.bloody.dropbear.in) a rejoint #mcdevs 2016-04-17 22:09:07 <-- kev009 (~kev009@tempe0.bbox.io) a quitté (Remote host closed the connection) 2016-04-17 22:15:33 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 22:18:08 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 22:33:51 <-- Grum (~grum@irc.grum.nl) a quitté (Ping timeout: 260 seconds) 2016-04-17 22:34:50 --> Grum (~grum@irc.grum.nl) a rejoint #mcdevs 2016-04-17 22:34:50 -- Mode #mcdevs [+v Grum] par ChanServ 2016-04-17 22:54:45 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 23:06:31 <-- Techcable (Techcable@techcable.net) a quitté (Ping timeout: 260 seconds) 2016-04-17 23:06:52 --> realz (~realz@unaffiliated/realazthat) a rejoint #mcdevs 2016-04-17 23:08:42 --> Techcable (Techcable@techcable.net) a rejoint #mcdevs 2016-04-17 23:12:27 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 23:26:35 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-17 23:34:23 --> hansihe_ (sid106603@gateway/web/irccloud.com/x-ptfduqdklsifkrpt) a rejoint #mcdevs 2016-04-17 23:35:42 --> PotatOS (~Akkarin@resides.in.redundant.space) a rejoint #mcdevs 2016-04-17 23:38:00 --> spaceemo_ (~spaceemot@x4e338ed0.dyn.telefonica.de) a rejoint #mcdevs 2016-04-17 23:41:17 --> icke_ (~icke@213.83.43.18) a rejoint #mcdevs 2016-04-17 23:41:22 <-- spaceemotion (~spaceemot@x4e338ed0.dyn.telefonica.de) a quitté (*.net *.split) 2016-04-17 23:41:22 <-- hansihe (sid106603@gateway/web/irccloud.com/x-bnjrrttfiygvsugu) a quitté (*.net *.split) 2016-04-17 23:41:22 <-- LordAkkarin (~Akkarin@resides.in.redundant.space) a quitté (*.net *.split) 2016-04-17 23:41:22 <-- jamietech (~jamietech@jamietech.jbouncer.jamiete.ch) a quitté (*.net *.split) 2016-04-17 23:41:22 <-- JustASlacker (~icke@213.83.43.18) a quitté (*.net *.split) 2016-04-17 23:41:22 <-- _123DMWM (~123DMWM@c-73-238-243-94.hsd1.ma.comcast.net) a quitté (*.net *.split) 2016-04-17 23:41:58 -- PotatOS est maintenant connu sous le nom LordAkkarin 2016-04-17 23:44:04 --> _123DMWM (~123DMWM@73.238.243.94) a rejoint #mcdevs 2016-04-17 23:44:29 -- hansihe_ est maintenant connu sous le nom hansihe 2016-04-17 23:45:47 <-- trevor (~trevor@gradient/cofounder/trevor) a quitté (Remote host closed the connection) 2016-04-17 23:57:26 --> trevor (~trevor@gradient/cofounder/trevor) a rejoint #mcdevs 2016-04-18 00:01:24 --> jamietech (~jamietech@jamietech.jbouncer.jamiete.ch) a rejoint #mcdevs 2016-04-18 00:08:21 --> sadimusi (~sadimusi@84-75-69-57.dclient.hispeed.ch) a rejoint #mcdevs 2016-04-18 00:08:21 -- Mode #mcdevs [+v sadimusi] par ChanServ 2016-04-18 00:08:43 -- r04r est maintenant connu sous le nom zz_r04r 2016-04-18 00:12:59 --> Matthewacon (17e9772c@gateway/web/freenode/ip.23.233.119.44) a rejoint #mcdevs 2016-04-18 00:13:32 Matthewacon Hello 2016-04-18 00:13:40 +sadimusi Hi Matthewacon 2016-04-18 00:14:07 Matthewacon Does anybody have any experience with the MCProtocolLib library? 2016-04-18 00:20:36 <-- gurun (~gurun@c83-249-65-92.bredband.comhem.se) a quitté (Ping timeout: 260 seconds) 2016-04-18 00:26:00 rom1504 Matthewacon: you should probably ask a real question 2016-04-18 00:26:12 rom1504 I bet your question doesn't require to know that lib 2016-04-18 00:27:50 yawkat But sure 2016-04-18 00:29:52 Matthewacon Well I'm working on a small mc server with a friend just for fun, and we've got the login process and chunk generation working, but for some reason the client doesn't load the chunks 2016-04-18 00:31:15 Matthewacon When we send the chunks to the client, the client just reports that it's waiting for chunks to be received... 2016-04-18 00:31:59 hansihe Matthewacon: http://wiki.vg/Protocol_FAQ#.E2.80.A6my_player_isn.27t_spawning.21 2016-04-18 00:32:46 Matthewacon It's not that the player is not spawning, the client connects, and the chunk packets send, but the client doesn't render the chunks 2016-04-18 00:33:09 +sadimusi Does the client get out of the "loading terrain" screen? 2016-04-18 00:33:20 Matthewacon Yeah 2016-04-18 00:33:27 Matthewacon We send the position 2016-04-18 00:34:13 Matthewacon Chat works and the server is responsive, but the chunks don't render client side 2016-04-18 00:34:36 +sadimusi That does sound odd, maybe the chunks position is just off? 2016-04-18 00:35:07 hansihe Is this 1.8 or 1.9? 2016-04-18 00:35:12 Matthewacon 1.9.2 2016-04-18 00:36:07 Matthewacon The chunks are aligned properly 2016-04-18 00:36:10 hansihe Might be something with the chunk encoding? It's a bit tricky on 1.9 2016-04-18 00:37:54 Matthewacon It's possible that the MCProtocolLib doesn't properly encode or send chunks properly, however, nobody has posted any issues and other people using the library don't seem to have the same issue... Although every other opensource repo that I've found using the lib is running an older version of MC