summaryrefslogtreecommitdiffstats
path: root/Tools/ProtoProxy/Connection.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Compilation fixTiger Wang2014-09-281-2/+1
|
* ProtoProxy: Renamed PublicKey to CryptoKey.madmaxoft2014-05-011-2/+2
|
* Moved the rest of the Crypto objects into their own respective files.madmaxoft2014-04-291-2/+2
|
* Moved cPublicKey to its separate file in PolarSSL++.madmaxoft2014-04-291-0/+1
|
* ProtoProxy: Fixed weird gcc compilation errors.madmaxoft2014-04-141-16/+22
|
* ProtoProxy: Added 1.7.9 compatibility.madmaxoft2014-04-141-0/+29
|
* ProtoProxy: Fixed a few Clang and MSVC warnings.madmaxoft2014-04-041-3/+7
|
* Fixed a couple of unneeded returns in ProtoProxyTycho2014-03-141-4/+0
|
* Fixed comments an assertTycho2014-03-121-2/+2
|
* Fixed xofts issuesTycho2014-03-101-1/+1
|
* Fixed Issues in ProtoProxyTycho2014-03-101-8/+8
|
* ProtoProxy: Added encryption support.madmaxoft2014-01-281-2/+19
|
* ProtoProxy: Modified to use PolarSSL.madmaxoft2014-01-251-31/+20
|
* ProtoProxy: Fixed connection on *nix.madmaxoft2014-01-241-1/+2
|
* ProtoProxy: UpdateBlockEntity NBT is writtenTiger Wang2014-01-191-1/+14
|
* ProtoProxy: Compiles under Linux.madmaxoft2014-01-171-24/+33
|
* ProtoProxy: Fixed compilation in Windows and in Linux.madmaxoft2014-01-171-8/+4
|
* Fixed ProtoProxy compilation.madmaxoft2014-01-151-4/+8
|
* ProtoProxy: Fixed login kick packet direction.madmaxoft2014-01-131-1/+1
|
* ProtoProxy: Fixed favicon relaying.madmaxoft2014-01-081-2/+2
| | | | The buffer was too small for the favicon; now it's dynamic.
* ProtoProxy: Fixed description-changing to work with 1.7.4.madmaxoft2013-12-151-2/+3
|
* ProtoProxy: Fixed metadata parsing.madmaxoft2013-12-051-9/+27
|
* ProtoProxy: Added dblquotes.madmaxoft2013-11-101-2/+2
|
* ProtoProxy: Fixed SpawnMob packet.madmaxoft2013-11-071-12/+13
|
* ProtoProxy: Fixed the SpawnObjectVehicle packet.madmaxoft2013-11-031-1/+13
|
* ProtoProxy: Removed unused enums.madmaxoft2013-11-031-109/+3
|
* ProtoProxy: Fixed handling of incomplete packets.madmaxoft2013-11-031-0/+2
|
* ProtoProxy: Working 1.7 protocol.madmaxoft2013-10-291-158/+156
| | | | Players can login, move around, dig blocks.
* ProtoProxy: Updated the server-side packets to 1.7.madmaxoft2013-10-291-171/+239
| | | | Forgotten a file in the previous commit.
* ProtoProxy: The login part of the protocol is implemented.madmaxoft2013-10-291-206/+195
|
* ProtoProxy: Implemented 1.7.2 status request / response / ping.madmaxoft2013-10-281-113/+265
|
* ProtoProxy: Added handling for the Explosion packet.madmaxoft2013-09-191-0/+45
| | | | This will help #129.
* ProtoProxy: Removed the per-packet sleep from the DEBUG version.madmaxoft2013-09-191-2/+9
| | | | It is now enabled by defining a macro, by default off.
* ProtoProxy: Logs are saved to a Logs subfolder.madmaxoft2013-09-081-1/+11
|
* ProtoProxy: The MOTD is modified to indicate ProtoProxy presence.madmaxoft2013-09-081-7/+34
|
* Merged branch 'Projectiles'.madmaxoft2013-09-071-14/+26
|\
| * ProtoProxy: Improved logging for fixed-point numbers.madmaxoft2013-09-041-14/+26
| | | | | | | | "Absolute integers" and velocity are reported including their fractional part.
* | ProtoProxy: Log individual chunks in MapChunkBulk packet.madmaxoft2013-08-301-3/+32
|/
* ProtoProxy: Next packet type is logged for client as well.madmaxoft2013-08-301-2/+2
|
* ProtoProxy: Uses cTimer for the timing information.madmaxoft2013-08-301-3/+2
| | | | Previously used clock() is not suitable for the task, unfortunately it worked in MSVC.
* Fixed ProtoProxy compilation, added client Kick handling.madmaxoft2013-08-251-0/+17
|
* Feature and bugfixes [SEE DESC]Tiger Wang2013-08-161-0/+2
| | | | | | | | | Added TNT and Hopper minecarts Fixed piston code failing without an extension set Repeaters are now broken Fixed not being able to place a minecart on an activator rail Added much needed comments on piston code Fixed minor formatting issue
* ProtoProxy: Tab completion logging lists the last item, toomadmaxoft2013-07-311-0/+4
|
* ProtoProxy: Added the tab completion packet parsingmadmaxoft2013-07-311-0/+40
|
* Changed everyting to Unix line endings.Alexander Harkness2013-07-291-2551/+2551
|
* ProtoProxy now properly waits for both sides to establish encryptionmadmaxoft2013-07-281-12/+47
| | | | No more "End of stream" kicks in the client. Data sent while one connection is encrypted and the other is not is buffered and sent when the other link establishes encryption.
* 1.6.2 protocol implemented, both in MCServer and in ProtoProxymadmaxoft@gmail.com2013-07-081-0/+68
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1669 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtoProxy: moved into the Tools foldermadmaxoft@gmail.com2013-07-061-0/+2448
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1657 0a769ca7-a7f5-676a-18bf-c427514a06d6