about summary refs log tree commit diff stats
path: root/src/otr.c
Commit message (Collapse)AuthorAgeFilesLines
* Check for libotr versionJames Booth2014-02-091-472/+0
|
* Fixed memory leaks from str_replaceJames Booth2014-01-211-0/+3
|
* Implemented chat logging options for OTR messagesJames Booth2014-01-131-2/+4
| | | | | | | | on - Log OTR messages as plaintext off - Do not log OTR messages redact - Log, but replace the text with '[redacted]' Defaults to redact
* 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
| | | | 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
92' href='#n392'>392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472