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

Added package.json

Added a package.json that has the dependencies for the example code.

f3a25af4dc1f110ec2379fc733965618e19b6f33 authored about 7 years ago by Oscar Beaumont <[email protected]>
Send The Player Position After The Chunk Data

The players position was sent before sending the chunk which had now been switched.

39b2fc215791e32e30629fdfe522e328c45564f2 authored about 7 years ago by Oscar Beaumont <[email protected]>
Added New Example For Generating A World

This is a new example that shows how to generate a chunk (Using prismarine-chunk) and send it to...

a70eee40c88499996373baffcd716b846073df6a authored about 7 years ago by Oscar Beaumont <[email protected]>
Merge pull request #520 from plexigras/add-auth-session-fallback

added fallback for session to normal auth

233eff13581cb49c0ea1d45a707e4f94e2d1df6d authored about 7 years ago by Romain Beaumont <[email protected]>
Merge pull request #521 from PrismarineJS/greenkeeper/mocha-4.0.0

Update mocha to the latest version 🚀

92e2dce7c0a4c09fa5b09c4ac6c147d04d7a943b authored about 7 years ago by Romain Beaumont <[email protected]>
chore(package): update mocha to version 4.0.0

635393768e5ec57090372f2d6f97880a5843d588 authored about 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
added fallback for session to normal auth

1a77168574b31cc23fc82b8acbea02da8db489b4 authored about 7 years ago by plexigras <[email protected]>
Merge pull request #518 from allain/master

store minecraft jars in /tmp unless overriden by ENV variable

2a97df6abd3ccab0b1e857faa88d38b85e51b427 authored over 7 years ago by Romain Beaumont <[email protected]>
using os.tmpdir() instead of '/tmp' since it's more portable

137320489cc0f852c925d4bd3637e03cdf32c418 authored over 7 years ago by allain <[email protected]>
store minecraft jars in /tmp unless overriden by ENV variable

b44e052f2840040798923cea794dc1c8da9b0dd6 authored over 7 years ago by allain <[email protected]>
Merge pull request #512 from PrismarineJS/greenkeeper/debug-3.0.0

Update debug to the latest version 🚀

0d4f5d49a82036cb968278389d93c804608d10b0 authored over 7 years ago by Romain Beaumont <[email protected]>
Merge pull request #517 from PrismarineJS/greenkeeper/yggdrasil-1.1.1

Update yggdrasil to the latest version 🚀

788b376c218c78d6e1499e49009d483134c31add authored over 7 years ago by Romain Beaumont <[email protected]>
Update package.json

e47f7b1d7b460cd7b1a86aa8cf08994059e943f9 authored over 7 years ago by Romain Beaumont <[email protected]>
fix(package): update yggdrasil to version 1.1.1

55090c42a6eb226a829ecaeea21365086515e166 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Release 1.4.1

3ab909c931578f1c926de7dc355cd8e547977433 authored over 7 years ago by Romain Beaumont <[email protected]>
lock yggdrasil until issue with 1.1.0 is fixed

8a5621b34033d69a6f63ef1bcee1b57310ed7b43 authored over 7 years ago by Romain Beaumont <[email protected]>
Merge pull request #514 from lkolbly/proxyFix

Changed let scope, added undefined check.

c01497816b402335a839b5fd0e4018d1ed1f3abb authored over 7 years ago by Romain Beaumont <[email protected]>
Changed let scope, added undefined check.

c7aaee6dbc01b56cc35f0246174075146b3ecaa9 authored over 7 years ago by Lane Kolbly <[email protected]>
fix(package): update debug to version 3.0.0

943addf89f8ca05b5a79cf16156ccc07ece96656 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
add 1.12.1 support to readme and tests

2d5464612c2b786ac65ec87ce3c6a2cc27dfd9ea authored over 7 years ago by Romain Beaumont <[email protected]>
add readme.md for the proxy example, progress on #380

650c411822593c0a92334a53f156aa87141ac7ad authored over 7 years ago by Romain Beaumont <[email protected]>
remove ursa from readme

006dc75d9f35ef257185a57e10622fcfb8473a64 authored over 7 years ago by Romain Beaumont <[email protected]>
Release 1.4.0

294b232af843b7e9004bf16f71db4986c729da0b authored over 7 years ago by Romain Beaumont <[email protected]>
Merge pull request #508 from PrismarineJS/dynamic_autoversion_server

dynamic autoversion server

8cc3444687a2c28e5e0dadab247818f89e6e6dcd authored over 7 years ago by Romain Beaumont <[email protected]>
increase server test timeout a bit

