Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Added more group tests | James Booth | 2015-11-14 | 3 | -15/+288 | |
| | ||||||
* | Keep count of group members | James Booth | 2015-11-12 | 4 | -16/+234 | |
| | ||||||
* | 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 | |
| | ||||||
* | Fixed tests | James Booth | 2015-11-10 | 1 | -0/+11 | |
| | ||||||
* | 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 | |
| | ||||||
* | Updated CHANGELOG | James Booth | 2015-11-09 | 1 | -0/+2 | |
| | ||||||
* | 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 | 5 | -14/+18 | |
| | ||||||
* | ui_incoming_private_msg takes ProfPrivateWin, added asserts | James Booth | 2015-11-08 | 4 | -16/+25 | |
| | ||||||
* | 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 | 4 | -13/+1 | |
| | ||||||
* | Added privwin module | James Booth | 2015-11-05 | 3 | -44/+86 | |
| | ||||||
* | Make all mucconfwin functions take ProfMucConfWin | James Booth | 2015-11-02 | 5 | -20/+24 | |
| | ||||||
* | 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 | 5 | -49/+49 | |
| | ||||||
* | Added mucconfwin module | James Booth | 2015-11-02 | 3 | -281/+324 | |
| | ||||||
* | Removed ui_statusbar_new | James Booth | 2015-11-02 | 4 | -9/+1 | |
| | ||||||
* | Removed ui_clear_win | James Booth | 2015-11-02 | 5 | -12/+3 | |
| | ||||||
* | Removed ui_unread | James Booth | 2015-11-02 | 4 | -13/+2 | |
| | ||||||
* | Removed ui_handle_room_join_error | James Booth | 2015-11-02 | 4 | -9/+1 | |
| | ||||||
* | Removed ui_win_type | James Booth | 2015-11-02 | 3 | -14/+0 | |
| | ||||||
* | Removed ui_swap_wins | James Booth | 2015-11-02 | 4 | -12/+1 | |
| | ||||||
* | Removed ui_tidy_wins | James Booth | 2015-11-02 | 4 | -13/+3 | |
| | ||||||
* | Renamed ui_switch_win -> ui_focus_win | James Booth | 2015-11-02 | 6 | -23/+23 | |
| | ||||||
* | Removed ui_handle_recipient_not_found | James Booth | 2015-11-02 | 3 | -19/+0 | |
| | ||||||
* | Removed ui_titlebar_presence | James Booth | 2015-11-02 | 5 | -13/+10 | |
| | ||||||
* | Removed ui_get_chat_recipients | James Booth | 2015-11-02 | 4 | -17/+2 | |
| | ||||||
* | mucwin_hide_occupants takes ProfMucWin | James Booth | 2015-11-02 | 5 | -7/+9 | |
| | ||||||
* | mucwin_show_occupants takes ProfMucWin | James Booth | 2015-11-02 | 5 | -8/+10 | |
| | ||||||
* | mucwin_update_occupants takes ProfMucWin | James Booth | 2015-11-02 | 4 | -8/+10 | |
| | ||||||
* | Added assert to mucwin_info | James Booth | 2015-11-02 | 1 | -0/+2 | |
| | ||||||
* | mucwin_role_set_error takes ProfMucWin | James Booth | 2015-11-02 | 4 | -9/+11 | |
| | ||||||
* | mucwin_affiliation_set_error takes ProfMucWin | James Booth | 2015-11-02 | 4 | -10/+13 | |
| | ||||||
* | 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 | 4 | -23/+26 | |
| | ||||||
* | mucwin_role_list_error takes ProfMucWin | James Booth | 2015-11-02 | 4 | -8/+11 | |
| | ||||||
* | Added assert to mucwin_show_affiliation_list | James Booth | 2015-11-02 | 1 | -0/+2 | |
| |