Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added OTR remaining system messages and colouring | James Booth | 2014-01-17 | 1 | -4/+8 |
| | |||||
* | Tidied OTR messages | James Booth | 2014-01-16 | 2 | -0/+18 |
| | |||||
* | Show OTR coloured status | James Booth | 2014-01-16 | 4 | -9/+78 |
| | | | | | | | | | | | | 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 | 3 | -5/+7 |
| | |||||
* | 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 |
| | |||||
* | Added setting /otr log on|off|redact | James Booth | 2014-01-13 | 2 | -0/+17 |
| | |||||
* | 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 | 2 | -2/+44 |
| | | |||||
* | | Added /otr end command | James Booth | 2014-01-11 | 1 | -1/+2 |
| | | |||||
* | | End OTR session when user closes chat window | James Booth | 2014-01-11 | 2 | -3/+28 |
| | | |||||
* | | Handle window creation for incoming and outgoing OTR sessions | James Booth | 2014-01-11 | 2 | -0/+30 |
| | | |||||
* | | Added /otr theirfp with hardcoded fingerprint | James Booth | 2014-01-11 | 4 | -6/+21 |
| | | |||||
* | | Added [OTR] and (trusted/untrusted) to titlebar for OTR sessions | James Booth | 2014-01-11 | 3 | -0/+11 |
| | | |||||
* | | Refactored setting window recipient | James Booth | 2014-01-11 | 2 | -32/+30 |
| | | |||||
* | | Require '/otr start' from both parties before encryption used both ways | James Booth | 2014-01-11 | 4 | -0/+20 |
|/ | |||||
* | Removed handle error message function from ProfWin | James Booth | 2014-01-08 | 5 | -119/+51 |
| | |||||
* | Removed print message function from ProfWin | James Booth | 2014-01-08 | 3 | -12/+26 |
| | |||||
* | Tidied navigation help | James Booth | 2014-01-02 | 1 | -4/+2 |
| | | | | | | Conflicts: src/ui/console.c | ||||
* | Added full stop to /help service summary | James Booth | 2014-01-02 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'louiecaulfield/master' | James Booth | 2013-12-29 | 1 | -4/+4 |
|\ | |||||
| * | src/ui/core.c: Removed duplicate const keyword | Jasper van Bourgognie | 2013-12-27 | 1 | -4/+4 |
| | | |||||
* | | Removed wins_refresh_console when not required for /sub command output | James Booth | 2013-12-27 | 1 | -2/+0 |
|/ | | | | Implicitly called by cons_show | ||||
* | Bind remaining ui functions in main.c | James Booth | 2013-12-23 | 5 | -40/+63 |
| | |||||
* | Bind console functions in main.c | James Booth | 2013-12-23 | 2 | -64/+67 |
| | |||||
* | Bind ui core functions in main.c | James Booth | 2013-12-22 | 2 | -81/+75 |
| | |||||
* | Bind jabber functions in main.c | James Booth | 2013-12-22 | 1 | -0/+1 |
| | |||||
* | Dynamically load UI functions, fixed tests | James Booth | 2013-12-22 | 7 | -505/+683 |
| | |||||
* | Added mocks and stubs for cons_show | James Booth | 2013-12-19 | 2 | -3/+4 |
| | |||||
* | Moved _ask_password to UI module | James Booth | 2013-12-15 | 2 | -0/+14 |
| | |||||
* | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 9 | -43/+25 |
| | |||||
* | Merge branch 'master' into refactor2 | James Booth | 2013-11-11 | 4 | -3/+18 |
|\ | | | | | | | | | Conflicts: src/ui/core.c | ||||
| * | Fixed compile error for -Wduplicate-decl-specifier on OSX | James Booth | 2013-11-10 | 1 | -2/+2 |
| | | |||||
| * | Allow "account" setting in [connection] to autconnect the account | James Booth | 2013-11-07 | 2 | -0/+11 |
| | | | | | | | | closes #251 | ||||
| * | Added MAX_PASSWORD_SIZE set to 64 | James Booth | 2013-11-07 | 1 | -1/+2 |
| | | | | | | | | fixes #245 |