summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-21Minor prototype change.default
2023-05-20More image tweaks.default
2023-05-20More image updates.default
2023-05-20Improved default avatars.default
2023-05-20Updated images.default
2023-05-20New image.default
2023-05-19Updated TODO.default
2023-05-18Version 2.32 RELEASED.default
2023-05-18Updated RELEASE_NOTES.default
2023-05-18Mastoapi: added block / unblock.default
2023-05-18Updated RELEASE_NOTES.default
2023-05-17Updated documentation.default
2023-05-17Updated documentation.default
2023-05-17Updated documentation.default
2023-05-17Updated RELEASE_NOTES.default
2023-05-17Fixed bug in drop_dm_from_unknown web processing.default
2023-05-17Added web interface for drop_dm_from_unknown.default
2023-05-17New config option 'drop_dm_from_unknown'.default
2023-05-17Updated RELEASE_NOTES.default
2023-05-17When updating the user info, also spam the following list.default
2023-05-17Added some comments.default
2023-05-17Got rid of xs_encdec.h.default
2023-05-17Backport from xs.default
2023-05-17Don't autocomplete local users if they are already added.default
2023-05-17In mastoapi account search, return local users at the end.default
2023-05-15Also find local users in /api/v1/search.default
2023-05-15Updated RELEASE_NOTES.default
2023-05-15Deleted repeated code.default
2023-05-15mastoapi_account() returns the acct field as user@host.default
2023-05-15Made mastoapi account search case-insensitive.default
2023-05-15Don't repeat accounts when searching.default
2023-05-15Bumped version.default
2023-05-15Add /v1/account/search support.default
2023-05-15Backport from xs.default
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().