summaryrefslogtreecommitdiff
path: root/src/otr
AgeCommit message (Collapse)Author
2018-03-31otr: rename module.c to otr-module.cdequis
2018-03-28otr: add target param to the unencrypted 'message private' signaldequis
Same case as the previous commit.
2018-03-28otr: fix missing 'target' param in 'message private' signaldequis
Fixes warnings like these on '/msg yourself' -!- Irssi: critical privmsg_get_query: assertion 'nick != NULL' failed -!- Irssi: critical query_find: assertion 'nick != NULL' failed
2018-03-28otr: add KEY_GEN_STARTED state to avoid starting it twicedequis
Fun race condition there, got this when testing with the jabber xmlconsole open in bitlbee
2018-03-15Add ABI check for otr_core module.Alexander Færøy
2018-02-26Add OTR support.Alexander Færøy
This patch adds support for the OTR protocol to irssi. This is an import of the external irssi-otr project that we are now taking over maintership for. Major thanks to the original authors of Irssi-OTR: Uli Meis and David Goulet. Thanks to the OTR community in #OTR on OFTC, thanks to everyone who have helped testing the patches and submitted UI suggestions.