summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | xs_webmention.h new file.Gravatar grunfink2025-05-046-8/+128
| | |
* | | Preprocess the webmention q_item.Gravatar grunfink2025-05-031-0/+13
| | | | | | | | | | | | Nothing is really done yet.
* | | Added back again links as attachments.Gravatar grunfink2025-05-031-0/+20
| | |
* | | New function enqueue_webmention().Gravatar grunfink2025-05-034-1/+18
| | | | | | | | | | | | The q_msg is queued, but nothing is done yet.
* | | Revert adding links as attachments.Gravatar grunfink2025-05-031-20/+0
| | |
* | | Also add direct and markdown links in posts as attachments.Gravatar grunfink2025-05-032-3/+26
| | |
* | | No longer drop text/html attachements.Gravatar grunfink2025-05-031-4/+0
| | |
* | | Updated TODO.Gravatar grunfink2025-05-031-0/+2
| | |
* | | Updated German translation (contributed by zen).Gravatar grunfink2025-04-301-6/+6
| | |
* | | Merge pull request 'Fix: make landlock work with `smtp_url`' (#378) from ↵Gravatar grunfink2025-04-301-5/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | shtrophic/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/378
| * | | allow sandbox to work with changed config valuesGravatar shtrophic2025-04-291-5/+4
|/ / /
* | | Updated RELEASE_NOTES.Gravatar grunfink2025-04-281-1/+1
| | |
* | | Merge branch 'master' of /home/angel/git/snac2Gravatar grunfink2025-04-281-2/+4
|\ \ \
| * | | Changed email notifications: use SMTP only if configured.Gravatar grunfink2025-04-281-2/+4
| | | |
* | | | Updated documentation.Gravatar grunfink2025-04-281-8/+6
|/ / /
* | | Updated RELEASE_NOTES.Gravatar grunfink2025-04-281-1/+1
| | |
* | | Updated documentation.Gravatar grunfink2025-04-281-0/+5
| | |
* | | Bumped version.Gravatar grunfink2025-04-281-1/+1
| | |
* | | Email notifications are sent the old way if 'spawn_sendmail' is set to true.Gravatar grunfink2025-04-281-0/+28
| | |
* | | Mastoapi: correctly communicate 'approve_followers'.Gravatar grunfink2025-04-271-1/+4
| | |
* | | Updated documentation.Gravatar grunfink2025-04-271-1/+1
| | |
* | | Fixed length error in xs_smtp_request().Gravatar grunfink2025-04-271-1/+2
| | |
* | | Updated documentation.Gravatar grunfink2025-04-271-0/+7
| | |
* | | Updated RELEASE_NOTES.Gravatar grunfink2025-04-271-0/+2
| | |
* | | Fixed typo.Gravatar grunfink2025-04-271-2/+2
| | |
* | | Changed server SMTP settings.Gravatar grunfink2025-04-271-6/+9
| | |
* | | Fixed memory leak.Gravatar grunfink2025-04-271-1/+2
| | |
* | | Replaced tabs with spaces.Gravatar grunfink2025-04-271-34/+34
| | |
* | | Merge pull request 'do email notifications with CURL' (#283) from ↵Gravatar grunfink2025-04-279-50/+175
|\ \ \ | | | | | | | | | | | | | | | | | | | | shtrophic/snac2:curl-smtp into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/283
| * | | default to `smtp://localhost`Gravatar shtrophic2025-04-241-1/+1
| | | |
| * | | Merge tag '2.75' into curl-smtpGravatar shtrophic2025-04-1723-2313/+3094
| |\ \ \
| * \ \ \ Merge tag '2.74' into curl-smtpGravatar shtrophic2025-03-2024-2057/+3630
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Version 2.74 RELEASED.
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into curl-smtpGravatar shtrophic2025-03-0820-295/+7860
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into curl-smtpGravatar shtrophic2025-02-222-13/+14
| |\ \ \ \ \ \
| * | | | | | | duping isn't necessary as xs_vals are copied anyway (right?)Gravatar shtrophic2025-02-201-1/+1
| | | | | | | |
| * | | | | | | use xs_dict_append correctlyGravatar shtrophic2025-02-201-3/+3
| | | | | | | |
| * | | | | | | duplicate dict insteadGravatar shtrophic2025-02-201-1/+1
| | | | | | | |
| * | | | | | | Revert "fix ownership-problem of mailinfo"Gravatar shtrophic2025-02-203-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2ca7735779e79dbe6fe62f0111a12c145f428d8f.
| * | | | | | | fix ownership-problem of mailinfoGravatar shtrophic2025-02-193-4/+5
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'upstream/master' into curl-smtpGravatar shtrophic2025-02-1716-127/+1062
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag '2.72' into curl-smtpGravatar shtrophic2025-02-1528-225/+636
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 2.72 RELEASED.
| * | | | | | | | | enforce tls when supported && add testsGravatar shtrophic2025-01-245-10/+51
| | | | | | | | | |
| * | | | | | | | | add tests subdirectory with makefile targetGravatar shtrophic2025-01-241-2/+8
| | | | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into curl-smtpGravatar shtrophic2025-01-2411-53/+197
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix memory leakGravatar shtrophic2025-01-201-1/+1
| | | | | | | | | | |
| * | | | | | | | | | add port parsing for sandboxingGravatar shtrophic2025-01-204-18/+70
| | | | | | | | | | |
| * | | | | | | | | | add xs_smtp_requestGravatar shtrophic2025-01-203-30/+56
| | | | | | | | | | |
* | | | | | | | | | | Updated RELEASE_NOTES.Gravatar grunfink2025-04-261-0/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request 'mastoapi: added `v1/accounts/.../lists` endpoint (issue ↵Gravatar grunfink2025-04-262-16/+49
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #371)' (#372) from dandelions/snac2:pr-lists-mastoapi into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/372
| * | | | | | | | | | | mastoapi: fix md5 issuesGravatar green2025-04-261-1/+8
| | | | | | | | | | | |