Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Ensuring nick is set when not included in opt args for cmd_join | Kristofer M White | 2014-03-05 | 1 | -2/+3 | |
| | ||||||
* | Removing extra `nick = ` line that broke nick assignment | Kristofer M White | 2014-03-05 | 1 | -1/+1 | |
| | ||||||
* | Removing strdup calls per cmd_connect design | Kristofer M White | 2014-03-05 | 1 | -4/+4 | |
| | ||||||
* | Parsing optional args for cmd_join | Kristofer M White | 2014-03-05 | 2 | -12/+37 | |
| | ||||||
* | Adding password handling for joining chatrooms | Kristofer M White | 2014-02-27 | 1 | -2/+8 | |
| | ||||||
* | Updating cmd description | Kristofer M White | 2014-02-25 | 1 | -3/+4 | |
| | ||||||
* | Fixed issue with /otr myfp when no key loaded | James Booth | 2014-02-23 | 1 | -3/+7 | |
| | ||||||
* | Show OTR status on /msg usr when usr has already started an OTR session | James Booth | 2014-02-23 | 1 | -0/+5 | |
| | | | | fixes #308 | |||||
* | Added OTR supported versions in initial start query message | James Booth | 2014-02-18 | 1 | -2/+4 | |
| | ||||||
* | Added tests for /otr warn | James Booth | 2014-02-16 | 1 | -2/+1 | |
| | ||||||
* | Added cmd_otr tests | James Booth | 2014-02-16 | 1 | -0/+5 | |
| | ||||||
* | Fixed /alias add, when alias already exists | James Booth | 2014-02-15 | 1 | -1/+1 | |
| | ||||||
* | Moved otr sources into folder | James Booth | 2014-02-12 | 2 | -2/+2 | |
| | ||||||
* | Added command to show libotr version | James Booth | 2014-02-11 | 2 | -3/+9 | |
| | ||||||
* | Show message on /bookmark remove when bookmark does not exist | James Booth | 2014-02-02 | 1 | -4/+8 | |
| | ||||||
* | Added message when bookmark updated | James Booth | 2014-02-02 | 1 | -12/+16 | |
| | ||||||
* | Added /bookmark remove tests | James Booth | 2014-02-02 | 1 | -0/+5 | |
| | ||||||
* | Added cons message on ./bookmark add | James Booth | 2014-02-02 | 1 | -0/+12 | |
| | ||||||
* | Added cmd_bookmark tests | James Booth | 2014-02-01 | 1 | -1/+1 | |
| | ||||||
* | Added test for /bookmark list | James Booth | 2014-02-01 | 1 | -1/+2 | |
| | ||||||
* | Fixed cmd_bookmark message when not connected | James Booth | 2014-02-01 | 1 | -5/+5 | |
| | ||||||
* | Added cmd_bookmark tests | James Booth | 2014-02-01 | 1 | -0/+5 | |
| | ||||||
* | Changed log level to info for failed connection | James Booth | 2014-01-27 | 1 | -1/+1 | |
| | ||||||
* | 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 | 3 | -10/+25 | |
| | ||||||
* | Added autocomplete for /alias remove | James Booth | 2014-01-25 | 3 | -3/+47 | |
| | ||||||
* | Added help for /alias command | James Booth | 2014-01-25 | 1 | -0/+7 | |
| | ||||||
* | Added aliases to autocomplete | James Booth | 2014-01-23 | 3 | -1/+40 | |
| | ||||||
* | Implemented basic running of alias commands | James Booth | 2014-01-23 | 2 | -1/+28 | |
| | ||||||
* | 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 | 2 | -3/+42 | |
| | ||||||
* | Added skeleton /alias command | James Booth | 2014-01-23 | 3 | -2/+26 | |
| | ||||||
* | Removed debug | James Booth | 2014-01-23 | 1 | -1/+0 | |
| | ||||||
* | Encrypt /tiny command when in OTR session | James Booth | 2014-01-23 | 2 | -1/+35 | |
| | | | | fixes #292 | |||||
* | Refactored ProfAccount creation | James Booth | 2014-01-22 | 1 | -5/+6 | |
| | ||||||
* | 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 | |
| | ||||||
* | Changed /statuses preferences | James Booth | 2014-01-19 | 1 | -0/+29 | |
| | ||||||
* | Added cmd_statuses validation tests | James Booth | 2014-01-19 | 2 | -9/+39 | |
| | ||||||
* | Added /account set <account> port <port> | James Booth | 2014-01-19 | 2 | -3/+16 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | 2 | -4/+66 | |
| | ||||||
* | Tidied OTR messages | James Booth | 2014-01-16 | 1 | -10/+10 | |
| | ||||||
* | Show OTR coloured status | James Booth | 2014-01-16 | 2 | -4/+22 | |
| | | | | | | | | | | | | 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 | |
| |