summaryrefslogtreecommitdiff
path: root/utils.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add class .snac-announcement into utils.Gravatar default2024-05-311-0/+1
|
* Added more const.Gravatar default2024-05-231-5/+5
|
* Added const everywhere.Gravatar default2024-05-211-1/+1
|
* Set avatars and custom emoji as square (fixes display in Dillo)Gravatar Kelson Vibber2024-05-091-1/+1
| | | | | | | | 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/
* Added queue timeout tweaks to default server.json.Gravatar default2024-04-221-0/+2
|
* Added the default 'protocol' field to 'server.json'.Gravatar default2024-04-191-0/+1
|
* Replaced most xs_dict_iter() with xs_dict_next().Gravatar default2024-03-091-1/+2
|
* default css: also darken <input> and <textarea>Gravatar Yonle2024-02-241-1/+1
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* utils.c: *default_srv_config: add configuration for min_account_ageGravatar Yonle2024-02-221-0/+1
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* utils.c: *default_srv_config: change max_timeline_entries default to 50Gravatar Yonle2024-02-221-1/+1
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* Also apply 1em patch to utils.c.Gravatar default2024-02-221-1/+1
|
* The link verification time is stored as a time_t.Gravatar default2024-02-201-2/+2
| | | | | This way, it will be easier in an eventual future to test if a link verification is too old to be trusted.
* Fixed crash in verify_links().Gravatar default2024-02-161-3/+4
|
* Added 'accept' and 'user-agent' headers to verify_links().Gravatar default2024-02-161-4/+17
|
* More verify link logging.Gravatar default2024-02-161-2/+7
|
* New function verify_links().Gravatar default2024-02-151-0/+106
|
* Also add dark mode CSS to utils.c.Gravatar default2024-02-031-0/+5
|
* feature(favicon): Add favicon support (#107)Gravatar Florian Paul Azim Hoberg2024-01-281-0/+1
|
* Updated copyright year.Gravatar default2024-01-041-1/+1
|
* Also delete the user directory in deluser().Gravatar default2023-10-221-0/+38
|
* New function deluser(), to delete a user.Gravatar default2023-10-221-0/+26
| | | | Only unfollows by now.
* Added FastCGI support.Gravatar default2023-10-171-1/+2
|
* Don't allow creating users which user name strings only differ in case.Gravatar default2023-10-131-1/+1
|
* Got rid of old d_char.Gravatar default2023-08-311-1/+1
|
* Unify the instance description text.Gravatar default2023-08-141-13/+17
|
* The instance URL can now show a timeline.Gravatar default2023-08-141-1/+3
|
* Sanitize local user names in the greeting page.Gravatar default2023-08-141-3/+3
|
* Added default CSS for Limit and Unlimit buttons.Gravatar default2023-08-131-0/+2
|
* Renamed json dump functions to new xs spec.Gravatar default2023-08-081-4/+4
|
* Use xs_json_dump_pp() wherever possible.Gravatar default2023-08-031-8/+4
|
* Updated comment in headers.Gravatar default2023-07-281-1/+1
|
* Call fflush() after admin prompts without newlines.Gravatar default2023-07-261-7/+7
|
* Updated CSS in utils.c.Gravatar default2023-07-241-3/+5
|
* utils.c: "User id" does not need "\n".Gravatar Yonle2023-07-151-1/+1
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* utils.c: Prompt does not need \nGravatar Yonle2023-07-121-7/+7
|
* In adduser(), don't copy the system-wide css.Gravatar default2023-06-261-21/+2
|
* Replaced usage of random() with xs_rnd_buf().Gravatar default2023-06-051-4/+2
|
* Fixed another CSS typo.Gravatar default2023-06-011-1/+1
|
* Updated default css.Gravatar default2023-06-011-1/+2
|
* New macro ISO_DATE_SPEC.Gravatar default2023-05-291-1/+1
|
* Got rid of xs_encdec.h.Gravatar default2023-05-171-1/+0
|
* Fill the mastoapi instance contact_account field, if possible.Gravatar default2023-05-081-1/+3
|
* snac_init() now prompts for the admin_address.Gravatar default2023-04-201-0/+7
|
* The default greeting.html now include %admin_email%.Gravatar default2023-04-201-5/+2
|
* arc4random() does not exist in not-so-old systems, so revert this.Gravatar default2023-04-161-3/+4
| | | | | | Revert "Replaced random() with arc4random()." This reverts commit f658f345cac7b24d6fa61f08b4ec09823d28b11a.
* Replaced random() with arc4random().Gravatar default2023-04-161-4/+3
|
* Deleted OpenSSL that uses deprecated functions.Gravatar default2023-04-011-1/+1
|
* New inbox collection functions.Gravatar default2023-03-021-0/+3
|
* New utility function mkdirx().Gravatar default2023-02-071-9/+6
|
* Ensure the setgid bit is set in the base directory.Gravatar default2023-02-071-1/+4
|