Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1084 from jubalh/occupants-char | Michael Vetter | 2019-05-03 | 2 | -0/+11 |
|\ | | | | | Add occupants char | ||||
| * | Add occupants char | Michael Vetter | 2019-05-02 | 2 | -0/+11 |
| | | | | | | | | | | | | | | `/occupants char` now sets a character that is displayed before the nick in MUCs. Similar like `/roster char` is displaying a char for the roster. Regards #690 | ||||
* | | Check for new profanity version using new URL | Michael Vetter | 2019-05-03 | 1 | -1/+1 |
|/ | | | | Regards https://github.com/profanity-im/profanity/issues/1085 | ||||
* | Fix formatting for privileges on | Michael Vetter | 2019-04-24 | 1 | -0/+4 |
| | | | | | `/privileges on` lists `Moderator`, `Visitor` etc. Formatting was wrong here. Printing privilige followed by nickaname in the same line. | ||||
* | Occupantswin: handle newline correctly | Michael Vetter | 2019-04-24 | 1 | -6/+6 |
| | |||||
* | Add occupants wrap option | Michael Vetter | 2019-04-24 | 2 | -2/+11 |
| | | | | | | | Wrapping for the occupants panel like already exists for the roster panel. See `/occupants wrap on`. Regards https://github.com/boothj5/profanity/issues/690 | ||||
* | Put occupants update into own function | Michael Vetter | 2019-04-23 | 2 | -0/+18 |
| | |||||
* | Add occupants header char | Michael Vetter | 2019-04-23 | 2 | -4/+37 |
| | | | | | | | | `/occupants header char` now sets a character that is displayed before the role (moderator, visitor..) in a room. Similar to `/roster header char` is displaying a char for the roster. Regards https://github.com/boothj5/profanity/issues/690 | ||||
* | Fix indentation for time config | kaffeekanne | 2019-04-23 | 1 | -2/+2 |
| | |||||
* | Adjust jid for occupants indent | Michael Vetter | 2019-04-20 | 1 | -3/+11 |
| | | | | Indent the jid one more space than nick. | ||||
* | Allow setting occupants indent outside of MUC | Michael Vetter | 2019-04-20 | 1 | -2/+0 |
| | | | | And when not connected. | ||||
* | 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 |
| |