Commit graph

83 commits

Author SHA1 Message Date
Romain Beaumont
fef514b84d
Merge pull request #30 from PrismarineJS/snyk-fix-c02861987312d03da9de54bf70a04610
[Snyk] Security upgrade uuid-1345 from 0.99.7 to 1.0.1
2020-05-17 12:58:54 +02:00
Romain Beaumont
db08f34619
Merge pull request #31 from PrismarineJS/dependabot/npm_and_yarn/uuid-1345-1.0.1
Bump uuid-1345 from 0.99.7 to 1.0.1
2020-05-17 12:10:41 +02:00
dependabot-preview[bot]
93b4da32da
Bump uuid-1345 from 0.99.7 to 1.0.1
Bumps [uuid-1345](https://github.com/scravy/uuid-1345) from 0.99.7 to 1.0.1.
- [Release notes](https://github.com/scravy/uuid-1345/releases)
- [Commits](https://github.com/scravy/uuid-1345/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-17 09:56:09 +00:00
snyk-bot
595cfc29d4 fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MACADDRESS-567156
2020-05-05 10:45:20 +02:00
mhsjlw
2fa2d2b929
Add NOTICE regarding current state 2019-07-14 13:19:25 -04:00
mhsjlw
acafc8df1b Update README.md 2017-04-15 07:46:55 -04:00
Romain Beaumont
de05863815 use mcdata 2016-06-09 20:26:23 -04:00
mhsjlw
8109dbcdd8 update version to 2.2.3 v2.2.3 2016-05-23 07:28:36 -04:00
mhsjlw
7ea94c355d fix use item packet 2016-05-23 07:27:26 -04:00
mhsjlw
8ba1bf0da0 update version to 2.2.2 v2.2.2 2016-05-23 07:17:59 -04:00
mhsjlw
eb5a364274 once again, fixed block update 2016-05-23 07:16:57 -04:00
mhsjlw
01bf25e837 update version to 2.2.1 v2.2.1 2016-05-23 06:45:46 -04:00
mhsjlw
91e246cecc fix block update 2016-05-23 06:44:04 -04:00
Romain Beaumont
6fd8b5d35c Update serializer.js 2016-05-19 23:23:00 +02:00
mhsjlw
19e6a1aa12 update to version 2.2.0 (protocol 70) v2.2.0 2016-05-19 17:19:44 -04:00
mhsjlw
044c2204d6 deserializer fixes and 0.14.3 2016-05-19 17:19:15 -04:00
mhsjlw
3006fd44bf update to version 2.1.0 (protocol 60) v2.1.0 2016-05-14 21:26:38 -04:00
mhsjlw
8a524f8856 Release 2.0.1 v2.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
75d3cd4595
player list is an array 2016-04-13 00:03:22 +02:00
Romain Beaumont
cb45a68fed
Release 2.0.0 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
9cdc10f9af
fix recipes, fix player_list, fix tile_entity_data (pocketmine is wrong about the player_list, see https://confluence.yawk.at/display/PEPROTOCOL/Game+Packets ) 2016-04-12 23:26:45 +02:00
Romain Beaumont
639d0b81db
fix player_list 2016-04-12 23:06:53 +02:00
Romain Beaumont
041a6ef13e
fix text packet (reference https://github.com/PocketMine/PocketMine-MP/blob/master/src/pocketmine/network/protocol/TextPacket.php#L42) 2016-04-12 23:01:41 +02:00
Romain Beaumont
11c8df52bb
remove mcpe_ prefix, fix #6 2016-04-12 22:40:30 +02:00
Romain Beaumont
4342ba7c3a
remove TODO in server.js 2016-04-12 22:31:24 +02:00
Romain Beaumont
acc912e8b3
gamemode 1 in example 2016-04-12 22:30:41 +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
Romain Beaumont
8266750be7
add radius update 2016-04-09 19:59:05 +02:00
Romain Beaumont
22010fd0f8
make the server example spawn (with no chunks displayed) 2016-04-09 19:52:40 +02:00
mhsjlw
2889153d10 fix mcpe_text packet 2016-04-09 12:20:13 -04:00
mhsjlw
a1a2e65f6b old email 2016-04-09 10:41:49 -04:00
Romain Beaumont
b28cecb330
Release 1.1.0 1.1.0 2016-04-07 12:54:31 +02:00
Romain Beaumont
8e1e9891d7
update MCPE supported version (0.14.1) 2016-04-07 12:47:00 +02:00
Romain Beaumont
863ddf1785 add example chunk, use protodef to implement read and write batch, try to make the chunk sending work 2016-04-07 00:46:40 +02:00
Romain Beaumont
e1559e6e1e fix chunk packet definition 2016-04-06 23:41:14 +02:00
Romain Beaumont
255d55a5f5 remove unneeded console.log 2016-04-06 23:35:27 +02:00
mhsjlw
dc7c30482c batch packets 2016-04-06 17:32:48 -04:00
Romain Beaumont
522afb4dfd put client login sequence in createClient.js 2016-04-06 03:06:34 +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
eee1fe6aa7 add most of server login sequence in server example 2016-04-05 00:41:46 +02:00
Romain Beaumont
d17c62307a re-emit mcpe packets as client event 2016-04-05 00:03:01 +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
Romain Beaumont
ff54ec47c0 use recent raknet and add basic example 2016-04-02 23:50:28 +02:00