Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'kiethandi/patch-2' | James Booth | 2015-11-20 | 1 | -0/+2 |
|\ | |||||
| * | Update privwin.c | kiethandi | 2015-11-20 | 1 | -1/+2 |
| | | |||||
| * | Update privwin.c | kiethandi | 2015-11-20 | 1 | -0/+1 |
| | | | | | | Take 2 added include. | ||||
* | | Removed unused priority settings | James Booth | 2015-11-20 | 5 | -16/+1 |
|/ | |||||
* | Added /roster char contact | James Booth | 2015-11-20 | 10 | -0/+83 |
| | |||||
* | Added missing include | James Booth | 2015-11-19 | 1 | -0/+1 |
| | |||||
* | Added /roster char header | James Booth | 2015-11-19 | 9 | -11/+127 |
| | |||||
* | Fixed /roster help | James Booth | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | Changed roster defaults, updated themes | James Booth | 2015-11-19 | 5 | -9/+26 |
| | |||||
* | Show status when show presence disabled | James Booth | 2015-11-18 | 1 | -16/+32 |
| | |||||
* | Added option to show resource priority in roster | James Booth | 2015-11-18 | 6 | -2/+32 |
| | |||||
* | 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 |
| | | | | 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 |
| |