Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/PrismarineJS/node-minecraft-protocol

Parse and serialize minecraft packets, plus authentication and encryption.
https://github.com/PrismarineJS/node-minecraft-protocol

Merge pull request #180 from roblabla/feature-dataTypes-tests

Add tests for numeric dataType.

968617eab83e007a446e5da063d7372fca7b5b57 authored over 9 years ago by Robin Lambertz <[email protected]>
Add tests for numeric dataTypes

dd2cfa1fa382498a78a24ac23c596e149af83689 authored over 9 years ago by roblabla <[email protected]>
Merge pull request #224 from roblabla/feature-addExtendTypes

Add extend type support

e3b435af1b4a3fad192d9534fca2cac466c520eb authored over 9 years ago by Robin Lambertz <[email protected]>
Add extend type support

79ded321bf9b0c4f50c0590cdc3386ba1ebf11b0 authored over 9 years ago by roblabla <[email protected]>
Fix typo in option type

ee3b865daad2febc966180afb87bbbe53bf850ff authored over 9 years ago by roblabla <[email protected]>
Merge pull request #227 from roblabla/feature-addOption

Add option type

388879bd4bfebcb3959398567d1f7d2111c28c8f authored over 9 years ago by Robin Lambertz <[email protected]>
Merge pull request #228 from rom1504/add_flying-squid

add flying-squid to users

5408d67097dbaaa877e6e3e16129a3eeda4e54ca authored over 9 years ago by Robin Lambertz <[email protected]>
add flying-squid to users

c7f950148acb7a94caf88955510e52a537a2e4eb authored over 9 years ago by Romain Beaumont <[email protected]>
Fix error handling using undefined variables

e260f1516301e3a0326d2d63331e268ac66df5db authored over 9 years ago by roblabla <[email protected]>
Add option type

ed372e6f3935e54534f256f6eb9e31979d9f2f16 authored over 9 years ago by roblabla <[email protected]>
Merge pull request #226 from roblabla/feature-betterErrors

[WIP] Better error handling, also some general cleanup

35c980465e17886c466afc42cccccf527f00663b authored over 9 years ago by Robin Lambertz <[email protected]>
First attempt at better error handling, also some general cleanup

7e145f763da8ecc8afc82b8b0aa3268a41d9c0a9 authored over 9 years ago by roblabla <[email protected]>
Merge pull request #222 from roblabla/feature-introduceSwitch

Introduce switch and void, remove condition

9d7e4b594366d3ebed723ff8a0ff879fb323f863 authored over 9 years ago by Robin Lambertz <[email protected]>
Introduce switch and void, remove condition

3282cf69c791963ff0da11c4668740cb554f2ead authored over 9 years ago by roblabla <[email protected]>
Update HISTORY.md

8d1705410b96bc626b0683475f922c5f6c39175b authored over 9 years ago by roblabla <[email protected]>
Merge pull request #221 from roblabla/feature-newTypeSyntax

Add the new type syntax support. Old type syntax doesn't work

ccbb60b5873043738759358dfc3dd60340d49688 authored over 9 years ago by Robin Lambertz <[email protected]>
Add the new type syntax support. Old type syntax doesn't work

ba8a3790aadedefd23e841fb2036faea92bc60bc authored over 9 years ago by roblabla <[email protected]>
Merge pull request #219 from rom1504/updateMcDataDependency

bump minecraft data : now multi version support

5ca49a21ab7c3643b6de84e86b823b21358444bc authored over 9 years ago by Robin Lambertz <[email protected]>
bump minecraft data : now multi version support

3892fb6de32ee1fcfeefc3955ce80ddceab445a1 authored over 9 years ago by Romain Beaumont <[email protected]>
Merge pull request #215 from roblabla/feature-countType

Add countType support

c365478955e176c9c6c7496b73eb398e774b1cac authored over 9 years ago by Robin Lambertz <[email protected]>
Merge pull request #217 from rom1504/create_download_server

create downloadServer.js : remove version from circle.yml, fix #216

f2091cd51354f9454cb929d7c63f6911ce71627a authored over 9 years ago by Robin Lambertz <[email protected]>
check the status code when downloading the vanilla server

a2bb6c1d39baa9edbba9afcbda47edb349b5a55a authored over 9 years ago by Romain Beaumont <[email protected]>
create downloadServer.js : remove version from circle.yml, fix #216

3a2fca87b9453a895b2c7e8dca5e3f330def168e authored over 9 years ago by Romain Beaumont <[email protected]>
Don't bubble up errors from the client to the server

c7841e98d8de0e7d374fc5ce99d747899b136294 authored over 9 years ago by roblabla <[email protected]>
TypeArgs should default to an empty object in case it is undefined

3d6db80593cd4260514a1876ca535e55b0d80076 authored over 9 years ago by roblabla <[email protected]>
Add countType support

