Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added /otr to /help chatting | James Booth | 2014-01-12 | 1 | -1/+1 |
| | |||||
* | Added conditionals to makefile for otr support | James Booth | 2014-01-12 | 1 | -1/+1 |
| | |||||
* | Added /otr trust|untrust commands | James Booth | 2014-01-12 | 1 | -0/+26 |
| | |||||
* | Added /otr end command | James Booth | 2014-01-11 | 1 | -0/+14 |
| | |||||
* | Handle window creation for incoming and outgoing OTR sessions | James Booth | 2014-01-11 | 1 | -5/+1 |
| | |||||
* | Show contacts fingerprint on /otr theirfp | James Booth | 2014-01-11 | 1 | -1/+1 |
| | |||||
* | Added /otr theirfp with hardcoded fingerprint | James Booth | 2014-01-11 | 1 | -1/+16 |
| | |||||
* | Renamed fingerprint command, updated help | James Booth | 2014-01-11 | 1 | -1/+1 |
| | |||||
* | Added [OTR] and (trusted/untrusted) to titlebar for OTR sessions | James Booth | 2014-01-11 | 1 | -0/+2 |
| | |||||
* | Use version 1 query to start OTR session | James Booth | 2014-01-11 | 1 | -0/+2 |
| | |||||
* | Require '/otr start' from both parties before encryption used both ways | James Booth | 2014-01-11 | 1 | -8/+39 |
| | |||||
* | Load OTR private key on connect, gen command checks if already generated | James Booth | 2014-01-11 | 1 | -1/+1 |
| | |||||
* | Added "/otr fp" to show users fingerprint | James Booth | 2014-01-10 | 1 | -8/+12 |
| | |||||
* | WIP - OTR support | James Booth | 2014-01-10 | 1 | -1/+19 |
| | |||||
* | Merge branch 'master' into otr | James Booth | 2014-01-05 | 1 | -5/+26 |
|\ | |||||
| * | Removed prof_handle group functions | James Booth | 2014-01-05 | 1 | -4/+14 |
| | | |||||
| * | Removed roster_list dependency on xmpp module | James Booth | 2014-01-05 | 1 | -2/+4 |
| | | |||||
| * | Refactored roster_change_name | James Booth | 2014-01-05 | 1 | -1/+4 |
| | | |||||
| * | Removed prof_handle_disconnect | James Booth | 2014-01-05 | 1 | -1/+7 |
| | | |||||
| * | Renamed roster_add_new -> roster_send_add_new | James Booth | 2014-01-05 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into otr | James Booth | 2014-01-02 | 1 | -6/+7 |
|\| | | | | | | | | | Conflicts: Makefile.am | ||||
| * | Added /sub command test | James Booth | 2013-12-27 | 1 | -1/+1 |
| | | |||||
| * | Test for presence update when changing priority | James Booth | 2013-12-27 | 1 | -1/+2 |
| | | |||||
| * | Changed messages on invalid priorities | James Booth | 2013-12-27 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into otr | James Booth | 2013-12-18 | 1 | -3/+8 |
|\| | |||||
| * | Added tests for setting presence priorities | James Booth | 2013-12-17 | 1 | -3/+8 |
| | | |||||
* | | Merge branch 'master' into otr | James Booth | 2013-12-16 | 1 | -24/+4 |
|\| | | | | | | | | | Conflicts: src/command/commands.c | ||||
| * | Test account free'd after connect | James Booth | 2013-12-15 | 1 | -1/+1 |
| | | |||||
| * | Moved fulljid logic to accounts | James Booth | 2013-12-15 | 1 | -6/+1 |
| | | |||||
| * | Moved _ask_password to UI module | James Booth | 2013-12-15 | 1 | -16/+2 |
| | | |||||
* | | Merge branch 'master' into otr | James Booth | 2013-12-15 | 1 | -0/+25 |
|/ | | | | | Conflicts: src/command/command.c | ||||
* | Seperated command functions into module | James Booth | 2013-12-15 | 1 | -0/+2384 |