Skip to content

CatCatNya/catstodon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29,878 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Catstodon

Project status

Note: Only the main branch is supported now. Catstodon has stopped doing stable branches and changelogs. This is because its maintainer wants to eventually migrate CatCatNya~ to (either a fork of, or vanilla) Iceshrimp.NET, and because the Mastodon project is taking directions that are increasingly hard to patch away.

Introduction

This Mastodon fork is based on the glitch-soc Fork of Mastodon, historically with changes made to suit CatCatNya~. Some changes may be contributed back to glitch-soc.

To install, take a look at glitch-soc.github.io/docs/. The instructions and features are the same, except for the differences outlined below.

Contributing guidelines are available here.

Differences

  • Some files are adjusted specifically for the CatCatNya~ instance, and you may want revert/change them. Specifically, these:
    • sounds/boop.mp3
    • sounds/boop.ogg
  • The rate limits for authenticated users have been relaxed a bit. Vanilla Mastodon, and by extension glitch-soc, sadly has rate-limits that make it possible to run into these rate-limits during normal usage.
  • The API endpoint /api/v1/custom_emojis is no longer affected by AUTHORIZED_FETCH, allowing anyone to copy custom emojis.
  • Allow higher resolution images. (4096x4096 instead of the previous limit of 3840x2160)
  • Allow posting polls with only one poll option (if MIN_POLL_OPTIONS is set to 1 on your instance).
  • Emoji reactions on statuses (with both Unicode and custom emojis, same as for announcements), a feature originally developed for Nyastodon. Ended up as a Catstodon-maintained patch after its initial two Pull Requests to glitch-soc, but was handed over to Essem's fork, Chuckya and is now pending its fourth attempt of merging into glitch-soc.
  • Lifts the "only federate local favourites" restriction on favourites/likes and emoji reactions.
  • Cherry-picks the activity filter branch from Sakurajima Mastodon.
  • Adds the ability to disable the suspicious sign in detection entirely.
    • Useful for situations where the instance may not have up-to-date IP information, such as when the period of IP address retention is set to a low value (see Previous differences now merged into vanilla Mastodon)
  • Allow dashes in emoji shortcodes
  • Allow appending ?unrestricted_preview=true to post links to bypass CWs and sensitive-markings of media for link previews.
  • In the compose form, the character counter is now always below the text field.

Contributions to glitch-soc Mastodon

  • Fixed incorrect upload size limit display when adding new a new custom emoji. (Pull request)
  • Standalone share page: Dispatch fetchServer for maxChars. Fixes the bug where the standalone share page did not display the correct maximum character amount. (Pull request)
  • [Glitch] Fix /share not using server-set characters limit (Pull request)
  • Everything merged into vanilla Mastodon

Contributions to Vanilla Mastodon

About

The Fediverse server that meows at you - a fork of glitch-soc Mastodon

Resources

License

Code of conduct

Contributing

Security policy

Stars

23 stars

Watchers

1 watching

Forks

Contributors

Languages

  • Ruby 46.4%
  • TypeScript 29.4%
  • JavaScript 14.3%
  • SCSS 6.5%
  • Haml 3.0%
  • Dockerfile 0.2%
  • Other 0.2%