update README - irc - IRC client based on c9x.me/irc client | |
git clone git://git.codemadness.org/irc | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit a76e61d38fdb84eba0f258da037c28d583e1e037 | |
parent 3f3d05fe79f64a4312664e8607d5bd71b3e73b52 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 25 Jul 2020 13:00:04 +0200 | |
update README | |
Diffstat: | |
M LICENSE | 2 +- | |
M README | 14 +++++++++----- | |
2 files changed, 10 insertions(+), 6 deletions(-) | |
--- | |
diff --git a/LICENSE b/LICENSE | |
@@ -1 +1 @@ | |
-public domain, see: http://c9x.me/irc/ | |
+public domain, see: https://c9x.me/irc/ | |
diff --git a/README b/README | |
@@ -1,13 +1,17 @@ | |
-IRC client http://c9x.me/irc/ | |
+IRC client https://c9x.me/irc/ | |
=========================================================== | |
-This is a simple irc client, it requires the ncurses | |
-library to compile. | |
+This is a simple irc client, it requires the ncurses library to compile. | |
For usage information, read ./irc -h | |
-- TLS support using relayd | |
--------------------------- | |
+ | |
+TLS support is built-in using LibreSSL libtls, other options to use TLS are | |
+using a proxy daemon like relayd or socat. | |
+ | |
+ | |
+TLS support using relayd | |
+------------------------ | |
This sets up a relay TCP connection on localhost. This | |
way you can connect using a more secure TLS connection |