You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Simple shortcut commands and full support for all IRC commands in the [RFC 2812](https://tools.ietf.org/html/rfc2812) standard:
25
33
@@ -31,15 +39,9 @@
31
39
/? Print current message channel.
32
40
```
33
41
34
-
* Color scheme definition via [ANSI 8-bit colors](https://en.wikipedia.org/wiki/ANSI_escape_code). Therefore, one could theoretically achieve uniform color definition across all shell applications and tools.
35
-
36
-
## Screenshots
37
-
38
-

42
+
* 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.
39
43
40
-

41
-
42
-
## Installation
44
+
## Installation & Usage
43
45
44
46
Building and installing on **KISS Linux** using the Community repository:
45
47
@@ -65,37 +67,26 @@ make
65
67
make install
66
68
```
67
69
68
-
## Usage
70
+
### Usage
71
+
72
+
Consult `man kirc` for a full list and explanation of available `kirc` arguments.
There is no native TLS/SSL support. Instead, users can achieve this functionality by using third-party utilities (e.g. stunnel, socat, ghosttunnel, etc).
80
+
There is no native TLS/SSL support. Instead, users can achieve this functionality by using third-party utilities (e.g. stunnel, [socat](https://linux.die.net/man/1/socat), ghosttunnel, etc).
81
+
82
+
### Example using `socat`
92
83
93
-
*[socat](https://linux.die.net/man/1/socat) example (remember to replace items enclosed with `<>`):
@@ -115,17 +106,54 @@ $ kirc -n jilles -a amlsbGVzAGppbGxlcwBzZXNhbWU=
115
106
116
107
## SASL EXTERNAL Authentication
117
108
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).
109
+
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).
110
+
111
+
### Example using `socat`
119
112
120
-
* [socat](https://linux.die.net/man/1/socat) example (remember to replace items enclosed with `<>`):
Applying a new color scheme is easy! One of the quickest ways is to use an application, such as [kfc](https://github.com/mcpcpc/kfc), to apply pre-made color palettes. Alternatively, you can manually apply escape sequences to change the default terminal colors.
0 commit comments