aboutsummaryrefslogtreecommitdiff
path: root/utils.c
AgeCommit message (Collapse)Author
2025-02-06Merged 53ad5cdf0371fc068fa03bf287fc94be.Alexandre Oliva
2025-02-04Merge branch 'master' into masterltning
2025-01-28Some CSS tweaks.default
2025-01-28Added some default styling to CSS class snac-no-more-unseen-posts.default
2025-01-27Merge branch 'master' into masterltning
2025-01-24Set value 'purge_days' to 1 by default when creating the relay user.default
2025-01-17Fixed the greeting.html template to have a closing head tag.default
2025-01-15Reduced RSA key size to 2048.default
2025-01-08Bumped copyright year.default
2025-01-06Add short_description_raw optionEirik Oeverby
2025-01-04Read CSV files to import from the import/ user subdirectory.default
2025-01-04The 'export_csv' operation exports into the user subdirectory.default
2024-12-31Fix verify_linksPaul Martin
Stored in user.json as a string, but it was assumed to be a dict.
2024-11-25New cmdline ops 'import_list' and 'import_block_list'.default
2024-11-25Most CSV import code has been moved to their own functions.default
2024-11-25When importing CSV lists, also follow that accounts.default
2024-10-19Also import lists.csv.default
2024-10-19Also import following_accounts.csv.default
2024-10-19Some work in CSV importing.default
2024-09-18Use webfinger_request_fake() in export_csv().default
2024-09-18Also export following_accounts.csv.default
2024-09-18Also export lists.csv.default
2024-09-18Started support for CSV data export.default
2024-09-06Minor default CSS fix.default
2024-09-04More minor default CSS tweaks.default
2024-09-04Minor default CSS tweak.default
2024-09-04If style.css does not exist, it's created with the default one.default
2024-09-04Added some CSS styling to the list-of-lists.default
2024-08-05Add support to unix sockets in snac_init().default
2024-05-31Add class .snac-announcement into utils.default
2024-05-23Added more const.default
2024-05-21Added const everywhere.default
2024-05-09Set avatars and custom emoji as square (fixes display in Dillo)Kelson Vibber
The minimalist web browser Dillo has recently started up development again. Its CSS implementation only applies the explicitly stated width and height of an image, so avatars were displaying at 2.5 em high, and the full original width. https://dillo-browser.github.io/
2024-04-22Added queue timeout tweaks to default server.json.default
2024-04-19Added the default 'protocol' field to 'server.json'.default
2024-03-09Replaced most xs_dict_iter() with xs_dict_next().default
2024-02-24default css: also darken <input> and <textarea>Yonle
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-22utils.c: *default_srv_config: add configuration for min_account_ageYonle
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-22utils.c: *default_srv_config: change max_timeline_entries default to 50Yonle
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-22Also apply 1em patch to utils.c.default
2024-02-20The link verification time is stored as a time_t.default
This way, it will be easier in an eventual future to test if a link verification is too old to be trusted.
2024-02-16Fixed crash in verify_links().default
2024-02-16Added 'accept' and 'user-agent' headers to verify_links().default
2024-02-16More verify link logging.default
2024-02-15New function verify_links().default
2024-02-03Also add dark mode CSS to utils.c.default
2024-01-28feature(favicon): Add favicon support (#107)Florian Paul Azim Hoberg
2024-01-04Updated copyright year.default
2023-10-22Also delete the user directory in deluser().default
2023-10-22New function deluser(), to delete a user.default
Only unfollows by now.