Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add context to autocomplete_with_func and use it for omemo trust command | Paul Fariello | 2020-01-31 | 1 | -2/+2 | |
| | | | | Fix #1068 | |||||
* | Add comments to preferences.c | Michael Vetter | 2020-01-29 | 1 | -2/+2 | |
| | ||||||
* | xep-0092: add config option to set whether OS is revealed | Michael Vetter | 2020-01-23 | 1 | -0/+4 | |
| | | | | | | Default is on. `revail.os=false` in the `connection` section of the config can disable it. A command to configure this will follow. | |||||
* | Add option to notify about version request | Michael Vetter | 2020-01-23 | 1 | -0/+3 | |
| | | | | | | | | | | Cannot be configured for now. Can be set via `adv.notify.discoversion` in the `notification` section. Will notify about version requests via XEP-0092 and XEP-0232. Client version can still be seen via caps (capabilities). See `stanza_attach_caps()`. | |||||
* | Add option to display MUC name or JID in titlebar | Michael Vetter | 2020-01-23 | 1 | -0/+5 | |
| | | | | Add `/titlebar use [name|jid]`. | |||||
* | Add `/roster room use` command | Michael Vetter | 2020-01-23 | 1 | -0/+5 | |
| | | | | | | | `/roster room use name` to use the name of the MUC in the roster list. `/roster room use jid` to use the jid of the MUC in the roster list. Display it only in case `/roster room by none` is set so far. | |||||
* | Update my Copyright to 2020 | Michael Vetter | 2020-01-03 | 1 | -1/+1 | |
| | ||||||
* | Add /occupants color command | Michael Vetter | 2019-12-19 | 1 | -0/+3 | |
| | | | | | | | | `/occupants color on|off` to enable or disable XEP-0392 also for the MUC occupants. Regards https://github.com/profanity-im/profanity/issues/1191 | |||||
* | Add /roster color command | Michael Vetter | 2019-12-19 | 1 | -0/+3 | |
| | | | | | | | `/roster color on|off` to enable or disable XEP-0392 also for the roster. Regards https://github.com/profanity-im/profanity/issues/1191 | |||||
* | XEP-0392: config: add "color.nick" bool option | Aurelien Aptel | 2019-12-03 | 1 | -0/+3 | |
| | | | | | the option will control whether to enable coloration of usernames based on the hashing algorithm described in XEP-0392. | |||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 | |
| | ||||||
* | Fix preferences memory leak | Michael Vetter | 2019-10-05 | 1 | -0/+4 | |
| | | | | | | Memory leak detected through unit tests. Regards https://github.com/profanity-im/profanity/issues/1019 | |||||
* | Merge pull request #874 from spiridoncha/master | Michael Vetter | 2019-10-05 | 1 | -0/+3 | |
|\ | | | | | Change /clear behaviour. Closes issue #855. | |||||
| * | Makes /clear behavior configurable. | Spiridonov Alexander | 2016-11-07 | 1 | -0/+3 | |
| | | ||||||
* | | Introduce /reload command | Michael Vetter | 2019-10-04 | 1 | -18/+34 | |
| | | | | | | | | | | | | This command reloads the configuration file. Fix https://github.com/profanity-im/profanity/issues/627 | |||||
* | | Possibility to specify alternative config file | Michael Vetter | 2019-08-02 | 1 | -2/+7 | |
| | | | | | | | | Introduce `profanity -c` to specify an alternative config file. | |||||
* | | Add 'save' command to save preferences | Michael Vetter | 2019-08-02 | 1 | -46/+6 | |
| | | | | | | | | | | | | | | Most applications have an 'apply changes' button. This makes testing easier too. Implement https://github.com/profanity-im/profanity/issues/1164 | |||||
* | | Add myself to copyright | Michael Vetter | 2019-06-17 | 1 | -0/+1 | |
| | | | | | | | | Like discussed with James. | |||||
* | | Add occupants char | Michael Vetter | 2019-05-02 | 1 | -0/+34 | |
| | | | | | | | | | | | | | | `/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 | |||||
* | | Add occupants wrap option | Michael Vetter | 2019-04-24 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | Wrapping for the occupants panel like already exists for the roster panel. See `/occupants wrap on`. Regards https://github.com/boothj5/profanity/issues/690 | |||||
* | | Add occupants header char | Michael Vetter | 2019-04-23 | 1 | -0/+34 | |
| | | | | | | | | | | | | | | | | `/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 | |||||
* | | Add /occupants indent command | Michael Vetter | 2019-04-18 | 1 | -0/+22 | |
| | | | | | | | | | | | | | | | | 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 | |||||
* | | Add OMEMO policy | Paul Fariello | 2019-04-17 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | Add missing preferences for OMEMO logs | Paul Fariello | 2019-04-10 | 1 | -0/+6 | |
| | | ||||||
* | | Add OMEMO message encryption and decryption | Paul Fariello | 2019-04-10 | 1 | -0/+28 | |
| | | ||||||
* | | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 | |
| | | ||||||
* | | Rename mucconf wins into conf wins | Paul Fariello | 2018-09-05 | 1 | -5/+5 | |
| | | | | | | | | Configuration windows are now being used by both muc and cmd. | |||||
* | | Add max tab length to statusbar | James Booth | 2018-03-11 | 1 | -0/+17 | |
| | | ||||||
* | | Default tab name to false | James Booth | 2018-03-10 | 1 | -1/+0 | |
| | | ||||||
* | | WIP add self prefs for statusbar | James Booth | 2018-03-10 | 1 | -0/+5 | |
| | | ||||||
* | | Preference to show/hide tab number | James Booth | 2018-03-09 | 1 | -0/+5 | |
| | | ||||||
* | | Remove empty tabs | James Booth | 2018-03-09 | 1 | -7/+0 | |
| | | ||||||
* | | Add preferences for tab display | James Booth | 2018-03-09 | 1 | -0/+10 | |
| | | ||||||
* | | Add max tabs preference for statusbar | James Booth | 2018-03-08 | 1 | -0/+17 | |
| | | ||||||
* | | Add prefs for empty tabs and tab names | James Booth | 2018-03-08 | 1 | -0/+6 | |
| | | ||||||
* | | Add /rooms cache | James Booth | 2018-02-05 | 1 | -0/+4 | |
| | | ||||||
* | | Show roster room server by defailt | James Booth | 2018-01-27 | 1 | -0/+1 | |
| | | ||||||
* | | Allow hiding room server in roster | James Booth | 2018-01-21 | 1 | -0/+3 | |
| | | ||||||
* | | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 | |
| | | ||||||
* | | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -4/+4 | |
| | | ||||||
* | | Add plugins sourcepath property | James Booth | 2017-02-05 | 1 | -5/+10 | |
| | | ||||||
* | | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 | |
|/ | ||||||
* | Add /tls certpath default | James Booth | 2016-10-17 | 1 | -0/+39 | |
| | | | | issue #871 | |||||
* | Tidy window position prefs | James Booth | 2016-09-25 | 1 | -304/+120 | |
| | ||||||
* | Fix defaulting win positions | James Booth | 2016-09-25 | 1 | -6/+6 | |
| | ||||||
* | Fix /inputwin up | James Booth | 2016-09-23 | 1 | -0/+23 | |
| | ||||||
* | Allow vertical positioning of all windows | James Booth | 2016-09-23 | 1 | -7/+464 | |
| | ||||||
* | Rename /titlebar -> /wintitle | James Booth | 2016-09-22 | 1 | -6/+19 | |
| | ||||||
* | Add /inputwin top|bottom command | James Booth | 2016-09-19 | 1 | -0/+5 | |
| | | | | closes #853 | |||||
* | Change autoping timeout default to 20 seconds | James Booth | 2016-08-22 | 1 | -1/+1 | |
| |