Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add /occupants indent command | Michael Vetter | 2019-04-18 | 2 | -1/+15 | |
| | | | | | | | | | | | | | | | | Roster has a `/roster contact indent` option. Now we have the same for occupants. So contacts in roster and in MUC can have configurable indentation. Regards https://github.com/boothj5/profanity/issues/690 | |||||
* | | Set correct year in copyright display | Michael Vetter | 2019-04-17 | 1 | -1/+1 | |
| | | | | | | | | Fixes https://github.com/boothj5/profanity/issues/1069 | |||||
* | | Handle MUC anonymous state when auto starting OMEMO | Paul Fariello | 2019-04-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | When auto joining a MUC we don't have access to required information so we just don't start OMEMO at this time. Once we receive disco info we then try to start OMEMO. | |||||
* | | Add OMEMO policy | Paul Fariello | 2019-04-17 | 5 | -1/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | There is 3 policy: - manual: OMEMO session are only started manually - automatic: OMEMO session are only started if they have been started manually before - always: OMEMO session are always started unless they have been ended manually before Closes #1040 and fixes #1052 | |||||
* | | Handle message without id in MUC | Paul Fariello | 2019-04-14 | 1 | -1/+1 | |
| | | | | | | | | Some clients seems to send message without id. | |||||
* | | Rework MUC reflected message filtering | Paul Fariello | 2019-04-10 | 5 | -4/+14 | |
| | | | | | | | | | | | | | | | | | | Reflected messages can't be filtered by nick only otherwise you might ignore messages comming from you on another devices. Consequently we maintain a list of sent messages id in mucwin. To be sure the id will be correctly reflected we use the origin-id stanza. | |||||
* | | Add OMEMO in prefs command | Paul Fariello | 2019-04-10 | 2 | -0/+25 | |
| | | ||||||
* | | Ensure encrypted carbon of own message are marked as encrypted | Paul Fariello | 2019-04-10 | 1 | -0/+2 | |
| | | ||||||
* | | Add OMEMO state in titlebar in MUC | Paul Fariello | 2019-04-10 | 1 | -0/+15 | |
| | | ||||||
* | | Add OMEMO state in titlebar | Paul Fariello | 2019-04-10 | 1 | -0/+15 | |
| | | ||||||
* | | Log and print outgoing encrypted message | Paul Fariello | 2019-04-10 | 3 | -12/+38 | |
| | | ||||||
* | | Add MUC message decryption | Paul Fariello | 2019-04-10 | 1 | -0/+1 | |
| | | ||||||
* | | 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 | |
| | |