summaryrefslogtreecommitdiff
path: root/src/protocol/fqterm_socket.h
AgeCommit message (Collapse)Author
2021-04-24convert license headers to SPDXHEADmasterIru Cai
Use the following script and find tool: grep 'GNU General Public License' "$1" || exit grep 'either version 2 of the License' "$1" || exit sed -n '/\*\*\*\*\*\//,$p' "$1" > /tmp/src.tmp echo '// SPDX-License-Identifier: GPL-2.0-or-later' > /tmp/src.tmp2 sed -n '2,$p' /tmp/src.tmp >> /tmp/src.tmp2 mv /tmp/src.tmp2 "$1"
2018-05-21add warnInsecure signals and slotsIru Cai
2018-05-11Fix typo found by codespellBoyuan Yang
2018-04-30Add a connection info field in FQTermSocketIru Cai
- the connection info record contains the name of the cipher and MAC algorithms, and the key hash - after doing a key exchange, the connection info will be filled
2014-11-02split fqterm_socket to fqterm_*_socket filesIru Dog
2014-04-04move to my github.iroul