hexchat-otr
hexchat-otr copied to clipboard
Off the record plugin for HexChat
This commit modifies the `MAX_OTR_MSG_SIZE` macro to reflect the 512-byte limit imposed by the IRC standard RFC 2812, adds header guards, and cleans up/updates some file commentary.
Is there a way to check the status of an OTR session from within hexchat? I would like to know if a session is going to be encrypted and what...
There's an intermittent crash I've been having with this project. In short, it's possible that `ops_secure` in `otr_ops.c` is called with `coi` defined on line 133 as `NULL`. Please see...
when the client thinks that the query is still encrypted, but the partner in writing in cleartext, the messages are not displayed at all.
it happens quite often that hexchat thinks that a query is running encrypted, because i once talked crypted to that person. but weeks after that (and several hexchat-restarts) the counterpart...
When you use `/otr init` for the first time, it does what we'd expect: generate a new key. However, once key creation is done and hexchat-otr says the key was...
There currently doesn't seem to be any interface with this plugin to let users see what their key is. At the least, it would be great to easily list key...
`/otr authq "Question?" answer` in a private dialog with the recipient results into revealing the answer on the other end. `/otr auth user "Question?" answer` works fine.
It's just not verbose enough for me, I can hardly be certain it's working. Although I have nobody else who has OTR to test it with. Let me know if...
Install location uses /usr/lib/ regardless.