mini-chat/cmd
raul 6d15f303b7 Fix extra newlines being appended by populateChat() on TLS based servers
For some reason, writing to a conn variable on a TLS connection
appends newlines by default, so new users will have their chat box
populated if the server is using --history/-r with messages that have
unnecessary newlines
2024-05-14 09:58:09 +02:00
..
client.go Implement choosing TLS/plaintext for client 2024-05-14 09:26:45 +02:00
clientFunc.go Implement choosing TLS/plaintext for client 2024-05-14 09:26:45 +02:00
gen-cert.sh Add gen-cert.sh 2024-05-14 09:06:24 +02:00
root.go Clean up Cobra files 2024-05-10 07:58:12 +02:00
server.go Minor formatting changes 2024-05-14 09:27:23 +02:00
serverFunc.go Fix extra newlines being appended by populateChat() on TLS based servers 2024-05-14 09:58:09 +02:00