about summary refs log tree commit diff stats
path: root/src/config/preferences.c
Commit message (Collapse)AuthorAgeFilesLines
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
|
* Add /occupants color commandMichael Vetter2019-12-191-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 commandMichael Vetter2019-12-191-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 optionAurelien Aptel2019-12-031-0/+3
| | | | | the option will control whether to enable coloration of usernames based on the hashing algorithm described in XEP-0392.
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Fix preferences memory leakMichael Vetter2019-10-051-0/+4
| | | | | | Memory leak detected through unit tests. Regards https://github.com/profanity-im/profanity/issues/1019
* Merge pull request #874 from spiridoncha/masterMichael Vetter2019-10-051-0/+3
|\ | | | | Change /clear behaviour. Closes issue #855.
| * Makes /clear behavior configurable.Spiridonov Alexander2016-11-071-0/+3
| |
* | Introduce /reload commandMichael Vetter2019-10-041-18/+34
| | | | | | | | | | | | This command reloads the configuration file. Fix https://github.com/profanity-im/profanity/issues/627
* | Possibility to specify alternative config fileMichael Vetter2019-08-021-2/+7
| | | | | | | | Introduce `profanity -c` to specify an alternative config file.
* | Add 'save' command to save preferencesMichael Vetter2019-08-021-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 copyrightMichael Vetter2019-06-171-0/+1
| | | | | | | | Like discussed with James.
* | Add occupants charMichael Vetter2019-05-021-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 optionMichael Vetter2019-04-241-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 charMichael Vetter2019-04-231-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 commandMichael Vetter2019-04-181-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 policyPaul Fariello2019-04-171-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 logsPaul Fariello2019-04-101-0/+6
| |
* | Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-0/+28
| |
* | Update copyright to include 2019Michael Vetter2019-01-221-1/+1
| |
* | Rename mucconf wins into conf winsPaul Fariello2018-09-051-5/+5
| | | | | | | | Configuration windows are now being used by both muc and cmd.
* | Add max tab length to statusbarJames Booth2018-03-111-0/+17
| |
* | Default tab name to falseJames Booth2018-03-101-1/+0
| |
* | WIP add self prefs for statusbarJames Booth2018-03-101-0/+5
| |
* | Preference to show/hide tab numberJames Booth2018-03-091-0/+5
| |
* | Remove empty tabsJames Booth2018-03-091-7/+0
| |
* | Add preferences for tab displayJames Booth2018-03-091-0/+10
| |
* | Add max tabs preference for statusbarJames Booth2018-03-081-0/+17
| |
* | Add prefs for empty tabs and tab namesJames Booth2018-03-081-0/+6
| |
* | Add /rooms cacheJames Booth2018-02-051-0/+4
| |
* | Show roster room server by defailtJames Booth2018-01-271-0/+1
| |
* | Allow hiding room server in rosterJames Booth2018-01-211-0/+3
| |
* | Update copyrightJames Booth2018-01-211-1/+1
| |
* | Allow previous autocompletion with shift tabJames Booth2017-04-011-4/+4
| |
* | Add plugins sourcepath propertyJames Booth2017-02-051-5/+10
| |
* | Update CopyrightJames Booth2017-01-281-1/+1
|/
* Add /tls certpath defaultJames Booth2016-10-171-0/+39
| | | | issue #871
* Tidy window position prefsJames Booth2016-09-251-304/+120
|
* Fix defaulting win positionsJames Booth2016-09-251-6/+6
|
* Fix /inputwin upJames Booth2016-09-231-0/+23
|
* Allow vertical positioning of all windowsJames Booth2016-09-231-7/+464
|
* Rename /titlebar -> /wintitleJames Booth2016-09-221-6/+19
|
* Add /inputwin top|bottom commandJames Booth2016-09-191-0/+5
| | | | closes #853
* Change autoping timeout default to 20 secondsJames Booth2016-08-221-1/+1
|
* Move all filepath handling to files.cJames Booth2016-07-241-22/+7
|
* Move xgd functionsJames Booth2016-07-241-23/+2
|
* Add config/files.cJames Booth2016-07-241-0/+1
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* /plugins unload command and completerJames Booth2016-06-301-0/+7
|
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-7/+0
| | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f.