Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add OMEMO message encryption and decryption | Paul Fariello | 2019-04-10 | 3 | -1/+6 |
| | |||||
* | Move OMEMO initialization to profanity intialization | Paul Fariello | 2019-04-10 | 2 | -0/+2 |
| | | | | Also store identity keys into account | ||||
* | Fix use after free bug | David Baer | 2019-03-22 | 1 | -5/+5 |
| | |||||
* | Fix /me display when highlighting user in MUCs | Michael Vetter | 2019-02-26 | 1 | -8/+14 |
| | | | | | Fixes https://github.com/boothj5/profanity/issues/950 Closes https://github.com/boothj5/profanity/pull/992 | ||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 28 | -28/+28 |
| | |||||
* | Add prof_win_close (#1017) | twardziejszy | 2019-01-10 | 1 | -0/+11 |
| | |||||
* | Splash logo improvements (#1022) | Raf Czlonka | 2018-11-21 | 1 | -7/+7 |
| | | | | | * Splash logo improvements * Use straight/flat, instead or rounded, outer edges on `o` and `a` | ||||
* | Don't show submit help on form if there is no submit callback | Paul Fariello | 2018-09-10 | 1 | -1/+3 |
| | | | | Could be missleading for user. | ||||
* | Fix command exec error output | Paul Fariello | 2018-09-05 | 1 | -1/+1 |
| | |||||
* | Fix comment about config windows | Paul Fariello | 2018-09-05 | 1 | -1/+1 |
| | |||||
* | Conform to Section 3.2.2.1 of XML Schema Part 2: Datatypes | Paul Fariello | 2018-09-05 | 1 | -1/+1 |
| | | | | | | | | In accordance with Section 3.2.2.1 of XML Schema Part 2: Datatypes, the allowable lexical representations for the xs:boolean datatype are the strings "0" and "false" for the concept 'false' and the strings "1" and "true" for the concept 'true'; implementations MUST support both styles of lexical representation. | ||||
* | Add support for command config execution | Paul Fariello | 2018-09-05 | 5 | -5/+7 |
| | |||||
* | Add conf win callback | Paul Fariello | 2018-09-05 | 5 | -7/+22 |
| | |||||
* | Rename mucconf wins into conf wins | Paul Fariello | 2018-09-05 | 9 | -67/+67 |
| | | | | Configuration windows are now being used by both muc and cmd. | ||||
* | Add support for form edition in command execution | Paul Fariello | 2018-09-05 | 2 | -2/+2 |
| | | | | Also change wins_get_by_string prototype in order to handle const str. | ||||
* | Add command exec error handling | Paul Fariello | 2018-09-05 | 2 | -0/+16 |
| | |||||
* | Handle simple execution | Paul Fariello | 2018-09-05 | 2 | -0/+8 |
| | | | | Tested with ping from biboumi | ||||
* | Add command subcommands: list and exec | Paul Fariello | 2018-09-05 | 2 | -0/+30 |
| | | | | Also handle list result | ||||
* | Add max tab length to statusbar | James Booth | 2018-03-11 | 2 | -30/+53 |
| | |||||
* | Fix utf8 chars in statusbar | James Booth | 2018-03-11 | 1 | -3/+3 |
| | |||||
* | Statusbar render at start of small window | James Booth | 2018-03-10 | 1 | -0/+3 |
| | |||||
* | Dont show extended tabs when max 0 | James Booth | 2018-03-10 | 1 | -0/+3 |
| | |||||
* | Use jid prefs in statusbar | James Booth | 2018-03-10 | 3 | -6/+60 |
| | |||||
* | WIP add self prefs for statusbar | James Booth | 2018-03-10 | 5 | -68/+46 |
| | |||||
* | Do not highlight room tab on subject change | James Booth | 2018-03-10 | 1 | -11/+0 |
| | |||||
* | Show extended tabs | James Booth | 2018-03-10 | 1 | -12/+60 |
| | |||||
* | Refactor statusbar | James Booth | 2018-03-10 | 1 | -92/+109 |
| | |||||
* | Preference to show/hide tab number | James Booth | 2018-03-09 | 2 | -33/+45 |
| | |||||
* | Only allow swapping active windows | James Booth | 2018-03-09 | 2 | -6/+2 |
| | |||||
* | Remove empty tabs | James Booth | 2018-03-09 | 4 | -54/+13 |
| | |||||
* | Add preferences for tab display | James Booth | 2018-03-09 | 10 | -65/+201 |
| | |||||
* | Add max tabs preference for statusbar | James Booth | 2018-03-08 | 2 | -56/+60 |
| | |||||
* | Add prefs for empty tabs and tab names | James Booth | 2018-03-08 | 4 | -13/+36 |
| | |||||
* | Show name in statusbar tabs WIP | James Booth | 2018-03-08 | 10 | -390/+237 |
| | |||||
* | Add message to status bar | James Booth | 2018-03-07 | 1 | -22/+39 |
| | |||||
* | Set background in _status_bar_draw | James Booth | 2018-03-07 | 1 | -2/+3 |
| | |||||
* | Add time to status bar | James Booth | 2018-03-07 | 3 | -6/+53 |
| | |||||
* | Draw empty status bar | James Booth | 2018-03-07 | 1 | -356/+381 |
| | |||||
* | Do not colour room as joined when error joining | James Booth | 2018-03-07 | 1 | -7/+5 |
| | | | | fixes #984 | ||||
* | Clear autocompletes on line edits | James Booth | 2018-02-09 | 1 | -3/+19 |
| | |||||
* | Add /rooms cache | James Booth | 2018-02-05 | 2 | -0/+12 |
| | |||||
* | Allow hiding room server in roster | James Booth | 2018-01-21 | 1 | -1/+8 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 28 | -29/+29 |
| | |||||
* | Add basic help search | James Booth | 2017-04-06 | 1 | -1/+1 |
| | |||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 6 | -19/+66 |
| | |||||
* | Add theme option for time in a status bar | Lukasz Marcinowski | 2017-03-22 | 2 | -0/+4 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 28 | -29/+29 |
| | |||||
* | Check roster contact before displayng typing notification | James Booth | 2017-01-23 | 1 | -2/+6 |
| | | | | fixes #896 | ||||
* | Allow room display properies to be set by plugins | James Booth | 2017-01-20 | 6 | -15/+92 |
| | |||||
* | Allow chat prefix char to be set by plugins | James Booth | 2017-01-20 | 4 | -2/+55 |
| |