1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-21 18:24:14 -04:00
profanity/src/config
Michael Vetter f147a5ca27 Change default download location
`/url save $someurl` will now download to
`~/.local/share/profanity/downloads/from_jid/date/filename` instead of
`~/.local/share/profanity/downloads`.

Like this the downloaded files should be better ordered.

This will only happen for MUC and 1:1 chat windows.
Private windows might have only a nick or jid. Lets not distinguish
between those two ways. And since the nick option is unreliable to be
the same person lets just put them in the general downloads folder.
As is done with downloads from all other windows as well.

I also had the idea to make this configurable but this suits my needs
and time limits right now.
2024-06-20 13:35:14 +02:00
..
account.c Cleanup jid_destroy to auto_jid 2023-07-13 17:05:07 +02:00
account.h Add sessions_alarm 2023-04-18 14:28:20 +02:00
accounts.c Update copyright to 2024 2024-01-22 16:03:48 +01:00
accounts.h g_free() to auto_gfree, introduce auto_guchar 2023-07-13 17:04:59 +02:00
cafile.c g_free() to auto_gfree, introduce auto_guchar 2023-07-13 17:04:59 +02:00
cafile.h add profanity-specific CAfile 2022-03-22 11:44:01 +01:00
color.c Update copyright to 2024 2024-01-22 16:03:48 +01:00
color.h Apply coding style 2020-07-07 14:18:57 +02:00
conflists.c Fix mem leak in conf_string_list_add 2023-11-17 21:13:32 +01:00
conflists.h Apply coding style 2020-07-07 14:18:57 +02:00
files.c Change default download location 2024-06-20 13:35:14 +02:00
files.h Change default download location 2024-06-20 13:35:14 +02:00
preferences.c Update copyright to 2024 2024-01-22 16:03:48 +01:00
preferences.h Update copyright to 2024 2024-01-22 16:03:48 +01:00
scripts.c Change char->free to auto_char char for autocleanup 2023-07-11 13:26:37 +02:00
scripts.h Apply coding style 2020-07-07 14:18:57 +02:00
theme.c Update copyright to 2024 2024-01-22 16:03:48 +01:00
theme.h Apply coding style 2020-07-07 14:18:57 +02:00
tlscerts.c Introduce a shared implementation for keyfile loading 2023-09-04 09:59:09 +02:00
tlscerts.h a tad more const-correctness 2022-03-22 11:44:00 +01:00