f91da617d7fa2c857bd5c4dedb8921467be52aab authored over 9 years ago by roblabla <[email protected]>
Merge pull request #211 from rom1504/keepAliveOption

Keep alive option

a4f34a79435fd82012cac88307caf89043603de6 authored over 9 years ago by Robin Lambertz <[email protected]>
put keepAlive: false in proxy.js : fix connecting to a proxy with some lag (ie not with both proxy and vanilla client in localhost)

0ce00f2cc76fee5cdb93b4ad018c6549e38cb8c2 authored over 9 years ago by Romain Beaumont <[email protected]>
add keepAlive option in createServer

1f681ed810663e808f32a864bc56cf556b4f6fcf authored over 9 years ago by Romain Beaumont <[email protected]>
Merge pull request #208 from rom1504/better_error_and_fix_from_1.9

Better error and fix from 1.9

9eeea84e92ba73345454332c35dabd9c384b8b96 authored over 9 years ago by Robin Lambertz <[email protected]>
Fix the compile and watch step to not return unless the compilation actually finished

001f0d7cdc708548cc3da1b80e078f7cde62098e authored over 9 years ago by roblabla <[email protected]>
Update history

5a966ec56da748793dbc64444865307f9d96f64a authored over 9 years ago by roblabla <[email protected]>
Merge pull request #207 from rom1504/use-minecraft-data

use protocol.json from minecraft-data

ebf9d431a52e3de7c895c93ebffd91f962f9a196 authored over 9 years ago by Robin Lambertz <[email protected]>
add a little info in the proxy example

145c6b4840e84ca651cff374aff49f80359053c2 authored over 9 years ago by Romain Beaumont <[email protected]>
Revert "Add some debug information (useful to update to an updated protocol)"

This reverts commit d2435c8dcdf6de9441a38cf7f605fbda691359be.

5743cd8b647be4303ad3a303be888d0f1295b9ce authored over 9 years ago by Romain Beaumont <[email protected]>
Store yggdrasil login results, some use-cases need it

ff95752e452330028b46ad400ff1de2f939f64b4 authored over 9 years ago by roblabla <[email protected]>
Add some debug information (useful to update to an updated protocol)

d2435c8dcdf6de9441a38cf7f605fbda691359be authored over 9 years ago by Romain Beaumont <[email protected]>
Fix entityMetadata : container is ambiguous

4466bedac9a347bd960537866d48e6b7c90c9de5 authored over 9 years ago by Romain Beaumont <[email protected]>
Remove some console.log

f625cd8e8b16ee25bacc99ecfb5df77a7aa245ed authored over 9 years ago by Romain Beaumont <[email protected]>
Display more information in proxy.js

a3c65de9a4a92c31e7573c78fb504b8ed4982d34 authored over 9 years ago by Romain Beaumont <[email protected]>
Fix some version related problems (in test.js and circle.yml)

57f5b9d23d8dfaf3ea23915cfb547060820a624c authored over 9 years ago by Romain Beaumont <[email protected]>
use protocol.json from minecraft-data

fix #163

6b6303b853457636a8bf9532e5fa57a820770cdc authored over 9 years ago by Romain Beaumont <[email protected]>
Merge pull request #201 from rom1504/fix_windowId_type

fix windowID type : ubyte not byte

9c35951d15ad41c1a96f440cbb88e7f8bd5d1ee3 authored over 9 years ago by Robin Lambertz <[email protected]>
fix windowID type : ubyte not byte

http://wiki.vg/index.php?title=Protocol&diff=6641&oldid=6640

9f486ac58706c2ecab367b86649d886fab1fa032 authored over 9 years ago by Romain Beaumont <[email protected]>
Merge pull request #200 from rom1504/patch-1

Fix circle ci badge (master branch)

963ca51353c35cc4d667401fde0690337a00e8ba authored over 9 years ago by Will Franzen <[email protected]>
Fix circle ci badge (master branch)

ca70b3d6466b9f2c85b3897cbf88819c55231865 authored over 9 years ago by Romain Beaumont <[email protected]>
Merge pull request #198 from wtfaremyinitials/badges

Improve badges

41fecf89949a1a1e972640514710370dfdbe1744 authored over 9 years ago by Robin Lambertz <[email protected]>
Improve badges

The inconsistency was bothering me.

f5fa2ad32d4488647657cfbe7751288f265c0022 authored over 9 years ago by Will Franzen <[email protected]>
Merge pull request #196 from rom1504/divide_index

split index.js into mainly createClient.js and createServer.js

fb481210faf5ae37045916f7ac77b548e2bf5d19 authored over 9 years ago by Robin Lambertz <[email protected]>
Merge pull request #197 from rom1504/patch-1

0x03 -> chat in readme fix #195

