zkc
zkc copied to clipboard
zero-knowledge chat suite
Sever errors like this occured in `zkserver` ``` 2021-03-20 16:08:09 [SES][ERR] sessionWriter write failed cb83f9f185c4b89dff9689a32c cb742a5194a32d0097030fff2b8800d4d8d106: could not write push: could not marshal ```
A [groups] section is added to the zkclient config file and must specify 'index = name' pairs for each group name and the window index. This is handy to keep...
I discovered the reset command via `/help` but `/help reset` does not tell me when I should use it. Using 0.1.1, perhaps it was fixed since then.
`/help gc` has "update: forces groupchat update" but it is unclear what does it update and when to use it.
`/info X` prints the following for me: ``` err invalid identity Identity : abc.. Fingerprint: abc.. Name : abc.. Nick : abc.. ``` That is, it works as expected except...
`/help gc` has `` among the list of possible arguments to `/gc`, but it is not documented. Actually, there are `` and `` arguments, but only one help item starting...
`/help list` says that listing "invites lists all pending invitations you received to join a group chat", while "joins lists all pending join requests you sent to others to join...
A user accepted the invites to join several rooms I was already in, and i saw zkclient focus to each room as the user joined, writing the join event to...
both the client and server need a way to deal with users leaving or changing identity, Currently, individual users must delete a home dir etc and that is too error-prone....
The following issues make it very hard to discover hotkeys (as experienced in #115): * README does not mention hotkeys and does not link to zkclient/readme.txt * zkclient/readme.txt is not...