Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't allow /alias to overwrite standard command | James Booth | 2014-01-25 | 1 | -0/+10 |
| | |||||
* | Added autocomplete for /alias remove | James Booth | 2014-01-25 | 1 | -3/+43 |
| | |||||
* | Added help for /alias command | James Booth | 2014-01-25 | 1 | -0/+7 |
| | |||||
* | Added aliases to autocomplete | James Booth | 2014-01-23 | 1 | -1/+29 |
| | |||||
* | Implemented basic running of alias commands | James Booth | 2014-01-23 | 1 | -1/+27 |
| | |||||
* | Added /alias command, writing aliases to [alias] group in profrc | James Booth | 2014-01-23 | 1 | -1/+1 |
| | |||||
* | Added skeleton /alias command | James Booth | 2014-01-23 | 1 | -2/+18 |
| | |||||
* | Removed debug | James Booth | 2014-01-23 | 1 | -1/+0 |
| | |||||
* | Encrypt /tiny command when in OTR session | James Booth | 2014-01-23 | 1 | -0/+1 |
| | | | | fixes #292 | ||||
* | Implemented autocomplete for new /statuses options | James Booth | 2014-01-21 | 1 | -2/+47 |
| | |||||
* | Tidied /statuses help | James Booth | 2014-01-21 | 1 | -9/+11 |
| | |||||
* | Added cmd_statuses validation tests | James Booth | 2014-01-19 | 1 | -7/+18 |
| | |||||
* | Added /account set <account> port <port> | James Booth | 2014-01-19 | 1 | -3/+6 |
| | |||||
* | Added to and tidied /connect help | James Booth | 2014-01-18 | 1 | -6/+10 |
| | |||||
* | Implemented autocomplete for /connect properties | James Booth | 2014-01-18 | 1 | -12/+18 |
| | |||||
* | Moved /connect autocomplete to function | James Booth | 2014-01-18 | 1 | -8/+36 |
| | |||||
* | WIP - Adding port to account options | James Booth | 2014-01-18 | 1 | -1/+1 |
| | |||||
* | Show OTR coloured status | James Booth | 2014-01-16 | 1 | -3/+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' | ||||
* | 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 | -4/+19 |
| | |||||
* | Added contact autocompletion to /otr start <contact> | James Booth | 2014-01-13 | 1 | -0/+5 |
| | |||||
* | Moved otr autocompletion to function | James Booth | 2014-01-13 | 1 | -3/+17 |
| | |||||
* | Added /otr trust|untrust commands | James Booth | 2014-01-12 | 1 | -3/+7 |
| | |||||
* | Added /otr autocompleter and updated help | James Booth | 2014-01-12 | 1 | -5/+17 |
| | |||||
* | Handle window creation for incoming and outgoing OTR sessions | James Booth | 2014-01-11 | 1 | -1/+1 |
| | |||||
* | Renamed fingerprint command, updated help | James Booth | 2014-01-11 | 1 | -5/+6 |
| | |||||
* | Require '/otr start' from both parties before encryption used both ways | James Booth | 2014-01-11 | 1 | -7/+18 |
| | |||||
* | Added "/otr fp" to show users fingerprint | James Booth | 2014-01-10 | 1 | -3/+4 |
| | |||||
* | WIP - OTR support | James Booth | 2014-01-10 | 1 | -4/+16 |
| | |||||
* | Merge branch 'master' into otr | James Booth | 2014-01-02 | 1 | -26/+26 |
|\ | | | | | | | | | Conflicts: Makefile.am | ||||
| * | Added full stop to /help help summary | James Booth | 2014-01-02 | 1 | -1/+1 |
| | | | | | | | | | | | | Conflicts: src/command/command.c | ||||
| * | Added full stop to /grlog help summary | James Booth | 2014-01-02 | 1 | -1/+1 |
| | | | | | | | | | | | | Conflicts: src/command/command.c | ||||
| * | Added full stop to /chlog help summary | James Booth | 2014-01-02 | 1 | -1/+1 |
| | | | | | | | | | | | | Conflicts: src/command/command.c | ||||
| * | Added full stop to /about help summary | James Booth | 2014-01-02 | 1 | -1/+1 |
| | | | | | | | | | | | | Conflicts: src/command/command.c | ||||
| * | Dynamically load UI functions, fixed tests | James Booth | 2013-12-22 | 1 | -22/+22 |
| | | |||||
* | | Merge branch 'master' into otr | James Booth | 2013-12-15 | 1 | -2517/+63 |
|\| | | | | | | | | | Conflicts: src/command/command.c | ||||
| * | Seperated command functions into module | James Booth | 2013-12-15 | 1 | -2478/+61 |
| | | |||||
| * | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into otr | James Booth | 2013-12-10 | 1 | -0/+49 |
|\| | |||||
| * | Implemented autocomplete for /account command <setting> parameter | James Booth | 2013-12-10 | 1 | -0/+49 |
| | | | | | | | | fixes #260 | ||||
* | | Merge branch 'master' into otr | James Booth | 2013-12-08 | 1 | -9/+36 |
|\| | |||||
| * | Added clear command to /account for password clearing | James Booth | 2013-12-08 | 1 | -9/+36 |
| | | | | | | | | fixes #267 | ||||
* | | Merge branch 'master' into otr | James Booth | 2013-12-08 | 1 | -20/+43 |
|\| | |||||
| * | Added command parameter to /autoconnect (set, off) | James Booth | 2013-12-08 | 1 | -20/+43 |
| | | | | | | | | fixes #261 | ||||
* | | Added /otr command | James Booth | 2013-11-08 | 1 | -0/+32 |
| | | |||||
* | | Create fingerprints file, callbacks, and message send | James Booth | 2013-11-08 | 1 | -0/+20 |
|/ | |||||
* | Added /account set <account> password <password> | James Booth | 2013-11-07 | 1 | -0/+5 |
| | |||||
* | Allow "account" setting in [connection] to autconnect the account | James Booth | 2013-11-07 | 1 | -1/+32 |
| | | | | closes #251 | ||||
* | Added MAX_PASSWORD_SIZE set to 64 | James Booth | 2013-11-07 | 1 | -1/+1 |
| | | | | fixes #245 | ||||
* | Merge remote-tracking branch 'tsenart/passwords-on-accounts-file' | James Booth | 2013-11-07 | 1 | -8/+23 |
|\ |