summaryrefslogtreecommitdiff
path: root/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* duping isn't necessary as xs_vals are copied anyway (right?)Gravatar shtrophic2025-02-201-1/+1
* duplicate dict insteadGravatar shtrophic2025-02-201-1/+1
* Revert "fix ownership-problem of mailinfo"Gravatar shtrophic2025-02-201-3/+2
* fix ownership-problem of mailinfoGravatar shtrophic2025-02-191-2/+3
* Merge remote-tracking branch 'upstream/master' into curl-smtpGravatar shtrophic2025-02-171-0/+45
|\
| * Return ASAP if srv_open() fails.Gravatar default2025-02-171-0/+3
| * The interface language preference can now be set.Gravatar default2025-02-151-0/+1
| * srv_open() now loads all .po files into srv_langs.Gravatar default2025-02-151-0/+22
| * Optimized lang_str().Gravatar default2025-02-151-13/+6
| * xs_po.h new file.Gravatar default2025-02-141-0/+1
| * New function lang_str().Gravatar default2025-02-141-0/+25
* | Merge tag '2.72' into curl-smtpGravatar shtrophic2025-02-151-14/+68
|\|
| * Minor tweak to inbox_list().Gravatar default2025-02-061-1/+1
| * Fixed bug in search.Gravatar default2025-02-051-1/+11
| * Deleted useless code.Gravatar default2025-01-281-3/+0
| * Some tweaks to the already seen mark code.Gravatar default2025-01-281-1/+17
| * Added a 'No more unseen posts' mark.Gravatar default2025-01-271-0/+8
| * Minor optimization in timeline retrieving.Gravatar default2025-01-271-6/+18
| * Fixed repeated entries in the instance public timeline.Gravatar default2025-01-251-6/+17
* | add xs_smtp_requestGravatar shtrophic2025-01-201-1/+1
|/
* Implement faster min_id handlingGravatar Paul Martin2025-01-151-0/+31
* New user settings latitude and longitude.Gravatar default2025-01-101-1/+2
* Added some actor object caching.Gravatar default2025-01-091-0/+4
* Bumped copyright year.Gravatar default2025-01-081-1/+1
* Merge pull request 'Port sandboxing to linux via landlock' (#226) from shtrop...Gravatar grunfink2025-01-051-38/+1
|\
| * Merge tag '2.67'Gravatar shtrophic2024-12-231-0/+190
| |\
| * \ Merge remote-tracking branch 'upstream/master'Gravatar shtrophic2024-12-051-0/+119
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master'Gravatar shtrophic2024-11-191-1/+1
| |\ \ \
| * | | | sandboxing port to linux via landlockGravatar shtrophic2024-11-161-38/+1
* | | | | Ensure all user directories have import/ and export/ subdirectories.Gravatar default2025-01-041-0/+12
* | | | | Fix for some repeated search results.Gravatar default2025-01-011-0/+5
| |_|_|/ |/| | |
* | | | Add contact metrics to og:description.Gravatar default2024-12-201-6/+8
* | | | Implement mastoapi markers for notifications and home.Gravatar Paul Martin2024-12-201-0/+66
* | | | Added bad login throttling.Gravatar default2024-12-191-0/+105
* | | | Minor search tweak.Gravatar default2024-12-191-1/+1
* | | | In content_search(), also test the 'url' post field (if it exists).Gravatar default2024-12-191-0/+9
* | | | content_search() also checks for the post id.Gravatar default2024-12-191-0/+8
| |_|/ |/| |
* | | Minor tweak to user_persist().Gravatar default2024-11-241-0/+3
* | | The people page shows 'Approve' and 'Discard' buttons for pending follows.Gravatar default2024-11-241-5/+15
* | | New function pending_check() and pending_del().Gravatar default2024-11-241-0/+20
* | | New function pending_get() and pending_list().Gravatar default2024-11-241-0/+38
* | | New function pending_add().Gravatar default2024-11-241-0/+22
* | | In user_persist(), only publish the actor to the world if a relevant field ha...Gravatar default2024-11-231-0/+26
| |/ |/|
* | More usage of get_in_reply_to().Gravatar default2024-11-191-1/+1
|/
* The proxy token seed is created on startup and never stored.Gravatar default2024-11-121-13/+4
* mastoapi: added some proxy code.Gravatar default2024-11-121-2/+2
* make_url() now accepts generating proxied urls by token.Gravatar default2024-11-121-1/+11
* Added new proxy authorization by token.Gravatar default2024-11-121-2/+20
* Moved make_url() to data.c.Gravatar default2024-11-071-0/+16
* In tag_index(), don't repeat tags in indexes.Gravatar default2024-10-191-1/+4