forked from shinnok/netcatgui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
30 lines (25 loc) · 735 Bytes
/
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
Improvements:
* code&syntax cleanup
* build with latest Qt
* static release binaries
* macOS support
Features:
* add udp support
* add pipes between sessions (tabs)
* add file pipes
* remember hostname/port combos between sessions
* autoreconnect?
* add tcp/ssl support?
* run connections in separate threads?
* add clear log
* make all strings translatable (i18n support, at least left to right languages
for a start)
* add right click context menu on tab area and tab handles
* add rename tab (title)
* add color tabs (for visual grouping)
* add messages history in the input text box (like a combobox, readline)
For later:
* hexdump view and edit
* protocol support? use some library?
* protocol highlight
* session replay?