summaryrefslogtreecommitdiff
path: root/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge tag '2.75' into curl-smtpGravatar shtrophic2025-04-171-4/+71
| |\
| * | 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
| |\ \
| * \ \ Merge tag '2.72' into curl-smtpGravatar shtrophic2025-02-151-14/+68
| |\ \ \
| * | | | add xs_smtp_requestGravatar shtrophic2025-01-201-1/+1
* | | | | mastoapi: support lists for usersGravatar green2025-04-261-1/+2
* | | | | New command-line option 'add_to_list'.Gravatar default2025-04-181-2/+2
* | | | | New command-line options 'lists' and 'list_members'.Gravatar default2025-04-181-0/+13
| |_|_|/ |/| | |
* | | | Cache the timezone inside the snac struct.Gravatar default2025-04-131-0/+2
* | | | More scheduled post code.Gravatar default2025-04-011-1/+28
* | | | Added more scheduling code.Gravatar default2025-04-011-0/+37
* | | | Filter out block instances from inbox_list().Gravatar default2025-03-221-3/+4
| |_|/ |/| |
* | | 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
| |/ |/|
* | 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
|/
* 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