mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
TODO file
This commit is contained in:
@@ -114,7 +114,6 @@ void Protocol::generateXteaKey()
|
||||
|
||||
bool Protocol::xteaDecrypt(InputMessage& inputMessage)
|
||||
{
|
||||
// FIXME: this function has not been tested yet
|
||||
uint16 messageSize = inputMessage.getMessageSize() - InputMessage::CHECKSUM_LENGTH;
|
||||
if(messageSize % 8 != 0) {
|
||||
logError("invalid encrypted network message");
|
||||
|
@@ -26,10 +26,6 @@
|
||||
#include <framework/luascript/luainterface.h>
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
// TODO just testing
|
||||
#include "protocolgame.h"
|
||||
#include <otclient/core/game.h>
|
||||
|
||||
ProtocolLogin::ProtocolLogin()
|
||||
{
|
||||
enableChecksum();
|
||||
|
Reference in New Issue
Block a user