TODO file
This commit is contained in:
parent
f7eac377e7
commit
dab483caab
2
BUGS
2
BUGS
|
@ -1,2 +1,2 @@
|
|||
To report bugs and see more currently reported bugs visit:
|
||||
To report bugs and see currently known bugs visit:
|
||||
https://github.com/edubart/otclient/issues
|
|
@ -0,0 +1,7 @@
|
|||
modules managment interface
|
||||
clean sprites cache periodically
|
||||
hotkeys events in lua
|
||||
make password text edit hidden
|
||||
load modules from zip packages
|
||||
ip/host/rsa configuration
|
||||
console history
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue