-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTODO
32 lines (29 loc) · 1.06 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
DChat - Peer-To-Peer Chat over TOR
UNDONE
------
* async connections
* support for contact heart beat
* support for file sharing
* check memory leaks with valgrind
* write protocol specification
DONE
----
* support `Date` and `Server` headers
* print illegal header if received pdu is corrupt
* refactor write_pdu in decoder.c using dchat headers structure
* support for config files
* fix /connect inline-command bug when no args are specified
* fix bug where no error is thrown if the same required
command-line option is given
* add more checks to decoder and encoder functions
* comprehensive code refactoring
* improve implementation of chat commands
* improve overall stability
* add section "COMMANDS" in man page
* adpat DChat protocol, so that nicknames
will be sent as headers.
* doxygen documentation with autotools
* add getopt() in dchat.c
* re-write usage() in dchat.c
* fix multiple execution of termination
signal handler