bravoserver / bravo

UNMAINTAINED: Reverse-engineered Minecraft stuff. Worked with 1.4.x protocol
http://bravoserver.org/
Other
205 stars 45 forks source link

Protocol 4 support added. #446

Closed mathuin closed 8 years ago

mathuin commented 10 years ago

This started as "make bravo work with 1.7" and turned into "clean up bravo enough to make it posible to make bravo work wtih 1.7", so the changes are somewhat conflated.

It does work -- even partially supports encryption -- and almost all tests still pass.

edunham commented 10 years ago

Thank you! I made a develop branch and merged all of this in, then will merge back to master if I can get tests passing.

justinnoah commented 9 years ago

@mathuin looks like this was never merged....

Anyhow, if you can checkout this branch, and rebase with master to bring it up to speed, and add the missing dependencies to the requirements file (pycrypto and pyasn1), I'll gladly give it a one over and merge it

mathuin commented 9 years ago

Just in time for 1.8! :-) :-) I will work on this and get back to you ASAP.

justinnoah commented 9 years ago

Be sure to keep it at protocol netty4. we'll work on adding support for other protocols later.