Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Merge branch 'otr' | James Booth | 2014-01-12 | 17 | -48/+1018 |
|\ | |||||
| * | Added libotr dev packages for ubuntu and fedora in install-all.sh | James Booth | 2014-01-12 | 1 | -2/+2 |
| | | |||||
| * | Removed debug statements | James Booth | 2014-01-12 | 1 | -24/+0 |
| | | |||||
| * | Added conditionals to makefile for otr support | James Booth | 2014-01-12 | 5 | -7/+23 |
| | | |||||
| * | Merge branch 'master' into otr | James Booth | 2014-01-12 | 2 | -2/+5 |
| |\ | |/ |/| | |||||
* | | Check for res_query, then for __res_query in libresolv | Jasper van Bourgognie | 2014-01-09 | 1 | -2/+3 |
| | | |||||
* | | 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 |
| | | |||||
| * | Added /otr theirfp with hardcoded fingerprint | James Booth | 2014-01-11 | 7 | -9/+47 |
| | | |||||
| * | Renamed fingerprint command, updated help | James Booth | 2014-01-11 | 2 | -6/+7 |
| | | |||||
| * | Added [OTR] and (trusted/untrusted) to titlebar for OTR sessions | James Booth | 2014-01-11 | 5 | -0/+17 |
| | | |||||
| * | Refactored setting window recipient | James Booth | 2014-01-11 | 2 | -32/+30 |
| | | |||||
| * | Use version 1 query to start OTR session | James Booth | 2014-01-11 | 1 | -0/+2 |
| | | |||||
| * | Require '/otr start' from both parties before encryption used both ways | James Booth | 2014-01-11 | 9 | -18/+114 |
| | |