diff options
| author | 2025-02-15 14:37:36 +0100 | |
|---|---|---|
| committer | 2025-02-15 14:37:36 +0100 | |
| commit | 7611a6bee4bcbad2f1710aafa99aba730e5cf995 (patch) | |
| tree | 33ab7bee30379e16f6869b2efda5494be8aeb858 /utils.c | |
| parent | enforce tls when supported && add tests (diff) | |
| parent | Version 2.72 RELEASED. (diff) | |
| download | snac2-7611a6bee4bcbad2f1710aafa99aba730e5cf995.tar.gz snac2-7611a6bee4bcbad2f1710aafa99aba730e5cf995.tar.xz snac2-7611a6bee4bcbad2f1710aafa99aba730e5cf995.zip | |
Merge tag '2.72' into curl-smtp
Version 2.72 RELEASED.
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -28,6 +28,7 @@ static const char *default_srv_config = "{" | |||
| 28 | "\"queue_timeout\": 6," | 28 | "\"queue_timeout\": 6," |
| 29 | "\"queue_timeout_2\": 8," | 29 | "\"queue_timeout_2\": 8," |
| 30 | "\"cssurls\": [\"\"]," | 30 | "\"cssurls\": [\"\"]," |
| 31 | "\"def_timeline_entries\": 50," | ||
| 31 | "\"max_timeline_entries\": 50," | 32 | "\"max_timeline_entries\": 50," |
| 32 | "\"timeline_purge_days\": 120," | 33 | "\"timeline_purge_days\": 120," |
| 33 | "\"local_purge_days\": 0," | 34 | "\"local_purge_days\": 0," |
| @@ -36,6 +37,7 @@ static const char *default_srv_config = "{" | |||
| 36 | "\"admin_account\": \"\"," | 37 | "\"admin_account\": \"\"," |
| 37 | "\"title\": \"\"," | 38 | "\"title\": \"\"," |
| 38 | "\"short_description\": \"\"," | 39 | "\"short_description\": \"\"," |
| 40 | "\"short_description_raw\": false," | ||
| 39 | "\"protocol\": \"https\"," | 41 | "\"protocol\": \"https\"," |
| 40 | "\"fastcgi\": false" | 42 | "\"fastcgi\": false" |
| 41 | "}"; | 43 | "}"; |
| @@ -72,6 +74,7 @@ static const char *default_css = | |||
| 72 | ".snac-list-of-lists { padding-left: 0; }\n" | 74 | ".snac-list-of-lists { padding-left: 0; }\n" |
| 73 | ".snac-list-of-lists li { display: inline; border: 1px solid #a0a0a0; border-radius: 25px;\n" | 75 | ".snac-list-of-lists li { display: inline; border: 1px solid #a0a0a0; border-radius: 25px;\n" |
| 74 | " margin-right: 0.5em; padding-left: 0.5em; padding-right: 0.5em; }\n" | 76 | " margin-right: 0.5em; padding-left: 0.5em; padding-right: 0.5em; }\n" |
| 77 | ".snac-no-more-unseen-posts { border-top: 1px solid #a0a0a0; border-bottom: 1px solid #a0a0a0; padding: 0.5em 0; margin: 1em 0; }\n" | ||
| 75 | "@media (prefers-color-scheme: dark) { \n" | 78 | "@media (prefers-color-scheme: dark) { \n" |
| 76 | " body, input, textarea { background-color: #000; color: #fff; }\n" | 79 | " body, input, textarea { background-color: #000; color: #fff; }\n" |
| 77 | " a { color: #7799dd }\n" | 80 | " a { color: #7799dd }\n" |