OopsieWoopsie / NativeCord

NativeCord. A very fast C++ proxy for minecraft.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NativeCord, A very fast C++ proxy for minecraft.

Join the chat at https://gitter.im/WolverinDEV/NativeCord

Currently searching for some sponsors for a demo server and some buisness partners. Im also happy about every help.

Supported Systems:

  • Linux x64
  • Linux x32 (Not working... (Need some changes in jvm incluse and -luuid and -lyaml-cpp MAY than its working....))

Compiler relequipments:

  • CMake 3.2.2+
  • UUID lib (sudo apt-get install uuid-dev)
  • zlib lib (sudo apt-get install zlib1g-dev)
  • ssl lib (sudo apt-get install libssl-dev)

Compile/Install

  1. git clone https://github.com/WolverinDEV/NativeCord.git
  2. cd NativeCord
  3. git submodule update --init --recursive
  4. go int lib and install cpr & yaml
  5. cmake .
  6. make
  7. cd .. && mkdir nbungee
  8. cp NativeCord/NativeCord nbungee/
  9. Redy to launch NativeCord. Run it with ./NativeCord

Install libs:
cpr:
1. cmake .
2. make
3. make install
yaml:
1. make
2. make install

TODO List:

  • Implement ip_uuid_forward [DONE]
  • Implement online mode [DONE]
  • Fix some exploits/crashes
    • Add size check for packet length
    • Handle exception on wrong compression
    • Handle exception on missing/wrong packet data
  • Improve entity rewrite. Currently not for all packets.
  • Implement configurable messages
  • Add a bootloader in java to automaticly choose the right binary file
  • Add a wikki
  • Add c++ plugin api
  • Add java plugin api
  • Add mac-os and windows support
  • May be add Minecraft 1.7 support

Buglist:

  • Entity rewrite not working right!
  • Currently no known bugs. Most bugs are on the todo list as a future.

About

NativeCord. A very fast C++ proxy for minecraft.


Languages

Language:C++ 93.9%Language:Makefile 5.3%Language:CMake 0.7%Language:C 0.0%