summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-13Merge pull request 'Reformat the codeblocks in README.md' (#35) from ↵grunfink
bouncepaw/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/35
2023-05-13Reformat the codeblocks in README.mdbouncepaw
1. Remove the extra indent 2. Add `sh` language
2023-05-13Version 2.31 RELEASED.default
2023-05-13Only show the bio in the top of the page for public pages.default
2023-05-13Updated RELEASE_NOTES.default
2023-05-13Merge branch 'master' of grunfink-codeberg:grunfink/snac2default
2023-05-13Merge pull request 'Added user-agent to webfinger query' (#34) from ↵grunfink
poesty/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/34 This is to avoid that when sending webfinger queries to some instances (e.g. GoToSocial), we cannot fetch their resources because of the 418 status code returned by the other side.
2023-05-13Added user-agent to webfinger querypoesty
2023-05-12Use a different approach towards incomplete mentions.default
This time, incomplete mentions are completed using a) the host of the first mention, if there are any, or b) the current host.
2023-05-12Merge branch 'master' of triptico.com:git/snac2default
2023-05-12Added more comment marks.default
2023-05-12Updated RELEASE_NOTES.default
2023-05-12Updated RELEASE_NOTES.default
2023-05-12Added some code comments.default
2023-05-12Resolve (partially) the issue with mentions without server.default
Mastodon (mainly from the API) usually include mentions without server, which is just stupid. This patch tries to resolve these broken mentions in process_tags() by looking for a user name starting with it in the already pre-populated tag list. As of now, this only works if the message is an inReplyTo and the broken mention is the one of the original (attributedTo) poster.
2023-05-12Minor refactor to msg_note(): the tag list is created here, not in ↵default
process_tags().
2023-05-12Minor function prototype tweak.default
2023-05-11Updated RELEASE_NOTES.default
2023-05-11Added support from exclude notification types.default
2023-05-11Backport from xs.default
2023-05-11In /relationship, the id[] can be a list.default
2023-05-10Updated RELEASE_NOTES.default
2023-05-09Fixed conflict.default
2023-05-09Merge pull request 'Fixed the issue of semaphore name conflicts.' (#33) from ↵grunfink
poesty/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/33
2023-05-09Fixed the issue of semaphore name conflicts.poesty
2023-05-09Backport from xs.default
2023-05-09Backport from xs.default
2023-05-08Updated documentation.default
2023-05-08Fill the mastoapi instance contact_account field, if possible.default
2023-05-08Print the total running time at httpd stop.default
2023-05-08Backport from xs.default
2023-05-08Moved sem_close() further to the end.default
2023-05-08Added a source (web, mastoapi, etc) to lastlog_write().default
2023-05-07Updated RELEASE_NOTES.default
2023-05-07Added some includes needed for last sem_open() / uintptr_t changes.default
2023-05-07Merge branch 'master' of grunfink-codeberg:grunfink/snac2default
2023-05-07Merge pull request 'Use named semaphores' (#32) from saagarjha/snac2:master ↵grunfink
into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/32 This fixes httpd on macOS. It's fine if you don't want to merge this into snac itself; I can ask MacPorts to carry the patch themselves.
2023-05-07Fix pointer-to-int castSaagar Jha
Resolves "warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]"
2023-05-07Use named semaphoresSaagar Jha
Unnamed semaphores are not supported on macOS.
2023-05-07Bumped version.default
2023-05-07Merge pull request 'Fixed webfinger and curl issues' (#31) from ↵grunfink
poesty/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/31
2023-05-07Merge pull request 'master' (#1) from grunfink/snac2:master into masterpoesty
Reviewed-on: https://codeberg.org/poesty/snac2/pulls/1
2023-05-07Version 2.30 RELEASED.default
2023-05-07Fixed webfinger and curl issuespoesty
2023-05-06Updated RELEASE_NOTES.default
2023-05-06Fixed a bug in Tusky's image send.default
2023-05-05Updated examples/docket-entrypoint.sh.default
snac init now prompts for an optional admin email address.
2023-05-05The 'ping' command-line requests the actor for better error info.default
2023-05-05Fixed bug in ping cmdline debug output.default
2023-05-05Updated RELEASE_NOTES.default