about summary refs log tree commit diff stats
path: root/src/config/preferences.c
Commit message (Expand)AuthorAgeFilesLines
* run `make format`Steffen Jaeckel2022-03-301-1/+2
* Use EDITOR environment variablePaul Fertser2022-03-271-2/+4
* auto-formatSteffen Jaeckel2021-10-271-1/+0
* Allow utf8 in occupants header charMichael Vetter2021-10-221-16/+8
* Allow utf8 in occupants charMichael Vetter2021-10-221-15/+8
* Allow utf8 in roster room private charMichael Vetter2021-10-221-16/+8
* Allow utf8 in roster rooms charMichael Vetter2021-10-221-16/+8
* Allow utf8 in roster private charMichael Vetter2021-10-221-16/+8
* Allow utf8 in roster resource charMichael Vetter2021-10-221-16/+8
* Allow utf8 in roster contact charMichael Vetter2021-10-221-16/+8
* Allow utf8 in roster header charMichael Vetter2021-10-211-13/+11
* Clean sourcepath from profrcMichael Vetter2021-09-291-0/+5
* Remove `/python sourcepath`Michael Vetter2021-09-291-4/+0
* Enable whole word only notifications by defaultMichael Vetter2021-09-081-0/+1
* Add option to only allow messages from jids in rosterMichael Vetter2021-07-011-0/+3
* Disable notifications by defaultMichael Vetter2021-06-281-9/+0
* external editor: don't use absolute paths and allow path searchJörg Thalheim2021-05-301-1/+1
* Have intype on by defaultMichael Vetter2021-05-081-0/+2
* Have separate settings for intypeMichael Vetter2021-05-081-0/+3
* OMEMO - trust mode (#1506)Stefan2021-04-171-0/+5
* Editor: Using preferences compose.editorStefan2021-04-161-0/+5
* MUC: Show offline members in sidebarThorben Günther2021-03-081-0/+3
* Update copyrightMichael Vetter2021-01-081-1/+1
* Add `/executable (urlsave|urlopen)` migrationsWilliam Wennerström2020-12-181-3/+29
* Fix various typosMichael Vetter2020-12-101-1/+1
* Purge omemo sendfile from configMichael Vetter2020-12-091-0/+5
* Remove scheme and filetype matching for url (save|open)William Wennerström2020-12-081-2/+2
* Move unique_filename_from_url functions to commonWilliam Wennerström2020-12-041-1/+0
* Refactor for threaded external executable for built-in download methodsWilliam Wennerström2020-12-031-45/+4
* Use fallback method when /executable urlsave is unsetWilliam Wennerström2020-11-161-2/+0
* Run make format on rebaseWilliam Wennerström2020-11-161-389/+387
* Remove /omemo sendfileWilliam Wennerström2020-11-161-390/+389
* Declare counter var inside loopMichael Vetter2020-11-091-24/+15
* Apply coding styleMichael Vetter2020-07-071-713/+709
* Revert "Apply coding style"Michael Vetter2020-07-071-712/+716
* Apply coding styleMichael Vetter2020-07-071-716/+712
* 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