index
:
snac2.git
master
Unnamed repository; edit this file 'description' to name the repository.
hyang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils.c
Age
Commit message (
Expand
)
Author
2024-08-05
Add support to unix sockets in snac_init().
default
2024-05-31
Add class .snac-announcement into utils.
default
2024-05-23
Added more const.
default
2024-05-21
Added const everywhere.
default
2024-05-09
Set avatars and custom emoji as square (fixes display in Dillo)
Kelson Vibber
2024-04-22
Added queue timeout tweaks to default server.json.
default
2024-04-19
Added the default 'protocol' field to 'server.json'.
default
2024-03-09
Replaced most xs_dict_iter() with xs_dict_next().
default
2024-02-24
default css: also darken <input> and <textarea>
Yonle
2024-02-22
utils.c: *default_srv_config: add configuration for min_account_age
Yonle
2024-02-22
utils.c: *default_srv_config: change max_timeline_entries default to 50
Yonle
2024-02-22
Also apply 1em patch to utils.c.
default
2024-02-20
The link verification time is stored as a time_t.
default
2024-02-16
Fixed crash in verify_links().
default
2024-02-16
Added 'accept' and 'user-agent' headers to verify_links().
default
2024-02-16
More verify link logging.
default
2024-02-15
New function verify_links().
default
2024-02-03
Also add dark mode CSS to utils.c.
default
2024-01-28
feature(favicon): Add favicon support (#107)
Florian Paul Azim Hoberg
2024-01-04
Updated copyright year.
default
2023-10-22
Also delete the user directory in deluser().
default
2023-10-22
New function deluser(), to delete a user.
default
2023-10-17
Added FastCGI support.
default
2023-10-13
Don't allow creating users which user name strings only differ in case.
default
2023-08-31
Got rid of old d_char.
default
2023-08-14
Unify the instance description text.
default
2023-08-14
The instance URL can now show a timeline.
default
2023-08-14
Sanitize local user names in the greeting page.
default
2023-08-13
Added default CSS for Limit and Unlimit buttons.
default
2023-08-08
Renamed json dump functions to new xs spec.
default
2023-08-03
Use xs_json_dump_pp() wherever possible.
default
2023-07-28
Updated comment in headers.
default
2023-07-26
Call fflush() after admin prompts without newlines.
default
2023-07-24
Updated CSS in utils.c.
default
2023-07-15
utils.c: "User id" does not need "\n".
Yonle
2023-07-12
utils.c: Prompt does not need \n
Yonle
2023-06-26
In adduser(), don't copy the system-wide css.
default
2023-06-05
Replaced usage of random() with xs_rnd_buf().
default
2023-06-01
Fixed another CSS typo.
default
2023-06-01
Updated default css.
default
2023-05-29
New macro ISO_DATE_SPEC.
default
2023-05-17
Got rid of xs_encdec.h.
default
2023-05-08
Fill the mastoapi instance contact_account field, if possible.
default
2023-04-20
snac_init() now prompts for the admin_address.
default
2023-04-20
The default greeting.html now include %admin_email%.
default
2023-04-16
arc4random() does not exist in not-so-old systems, so revert this.
default
2023-04-16
Replaced random() with arc4random().
default
2023-04-01
Deleted OpenSSL that uses deprecated functions.
default
2023-03-02
New inbox collection functions.
default
2023-02-07
New utility function mkdirx().
default
[next]