Skip to content

Commit cbcb639

Browse files
authored
remove extra external links
1 parent cb459a3 commit cbcb639

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323

2424
## Features
2525

26-
* Excellent cross-platform compatibility (due to [POSIX](https://opensource.com/article/19/7/what-posix-richard-stallman-explains) standard compliance).
27-
* No dependencies other than a [C99 compiler](https://en.wikipedia.org/wiki/C99).
28-
* Native [SASL PLAIN and EXTERNAL](https://tools.ietf.org/html/rfc4422) authentication support.
29-
* [TLS/SSL](https://en.m.wikipedia.org/wiki/Transport_Layer_Security) protocol capable (via external TLS utilities).
26+
* Excellent cross-platform compatibility (due to POSIX standard compliance).
27+
* No dependencies other than a C99 compiler.
28+
* Native SASL PLAIN and EXTERNAL authentication support.
29+
* TLS/SSL protocol capable (via external TLS utilities).
3030
* Full chat history logging.
3131
* Multi-channel joining at server connection.
32-
* Simple command aliases and full support for all [RFC 2812](https://tools.ietf.org/html/rfc2812) commands.
33-
* Color scheme definition via [ANSI 8-bit colors](https://en.wikipedia.org/wiki/ANSI_escape_code), allowing for uniform color definition across all shell applications.
32+
* Simple command aliases and full support for all RFC 2812 commands.
33+
* Color scheme definition via ANSI 8-bit colors, allowing for uniform color definition across all shell applications.
3434

3535
## Installation & Usage
3636

@@ -115,7 +115,7 @@ $ kirc -n jilles -a amlsbGVzAGppbGxlcwBzZXNhbWU=
115115

116116
## SASL EXTERNAL Authentication
117117

118-
Similar to `SASL PLAIN`, the `SASL EXTERNAL` mechanism allows us to authenticate using credentials by external means. An example where this might be required is when trying to connect to an IRC host through [Tor](https://www.torproject.org/). To do so, we can using third-party utilities (e.g. stunnel, [socat](https://linux.die.net/man/1/socat), ghosttunnel, etc).
118+
Similar to `SASL PLAIN`, the `SASL EXTERNAL` mechanism allows us to authenticate using credentials by external means. An example where this might be required is when trying to connect to an IRC host through [Tor](https://www.torproject.org/). To do so, we can using third-party utilities (e.g. stunnel, socat, ghosttunnel, etc).
119119

120120
* Example using `socat`. Remember to replace items enclosed with `<>`.
121121

0 commit comments

Comments
 (0)