Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved xmpp ping to iq module | James Booth | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | Don't allow /alias to overwrite standard command | James Booth | 2014-01-25 | 1 | -10/+13 |
| | |||||
* | Added autocomplete for /alias remove | James Booth | 2014-01-25 | 1 | -0/+2 |
| | |||||
* | Added aliases to autocomplete | James Booth | 2014-01-23 | 1 | -0/+9 |
| | |||||
* | Show message when alias already exists in /alias add | James Booth | 2014-01-23 | 1 | -2/+5 |
| | |||||
* | Added /alias command, writing aliases to [alias] group in profrc | James Booth | 2014-01-23 | 1 | -2/+41 |
| | |||||
* | Added skeleton /alias command | James Booth | 2014-01-23 | 1 | -0/+7 |
| | |||||
* | Encrypt /tiny command when in OTR session | James Booth | 2014-01-23 | 1 | -1/+34 |
| | | | | fixes #292 | ||||
* | Refactored ProfAccount creation | James Booth | 2014-01-22 | 1 | -5/+6 |
| | |||||
* | Changed /statuses preferences | James Booth | 2014-01-19 | 1 | -0/+29 |
| | |||||
* | Added cmd_statuses validation tests | James Booth | 2014-01-19 | 1 | -2/+21 |
| | |||||
* | Added /account set <account> port <port> | James Booth | 2014-01-19 | 1 | -0/+10 |
| | |||||
* | Added cmd_connect test for repeated port property | James Booth | 2014-01-18 | 1 | -0/+5 |
| | |||||
* | Added cmd_connect test for repeated server property | James Booth | 2014-01-18 | 1 | -4/+9 |
| | |||||
* | Added cmd_connect tests for argument validation | James Booth | 2014-01-18 | 1 | -4/+6 |
| | |||||
* | WIP - Adding port to account options | James Booth | 2014-01-18 | 1 | -3/+65 |
| | |||||
* | Tidied OTR messages | James Booth | 2014-01-16 | 1 | -10/+10 |
| | |||||
* | Show OTR coloured status | James Booth | 2014-01-16 | 1 | -1/+11 |
| | | | | | | | | | | | | Customisable within theme files e.g.: titlebar.unencrypted=red titlebar.encrypted=green titlebar.trusted=red titlebar.untrusted=green Shows [unencrypted] for all non-OTR chat Disable with '/otr warn off' | ||||
* | Renamed title_bar_set_status -> title_bar_set_presence | James Booth | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Implemented chat logging options for OTR messages | James Booth | 2014-01-13 | 1 | -1/+5 |
| | | | | | | | | on - Log OTR messages as plaintext off - Do not log OTR messages redact - Log, but replace the text with '[redacted]' Defaults to redact | ||||
* | Added setting /otr log on|off|redact | James Booth | 2014-01-13 | 1 | -0/+23 |
| | |||||
* | Check for already established but not used OTR session on /otr start <contact> | James Booth | 2014-01-13 | 1 | -2/+3 |
| | | | | | For example, one may have been established from the other end, without any messages being sent yet | ||||
* | Implemented /otr start <contact> | James Booth | 2014-01-13 | 1 | -0/+11 |
| | |||||
* | Open new chat win, or use existing for /otr start <contact> | James Booth | 2014-01-13 | 1 | -9/+25 |
| | |||||
* | 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 |
| | |