Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added autocomplete for /alias remove | James Booth | 2014-01-25 | 3 | -3/+47 | |
| | ||||||
* | Added help for /alias command | James Booth | 2014-01-25 | 2 | -5/+12 | |
| | ||||||
* | Added aliases to autocomplete | James Booth | 2014-01-23 | 6 | -9/+41 | |
| | ||||||
* | Implemented basic running of alias commands | James Booth | 2014-01-23 | 4 | -7/+35 | |
| | ||||||
* | Show message when alias already exists in /alias add | James Booth | 2014-01-23 | 6 | -6/+34 | |
| | ||||||
* | Added /alias command, writing aliases to [alias] group in profrc | James Booth | 2014-01-23 | 12 | -9/+356 | |
| | ||||||
* | Added skeleton /alias command | James Booth | 2014-01-23 | 5 | -2/+34 | |
| | ||||||
* | 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 | 13 | -271/+251 | |
| | ||||||
* | Removed unused encode.xml | James Booth | 2014-01-21 | 2 | -14/+0 | |
| | ||||||
* | Fixed memory leaks from str_replace | James Booth | 2014-01-21 | 2 | -0/+27 | |
| | ||||||
* | Convert name to barejid on retrieving win in titlebar for otr messages | James Booth | 2014-01-21 | 1 | -1/+3 | |
| | | | | fixes #289 | |||||
* | 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 statuses settings to prefs output | James Booth | 2014-01-21 | 4 | -31/+39 | |
| | ||||||
* | Added use of statuses preferences | James Booth | 2014-01-21 | 2 | -13/+47 | |
| | ||||||
* | WIP - /statuses command options | James Booth | 2014-01-20 | 13 | -91/+233 | |
| | ||||||
* | Added UI presence functions | James Booth | 2014-01-19 | 4 | -43/+87 | |
| | ||||||
* | Inlined ui_contact_online and ui_contact_offline | James Booth | 2014-01-19 | 3 | -73/+55 | |
| | ||||||
* | Use defaults for /statuses commands | James Booth | 2014-01-19 | 6 | -3/+63 | |
| | ||||||
* | Added tests/config/helpers | James Booth | 2014-01-19 | 5 | -40/+50 | |
| | ||||||
* | Changed /statuses preferences | James Booth | 2014-01-19 | 6 | -0/+293 | |
| | ||||||
* | Fixed broken tests | James Booth | 2014-01-19 | 2 | -2/+2 | |
| | ||||||
* | Refactored testsuite for less verbose output | James Booth | 2014-01-19 | 3 | -5/+64 | |
| | ||||||
* | Added cmd_statuses validation tests | James Booth | 2014-01-19 | 6 | -9/+122 | |
| | ||||||
* | Added port to /account show <account> | James Booth | 2014-01-19 | 1 | -0/+3 | |
| | ||||||
* | 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 tests for invalid properties | James Booth | 2014-01-18 | 3 | -0/+42 | |
| | ||||||
* | Added cmd_connect test for repeated port property | James Booth | 2014-01-18 | 4 | -0/+26 | |
| | ||||||
* | Added cmd_connect test for repeated server property | James Booth | 2014-01-18 | 4 | -4/+30 | |
| | ||||||
* | Added cmd_connect tests for connecting server and port | James Booth | 2014-01-18 | 5 | -49/+93 | |
| | ||||||
* | Added cmd_connect tests for argument validation | James Booth | 2014-01-18 | 4 | -4/+170 | |
| | ||||||
* | Fixed broken tests | James Booth | 2014-01-18 | 2 | -1/+4 | |
| | ||||||
* | Fixed test compilation | James Booth | 2014-01-18 | 6 | -7/+8 | |
| | ||||||
* | WIP - Adding port to account options | James Booth | 2014-01-18 | 6 | -15/+102 | |
| | ||||||
* | Added OTR remaining system messages and colouring | James Booth | 2014-01-17 | 3 | -57/+98 | |
| | ||||||
* | Tidied OTR messages | James Booth | 2014-01-16 | 3 | -10/+28 | |
| | ||||||
* | Fixed configure.ac for --disable-otr | James Booth | 2014-01-16 | 1 | -0/+2 | |
| | ||||||
* | Show OTR coloured status | James Booth | 2014-01-16 | 11 | -39/+161 | |
| | | | | | | | | | | | | 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' | |||||
* | Set boolean when typing in titlebar | James Booth | 2014-01-16 | 1 | -10/+9 | |
| | ||||||
* | Removed title_bar_draw from UI module | James Booth | 2014-01-16 | 3 | -19/+8 | |
| | ||||||
* | Use title_bar_draw in title_bar_refresh | James Booth | 2014-01-16 | 1 | -4/+1 | |
| | ||||||
* | Added constant for console title | James Booth | 2014-01-16 | 1 | -1/+3 | |
| | ||||||
* | Remove manual memory allocation from titlebar | James Booth | 2014-01-16 | 1 | -28/+14 | |
| | ||||||
* | Renamed recipient -> current_recipient in titlebar | James Booth | 2014-01-16 | 1 | -11/+11 | |
| | ||||||
* | Inlined _title_bar_draw_title and _title_bar_draw_presence | James Booth | 2014-01-16 | 1 | -24/+8 | |
| |