index
:
fqterm
fqterm2
master
A Telnet/SSH BBS client written in C++ and Qt
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-12-09
replace deprecated QFontMetrics::width
Iru Cai
2020-12-09
replace deprecated qVariantFromValue
Iru Cai
2020-08-11
drop Qt4 support
Iru Cai
2020-06-06
0.9.10.1
Iru Cai
2020-06-06
add release.sh script
Iru Cai
2020-06-06
fix some memory leaks
Iru Cai
2020-06-06
CMakeLists.txt.linux: add ASAN support
Iru Cai
2020-05-17
0.9.10
Iru Cai
2018-08-20
buffer_append_be*: return 1 on success
Iru Cai
2018-08-20
fqterm_ssh_packet.cpp: return a value on error to surpress a warning
Iru Cai
2018-08-08
give local_shell_bin a non-NULL value
Iru Cai
2018-07-12
clean up all uint*_t mess
Iru Cai
2018-06-18
remove register specifier
Iru Cai
2018-06-18
(*)fix build on macOS
Fan Yang
2018-06-15
Rename make_html_ender to make_html_footer
Anthony Fok
2018-06-15
Fix some minor typos
Anthony Fok
2018-06-08
Add missing QButtonGroup
Iru Cai
2018-06-08
warn SSH2 for mismatched/unknown host key
Iru Cai
2018-06-08
conn_info: show if host key matches
Iru Cai
2018-06-08
ssh_known_hosts.c: .ssh/known_hosts parser
Iru Cai
2018-06-08
add ccan/base64
Iru Cai
2018-06-08
aboutdialog: remove old URLs
Iru Cai
2018-06-08
set application name and version
Iru Cai
2018-06-08
clean up fqterm_app
Iru Cai
2018-06-06
curve25519 ECDH
Iru Cai
2018-06-06
add curve25519 ref implementation
Iru Cai
2018-06-06
restruct ssh_dh
Iru Cai
2018-05-23
update README
Iru Cai
2018-05-23
0.9.9
Iru Cai
2018-05-21
warn SSH1
Iru Cai
2018-05-21
add warnInsecure signals and slots
Iru Cai
2018-05-21
parse_ssh{1,2}_packet C code
Iru Cai
2018-05-21
buffer_append: support NULL argument s to just allocate the space
Iru Cai
2018-05-21
remove FQTermSSH{1,2}PacketSender, remove duplicated code
Iru Cai
2018-05-21
remove is_compressed
Iru Cai
2018-05-21
conn_info: add host and port
Iru Cai
2018-05-21
make a cleaner parseData
Iru Cai
2018-05-21
ssh_endian.h
Iru Cai
2018-05-21
move packet making code to C code
Iru Cai
2018-05-21
use ssh_error.h to define error numbers
Iru Cai
2018-05-21
remove cipher_type_
Iru Cai
2018-05-21
replace is_{en,de}crypt_ things with cipher->started
Iru Cai
2018-05-21
kill unneeded signals and slots
Iru Cai
2018-05-17
fqterm_ssh2_kex.cpp: remove unused headers
Iru Cai
2018-05-17
add -mwindows in mingw
Iru Cai
2018-05-14
desktop: Update fqterm.desktop file
Boyuan Yang
2018-05-11
AddingFunction.rst
Iru Cai
2018-05-11
update documents
Iru Cai
2018-05-11
Fix typo found by codespell
Boyuan Yang
2018-05-10
restruct SSH RSA verification
Iru Cai
[next]