| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Bumped version. | 2025-04-28 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Email notifications are sent the old way if 'spawn_sendmail' is set to true. | 2025-04-28 | 1 | -0/+28 | ||
| | | | ||||||
| * | | Mastoapi: correctly communicate 'approve_followers'. | 2025-04-27 | 1 | -1/+4 | ||
| | | | ||||||
| * | | Updated documentation. | 2025-04-27 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Fixed length error in xs_smtp_request(). | 2025-04-27 | 1 | -1/+2 | ||
| | | | ||||||
| * | | Updated documentation. | 2025-04-27 | 1 | -0/+7 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2025-04-27 | 1 | -0/+2 | ||
| | | | ||||||
| * | | Fixed typo. | 2025-04-27 | 1 | -2/+2 | ||
| | | | ||||||
| * | | Changed server SMTP settings. | 2025-04-27 | 1 | -6/+9 | ||
| | | | ||||||
| * | | Fixed memory leak. | 2025-04-27 | 1 | -1/+2 | ||
| | | | ||||||
| * | | Replaced tabs with spaces. | 2025-04-27 | 1 | -34/+34 | ||
| | | | ||||||
| * | | Merge pull request 'do email notifications with CURL' (#283) from ↵ | 2025-04-27 | 9 | -50/+175 | ||
| |\ \ | | | | | | | | | | | | | | | | shtrophic/snac2:curl-smtp into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/283 | |||||
| | * | | default to `smtp://localhost` | 2025-04-24 | 1 | -1/+1 | ||
| | | | | ||||||
| | * | | Merge tag '2.75' into curl-smtp | 2025-04-17 | 23 | -2313/+3094 | ||
| | |\ \ | ||||||
| | * \ \ | Merge tag '2.74' into curl-smtp | 2025-03-20 | 24 | -2057/+3630 | ||
| | |\ \ \ | | | | | | | | | | | | | | | | Version 2.74 RELEASED. | |||||
| | * \ \ \ | Merge remote-tracking branch 'upstream/master' into curl-smtp | 2025-03-08 | 20 | -295/+7860 | ||
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'master' into curl-smtp | 2025-02-22 | 2 | -13/+14 | ||
| | |\ \ \ \ \ | ||||||
| | * | | | | | | duping isn't necessary as xs_vals are copied anyway (right?) | 2025-02-20 | 1 | -1/+1 | ||
| | | | | | | | | ||||||
| | * | | | | | | use xs_dict_append correctly | 2025-02-20 | 1 | -3/+3 | ||
| | | | | | | | | ||||||
| | * | | | | | | duplicate dict instead | 2025-02-20 | 1 | -1/+1 | ||
| | | | | | | | | ||||||
| | * | | | | | | Revert "fix ownership-problem of mailinfo" | 2025-02-20 | 3 | -5/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2ca7735779e79dbe6fe62f0111a12c145f428d8f. | |||||
| | * | | | | | | fix ownership-problem of mailinfo | 2025-02-19 | 3 | -4/+5 | ||
| | | | | | | | | ||||||
| | * | | | | | | Merge remote-tracking branch 'upstream/master' into curl-smtp | 2025-02-17 | 16 | -127/+1062 | ||
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge tag '2.72' into curl-smtp | 2025-02-15 | 28 | -225/+636 | ||
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 2.72 RELEASED. | |||||
| | * | | | | | | | | enforce tls when supported && add tests | 2025-01-24 | 5 | -10/+51 | ||
| | | | | | | | | | | ||||||
| | * | | | | | | | | add tests subdirectory with makefile target | 2025-01-24 | 1 | -2/+8 | ||
| | | | | | | | | | | ||||||
| | * | | | | | | | | Merge remote-tracking branch 'upstream/master' into curl-smtp | 2025-01-24 | 11 | -53/+197 | ||
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | fix memory leak | 2025-01-20 | 1 | -1/+1 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | add port parsing for sandboxing | 2025-01-20 | 4 | -18/+70 | ||
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | add xs_smtp_request | 2025-01-20 | 3 | -30/+56 | ||
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Updated RELEASE_NOTES. | 2025-04-26 | 1 | -0/+2 | ||
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request 'mastoapi: added `v1/accounts/.../lists` endpoint (issue ↵ | 2025-04-26 | 2 | -16/+49 | ||
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #371)' (#372) from dandelions/snac2:pr-lists-mastoapi into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/372 | |||||
| | * | | | | | | | | | | mastoapi: fix md5 issues | 2025-04-26 | 1 | -1/+8 | ||
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | mastoapi: support lists for users | 2025-04-26 | 2 | -16/+42 | ||
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request 'Russian translations for scheduled posts' (#373) from ↵ | 2025-04-26 | 1 | -6/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dandelions/snac2:pr-russian-timezone-strings into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/373 | |||||
| | * | | | | | | | | | | translate russian strings for scheduled posts | 2025-04-26 | 1 | -6/+6 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Updated TODO. | 2025-04-23 | 1 | -0/+2 | ||
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Added an alt to avatars. | 2025-04-22 | 1 | -1/+1 | ||
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request '[Localization] french' (#349) from lejun/snac2:master ↵ | 2025-04-20 | 1 | -46/+50 | ||
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/349 | |||||
| | * | | | | | | | | | | Update old strings, and added translations for new ones | 2025-04-19 | 1 | -46/+50 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Fixed newline inconsistency in es .po files. | 2025-04-19 | 3 | -0/+3 | ||
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request 'PR: Translate pt_BR.po new strings' (#348) from ↵ | 2025-04-19 | 1 | -8/+11 | ||
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | daltux/snac2:pt_BR-3 into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/348 | |||||
| | * | | | | | | | | | | Translate pt_BR.po new strings | 2025-04-18 | 1 | -8/+11 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request 'czech translation of scheduled posts' (#346) from ↵ | 2025-04-18 | 1 | -6/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pmjv/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/346 | |||||
| | * | | | | | | | | | | translated scheduled posts stuff | 2025-04-18 | 1 | -6/+6 | ||
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Merge pull request 'master' (#2) from grunfink/snac2:master into master | 2025-04-18 | 21 | -2283/+2908 | ||
| | |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | Reviewed-on: https://codeberg.org/pmjv/snac2/pulls/2 | |||||
| * | | | | | | | | | | | Updated RELEASE_NOTES. | 2025-04-18 | 1 | -0/+4 | ||
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Updated TODO. | 2025-04-18 | 1 | -0/+2 | ||
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Updated documentation. | 2025-04-18 | 1 | -0/+12 | ||
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Minor tweak to usage help. | 2025-04-18 | 1 | -1/+1 | ||
| | | | | | | | | | | | | ||||||