b8d392194a4e287dd1a2da80055a2f9f8630a673 authored over 9 years ago by Robin Lambertz <[email protected]>
0x03 -> chat in readme fix #195

d9edf571dd2e762a53c17692571ca19d4f517bb5 authored over 9 years ago by Romain Beaumont <[email protected]>
split index.js into mainly createClient.js and createServer.js

also create a few other files containing common information and functions :
* mcHexDigest.js whic...

1226f0f5208c9779f15c196b6e14d4d5a5a4fc87 authored over 9 years ago by Romain Beaumont <[email protected]>
Update HISTORY about UUID change

8dedf80292ae145dffbe3ec62983ab56c9697b22 authored over 9 years ago by roblabla <[email protected]>
Merge pull request #193 from roblabla/master

Bump MINOR, UUIDs are now represented as dashed string

216625d750e4a2404af0881772bf255e3c8aa152 authored over 9 years ago by Robin Lambertz <[email protected]>
Bump MINOR, UUIDs are now represented as dashed string

452be2b196b7022f510b6b82e384c547b5ebf87d authored over 9 years ago by roblabla <[email protected]>
Merge pull request #184 from rom1504/split_readme

split the readme.md into 2 new files

bc1fb020fd7753cc1cd44475624b81a60c51a0d8 authored over 9 years ago by Robin Lambertz <[email protected]>
split the readme.md into 2 new files : history.md and doc/readme.md, fix #183

653e8d05eed146ced69bfcab4af722a5fc69b791 authored over 9 years ago by Romain Beaumont <[email protected]>
Merge pull request #182 from rom1504/add_info_about_options

document options in mc.createClient(options)

4752a0d759d3828bd358bad389c1f587feffbfa7 authored over 9 years ago by Robin Lambertz <[email protected]>
document options in mc.createClient(options)

4f8347cbab9ffaea893260f1ac00037b460a6d22 authored over 9 years ago by Romain Beaumont <[email protected]>
Oops, forgot to add the changelog for 0.14.0.

f337b49f155457f09ee73fb10f6475fbc56930a8 authored over 9 years ago by roblabla <[email protected]>
Prepare for dev iteration 0.14.1

36893e1063c93789240daca9424360caba2b4c50 authored over 9 years ago by roblabla <[email protected]>
Release 0.14.0

3719be792cef061556655df3d362d237eb6ef31f authored over 9 years ago by roblabla <[email protected]>
Merge pull request #178 from roblabla/feature-remove-ustring

Remove ustring

c9a740f9899fdc79f3756585e0a2eede39408829 authored over 9 years ago by Robin Lambertz <[email protected]>
Merge pull request #177 from rom1504/move_functions_to_serializer

move createPacketBuffer and parsePacketData functions to serializer

22a6906b939f0ec5ebb544b515b958ed454204f6 authored over 9 years ago by Robin Lambertz <[email protected]>
Remove ustring test

7ecfec8c3b03d5063066bf5e18a57699f755b01b authored over 9 years ago by roblabla <[email protected]>
Remove ustring

38152017929ba5115a071777350c16f7c9d61918 authored over 9 years ago by roblabla <[email protected]>
move createPacketBuffer and parsePacketData functions to serializer, also move protocol's exports to serializer

1a9e08cbd8597d7359d5a0b9fd37e312dccb75b7 authored over 9 years ago by Romain Beaumont <[email protected]>
Improved error handling

2b1a0f86cd1082e55a82f50557e996b0db5f64a3 authored over 9 years ago by roblabla <[email protected]>
Merge pull request #173 from rom1504/refactor_numeric

refactor numeric.js : all the functions were the same

84079bb0a83a3d5d8e42763311f767878f3fb735 authored over 9 years ago by Robin Lambertz <[email protected]>
Merge pull request #175 from rom1504/remove_write_cb

remove write callback

31d8f05b9a1004de3b6e3d2b987c396a0f5bf48d authored over 9 years ago by Robin Lambertz <[email protected]>
remove write callback

knowing when the packet has been sent is not an useful information : the fact that it's sent does...

3c61f24991b7868a9629dab93d4326f2ea45c32b authored over 9 years ago by Romain Beaumont <[email protected]>
Merge pull request #174 from roblabla/rewrite-internals

Rewrite internal pipeline to use transform stremas

f82f037f291370ccb2b6c6f5a5aad5206ac561f7 authored over 9 years ago by Robin Lambertz <[email protected]>
Reintroduce packetsToParse

f6a16bfdff8f3680b342c95cfd0c6e5de0bc03cb authored over 9 years ago by roblabla <[email protected]>
Fix writing packets by name or [state,id]

64f24858dd003e276094e5a6d40dfec9a05c4365 authored over 9 years ago by roblabla <[email protected]>
remove debug in serializer transform

