Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added auto xa option, tidied autoaway code | James Booth | 2015-09-27 | 1 | -30/+0 |
| | |||||
* | Set status to what it was before autoaway | James Booth | 2015-09-25 | 1 | -4/+3 |
| | |||||
* | Prompt user to allow or deny untrusted TLS certificates | James Booth | 2015-09-22 | 1 | -0/+7 |
| | |||||
* | PGP: UI tweaks for passphrase request | James Booth | 2015-09-01 | 1 | -0/+4 |
| | |||||
* | Fixed passing from arg in PGP ask passphrase | James Booth | 2015-09-01 | 1 | -3/+3 |
| | |||||
* | Added UI function to get PGP passphrase | James Booth | 2015-09-01 | 1 | -3/+23 |
| | |||||
* | Split PGP incoming and outgoing message handling | James Booth | 2015-08-30 | 1 | -9/+9 |
| | |||||
* | Added preference for encryption char | James Booth | 2015-08-26 | 1 | -2/+2 |
| | |||||
* | Display special char for encrypted messages | James Booth | 2015-08-26 | 1 | -8/+15 |
| | |||||
* | Leave chat rooms before receiving self unavailable presence | James Booth | 2015-08-23 | 1 | -0/+2 |
| | | | | Fixes bug for servers that don't send the self presence | ||||
* | Show software version result in current window | James Booth | 2015-08-06 | 1 | -0/+51 |
| | |||||
* | Use id handler for software version requests, handle errors | James Booth | 2015-08-05 | 1 | -0/+18 |
| | |||||
* | Added cons_show_padded | James Booth | 2015-07-29 | 1 | -2/+2 |
| | |||||
* | Added indent padding | James Booth | 2015-07-29 | 1 | -226/+226 |
| | |||||
* | Removed old command help | James Booth | 2015-07-26 | 1 | -6/+9 |
| | |||||
* | Removed /mouse command | James Booth | 2015-07-19 | 1 | -4/+0 |
| | |||||
* | WIP fix for #516, needs memory cleanup | James Booth | 2015-06-29 | 1 | -14/+12 |
| | |||||
* | ui: decreased log level of the message on resizing | Dmitry Podgorny | 2015-06-23 | 1 | -1/+1 |
| | | | | | Resizing of terminal window can produce many logs "Resizing UI". Also they are not so informative to be shown without -l DEBUG. | ||||
* | Moved window creation to sv_ev_incoming_message | James Booth | 2015-06-21 | 1 | -21/+6 |
| | |||||
* | Added current window reference to command functions | James Booth | 2015-06-17 | 1 | -8/+2 |
| | |||||
* | Tidied cmd_otr, added check-unit target to Makefile | James Booth | 2015-06-15 | 1 | -13/+0 |
| | |||||
* | Removed ui_get_current_chat() | James Booth | 2015-06-15 | 1 | -6/+0 |
| | |||||
* | Moved UI interfaces to ui.h | James Booth | 2015-06-15 | 1 | -0/+6 |
| | |||||
* | Moved ui/windows -> window_list | James Booth | 2015-06-15 | 1 | -1/+1 |
| | |||||
* | Added win_clear() function | James Booth | 2015-06-15 | 1 | -6/+0 |
| | |||||
* | Renamed otr trusted window property | James Booth | 2015-06-13 | 1 | -4/+4 |
| | |||||
* | Merge remote-tracking branch 'PMaynard/#551' | James Booth | 2015-06-02 | 1 | -8/+2 |
|\ | |||||
| * | Refactored 'ui_tidy_wins()' to return bool and not output text, Corrected ↵ | Pete | 2015-06-01 | 1 | -8/+2 |
|/ | | | | underline, removed call to function 'wins_resize_all()'. | ||||
* | Added jid to OTR errors in console | James Booth | 2015-05-25 | 1 | -1/+1 |
| | |||||
* | Tidy ui_room_message | James Booth | 2015-05-10 | 1 | -60/+62 |
| | |||||
* | Moved logic to notify_message | James Booth | 2015-05-10 | 1 | -26/+2 |
| | |||||
* | Added ui_contact_online | James Booth | 2015-05-07 | 1 | -0/+36 |
| | |||||
* | Use null check convention in core.c | James Booth | 2015-05-04 | 1 | -62/+62 |
| | |||||
* | Added enc_mode to ProfChatWin | James Booth | 2015-05-04 | 1 | -7/+7 |
| | |||||
* | Added ui_ev_new_private_win to ui events | James Booth | 2015-05-04 | 1 | -14/+5 |
| | |||||
* | ui_outgoing_chat_msg now takes ProfChatWin as argument | James Booth | 2015-05-04 | 1 | -9/+7 |
| | |||||
* | Added roster list function to get display name for messages | James Booth | 2015-05-03 | 1 | -24/+8 |
| | |||||
* | Show resource in status bar | James Booth | 2015-05-03 | 1 | -1/+6 |
| | |||||
* | Move current win check to event, removed next and prev win functions | James Booth | 2015-04-30 | 1 | -67/+10 |
| | |||||
* | Removed ui_win_switch_num | James Booth | 2015-04-30 | 1 | -71/+34 |
| | |||||
* | Added assert to ui_switch_win | James Booth | 2015-04-30 | 1 | -0/+1 |
| | |||||
* | Removed some ui functions, inlined | James Booth | 2015-04-30 | 1 | -14/+2 |
| | |||||
* | Added ui_win_error_line() | James Booth | 2015-04-29 | 1 | -0/+6 |
| | |||||
* | Return result on OTR message sending | James Booth | 2015-04-29 | 1 | -19/+7 |
| | |||||
* | Reuse ui_new_chat_win | James Booth | 2015-04-29 | 1 | -55/+17 |
| | |||||
* | _win_show_history takes ProfChatWin as first arg | James Booth | 2015-04-29 | 1 | -66/+55 |
| | |||||
* | Removed commented code | James Booth | 2015-04-28 | 1 | -26/+0 |
| | |||||
* | Moved new chat win events to client events module | James Booth | 2015-04-21 | 1 | -41/+39 |
| | |||||
* | Removed unused otr check | James Booth | 2015-04-19 | 1 | -5/+0 |
| | |||||
* | Added option to show jids in occupants panel | James Booth | 2015-04-12 | 1 | -0/+9 |
| |