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
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
3
3
## Setup
4
4
5
-
* Copy the Example.config file and add your general information. You also need to set your default room.
6
5
* run "cargo r" or "sechat-rs" and enjoy
7
6
* If no config is found a default config will be created, which you can fill in.
8
7
* a "-c" Option for console exists, if none is proveded it will default to XDG default paths.
9
-
* Logs will be written to "dev.log". This is so we dont write log output into the ncurses UI.
8
+
* Logs will be written to "dev.log". This is so we dont write log output into the terminal UI.
10
9
11
10
## Logs
12
11
Logs will stored in the related XDG data dir.
13
12
You can suppress both app log output and json dumping of failed http requests through the config.
14
13
The chat history goes into the data dir as well.
14
+
Your full chat history is stored unencrypted on disk!
15
15
16
16
## Controls
17
17
@@ -36,7 +36,7 @@ Use "?" to get to the help screen.
36
36
37
37
## Bugs and Todos
38
38
Please open issues in the issue tracker.
39
-
A list of outstanding freatures is also kept there.
39
+
A list of planned and requested freatures is also kept there.
40
40
41
41
## Sponsors
42
42
Thanks to [emlix gmbh](https://github.com/emlix) for allowing [@tofu](https://github.com/tofubert) and other so spend some of their work time to tinker with this.
0 commit comments