Romain Beaumont
966c15f8ab
Make tested version 1.13.1 instead of 1.13
2018-08-26 16:01:28 +02:00
Romain Beaumont
adb02a2457
delete old circle.yml and old .editorconfig (standard!)
2018-08-26 04:58:20 +02:00
Romain Beaumont
761fe16f86
Improve test reliability and speed and move to circle ci 2
...
* increase vanilla server ram in tests
* add more logs
* handle client error properly
* don't wait for chat to be sent back from the server to wait 10s in clientTest
2018-08-26 04:54:17 +02:00
Romain Beaumont
465a98b989
end the client in all cases in clientTest.js
...
fix #535
2018-08-26 02:23:39 +02:00
Romain Beaumont
8583cd25df
Release 1.7.0
2018-08-26 01:45:28 +02:00
Romain Beaumont
d8c643163d
add 1.13 support in readme
2018-08-26 01:43:37 +02:00
Romain Beaumont
0fde94e7d3
Merge pull request #581 from lluiscab/patch-2
...
Fix: Join specified server if SRV records could not be resolved
2018-08-26 01:42:29 +02:00
Romain Beaumont
e638bafd3a
Merge pull request #580 from lluiscab/patch-1
...
Fix autoVersion
2018-08-26 01:34:24 +02:00
Romain Beaumont
9f02601a3e
Merge pull request #578 from PrismarineJS/greenkeeper/readable-stream-3.0.0
...
Update readable-stream to the latest version 🚀
2018-08-26 01:31:59 +02:00
Romain Beaumont
91b1c87463
Merge pull request #579 from PrismarineJS/1.13
...
1.13 support
2018-08-26 01:26:29 +02:00
Romain Beaumont
5efd1fa903
update minecraft-wrap
2018-08-26 01:09:59 +02:00
lluiscab
648cabfa9a
Fixed formatting
2018-08-24 10:03:57 +02:00
lluiscab
5ebbd3a493
Fixed hostname resolver and added comments and errors
2018-08-24 10:00:47 +02:00
lluiscab
3a4a3ee8e8
Fix: Join specified server if SRV records could not be resolved
2018-08-23 17:36:03 +02:00
lluiscab
5b8536c250
Fix autoVersion
...
Simple fix for autoVersion, ends the execution of the `ping` callback if an error is found.
Prevents more errors from getting logged to the console if the server is not reachable.
2018-08-23 17:21:23 +02:00
Romain Beaumont
34f7611d45
1.13 support
2018-08-11 00:04:21 +02:00
greenkeeper[bot]
13e4440338
fix(package): update readable-stream to version 3.0.0
2018-08-10 16:26:26 +00:00
Romain Beaumont
81b94f95ca
Release 1.6.0
2018-08-03 21:13:17 +02:00
Romain Beaumont
9cb5810597
Add hideErrors option
...
fix #431
2018-08-03 21:11:33 +02:00
Romain Beaumont
62d595937b
Merge pull request #566 from plexigras/session-emit-fix
...
added session data to session even
2018-06-03 18:52:03 +02:00
plexigras
069d95366c
added session event to docs
2018-06-03 18:31:54 +02:00
plexigras
4560c1948f
added session data to session even
2018-06-03 17:57:03 +02:00
Romain Beaumont
b8d38918c4
Release 1.5.3
2018-05-20 02:52:20 +02:00
Romain Beaumont
571d0e0c25
more decompression more reliable : ignore packet that cannot be decompressed
...
do print an error though, because servers should not send wrong packets
mitigate #462
2018-05-20 02:50:26 +02:00
Romain Beaumont
9778bb920b
add test value for type u64
2018-05-14 01:00:32 +02:00
Romain Beaumont
9ed69de5ff
fix #559
2018-05-14 00:34:44 +02:00
Romain Beaumont
db1cbd4941
small style fixes following standard migration
2018-05-14 00:20:21 +02:00
Romain Beaumont
e3e0a26dfe
change codestyle to standard + enforce it with circle ci
2018-05-13 22:50:16 +02:00
Romain Beaumont
e50b7b53af
update to protodef 1.6.7
2018-05-06 22:06:18 +02:00
Romain Beaumont
f6e7a60cb6
Release 1.5.2
2018-05-01 21:12:15 +02:00
Romain Beaumont
a29d7f151a
Increase checkoutTimeoutInterval default to 30s
...
Fix https://github.com/PrismarineJS/mineflayer/issues/644
2018-05-01 21:06:20 +02:00
Romain Beaumont
6b109aa4d8
Merge pull request #549 from PrismarineJS/greenkeeper/mocha-5.0.5
...
Update mocha to the latest version 🚀
2018-04-30 12:56:01 +02:00
Romain Beaumont
db918eda42
Merge pull request #551 from CS-Birb/patch-1
...
Resolve issue with refreshing sessions
2018-04-30 12:55:29 +02:00
Connor 'Birb' McCormick
835cc097cf
Update auth.js
...
Resolves issue whereby access token was passed to callback instead of the session object, causing an error.
2018-04-30 21:32:43 +12:00
greenkeeper[bot]
306adaa5d4
chore(package): update mocha to version 5.0.5
2018-03-23 05:19:15 +00:00
Romain Beaumont
ee463f5599
Release 1.5.1
2018-01-27 15:24:30 +01:00
Romain Beaumont
c17fe285c0
update mcdata and protodef for fixes
2018-01-27 15:22:53 +01:00
Romain Beaumont
0c097d6d63
fix autoversion
2018-01-26 13:09:12 +01:00
Romain Beaumont
834c8785af
Merge pull request #539 from FuturisticCake/master
...
Emit errors instead of throwing.
2018-01-18 10:31:24 +01:00
Ethan Davis
7aef44bcb7
Emitting error objects instead of just strings. 😁
2018-01-17 20:22:45 -08:00
Ethan Davis
c4fbd81674
Replaced throw for "Set encryption twice!" error with emit.
2018-01-16 18:24:48 -08:00
Ethan Davis
01f8342f9e
Update autoVersion.js to emit errors instead of throwing
2018-01-15 20:30:50 -08:00
Romain Beaumont
eef401c1c8
Release 1.5.0
2018-01-01 23:05:19 +01:00
Romain Beaumont
07a5c67b7b
use a full packet parser
2018-01-01 23:03:21 +01:00
Romain Beaumont
6ce09ba9b0
Merge pull request #528 from PrismarineJS/15w50a
...
17w50a support
2018-01-01 23:00:59 +01:00
Romain Beaumont
ad0c76dd72
remove console.log
2018-01-01 22:48:13 +01:00
Romain Beaumont
947f6bf2ea
update mcdata for this in 17w50a protocol
2018-01-01 22:28:25 +01:00
Romain Beaumont
482a4ecffd
17w50a support
2018-01-01 21:01:23 +01:00
Romain Beaumont
169c1a7d28
Merge pull request #525 from oscartbeaumont/master
...
Added New Example For Generating A World
2017-11-09 12:18:32 +01:00
Oscar Beaumont
8afeee014f
Add Minecraft Version To The Server
...
Add the Minecraft version this example was built with to the create server function so that this example code works even if the default Minecraft version for this module changes.
2017-11-09 18:32:10 +08:00