node-minecraft-protocol/src
Romain Beaumont 1226f0f520 split index.js into mainly createClient.js and createServer.js
also create a few other files containing common information and functions :
* mcHexDigest.js which contain the function of the same name used in both createClient.js and createServer.js
* ursa.js which handle the abstraction on top of ursa and ursa-purejs : used in both createClient.js and createServer.js
* version.js used in index.js, createClient.js and createServer.js
2015-07-27 02:26:36 +02:00
..
datatypes Bump MINOR, UUIDs are now represented as dashed string 2015-07-18 17:48:26 +00:00
transforms move createPacketBuffer and parsePacketData functions to serializer, also move protocol's exports to serializer 2015-05-23 03:31:47 +02:00
browser.js move createPacketBuffer and parsePacketData functions to serializer, also move protocol's exports to serializer 2015-05-23 03:31:47 +02:00
client.js move createPacketBuffer and parsePacketData functions to serializer, also move protocol's exports to serializer 2015-05-23 03:31:47 +02:00
createClient.js split index.js into mainly createClient.js and createServer.js 2015-07-27 02:26:36 +02:00
createServer.js split index.js into mainly createClient.js and createServer.js 2015-07-27 02:26:36 +02:00
debug.js 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) 2015-05-14 22:08:49 +02:00
index.js split index.js into mainly createClient.js and createServer.js 2015-07-27 02:26:36 +02:00
mcHexDigest.js split index.js into mainly createClient.js and createServer.js 2015-07-27 02:26:36 +02:00
packets.js 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) 2015-05-14 22:08:49 +02:00
ping.js move createPacketBuffer and parsePacketData functions to serializer, also move protocol's exports to serializer 2015-05-23 03:31:47 +02:00
protocol.js move createPacketBuffer and parsePacketData functions to serializer, also move protocol's exports to serializer 2015-05-23 03:31:47 +02:00
server.js move createPacketBuffer and parsePacketData functions to serializer, also move protocol's exports to serializer 2015-05-23 03:31:47 +02:00
ursa.js split index.js into mainly createClient.js and createServer.js 2015-07-27 02:26:36 +02:00
utils.js 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) 2015-05-14 22:08:49 +02:00
version.js split index.js into mainly createClient.js and createServer.js 2015-07-27 02:26:36 +02:00
yggdrasil.js 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) 2015-05-14 22:08:49 +02:00