Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added _rosterwin_presence() | James Booth | 2015-11-15 | 1 | -24/+34 |
| | |||||
* | Added _rosterwin_resource() | James Booth | 2015-11-15 | 1 | -66/+77 |
| | |||||
* | Show presence when resource hidden | James Booth | 2015-11-15 | 2 | -31/+67 |
| | |||||
* | Show presence in roster WIP | James Booth | 2015-11-15 | 5 | -2/+96 |
| | |||||
* | Added missing default time formats. | James Booth | 2015-11-14 | 1 | -0/+4 |
| | | | | issue #669 | ||||
* | Keep count of group members | James Booth | 2015-11-12 | 1 | -16/+79 |
| | |||||
* | Tidy connection.c | James Booth | 2015-11-11 | 1 | -28/+32 |
| | |||||
* | Tidy /tls command | James Booth | 2015-11-11 | 1 | -10/+25 |
| | |||||
* | Added /tls trust | James Booth | 2015-11-10 | 2 | -4/+21 |
| | |||||
* | Allow /quit during TLS certificate verification prompt | James Booth | 2015-11-10 | 3 | -8/+26 |
| | |||||
* | Added extra fields to TLSCertificate | James Booth | 2015-11-10 | 4 | -37/+249 |
| | |||||
* | Show current TLS certificate | James Booth | 2015-11-10 | 9 | -111/+98 |
| | |||||
* | Added /tls cert to show current certificate fingerprint | James Booth | 2015-11-09 | 5 | -0/+61 |
| | |||||
* | Store current TLS certificate fingerpint in memory for reconnect | James Booth | 2015-11-09 | 4 | -0/+47 |
| | |||||
* | Clear Readline undo list when autocompleting command history | James Booth | 2015-11-09 | 1 | -2/+2 |
| | | | | fixes #667 | ||||
* | Fixed /time help examples | James Booth | 2015-11-08 | 1 | -3/+4 |
| | | | | fixes #650 | ||||
* | Added /account autocomplete for startscript property | James Booth | 2015-11-08 | 1 | -22/+31 |
| | |||||
* | Renamed MUC private window functions | James Booth | 2015-11-08 | 4 | -12/+16 |
| | |||||
* | ui_incoming_private_msg takes ProfPrivateWin, added asserts | James Booth | 2015-11-08 | 3 | -15/+24 |
| | |||||
* | Moved ui_outgoing_private_msg to privwin.c | James Booth | 2015-11-05 | 2 | -6/+5 |
| | |||||
* | Removed ui_new_private_win | James Booth | 2015-11-05 | 3 | -9/+1 |
| | |||||
* | Added privwin module | James Booth | 2015-11-05 | 2 | -44/+85 |
| | |||||
* | Make all mucconfwin functions take ProfMucConfWin | James Booth | 2015-11-02 | 4 | -18/+22 |
| | |||||
* | Added assert check to mucconfwin_field_help | James Booth | 2015-11-02 | 1 | -0/+2 |
| | |||||
* | Added assert check to mucconfwin_form_help | James Booth | 2015-11-02 | 1 | -0/+2 |
| | |||||
* | Renamed mucconfwin functions | James Booth | 2015-11-02 | 4 | -44/+44 |
| | |||||
* | Added mucconfwin module | James Booth | 2015-11-02 | 2 | -281/+323 |
| | |||||
* | Removed ui_statusbar_new | James Booth | 2015-11-02 | 3 | -8/+1 |
| | |||||
* | Removed ui_clear_win | James Booth | 2015-11-02 | 4 | -10/+2 |
| | |||||
* | Removed ui_unread | James Booth | 2015-11-02 | 3 | -9/+2 |
| | |||||
* | Removed ui_handle_room_join_error | James Booth | 2015-11-02 | 3 | -8/+1 |
| | |||||
* | Removed ui_win_type | James Booth | 2015-11-02 | 2 | -8/+0 |
| | |||||
* | Removed ui_swap_wins | James Booth | 2015-11-02 | 3 | -8/+1 |
| | |||||
* | Removed ui_tidy_wins | James Booth | 2015-11-02 | 3 | -10/+3 |
| | |||||
* | Renamed ui_switch_win -> ui_focus_win | James Booth | 2015-11-02 | 5 | -22/+22 |
| | |||||
* | Removed ui_handle_recipient_not_found | James Booth | 2015-11-02 | 2 | -13/+0 |
| | |||||
* | Removed ui_titlebar_presence | James Booth | 2015-11-02 | 4 | -12/+7 |
| | |||||
* | Removed ui_get_chat_recipients | James Booth | 2015-11-02 | 3 | -13/+2 |
| | |||||
* | mucwin_hide_occupants takes ProfMucWin | James Booth | 2015-11-02 | 4 | -6/+8 |
| | |||||
* | mucwin_show_occupants takes ProfMucWin | James Booth | 2015-11-02 | 4 | -7/+9 |
| | |||||
* | mucwin_update_occupants takes ProfMucWin | James Booth | 2015-11-02 | 3 | -7/+9 |
| | |||||
* | Added assert to mucwin_info | James Booth | 2015-11-02 | 1 | -0/+2 |
| | |||||
* | mucwin_role_set_error takes ProfMucWin | James Booth | 2015-11-02 | 3 | -8/+10 |
| | |||||
* | mucwin_affiliation_set_error takes ProfMucWin | James Booth | 2015-11-02 | 3 | -8/+11 |
| | |||||
* | Added assert to mucwin_show_role_list | James Booth | 2015-11-02 | 1 | -1/+3 |
| | |||||
* | mucwin_handle_role_list takes ProfMucWin | James Booth | 2015-11-02 | 3 | -22/+25 |
| | |||||
* | mucwin_role_list_error takes ProfMucWin | James Booth | 2015-11-02 | 3 | -7/+10 |
| | |||||
* | Added assert to mucwin_show_affiliation_list | James Booth | 2015-11-02 | 1 | -0/+2 |
| | |||||
* | mucwin_handle_affiliation_list takes ProfMucWin | James Booth | 2015-11-02 | 3 | -17/+20 |
| | |||||
* | mucwin_affiliation_list_error takes ProfMucWin | James Booth | 2015-11-02 | 3 | -8/+10 |
| |