aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-19New function get_in_reply_to().default
2024-11-18Updated TODO.default
2024-11-18Merge branch 'master' of grunfink-codeberg:grunfink/snac2default
2024-11-18Merge pull request 'do not autocapitalize "Login: " masto api field' (#227) ↵grunfink
from fkooman/snac2:no-autocapitalize into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/227
2024-11-18do not autocapitalize "Login: " masto api fieldFrançois Kooman
on Chrome/Safari the Mastodon API OAuth login page auto capitalizes the first char of the "Login: " field. This disabled that.
2024-11-17mastoapi: more tweaks to notifications code.default
2024-11-17mastoapi: added more checks in the notifications code.default
2024-11-17In the insert cmdline op, don't re-add if it's already in the timeline.default
2024-11-17Updated TODO.default
2024-11-17The server creates a pidfile inside the base directory.default
2024-11-17Updated TODO.default
2024-11-16Updated TODO.default
2024-11-16Allow underscores in hashtags.default
2024-11-14Minor tweak to proxy code (some URLs were not correctly formed).default
2024-11-14Version 2.63 RELEASED.default
2024-11-14Updated RELEASE_NOTES.default
2024-11-13Updated documentation.default
2024-11-12Updated dependencies.default
2024-11-12The proxy token seed is created on startup and never stored.default
2024-11-12mastoapi: a lot of proxy code.default
2024-11-12mastoapi: added some proxy code.default
2024-11-12make_url() now accepts generating proxied urls by token.default
2024-11-12Added new proxy authorization by token.default
2024-11-11Bumped version (I forgot to do it several commits ago 🤦).default
2024-11-11Updated TODO.default
2024-11-11Fixed crash in xs_multipart_form_data() (from the tooot application).default
2024-11-10Fixed possible crash in proxy code.default
2024-11-10In the RSS description, don't convert the bio from Markdown.default
2024-11-10RSS feeds are now 2.0 instead of 0.91.default
2024-11-09Merge pull request 'Fix "empty input line" warning by groff' (#222) from ↵grunfink
sergiodj/snac2:fix-groff-warning into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/222
2024-11-08Fix "empty input line" warning by groffSergio Durigan Junior
Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
2024-11-08Updated TODO.default
2024-11-08Merge branch 'master' of grunfink-codeberg:grunfink/snac2default
2024-11-08Merge pull request 'Updated FreeBSD rc script' (#221) from ↵grunfink
draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/221
2024-11-08Updated FreeBSD rc scriptdraga79
On FreeBSD, the snac process is now managed by the daemon(8) utility - this means it will be restarted in case of crash, etc.
2024-11-07Fixed crash in posts from the links browser.default
2024-11-07Merge branch 'master' of comam.es:git/snac2default
2024-11-07Fixed some URLs that should not be proxied.default
2024-11-07Moved make_url() to data.c.default
2024-11-07Updated dependencies.default
2024-11-07Updated TODO.default
2024-11-07Fixed 'strict_public_timelines' being applied to the private timeline.default
2024-11-07Use the raw_path for proxying (as some media may include ? arguments).default
2024-11-07Don't proxy our own URLs.default
2024-11-07Propagate the caching headers.default
2024-11-07Omit the 'image' field if there are any attachment.default
2024-11-07Propagate 'last-modified' and 'etag' fields while proxying.default
But does it work?
2024-11-07Also use the proxy in replace_shortnames().default
2024-11-07Changed make_url().default
2024-11-07More proxy_media work.default