f5192ba8b7fc39f2189aaca15716168420c4c01b authored over 9 years ago by roblabla <[email protected]>
Bump MINOR version

2862ea20345c72f130389102ae3f57b63317de90 authored over 9 years ago by roblabla <[email protected]>
Remove now unused functions

3c0a8eee8fb5c067176618029688b5d9f1cba660 authored over 9 years ago by roblabla <[email protected]>
Reintroduce writeRaw

f5dda55f81166d42414f5f500ddb26d8717ae506 authored over 9 years ago by roblabla <[email protected]>
Better node compatibility : Use readable-stream

6e6b51ca10a2d1cd0bb80d693c33341d2204c3ef authored over 9 years ago by roblabla <[email protected]>
Rewrite of the internal serializer using transform streams

ced091b2b2f412b5384d223f4f383b6190438797 authored over 9 years ago by roblabla <[email protected]>
Rewrite of the internal serializer using transform streams

17dea74357ee965b9fa4f0adf8814aa8b4d28f4d authored over 9 years ago by roblabla <[email protected]>
Update babel

9295bcfbdb96f871713386efca416e9f73b55016 authored over 9 years ago by roblabla <[email protected]>
refactor numeric.js : all the functions were the same

9866ee41fb348b618a26e541c57f4d492f11d304 authored over 9 years ago by Romain Beaumont <[email protected]>
Fix node-mc-proto disconnecting players from the notchian client

fb6641b37464e2674a21e01f62c0f215c73e76e7 authored over 9 years ago by roblabla <[email protected]>
Merge pull request #171 from rom1504/add_write_cb

add callback to write (socket.write *is* async) fix #168

4018860508350cb9476a68e448c94156cc4781b1 authored over 9 years ago by Robin Lambertz <[email protected]>
add callback to write (socket.write *is* async) fix #168

6446b205f0a809fb1b11bfb8452f95ba830a9dd8 authored over 9 years ago by Romain Beaumont <[email protected]>
Merge pull request #170 from rom1504/fix_compressPacketBuffer

fix compressPacketBuffer

e2519f0b9fd3fa6ffb205fa3245a96ccc56915f4 authored over 9 years ago by Robin Lambertz <[email protected]>
fix compressPacketBuffer : it was not compressing anything until now, also fix a problem in newStylePacket to handle the correct dataSize

8a6a9c00e91cf18dde41cd85c925d4c4ee2088c6 authored over 9 years ago by Romain Beaumont <[email protected]>
Oops, remove source-map-support

3cab629259b1c9a6d35cf7d838c2ae1283509440 authored over 9 years ago by roblabla <[email protected]>
Quickfix for proxy example to properly handle compression changes

ad2ad017877d278905507c614121e0209ea4fa15 authored over 9 years ago by radare-travis <[email protected]>
Fix two small bugs in packet scoreboard_team and player_info

790aaaad1ae663f3b16a22bfc2ea29c60eccc854 authored over 9 years ago by radare-travis <[email protected]>
Properly handle this frame in nested structures

02d09e377b8b08bb7375701f706112a31cf3fb90 authored over 9 years ago by radare-travis <[email protected]>
Properly handle multiple set_compression requests during PLAY state

aad5ba0fd9036a68b2195f3b9b3dab722c9940f7 authored over 9 years ago by radare-travis <[email protected]>
Merge pull request #166 from rom1504/fix_editorconfig_indent

fix the indent_size in .editorconfig

6d61de807e99d01fcf5ce3b29617d66784cf2e3f authored over 9 years ago by Robin Lambertz <[email protected]>
fix indentation and a few other stuff webstorm felt like fixing (for example if (condition) -> if(condition) since that was the more frequent style in node-minecraft-protocol)

1dec8ccffd927e6142719a5d01cf8ab621206ac7 authored over 9 years ago by Romain Beaumont <[email protected]>
fix the indent_size in .editorconfig

471b53de8f250b24226cc08b45087d9bf1fcb614 authored over 9 years ago by Romain Beaumont <[email protected]>
Merge pull request #165 from rom1504/fix_missing_require

fix a missing require in structures.js

ded460af37f6d7e734a00b54be9ca7096c06fabe authored over 9 years ago by Robin Lambertz <[email protected]>
Merge pull request #164 from rom1504/fix_open_window

fix open_window packet (see http://wiki.vg/Protocol#Open_Window)

b5a89bef8956339e37ef1601c080d4212bacd005 authored over 9 years ago by Robin Lambertz <[email protected]>
fix the schema (a problem with condition)

55e820aa92bf357c4309eb406bbe73fa35485018 authored over 9 years ago by Romain Beaumont <[email protected]>
fix a missing require in structures.js

77a2eb95ddbad2adab78fe1498f86b3a0c93585c authored over 9 years ago by Romain Beaumont <[email protected]>