about summary refs log tree commit diff stats
path: root/src/config/preferences.c
Commit message (Expand)AuthorAgeFilesLines
* Remove prefs_free_string()Michael Vetter2020-07-021-11/+5
* Merge pull request #1374 from profanity-im/revampUrlopenMichael Vetter2020-07-021-7/+140
|\
| * Transform url.open.cmd to new default schemeMichael Vetter2020-07-021-1/+1
| * executable: actually take the user set default if a certain scheme isMichael Vetter2020-07-021-6/+11
| * cmd_url_*(): use gchar instead of charMichael Vetter2020-07-021-1/+1
| * Use correct format when transforming old urlopen.cmdMichael Vetter2020-07-021-2/+9
| * use '*' to set a default executablePierre Mazière2020-07-021-11/+24
| * Move url/avatar commands from logging to exectuables sectionMichael Vetter2020-07-011-0/+14
| * prefs_free_string() doesnt need to check if pref is NULLMichael Vetter2020-07-011-4/+1
| * Replace /urlopen with /url and adapt /executablePierre Mazière2020-06-251-3/+16
| * Add string and string list preferences with optionPierre Mazière2020-06-251-1/+85
* | Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-291-0/+13
|/
* Fix reading/writing linked filesMichael Vetter2020-06-131-1/+1
* Define POSIX macro to have strdupMichael Vetter2020-06-121-3/+3
* Make option to allow hiding windows with no messages in statusbarMichael Vetter2020-05-211-0/+4
* Make urlopen command configurableMichael Vetter2020-05-201-0/+4
* Remove unanimous MAM displayMichael Vetter2020-04-251-5/+0
* Add hidden MAM setting and trigger MAM retrievel when opening new windowMichael Vetter2020-04-121-0/+3
* Add setting to not colorize own nick according to xep-0392Michael Vetter2020-03-251-0/+4
* titlebar: allow displaying MUC name and MUC jidMichael Vetter2020-03-241-5/+17
* Add slashguard featureMichael Vetter2020-03-181-0/+3
* Enable popular features by defaultMichael Vetter2020-03-171-0/+5
* xep-0084/avatar: add option to open avatar directlyMichael Vetter2020-03-101-0/+5
* Fix few memory leaksDmitry Podgorny2020-02-271-4/+17
* Improve setting encryption char error handlingMichael Vetter2020-02-211-7/+9
* pref: Use helper functions for setting/getting the encryption charMichael Vetter2020-02-211-38/+24
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-201-38/+34
* Add option to color MUC history like regular messagesMichael Vetter2020-02-201-0/+5
* Make /sendfile in PGP session configurableMichael Vetter2020-02-171-0/+3
* Make /sendfile in OTR session configurableMichael Vetter2020-02-171-0/+3
* Make /sendfile in OMEMO session configurableMichael Vetter2020-02-171-0/+3
* xep-0308: create setting to toggle lmcMichael Vetter2020-02-101-0/+3
* xep-0308: set correction char in configMichael Vetter2020-02-101-0/+26
* Set PREF_COLOR_NICK to false by defaultMichael Vetter2020-02-061-1/+1
* Add default pref for PREF_COLOR_NICKPaul Fariello2020-02-051-0/+2
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-311-2/+2
* Add comments to preferences.cMichael Vetter2020-01-291-2/+2
* xep-0092: add config option to set whether OS is revealedMichael Vetter2020-01-231-0/+4
* Add option to notify about version requestMichael Vetter2020-01-231-0/+3
* Add option to display MUC name or JID in titlebarMichael Vetter2020-01-231-0/+5
* Add `/roster room use` commandMichael Vetter2020-01-231-0/+5
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
* Add /occupants color commandMichael Vetter2019-12-191-0/+3
* Add /roster color commandMichael Vetter2019-12-191-0/+3
* XEP-0392: config: add "color.nick" bool optionAurelien Aptel2019-12-031-0/+3
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Fix preferences memory leakMichael Vetter2019-10-051-0/+4
* Merge pull request #874 from spiridoncha/masterMichael Vetter2019-10-051-0/+3
|\
| * Makes /clear behavior configurable.Spiridonov Alexander2016-11-071-0/+3
* | Introduce /reload commandMichael Vetter2019-10-041-18/+34