| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | In msg_note(), delete all cc recipients also in the to. | 2022-12-16 | 1 | -0/+9 | ||
| | | ||||||
| * | Replaced all calls to post() with enqueue_message(). | 2022-12-16 | 4 | -9/+9 | ||
| | | ||||||
| * | New function enqueue_message(). | 2022-12-16 | 3 | -0/+29 | ||
| | | ||||||
| * | Lower debug level to repeated follows. | 2022-12-15 | 1 | -1/+1 | ||
| | | ||||||
| * | Log repeated Follow messages. | 2022-12-15 | 1 | -12/+16 | ||
| | | ||||||
| * | Also show the 'updated' timestamp. | 2022-12-15 | 1 | -9/+24 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2022-12-15 | 1 | -0/+2 | ||
| | | ||||||
| * | Updated TODO. | 2022-12-15 | 1 | -2/+2 | ||
| | | ||||||
| * | Bumped version. | 2022-12-15 | 1 | -1/+1 | ||
| | | ||||||
| * | Added support for Update + Note on input. | 2022-12-15 | 1 | -0/+8 | ||
| | | ||||||
| * | Don't create a parent index if it already exists. | 2022-12-15 | 1 | -2/+4 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2022-12-15 | 1 | -0/+4 | ||
| | | ||||||
| * | Merge pull request 'Improve Docker image generation' (#24) from ↵ | 2022-12-15 | 2 | -14/+19 | ||
| |\ | | | | | | | | | | | ogarcia/snac2:docker into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/24 | |||||
| | * | Improve Docker image generation | 2022-12-14 | 2 | -14/+19 | ||
| |/ | ||||||
| * | Version 2.15 RELEASED.2.15 | 2022-12-14 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2022-12-14 | 1 | -3/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2022-12-14 | 1 | -0/+2 | ||
| | | ||||||
| * | Fixed a deletion error. | 2022-12-14 | 1 | -1/+9 | ||
| | | ||||||
| * | Some code reordering to placate scan-build's wrath. | 2022-12-14 | 3 | -14/+25 | ||
| | | ||||||
| * | Updated TODO. | 2022-12-13 | 1 | -0/+2 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2022-12-13 | 1 | -0/+2 | ||
| | | ||||||
| * | Fixed crash when unfollowing. | 2022-12-13 | 1 | -1/+1 | ||
| | | ||||||
| * | In server_get_handler(), body must be a dynamic string. | 2022-12-13 | 1 | -2/+2 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2022-12-13 | 1 | -0/+2 | ||
| | | ||||||
| * | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2022-12-13 | 1 | -0/+7 | ||
| |\ | ||||||
| | * | Merge pull request 'Serve robots.txt (disallow all)' (#23) from ↵ | 2022-12-13 | 1 | -0/+7 | ||
| | |\ | | | | | | | | | | | | | | | | kensanata/snac2:robots into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/23 | |||||
| | | * | Serve robots.txt (disallow all) | 2022-12-12 | 1 | -0/+7 | ||
| | | | | ||||||
| * | | | Updated RELEASE_NOTES. | 2022-12-13 | 1 | -0/+2 | ||
| |/ / | ||||||
| * | | Merge pull request 'Add docker-compose support' (#22) from ↵ | 2022-12-13 | 9 | -0/+224 | ||
| |\ \ | |/ |/| | | | | | | | tobyjaffey/snac2:docker into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/22 | |||||
| | * | Add docker-compose support, so a working development server with HTTPS can ↵ | 2022-12-12 | 9 | -0/+224 | ||
| |/ | | | | | | be started with: docker-compose build && docker-compose up | |||||
| * | Backport from xs. | 2022-12-11 | 3 | -4/+5 | ||
| | | ||||||
| * | Backport from xs. | 2022-12-11 | 3 | -6/+22 | ||
| | | ||||||
| * | Log the response date in send_to_inbox() errors. | 2022-12-11 | 1 | -0/+5 | ||
| | | ||||||
| * | Updated TODO. | 2022-12-10 | 1 | -0/+2 | ||
| | | ||||||
| * | Call pthread_detach() and spawning the purge. | 2022-12-10 | 1 | -0/+1 | ||
| | | ||||||
| * | Bumped development version. | 2022-12-10 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2022-12-10 | 2 | -1/+6 | ||
| | | ||||||
| * | Merge pull request 'Ensure that pd variable stays in scope while curl ↵ | 2022-12-10 | 1 | -1/+4 | ||
| |\ | | | | | | | | | | | request runs' (#20) from tobyjaffey/snac2:fix_19 into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/20 | |||||
| | * | Ensure that pd variable stays in scope while curl request runs | 2022-12-10 | 1 | -1/+4 | ||
| |/ | | | | Fix for #19 | |||||
| * | Use object_likes_len() and object_announces_len() in the post score. | 2022-12-10 | 1 | -3/+3 | ||
| | | ||||||
| * | New function index_len(). | 2022-12-10 | 2 | -8/+43 | ||
| | | ||||||
| * | In process_queue(), do not retry for 404 or 410 status. | 2022-12-10 | 1 | -0/+4 | ||
| | | ||||||
| * | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2022-12-09 | 1 | -3/+4 | ||
| |\ | ||||||
| | * | Merge pull request 'Makefile improvements' (#18) from ↵ | 2022-12-09 | 1 | -3/+4 | ||
| | |\ | | | | | | | | | | | | | | | | CyberTaIlor/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/18 | |||||
| | | * | Makefile improvements | 2022-12-09 | 1 | -3/+4 | ||
| | |/ | | | | | | | | | | | * Don't overwrite CFLAGS from env * Respect CPPFLAGS and LDFLAGS * Create bindir in "install" | |||||
| * / | Backport from xs. | 2022-12-09 | 2 | -2/+2 | ||
| |/ | ||||||
| * | Version 2.14 RELEASED.2.14 | 2022-12-09 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated documentation. | 2022-12-08 | 1 | -0/+6 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2022-12-08 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2022-12-08 | 1 | -0/+2 | ||
| | | ||||||