about summary refs log tree commit diff stats
path: root/src/otr.h
Commit message (Expand)AuthorAgeFilesLines
* Implemented chat logging options for OTR messagesJames Booth2014-01-131-1/+2
* Added /otr trust|untrust commandsJames Booth2014-01-121-0/+4
* End OTR session when user closes chat windowJames Booth2014-01-111-0/+2
* Handle window creation for incoming and outgoing OTR sessionsJames Booth2014-01-111-1/+2
* Added /otr theirfp with hardcoded fingerprintJames Booth2014-01-111-1/+2
* Require '/otr start' from both parties before encryption used both waysJames Booth2014-01-111-0/+2
* Load OTR private key on connect, gen command checks if already generatedJames Booth2014-01-111-1/+3
* Implemented message encryption, session started with whitspace tags on first ...James Booth2014-01-101-0/+2
* Added "/otr fp" to show users fingerprintJames Booth2014-01-101-0/+1
* WIP - OTR supportJames Booth2014-01-101-0/+1
* Create fingerprints file, callbacks, and message sendJames Booth2013-11-081-0/+2
* Load keys and fingerprints for account on connectJames Booth2013-11-081-0/+3
* Added libotrJames Booth2013-11-081-0/+28