aboutsummaryrefslogtreecommitdiff
path: root/data.c
AgeCommit message (Expand)Author
2026-04-29In adduser(), delete the (possible) grave.grunfink
2026-04-05Merge pull request 'static files: allow files in a subdirectory' (#541) from ...grunfink
2026-04-03Really purge static directories.grunfink
2026-04-02Also exclude the favicon_url in server.json from user directories.grunfink
2026-04-02Only purge static directories if configured in server.json.grunfink
2026-04-02Also exclude emojis served from static directories.grunfink
2026-04-02Also exclude a user's style.css from purge_static().grunfink
2026-04-02New function purge_static() (still dummy).grunfink
2026-03-26Increased some debug level in error users.grunfink
2026-03-22Also purge the 'pending/' subdirectory.default
2026-03-19Implemented tootfinder.ch compatibility mimic Mastodon BehaviourGiuseppe Ranieri
2026-02-08data: use lstat() instead of stat()lbr
2026-02-05strip_exif support for the OpenBSD sandboxAlvar Penning
2026-02-02Use the translated month names in date labels.grunfink
2026-02-02Added translatable month names.grunfink
2026-01-28data: fix checking for a file typela_ninpre
2026-01-28data: don't try to read something that's not a regular filela_ninpre
2026-01-28static files: allow files in a subdirectoryla_ninpre
2026-01-25notifications filterbyte
2026-01-25fixing leak in reallocated stringbyte
2026-01-06Implement configurable EXIF stripping for uploaded mediaStefano Marinelli
2026-01-01Bumped copyright year.grunfink
2025-12-18Fixed leak in emoji_reacted().grunfink
2025-12-18Fixed leak in timeline_admire().grunfink
2025-12-18Fixed some xs_dup() leaks.grunfink
2025-12-18Added emoji reactions (contributed by violette).violette
2025-11-30Fix user matchingrako
2025-11-29Moved is_msg_mine() to data.c.grunfink
2025-10-24Keep track of deleted users and return 410 Gone for them.grunfink
2025-10-13xs_http.h: new file.grunfink
2025-09-28Merge pull request 'implementing scopes' (#474) from byte/snac2:feature/visib...grunfink
2025-09-28New function actor_failure() (again, but much better).grunfink
2025-09-28Revert "New function actor_failure()."grunfink
2025-09-28New function actor_failure().grunfink
2025-09-20implementing visibility scopesbyte
2025-09-13Set default max_failing_days to 15 days.grunfink
2025-09-13New configuration directive 'max_failing_days'.grunfink
2025-09-12Fixed bug in instance_failure() path.grunfink
2025-09-12New function instance_failure().grunfink
2025-09-07Always do a deferred fsck at startup.grunfink
2025-09-07Changed fsck debug level.grunfink
2025-09-07New command-line option 'fsck'.grunfink
2025-09-03Always add a user's posts to the public timeline, even if it's not really pub...grunfink
2025-09-03Revert "Also keep a 'personal' folder for better organization."grunfink
2025-09-03Also keep a 'personal' folder for better organization.grunfink
2025-09-03Renamed function list_content() to list_members().grunfink
2025-09-03New function enqueue_collect_outbox().grunfink
2025-08-18New function enqueue_collect_replies().grunfink
2025-08-12content_search() also looks in the attributedTo field.grunfink
2025-08-03New function unhide().grunfink