Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-12 | Use 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-12 | Merge branch 'master' of triptico.com:git/snac2 | default | |
2023-05-12 | Added more comment marks. | default | |
2023-05-12 | Updated RELEASE_NOTES. | default | |
2023-05-12 | Updated RELEASE_NOTES. | default | |
2023-05-12 | Added some code comments. | default | |
2023-05-12 | Resolve (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-12 | Minor refactor to msg_note(): the tag list is created here, not in ↵ | default | |
process_tags(). | |||
2023-05-12 | Minor function prototype tweak. | default | |
2023-05-11 | Updated RELEASE_NOTES. | default | |
2023-05-11 | Added support from exclude notification types. | default | |
2023-05-11 | Backport from xs. | default | |
2023-05-11 | In /relationship, the id[] can be a list. | default | |
2023-05-10 | Updated RELEASE_NOTES. | default | |
2023-05-09 | Fixed conflict. | default | |
2023-05-09 | Merge 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-09 | Fixed the issue of semaphore name conflicts. | poesty | |
2023-05-09 | Backport from xs. | default | |
2023-05-09 | Backport from xs. | default | |
2023-05-08 | Updated documentation. | default | |
2023-05-08 | Fill the mastoapi instance contact_account field, if possible. | default | |
2023-05-08 | Print the total running time at httpd stop. | default | |
2023-05-08 | Backport from xs. | default | |
2023-05-08 | Moved sem_close() further to the end. | default | |
2023-05-08 | Added a source (web, mastoapi, etc) to lastlog_write(). | default | |
2023-05-07 | Updated RELEASE_NOTES. | default | |
2023-05-07 | Added some includes needed for last sem_open() / uintptr_t changes. | default | |
2023-05-07 | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | default | |
2023-05-07 | Merge 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-07 | Fix pointer-to-int cast | Saagar Jha | |
Resolves "warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]" | |||
2023-05-07 | Use named semaphores | Saagar Jha | |
Unnamed semaphores are not supported on macOS. | |||
2023-05-07 | Bumped version. | default | |
2023-05-07 | Merge 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-07 | Merge pull request 'master' (#1) from grunfink/snac2:master into master | poesty | |
Reviewed-on: https://codeberg.org/poesty/snac2/pulls/1 | |||
2023-05-07 | Version 2.30 RELEASED. | default | |
2023-05-07 | Fixed webfinger and curl issues | poesty | |
2023-05-06 | Updated RELEASE_NOTES. | default | |
2023-05-06 | Fixed a bug in Tusky's image send. | default | |
2023-05-05 | Updated examples/docket-entrypoint.sh. | default | |
snac init now prompts for an optional admin email address. | |||
2023-05-05 | The 'ping' command-line requests the actor for better error info. | default | |
2023-05-05 | Fixed bug in ping cmdline debug output. | default | |
2023-05-05 | Updated RELEASE_NOTES. | default | |
2023-05-05 | Implemented 'Ping' and 'Pong' activities. | default | |
According to https://humungus.tedunangst.com/r/honk/v/tip/f/docs/ping.txt | |||
2023-05-04 | Updated documentation. | default | |
2023-05-04 | Fixed mastoapi debug levels. | default | |
2023-05-04 | New url /oauth/x-snac-get-token. | default | |
2023-05-04 | Made the post action configurable in login_page. | default | |
2023-05-04 | Fixed more warnings. | default | |
2023-05-04 | Added -Wextra to C flags. | default | |
2023-05-04 | Added some const here and there. | default | |