5942d42d8b74a36390eced3a89bec3d71ef343cd authored over 7 years ago by Romain Beaumont <[email protected]>
dynamic autoversion server

562c7ebec7f45039088bd465f4c7395c1570b734 authored over 7 years ago by Romain Beaumont <[email protected]>
Merge pull request #507 from PrismarineJS/modularize_server

split createServer in 4 plugins

8c370d8011d0fae6aff80b50bbfde84644a21e6c authored over 7 years ago by Romain Beaumont <[email protected]>
make keepalive self-contained

8dd313b5deece0362f15fd10517b06a51588abdb authored over 7 years ago by Romain Beaumont <[email protected]>
split createServer in 4 plugins

a2598cefda1ff303063f1dd7cf97a6239099f2b1 authored over 7 years ago by Romain Beaumont <[email protected]>
Merge pull request #506 from PrismarineJS/remove_ursa

remove ursa, uses crypto rsa functionalities instead, and keypair for keys generation

93e8d63249412b52c66caea0d95938a06c78a8f5 authored over 7 years ago by Robin Lambertz <[email protected]>
uses node-rsa instead of keypair

package is a bit bigger but still pure js
same package used by ursa purejs

80f103d2f0219445a7fa2c64b552fc382b504cd1 authored over 7 years ago by Romain Beaumont <[email protected]>
remove ursa, uses crypto rsa functionalities instead, and keypair for keys generation

01c3c95cb4755091dd2c8fa0072689f98f96bf2a authored over 7 years ago by Romain Beaumont <[email protected]>
Merge pull request #503 from PrismarineJS/proxys

add 2 examples : client_http_proxy and client_socks_proxy. fix #185 fix #436

6246e0e6442a4133c37ff5306604a48ade3798cd authored over 7 years ago by Romain Beaumont <[email protected]>
add connect option to createClient for multiple (ping + normal) connections for the proxy examples, use the normal options for pinging in autoVersion to have that option available and fix the proxy examples accordingly

010362ef7823225eb5f2b018d74e593df75b77c0 authored over 7 years ago by Romain Beaumont <[email protected]>
fix socks proxy using a socks module that actually works and provide a proper node stream

6279ae9afe6679d23d02a9cf1160e89caac3e0a7 authored over 7 years ago by Romain Beaumont <[email protected]>
fix http proxy

cab5a329bf9e955131eac5c709244923c20f2eda authored over 7 years ago by Romain Beaumont <[email protected]>
Update client_socks_proxy.js

e9ced90a507f713d5d7ac1d64febd6ebbafaeab0 authored over 7 years ago by Romain Beaumont <[email protected]>
Update client_http_proxy.js

d8844a5ba1a5a16a1d789679ad82f9e0e9dd5715 authored over 7 years ago by Romain Beaumont <[email protected]>
add 2 examples : client_http_proxy and client_socks_proxy. fix #185 fix #436

ed425e775d7fee39cf33c414d8e0c73fa0857ebe authored over 7 years ago by Romain Beaumont <[email protected]>
rename caseCorrect.js to auth.js, fix #383

5e64acce3639bd473a7dfaeaeea966b0d709f2f8 authored over 7 years ago by Romain Beaumont <[email protected]>
add debug in plugin channels, fix #433

d9111d982f6d18f93e53e0066732941aee073287 authored over 7 years ago by Romain Beaumont <[email protected]>
add note about node-rcon in readme, fix #483

216b4d2da36c378184547081841f7421f2a3f654 authored over 7 years ago by Romain Beaumont <[email protected]>
var -> const/let in examples and tests

79f82afb916fe1948b8b6e3053a9aa683ee28adf authored over 7 years ago by Romain Beaumont <[email protected]>
fix(package): update yggdrasil to version 1.0.0

Closes #501

4a33bc7ac7372dac438aaafcac232f17644fce86 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Release 1.3.2

6f644042fea34fe445447b0ac228ca9d3d557dc0 authored over 7 years ago by Romain Beaumont <[email protected]>
Merge pull request #500 from PrismarineJS/trying_to_fix_autoversion

trying to fix autoversion in online mode

9c1925a1f2a8cbe58ec1e2e99ef9f43209f24d07 authored over 7 years ago by Romain Beaumont <[email protected]>
fix ping

936a12e6e019e6195a19fe3b618542f1e0bf78a0 authored over 7 years ago by Romain Beaumont <[email protected]>
fix autoversion in online mode.

