mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
updated TODO
This commit is contained in:
parent
488ac35cc6
commit
f471602d5d
|
@ -2,6 +2,24 @@
|
|||
*
|
||||
* An implementation of a simple text chat only messenger on the tox network core.
|
||||
*
|
||||
|
||||
Copyright (C) 2013 Tox project All Rights Reserved.
|
||||
|
||||
This file is part of Tox.
|
||||
|
||||
Tox is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Tox is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Tox. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
*/
|
||||
|
||||
#include "Messenger.h"
|
||||
|
|
|
@ -2,6 +2,24 @@
|
|||
*
|
||||
* An implementation of a simple text chat only messenger on the tox network core.
|
||||
*
|
||||
|
||||
Copyright (C) 2013 Tox project All Rights Reserved.
|
||||
|
||||
This file is part of Tox.
|
||||
|
||||
Tox is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Tox is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Tox. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
//TODO: move this to network.h
|
||||
#ifndef WIN32
|
||||
#include "../nacl/build/localhost/include/amd64/crypto_box.h" //${HOSTNAME%.*} doesn't work... set env var later
|
||||
#include "../nacl/build/Linux/include/amd64/crypto_box.h" //${HOSTNAME%.*} doesn't work... set env var later
|
||||
#endif
|
||||
//Our public key.
|
||||
extern uint8_t self_public_key[crypto_box_PUBLICKEYBYTES];
|
||||
|
|
|
@ -4,7 +4,7 @@ Things to do now:
|
|||
|
||||
-Figure out the best way to do "lossless" UDP. (Done)
|
||||
|
||||
-Start work on the im protocol.
|
||||
-Start work on the im protocol.(simple im part pretty much done)
|
||||
|
||||
-Start coding the gui (In Progress (Using Qt5))
|
||||
|
||||
|
@ -21,6 +21,8 @@ Things to do now:
|
|||
|
||||
-Crypto (Done (needs testing))
|
||||
|
||||
-Harden the DHT (Research in progress)
|
||||
|
||||
-Find and fix bugs in the code.
|
||||
|
||||
Things to do later:
|
||||
|
|
Loading…
Reference in New Issue
Block a user