Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fixed test compilation | James Booth | 2014-01-18 | 4 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | Show OTR coloured status | James Booth | 2014-01-16 | 10 | -39/+159 |
| | | | | | | | | | | | | 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 |
| | |||||
* | Use title_bar_draw where possible in title bar | James Booth | 2014-01-16 | 1 | -15/+3 |
| | |||||
* | Always erase and refresh titlebar when drawing | James Booth | 2014-01-16 | 1 | -0/+8 |
| | |||||
* | Added _title_bar_draw_title when setting presence | James Booth | 2014-01-16 | 1 | -1/+2 |
| | |||||
* | Removed _title_bar_show | James Booth | 2014-01-16 | 1 | -13/+6 |
| | |||||
* | Removed title_bar_show from UI module | James Booth | 2014-01-16 | 2 | -3/+2 |
| | |||||
* | Renamed title bar status -> presence | James Booth | 2014-01-16 | 2 | -11/+11 |
| | |||||
* | Renamed title_bar_set_status -> title_bar_set_presence | James Booth | 2014-01-16 | 6 | -11/+13 |
| | |||||
* | Renamed title_bar -> win | James Booth | 2014-01-16 | 1 | -31/+31 |
| | |||||
* | Renamed title_bar_title -> title_bar_console | James Booth | 2014-01-16 | 3 | -9/+9 |
| | |||||
* | Removed dirty flag from titlebar | James Booth | 2014-01-16 | 1 | -15/+16 |
| | |||||
* | Implemented chat logging options for OTR messages | James Booth | 2014-01-13 | 5 | -7/+27 |
| | | | | | | | | 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 | 6 | -5/+66 |
| | |||||
* | Fixed GString freeing before use in otr.c | James Booth | 2014-01-13 | 1 | -2/+2 |
| | |||||
* | 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 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 |
| | |||||
* | Removed unused otr callbacks | James Booth | 2014-01-13 | 1 | -59/+0 |
| | |||||
* | Added /otr to /help chatting | James Booth | 2014-01-12 | 1 | -1/+1 |
| | |||||
* | Removed debug statements | James Booth | 2014-01-12 | 1 | -24/+0 |
| | |||||
* | Added conditionals to makefile for otr support | James Booth | 2014-01-12 | 3 | -1/+7 |
| | |||||
* | Merge branch 'master' into otr | James Booth | 2014-01-12 | 1 | -0/+2 |
|\ | |||||
| * | Fixed win_handle_error_message | James Booth | 2014-01-08 | 1 | -0/+2 |
| | | |||||
* | | Added /otr trust|untrust commands | James Booth | 2014-01-12 | 6 | -6/+148 |
| | | |||||
* | | Implemented write fingerprints callback | James Booth | 2014-01-12 | 1 | -1/+20 |
| | | |||||
* | | Added /otr autocompleter and updated help | James Booth | 2014-01-12 | 1 | -5/+17 |
| | | |||||
* | | Added /otr end command | James Booth | 2014-01-11 | 2 | -1/+16 |
| | | |||||
* | | End OTR session when user closes chat window | James Booth | 2014-01-11 | 4 | -5/+62 |
| | | |||||
* | | Handle window creation for incoming and outgoing OTR sessions | James Booth | 2014-01-11 | 6 | -8/+53 |
| | | |||||
* | | Show contacts fingerprint on /otr theirfp | James Booth | 2014-01-11 | 2 | -3/+14 |
| | |