Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added roster count option | James Booth | 2015-11-18 | 6 | -5/+50 |
* | Don't show offline below contact | James Booth | 2015-11-18 | 1 | -1/+2 |
* | Pass offline filter to roster_get_contacts | James Booth | 2015-11-18 | 8 | -41/+45 |
* | Pass offline filter to roster list functions | James Booth | 2015-11-18 | 4 | -17/+31 |
* | Pass ordering to roster list functions | James Booth | 2015-11-18 | 7 | -90/+52 |
* | Added /roster order name|presence | James Booth | 2015-11-17 | 8 | -10/+184 |
* | Tidy rosterwin.c | James Booth | 2015-11-15 | 1 | -23/+1 |
* | Tidy rosterwin | James Booth | 2015-11-15 | 1 | -24/+2 |
* | 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 |
* | 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 |
* | Fixed /time help examples | James Booth | 2015-11-08 | 1 | -3/+4 |
* | 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 |