Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use null check convention in otrlibv3.c | James Booth | 2015-05-04 | 1 | -3/+3 | |
| | ||||||
* | Use null check convention in otr.c | James Booth | 2015-05-04 | 1 | -9/+9 | |
| | ||||||
* | ui_outgoing_chat_msg now takes ProfChatWin as argument | James Booth | 2015-05-04 | 1 | -3/+3 | |
| | ||||||
* | Pass ProfChatWin to otr_on_message_send | James Booth | 2015-05-02 | 2 | -37/+20 | |
| | ||||||
* | Return result on OTR message sending | James Booth | 2015-04-29 | 2 | -4/+24 | |
| | ||||||
* | Changed message when sending non encrypted message with OTR policy always | James Booth | 2015-04-29 | 1 | -2/+2 | |
| | ||||||
* | Moved otr message send event to otr module | James Booth | 2015-04-27 | 2 | -0/+40 | |
| | ||||||
* | Removed server_events dependency on libotr headers | James Booth | 2015-04-27 | 2 | -0/+45 | |
| | ||||||
* | Added otr_tag_message, removed commands.c dependency on libotr | James Booth | 2015-03-16 | 2 | -0/+14 | |
| | ||||||
* | Added OTR error messages | James Booth | 2015-03-15 | 1 | -6/+51 | |
| | ||||||
* | Send private carbons element with message when encrypted | James Booth | 2015-03-10 | 1 | -1/+1 | |
| | ||||||
* | Updated copyright | James Booth | 2015-02-10 | 5 | -5/+5 | |
| | ||||||
* | 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 | 2 | -95/+66 | |
| | ||||||
* | 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 | 5 | -0/+60 | |
| | ||||||
* | Spelling errors fixed and hyphenation used as minus sign fixed | Dariusz Dwornikowski | 2014-08-11 | 1 | -1/+1 | |
| | ||||||
* | Free resources on OTR shutdown | James Booth | 2014-06-26 | 2 | -2/+16 | |
| | ||||||
* | Added deallocation function for string prefs, added otr policy enum | James Booth | 2014-06-18 | 3 | -13/+32 | |
| | ||||||
* | 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 | 2 | -0/+11 | |
| | ||||||
* | Added question answer messages for libotr 4.0.0 | James Booth | 2014-05-07 | 1 | -10/+18 | |
| | ||||||
* | Added UI messages for smp question/answer result | James Booth | 2014-05-07 | 1 | -4/+6 | |
| | ||||||
* | Added question answer authentication (libotr 3.2.x) | James Booth | 2014-04-30 | 3 | -8/+60 | |
| | ||||||
* | Added ui functions for otr authentication | James Booth | 2014-04-30 | 1 | -4/+2 | |
| | ||||||
* | Removed debug | James Booth | 2014-04-30 | 2 | -62/+8 | |
| | ||||||
* | Attempt at shared secret authentication for libotr 4.0.0 | James Booth | 2014-04-28 | 5 | -24/+127 | |
| | | | | Bug exists where second attempt always gets stuck | |||||
* | Added SMP secret libotr 4.0.0 handlers | James Booth | 2014-04-27 | 3 | -0/+104 | |
| | ||||||
* | 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 | 2 | -0/+6 | |
| | ||||||
* | Tidied UI messages for SMP shared secret authentication | James Booth | 2014-04-27 | 2 | -11/+13 | |
| | ||||||
* | Added SMP ui events | James Booth | 2014-04-26 | 1 | -6/+6 | |
| | ||||||
* | Handle SMP secret response | James Booth | 2014-04-26 | 4 | -8/+28 | |
| | ||||||
* | Send SMP init message with /otr secret | James Booth | 2014-04-26 | 4 | -1/+80 | |
| | ||||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 1 | -2/+1 | |
| | ||||||
* | Merge remote-tracking branch 'lucian/master' | James Booth | 2014-04-22 | 2 | -2/+2 | |
|\ | ||||||
| * | Modified otrlibv4 and otrlibv4 to add informative message when starting OTR ↵ | lightb | 2014-04-22 | 2 | -2/+2 | |
| | | | | | | | | conversation. | |||||
| * | Compilation v4 fix | lightb | 2014-04-21 | 2 | -4/+0 | |
| | | ||||||
| * | Added opportunistic send functionality to cmd_msg | lightb | 2014-04-21 | 2 | -0/+4 | |
| | | | | | | | | | | | | | | | | If policy is set to 'opportunistic' then when the user executes cmd_msg it will append the otr whitespace tag to the message The other client should start AKE once it receives the message. TODO: Analyze incoming messages for whitespace tag | |||||
| * | Added /otr policy to commands (still need to add autocomplete stuff?) | lightb | 2014-04-19 | 1 | -1/+0 | |
| | | ||||||
| * | Added PREF_OTR_POLICY to preferences.c -> key -> otr.policy | lightb | 2014-04-19 | 1 | -0/+1 | |
|/ | | | | | Added default value "manual" to PREF_OTR_POLICy -> preferences.c Modified help string to reflect otr_policy, started checks on cmd_otr |