about summary refs log tree commit diff stats
path: root/src/otr/otrlibv3.c
Commit message (Collapse)AuthorAgeFilesLines
* build: remove otr3 supportMichael Vetter2022-02-181-231/+0
| | | | All the distributions I checked have libotr 4.1.1 now.
* Add config.h in files were it was missingMichael Vetter2021-03-261-0/+2
| | | | Related to https://github.com/profanity-im/profanity/issues/1512
* Apply coding styleMichael Vetter2020-07-071-21/+21
|
* Revert "Apply coding style"Michael Vetter2020-07-071-23/+23
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-23/+23
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Tidy headersJames Booth2016-07-241-2/+2
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Updated copyrightJames Booth2016-02-141-1/+1
|
* Fixed otrlibv3James Booth2015-10-271-1/+1
|
* Combined chatwin OTR SMP functionsJames Booth2015-10-271-9/+9
|
* Renamed chatwin OTR functionsJames Booth2015-10-271-14/+14
|
* Added missing includeJames Booth2015-10-271-0/+1
|
* remaining otr functions take ProfChatWinJames Booth2015-10-271-22/+18
|
* ui_smp_successful takes ProfChatWinJames Booth2015-10-261-4/+8
|
* ui_smp_aborted takes ProfChatWinJames Booth2015-10-261-1/+4
|
* ui_smp_unsuccessful_receiver takes ProfChatWinJames Booth2015-10-261-1/+4
|
* ui_smp_unsuccessful_sender takes ProfChatWinJames Booth2015-10-261-1/+4
|
* ui_smp_recipient_initiated_q takes ProfChatWinJames Booth2015-10-261-4/+7
|
* ui_smp_recipient_initiated takes ProfChatWinJames Booth2015-10-261-1/+4
|
* Applied coding style to src/otr/James Booth2015-10-251-8/+8
|
* Use null check convention in otrlibv3.cJames Booth2015-05-041-3/+3
|
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Added UI messages for smp question/answer resultJames Booth2014-05-071-4/+6
|
* Added question answer authentication (libotr 3.2.x)James Booth2014-04-301-8/+22
|
* Attempt at shared secret authentication for libotr 4.0.0James Booth2014-04-281-1/+11
| | | | Bug exists where second attempt always gets stuck
* Added SMP secret authentication success messageJames Booth2014-04-271-0/+2
|
* Tidied UI messages for SMP shared secret authenticationJames Booth2014-04-271-11/+12
|
* Added SMP ui eventsJames Booth2014-04-261-6/+6
|
* Handle SMP secret responseJames Booth2014-04-261-2/+14
|
* Send SMP init message with /otr secretJames Booth2014-04-261-0/+51
|
* Merge remote-tracking branch 'lucian/master'James Booth2014-04-221-1/+1
|\
| * Modified otrlibv4 and otrlibv4 to add informative message when starting OTR ↵lightb2014-04-221-1/+1
|/ | | | conversation.
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Added OTR supported versions in initial start query messageJames Booth2014-02-181-0/+6
|
* Removed free message function from otrlibv3James Booth2014-02-131-6/+0
|
* Refactored common otr library codeJames Booth2014-02-131-402/+32
|
* Renamed otr implementationsJames Booth2014-02-121-0/+478