index
:
profani-tty
this commit
main
Profanity fork with TTY improvements
danisanti <danisanti@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
otr
/
otr.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Refactored chat session handling on sending message
James Booth
2015-01-04
1
-9
/
+1
|
*
Use resource in chat sessions
James Booth
2015-01-04
1
-2
/
+9
|
*
Fixed chat state for non OTR
James Booth
2014-12-28
1
-10
/
+1
|
*
Moved chat states out of xmpp module for message send chat
James Booth
2014-12-27
1
-1
/
+12
|
*
Removed function pointers
James Booth
2014-12-22
1
-71
/
+44
|
*
Refactored all window recipients and types
James Booth
2014-12-20
1
-1
/
+1
|
|
|
|
Tests need fixing
*
Update UI before generating OTR key
James Booth
2014-10-02
1
-0
/
+1
|
*
Always update UI in event loop, removed updates from rest of code
James Booth
2014-09-01
1
-2
/
+0
|
*
Added license exemption for OpenSSL to source headers
James Booth
2014-08-24
1
-0
/
+12
|
*
Free resources on OTR shutdown
James Booth
2014-06-26
1
-2
/
+15
|
*
Added deallocation function for string prefs, added otr policy enum
James Booth
2014-06-18
1
-10
/
+23
|
*
Fixed memleaks with otr policy and autoaway options
James Booth
2014-06-17
1
-4
/
+4
|
*
Fixed memleak in otr.c
James Booth
2014-06-15
1
-6
/
+10
|
*
Added OTR preferences to /account show commmand
James Booth
2014-05-11
1
-5
/
+0
|
*
Implemented per contact OTR policy setting
James Booth
2014-05-11
1
-2
/
+31
|
*
Override global OTR policy with account OTR policy
James Booth
2014-05-11
1
-0
/
+8
|
*
Moved OTR policy check to otr module
James Booth
2014-05-11
1
-0
/
+9
|
*
Added question answer authentication (libotr 3.2.x)
James Booth
2014-04-30
1
-0
/
+36
|
*
Added ui functions for otr authentication
James Booth
2014-04-30
1
-4
/
+2
|
*
Removed debug
James Booth
2014-04-30
1
-3
/
+1
|
*
Attempt at shared secret authentication for libotr 4.0.0
James Booth
2014-04-28
1
-3
/
+23
|
|
|
|
Bug exists where second attempt always gets stuck
*
Added SMP secret libotr 4.0.0 handlers
James Booth
2014-04-27
1
-0
/
+18
|
*
Fixed error on SMP authentication fail
James Booth
2014-04-27
1
-1
/
+1
|
*
Added SMP secret authentication success message
James Booth
2014-04-27
1
-0
/
+4
|
*
Tidied UI messages for SMP shared secret authentication
James Booth
2014-04-27
1
-0
/
+1
|
*
Handle SMP secret response
James Booth
2014-04-26
1
-4
/
+12
|
*
Send SMP init message with /otr secret
James Booth
2014-04-26
1
-1
/
+25
|
*
Fixed cppcheck warnings
James Booth
2014-04-26
1
-2
/
+1
|
*
Show message in console when contact starts OTR session
James Booth
2014-04-19
1
-1
/
+1
|
*
Handle subscription on otr message sends
James Booth
2014-04-18
1
-0
/
+8
|
*
OTR end messages are now send to recipients not in the roster.
James Booth
2014-04-18
1
-2
/
+10
|
|
|
|
fixes #333
*
Renamed refresh functions to update_virtual
James Booth
2014-04-01
1
-1
/
+1
|
*
Updated copyright
James Booth
2014-03-09
1
-1
/
+1
|
*
Added OTR supported versions in initial start query message
James Booth
2014-02-18
1
-0
/
+7
|
*
Mock otr module for cmd_otr tests
James Booth
2014-02-16
1
-30
/
+50
|
*
Refactored common otr library code
James Booth
2014-02-13
1
-0
/
+450