about summary refs log tree commit diff stats
path: root/src/otr.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leaks from str_replaceJames Booth2014-01-211-0/+3
* Implemented chat logging options for OTR messagesJames Booth2014-01-131-2/+4
* Fixed GString freeing before use in otr.cJames Booth2014-01-131-2/+2
* Removed unused otr callbacksJames Booth2014-01-131-59/+0
* Removed debug statementsJames Booth2014-01-121-24/+0
* Added /otr trust|untrust commandsJames Booth2014-01-121-1/+67
* Implemented write fingerprints callbackJames Booth2014-01-121-1/+20
* 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
* 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