about summary refs log tree commit diff stats
path: root/src/otr.c
Commit message (Collapse)AuthorAgeFilesLines
* End OTR session when user closes chat windowJames Booth2014-01-111-2/+32
|
* Handle window creation for incoming and outgoing OTR sessionsJames Booth2014-01-111-1/+19
|
* Show contacts fingerprint on /otr theirfpJames Booth2014-01-111-2/+13
|
* Added /otr theirfp with hardcoded fingerprintJames Booth2014-01-111-1/+8
|
* Added [OTR] and (trusted/untrusted) to titlebar for OTR sessionsJames Booth2014-01-111-0/+4
|
* Require '/otr start' from both parties before encryption used both waysJames Booth2014-01-111-3/+21
|
* Load OTR private key on connect, gen command checks if already generatedJames Booth2014-01-111-23/+97
|
* Implemented message encryption, session started with whitspace tags on first ↵James Booth2014-01-101-20/+6
| | | | message
* Added "/otr fp" to show users fingerprintJames Booth2014-01-101-0/+10
|
* Show users fingerprint after generating keyJames Booth2014-01-101-0/+4
|
* Use data home for otr keys and fingerprints filesJames Booth2014-01-101-24/+34
|
* WIP - OTR supportJames Booth2014-01-101-24/+57
|
* Create fingerprints file, callbacks, and message sendJames Booth2013-11-081-14/+201
|
* Generate privatekeyJames Booth2013-11-081-17/+18
|
* Load keys and fingerprints for account on connectJames Booth2013-11-081-2/+39
|
* Added libotrJames Booth2013-11-081-0/+35