extremeheat
458136d877
Vanilla server tests, client offline mode ( #49 )
...
* vanilla server launcher
* update package.json
* re-add babel to fix standard
* fix ci
* add buffer-equal
* simple fixes
* add offline client support
* fix closing bugs, proper wait for server start
* add test to mocha
* change test timeout to 2 min
* increase timeouts
Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>
2021-03-17 23:04:14 +01:00
extremeheat
bd97a8e1b7
client close handling, add spawn event ( #48 )
2021-03-14 00:49:54 +01:00
dependabot-preview[bot]
ff787ba8ad
Bump uuid-1345 from 0.99.7 to 1.0.2 ( #41 )
...
Bumps [uuid-1345](https://github.com/scravy/uuid-1345 ) from 0.99.7 to 1.0.2.
- [Release notes](https://github.com/scravy/uuid-1345/releases )
- [Commits](https://github.com/scravy/uuid-1345/compare/0.99.7...1.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-13 19:46:40 +01:00
dependabot-preview[bot]
66ba0c8a5c
Bump mocha from 2.5.3 to 8.3.2 ( #46 )
...
Bumps [mocha](https://github.com/mochajs/mocha ) from 2.5.3 to 8.3.2.
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v2.5.3...v8.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-13 19:46:25 +01:00
extremeheat
1c582acdb5
Standard ( #44 )
...
* standard
* remove old examples
2021-03-13 19:38:31 +01:00
extremeheat
667030370e
varint64 impl, inventory and other packet fixes
2021-03-11 06:05:04 -05:00
extremeheat
86dcbc1f49
use raknet-native with js fallback
2021-03-08 02:36:25 -05:00
extremeheat
b64a22a8fc
protocol updates, movement fixes
...
packet_map is now auto-generated
2021-02-25 17:47:14 -05:00
extremeheat
c7823ab71a
cleanup
...
Update packages, remove junk
2021-02-25 15:21:56 -05:00
extremeheat
9bd8f4c2bb
server sending generated chunks
2021-02-25 13:11:22 -05:00
extremeheat
93ab3064ab
update raknet path
2021-02-21 15:36:36 -05:00
extremeheat
49cff40097
cliet auth
2021-02-10 05:04:10 -05:00
extremeheat
60e57fad44
protocol updates, use ProtoDef compiler
2021-02-10 01:32:54 -05:00
extremeheat
d578eae98f
add encryptor
2021-01-30 01:40:34 -05:00
extremeheat
902a57c722
working server
2021-01-29 00:50:26 -05:00
Filiph Sandström
c75a661a48
Build package before commit.
2019-07-14 18:22:34 +02:00
Filiph Sandström
b7e39dec84
Add babel for esnext support.
2019-07-14 17:21:20 +02:00
Filiph Sandström
7038f7a0f0
Update package.json
2018-04-22 18:47:47 +02:00
Filiph Sandström
332d0a5e49
Update package.json
2016-12-05 20:57:48 +01:00
Filiph Sandström
2737203101
Update protodef
2016-12-05 20:40:32 +01:00
Filiph Sandström
ed6870f8d5
Update package.json
2016-10-26 22:36:32 +02:00
Filiph Sandström
d910a96ee3
Bump version
2016-10-26 15:05:42 +02:00
Romain Beaumont
2e1e3f8bb2
update raknet
2016-06-18 14:37:37 +02:00
Romain Beaumont
d22a813a23
add decryption test
2016-06-17 14:33:55 +02:00
mhsjlw
709a456ecd
decrypt our first packet
2016-06-16 08:14:33 -04:00
mhsjlw
26dca46471
more encryption stuff, lots of progress
2016-06-16 07:11:22 -04:00
mhsjlw
39bf3d6aba
update protocol to 0.15 and start jwt decryption
2016-06-14 07:51:41 -04:00
mhsjlw
8109dbcdd8
update version to 2.2.3
2016-05-23 07:28:36 -04:00
mhsjlw
8ba1bf0da0
update version to 2.2.2
2016-05-23 07:17:59 -04:00
mhsjlw
01bf25e837
update version to 2.2.1
2016-05-23 06:45:46 -04:00
mhsjlw
19e6a1aa12
update to version 2.2.0 (protocol 70)
2016-05-19 17:19:44 -04:00
mhsjlw
3006fd44bf
update to version 2.1.0 (protocol 60)
2016-05-14 21:26:38 -04:00
mhsjlw
8a524f8856
Release 2.0.1
2016-04-13 06:32:29 -04:00
Romain Beaumont
375137b69f
update raknet, reconnecting is now working
2016-04-13 03:31:29 +02:00
Romain Beaumont
cb45a68fed
Release 2.0.0
2016-04-12 23:36:38 +02:00
Romain Beaumont
9041e3065a
update raknet : encapsulated packet now emit actual errors
2016-04-12 23:33:34 +02:00
Romain Beaumont
084b650918
update raknet : that makes the chunk getting sent properly ! thanks @yawkat
2016-04-12 16:17:39 +02:00
Romain Beaumont
9b0a713050
ask for chunks in the client.js example and update raknet
2016-04-09 21:55:45 +02:00
mhsjlw
2889153d10
fix mcpe_text packet
2016-04-09 12:20:13 -04:00
Romain Beaumont
b28cecb330
Release 1.1.0
2016-04-07 12:54:31 +02:00
Romain Beaumont
e14a769dc8
use new raknet version fixing splitting, that makes the client works, fix protocol.json : entity metadata is little endian
2016-04-06 02:53:33 +02:00
Romain Beaumont
32fba0cc4c
start working on the client
...
the mcpe_login packet gets ignored, check if the splitting is done the same way as pocketmine does it
2016-04-05 01:55:57 +02:00
Romain Beaumont
083079d619
use customTypes option of raknet, continue fixing protocol.json mcpe_login (now works)
2016-04-04 23:52:05 +02:00
Romain Beaumont
e00ccf1542
use new raknet which support customPackets, begin fixing the protocol.json
2016-04-04 23:29:24 +02:00
Romain Beaumont
6987c3d03b
update raknet to fix errors, display errors in example
2016-04-03 02:36:29 +02:00
Romain Beaumont
ca71cbb4fc
update protodef
2016-04-03 01:03:46 +02:00
mhsjlw
1b23ccfcf6
update deps
2016-04-02 15:56:47 -04:00
Keegan
3ea46e870b
update raknet
2016-03-06 16:39:16 -05:00
Keegan
b860063e36
added nbt
2016-03-06 11:11:14 -05:00
mhsjlw
ea296ac85f
removed gulp
2016-02-27 11:33:35 +00:00