Explanation:
in this specific case, we were changing the state of the client to hanshaking (in a...

eb5764e7abc22886f5a4dcfec00948c423773e3f authored over 7 years ago by Romain Beaumont <[email protected]>
trying to fix autoversion in online mode

2d4f4a05e17ee5bc31123cf264b32932ea1f8915 authored over 7 years ago by Romain Beaumont <[email protected]>
Merge remote-tracking branch 'origin/master'

aa96950ac5f8e5ce2c3b6ed6aac3c0965ec5d721 authored over 7 years ago by Romain Beaumont <[email protected]>
Release 1.3.1

08353123c04e69933c0e6837ba3048badbcb98f7 authored over 7 years ago by Romain Beaumont <[email protected]>
Merge pull request #493 from PrismarineJS/greenkeeper/require-self-0.2.1

Update require-self to the latest version 🚀

3e118345d6f1978c3dd73f4437aac03bf5cef7a6 authored over 7 years ago by Romain Beaumont <[email protected]>
fix version checking bug with 1.12 and share vanilla server instance between tests

1a4d9f1e8421267c5e001dfa0149fa1767bb43f9 authored over 7 years ago by Romain Beaumont <[email protected]>
fix kicking message in test for 1.12

b445e7fb9470b8d4f0da709c728db31c60739f5c authored over 7 years ago by Romain Beaumont <[email protected]>
fix 1.12 tests : implement anon fields, set varint test value to 1 for some switch, implement bitfield, don't assume non-anon containers for packets

d9d1b7a56e5d9f6a4632ae2f4d9ae6961e71ce0c authored over 7 years ago by Romain Beaumont <[email protected]>
Merge pull request #496 from plexigras/auto-version-fix

improved automatic version resolution

4e468b09dcb29f78e67bcf39e7fbd11584ebdae1 authored over 7 years ago by Romain Beaumont <[email protected]>
simplified autoversion fallback

2a6973ab42a8fd47fad7e1e1b7fb17bc9bbfa2b4 authored over 7 years ago by plexigras <[email protected]>
improved version getter

6a3acff5de4bd931e05360fad496cb8a5a46563d authored over 7 years ago by plexigras <[email protected]>
Release 1.3.0

a8762743078ed696eb0ed4ac0223e177477ac01a authored over 7 years ago by Romain Beaumont <[email protected]>
1.12 support

ed5f3981e86da643c01a9617b71c0d5d10961c5d authored over 7 years ago by Romain Beaumont <[email protected]>
Release 1.2.0

59bb1ac95ccec622d92579b1496a10e6be66a726 authored over 7 years ago by Romain Beaumont <[email protected]>
chore(package): update require-self to version 0.2.1

50a62eb3c0aab005e00d15bc222deaf48f1ce587 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
parallel circle ci testing of clientTest.js (#373) (#449)

parallel testing with circle ci, solve #373

20dd0710f289b069e72be7ff9878f0af4007f7cf authored over 7 years ago by Romain Beaumont <[email protected]>
Merge pull request #489 from PrismarineJS/17w18b

* 17w18b support

b4c80d325ec799622eb76c0741f6a276270be363 authored over 7 years ago by Romain Beaumont <[email protected]>
the logger still has bugs, removing automatic tests for 17w18b (but nmp does support it)

e2dbb671fe2d909617961ee5529a71723f0b993e authored over 7 years ago by Romain Beaumont <[email protected]>
17w18b support

a49d2add3856a8d14f5b7ca29b6e4e9193d3b5bc authored over 7 years ago by Romain Beaumont <[email protected]>
use protodef addProtocol

87768f5d76295396a3585e7dc181547b512252e3 authored over 7 years ago by Romain Beaumont <[email protected]>
can't run the 17w15a tests because the snapshot vanilla server logging is broken

26102735297a4c624e6fcfef5124e825304fa28e authored over 7 years ago by Romain Beaumont <[email protected]>
increase the java

062cf370abb68162f778528056243c030f7a4d48 authored over 7 years ago by Romain Beaumont <[email protected]>
17w15a support

730aab3c92d86606332db6b8f7b352e4a307ae6e authored over 7 years ago by Romain Beaumont <[email protected]>
Add Greenkeeper badge 🌴 (#478)

* docs(readme): add Greenkeeper badge

https://greenkeeper.io/

* Update README.md

160aec16cbb1417358776320030f530f0addb22e authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
fix version checking for lower versions

1e74dc2c1bab3aa64996c70900dbaf84e2ee7f29 authored almost 8 years ago by Romain Beaumont <[email protected]>
produce a decent error when connecting with the wrong version

a55d2bc42cb04fd69b4cf6b0856e15b0d55d90cc authored almost 8 years ago by Romain Beaumont <[email protected]>
Merge pull request #463 from roblabla/feature-addErrorHandler

Add errorHandler option

5126b969546dbfb38aaaa61ab2f92d08476659e8 authored almost 8 years ago by Robin Lambertz <[email protected]>
Merge branch 'master' into feature-addErrorHandler

beeea8978d6623000f71db977affc12381ecda87 authored almost 8 years ago by Robin Lambertz <[email protected]>
Release 1.1.3

1683d212147f6dba1123e51e3e62e57c719df8c9 authored almost 8 years ago by Romain Beaumont <[email protected]>
requires node 6 in package.json

c72d0373e87d12e03a84fd1d6308e23a2f3d822b authored almost 8 years ago by Romain Beaumont <[email protected]>
Remove babel/gulp in favor of native ES6

3ff7ac64c12f4bc99d2605c7527e7518ac2b3502 authored almost 8 years ago by deathcap <[email protected]>
Release 1.1.2

ce1ee7d7e35652907a2e99dc676b99aa74c445f2 authored almost 8 years ago by Romain Beaumont <[email protected]>
some fixes for last protodef

3d3916bb937424ae1c55eca8da32fbf351e60e0a authored almost 8 years ago by Romain Beaumont <[email protected]>
Add errorHandler option

4b99245a8063c1f0f6878b35b3f0791d4a137c2d authored almost 8 years ago by roblabla <[email protected]>
1.11.2 support, fix #458

a4db7a10a7b4c9385586e7062d9f56e927dc7b58 authored almost 8 years ago by Romain Beaumont <[email protected]>
Release 1.1.1

4a68150be2fe3a2f9f1205dc384c57f200715c35 authored about 8 years ago by Romain Beaumont <[email protected]>
Merge pull request #434 from roblabla/bugfix-pluginChannelRegister

Fix the REGISTER channel type

9994ca8f63fe3870b89ecffbbbeeb4e7e6f670e1 authored about 8 years ago by Romain Beaumont <[email protected]>
use a different data dir for each version in tests

9c089244b3fd93e7c13beece7159859e39a22784 authored about 8 years ago by Romain Beaumont <[email protected]>
update to yggdrasil 0.2.0

35dcd922342a982a4aa7a418719ed77bccdec3c5 authored about 8 years ago by Romain Beaumont <[email protected]>
update mcdata, add 1.11 to tested versions and update version list in readme

2c7b41c81e71e3e854d08bdbb984c33c48d34ce5 authored about 8 years ago by Romain Beaumont <[email protected]>
Fix the REGISTER channel type

8c02735af1fbe2b9b98e56824f838871ab2eb678 authored about 8 years ago by roblabla <[email protected]>
chore(package): update gulp-sourcemaps to version 2.0.0 (#429)

https://greenkeeper.io/

a23e21c0c090e763bd5ea72461dfdcd537885e94 authored about 8 years ago by Greenkeeper <[email protected]>
Release 1.1.0

09786ffe4f33d013d5759335c5b2b582b34bdbf6 authored about 8 years ago by Romain Beaumont <[email protected]>
add doc for client.end, closes #424

c8e42121eae9ac726ab01be94723794b1e04c6a3 authored over 8 years ago by Romain Beaumont <[email protected]>
add doc

10b3cba5f845d6b6e9f31ba43da39204c00a41e2 authored over 8 years ago by Romain Beaumont <[email protected]>
add logic for custom channel, and corresponding examples

a0717a1232f83799bd87fb7e918392cb175183d4 authored over 8 years ago by Romain Beaumont <[email protected]>
fix version in pluginChannels, add writeChannel, add two examples for a vanilla channel (MC|Brand)

1dcd119d93adc7239dff4b870de252e906b45dd2 authored over 8 years ago by Romain Beaumont <[email protected]>
added serverside plugin channel support

947c4c058773c2afe5eb4d2a31e3a17724d8927c authored over 8 years ago by plexigras <[email protected]>
Merge branch 'master' of https://github.com/plexigras/node-minecraft-protocol

25728029d430f612cc814921d4dfc808ebc19b60 authored over 8 years ago by plexigras <[email protected]>
added plugin channel suport

8c6d8d592db30ea60030806b01b24120903eac14 authored over 8 years ago by plexigras <[email protected]>
chore(package): update mocha to version 3.0.2 (#422)

https://greenkeeper.io/

30688f5d85caf369a61286fe4eb0a7871347a6af authored over 8 years ago by Greenkeeper <[email protected]>
Release 1.0.1

0781a6178cdd0608a402c9647b9d0895b44012ba authored over 8 years ago by Romain Beaumont <[email protected]>
update mcdata

cdaf673a8615536f815e8702c310b89481a3f242 authored over 8 years ago by Romain Beaumont <[email protected]>