Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Command argument parsers set result argument | James Booth | 2014-04-09 | 1 | -39/+38 | |
| | ||||||
* | Removed inputwin functions from ui.h | James Booth | 2014-04-07 | 1 | -9/+9 | |
| | ||||||
* | Tidied ui dependencies | James Booth | 2014-04-06 | 1 | -1/+1 | |
| | ||||||
* | Removed titlebar version property and allow disabling of titlebar display | James Booth | 2014-04-03 | 1 | -26/+7 | |
| | ||||||
* | Removed strcpy calls | James Booth | 2014-04-02 | 1 | -3/+1 | |
| | ||||||
* | Revert "Commented bookmarks code for 0.4.0 release" | James Booth | 2014-03-29 | 1 | -13/+11 | |
| | | | | This reverts commit 8306d4c24421993fc04837499e7682dad4948878. | |||||
* | Commented bookmarks code for 0.4.0 release | James Booth | 2014-03-16 | 1 | -11/+13 | |
| | ||||||
* | Change 'passwd' option to 'password' for /join command | James Booth | 2014-03-16 | 1 | -6/+6 | |
| | ||||||
* | Updated /roster help | James Booth | 2014-03-16 | 1 | -8/+8 | |
| | ||||||
* | Added /roster clearnick command | James Booth | 2014-03-16 | 1 | -0/+5 | |
| | ||||||
* | Small changes to help | James Booth | 2014-03-16 | 1 | -2/+2 | |
| | ||||||
* | Command '/statuses muc' now allows 'all', 'online' and 'none' settings | James Booth | 2014-03-15 | 1 | -25/+15 | |
| | ||||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 | |
| | ||||||
* | Added autocompeleter for /join options | James Booth | 2014-03-05 | 1 | -8/+37 | |
| | ||||||
* | Parsing optional args for cmd_join | Kristofer M White | 2014-03-05 | 1 | -5/+5 | |
| | ||||||
* | Updating cmd description | Kristofer M White | 2014-02-25 | 1 | -3/+4 | |
| | ||||||
* | Moved otr sources into folder | James Booth | 2014-02-12 | 1 | -1/+1 | |
| | ||||||
* | Added command to show libotr version | James Booth | 2014-02-11 | 1 | -3/+5 | |
| | ||||||
* | 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 |