Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show info in chat and private chat windows | James Booth | 2014-06-03 | 1 | -0/+2 |
| | |||||
* | Show info in room for participant | James Booth | 2014-06-03 | 1 | -0/+1 |
| | |||||
* | Added settings to show message text in notifications | James Booth | 2014-05-24 | 1 | -2/+2 |
| | |||||
* | Added /prefs otr | James Booth | 2014-05-11 | 1 | -2/+1 |
| | |||||
* | Added UI messages for smp question/answer result | James Booth | 2014-05-07 | 1 | -0/+3 |
| | |||||
* | Added question answer authentication (libotr 3.2.x) | James Booth | 2014-04-30 | 1 | -0/+2 |
| | |||||
* | Added ui functions for otr authentication | James Booth | 2014-04-30 | 1 | -0/+3 |
| | |||||
* | Added SMP secret authentication success message | James Booth | 2014-04-27 | 1 | -0/+1 |
| | |||||
* | Tidied UI messages for SMP shared secret authentication | James Booth | 2014-04-27 | 1 | -2/+0 |
| | |||||
* | Added SMP ui events | James Booth | 2014-04-26 | 1 | -0/+8 |
| | |||||
* | Added command /wins swap | James Booth | 2014-04-24 | 1 | -0/+1 |
| | |||||
* | Chat room windows now created only after successful join | James Booth | 2014-04-21 | 1 | -1/+2 |
| | |||||
* | Added XML Console window | James Booth | 2014-04-15 | 1 | -0/+4 |
| | |||||
* | Added simple stanza logging to main console | James Booth | 2014-04-15 | 1 | -0/+2 |
| | |||||
* | Added focus param to ui_room_join, not set for bookmark autojoin | James Booth | 2014-04-13 | 1 | -1/+1 |
| | | | | Issue #194 | ||||
* | Revert "Added ui_unknown_command" | James Booth | 2014-04-12 | 1 | -1/+0 |
| | | | | This reverts commit 714ee2486353361898df7f5bb339e9be3f456830. | ||||
* | Revert "Added ui_already_connected" | James Booth | 2014-04-12 | 1 | -1/+0 |
| | | | | This reverts commit e97ec56fce641554ff7aa2ff9f0583e1fb9fc364. | ||||
* | Added ui_already_connected | James Booth | 2014-04-09 | 1 | -0/+1 |
| | |||||
* | Added ui_unknown_command | James Booth | 2014-04-09 | 1 | -0/+1 |
| | |||||
* | Refactored invalid command usage | James Booth | 2014-04-09 | 1 | -0/+2 |
| | |||||
* | Removed unused inputwin module init | James Booth | 2014-04-07 | 1 | -1/+0 |
| | |||||
* | Removed inputwin functions from ui.h | James Booth | 2014-04-07 | 1 | -12/+4 |
| | |||||
* | Removed statusbar functions from ui.h | James Booth | 2014-04-07 | 1 | -15/+2 |
| | |||||
* | Removed titlebar functions from ui.h | James Booth | 2014-04-07 | 1 | -9/+7 |
| | |||||
* | Removed create_title_bar from ui.h | James Booth | 2014-04-07 | 1 | -1/+0 |
| | |||||
* | Clear window title bar on exit | James Booth | 2014-04-03 | 1 | -0/+1 |
| | |||||
* | Added missing files, refactored ui_switch_win to check win exists | James Booth | 2014-04-01 | 1 | -1/+1 |
| | |||||
* | Renamed refresh functions to update_virtual | James Booth | 2014-04-01 | 1 | -4/+4 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Added test for /join with nick option | James Booth | 2014-03-08 | 1 | -1/+1 |
| | |||||
* | Added /otr myfp test | James Booth | 2014-02-17 | 1 | -1/+1 |
| | |||||
* | Added tests for /otr warn | James Booth | 2014-02-16 | 1 | -0/+1 |
| | |||||
* | Refactored handle_presence_error, removed no longer used functions | James Booth | 2014-01-30 | 1 | -2/+0 |
| | |||||
* | Added fallback message error handlers | James Booth | 2014-01-27 | 1 | -0/+2 |
| | |||||
* | Show original error message | James Booth | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | Handle recipient not found | James Booth | 2014-01-26 | 1 | -0/+1 |
| | |||||
* | Added aliases to autocomplete | James Booth | 2014-01-23 | 1 | -1/+0 |
| | |||||
* | Added /alias command, writing aliases to [alias] group in profrc | James Booth | 2014-01-23 | 1 | -0/+1 |
| | |||||
* | Added skeleton /alias command | James Booth | 2014-01-23 | 1 | -0/+1 |
| | |||||
* | Added UI presence functions | James Booth | 2014-01-19 | 1 | -0/+4 |
| | |||||
* | Inlined ui_contact_online and ui_contact_offline | James Booth | 2014-01-19 | 1 | -4/+0 |
| | |||||
* | Tidied OTR messages | James Booth | 2014-01-16 | 1 | -0/+1 |
| | |||||
* | Show OTR coloured status | James Booth | 2014-01-16 | 1 | -0/+1 |
| | | | | | | | | | | | | 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' | ||||
* | Removed title_bar_draw from UI module | James Booth | 2014-01-16 | 1 | -1/+0 |
| | |||||
* | Removed title_bar_show from UI module | James Booth | 2014-01-16 | 1 | -1/+0 |
| | |||||
* | Renamed title bar status -> presence | James Booth | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Renamed title_bar_set_status -> title_bar_set_presence | James Booth | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Renamed title_bar_title -> title_bar_console | James Booth | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Added setting /otr log on|off|redact | James Booth | 2014-01-13 | 1 | -0/+1 |
| | |||||
* | Added /otr trust|untrust commands | James Booth | 2014-01-12 | 1 | -1/+3 |
| |