From dab483caab0aa0d747281dba8b8b7590ecc7f9b9 Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Sun, 28 Aug 2011 10:45:56 -0300 Subject: [PATCH] TODO file --- BUGS | 2 +- TODO | 7 +++++++ src/framework/net/protocol.cpp | 1 - src/otclient/net/protocollogin.cpp | 4 ---- 4 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 TODO diff --git a/BUGS b/BUGS index 4556784d..c7d4898e 100644 --- a/BUGS +++ b/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 \ No newline at end of file diff --git a/TODO b/TODO new file mode 100644 index 00000000..fa536521 --- /dev/null +++ b/TODO @@ -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 diff --git a/src/framework/net/protocol.cpp b/src/framework/net/protocol.cpp index d841d797..a7e3cd1c 100644 --- a/src/framework/net/protocol.cpp +++ b/src/framework/net/protocol.cpp @@ -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"); diff --git a/src/otclient/net/protocollogin.cpp b/src/otclient/net/protocollogin.cpp index a4f0aa2f..21e9c12b 100644 --- a/src/otclient/net/protocollogin.cpp +++ b/src/otclient/net/protocollogin.cpp @@ -26,10 +26,6 @@ #include #include -// TODO just testing -#include "protocolgame.h" -#include - ProtocolLogin::ProtocolLogin() { enableChecksum();