Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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 | ||||
* | Fixed compile error when using libotr 4.0.0 | James Booth | 2014-04-16 | 1 | -0/+2 |
| | |||||
* | Tidied ui dependencies | James Booth | 2014-04-06 | 1 | -2/+0 |
| | |||||
* | Renamed refresh functions to update_virtual | James Booth | 2014-04-01 | 1 | -1/+1 |
| | |||||
* | Change libotr 4.0.0 code to use only OTR spec v2 | James Booth | 2014-03-24 | 1 | -2/+2 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 5 | -5/+5 |
| | |||||
* | Added OTR supported versions in initial start query message | James Booth | 2014-02-18 | 5 | -0/+22 |
| | |||||
* | Mock otr module for cmd_otr tests | James Booth | 2014-02-16 | 2 | -45/+67 |
| | |||||
* | Only show error message when err != 0 | James Booth | 2014-02-15 | 1 | -4/+6 |
| | | | | fixes #307 | ||||
* | Removed free message function from otrlibv3 | James Booth | 2014-02-13 | 1 | -6/+0 |
| | |||||
* | Refactored common otr library code | James Booth | 2014-02-13 | 4 | -813/+547 |
| | |||||
* | Renamed otr implementations | James Booth | 2014-02-12 | 2 | -0/+0 |
| | |||||
* | Moved otr sources into folder | James Booth | 2014-02-12 | 3 | -0/+1054 |