kitsune icon indicating copy to clipboard operation
kitsune copied to clipboard

🦊 (fast) ActivityPub-federated microblogging

Results 102 kitsune issues
Sort by recently updated
recently updated
newest added

Related: #366, #418 [Willow](https://willowprotocol.org) presents a private, local-first alternative to the ‘middle ([and muddled](https://privacy.thenexus.today/unsafe-by-design-and-unsafe-by-default/)) way’ of ActivityPub’s ‘federated towns’ and Bluesky’s ‘big network’. [Iroh](https://github.com/n0-computer/iroh) is implementing Willow: https://github.com/n0-computer/iroh/pull/2231 It could...

enhancement

It's less complex, has less feature flags, and features integrated pooling (which allows us to get rid of `multiplex-pool`), and has a simple interface for clustering. Seems like an all-round...

Should make things faster and hopefully more maintainable through simpler APIs. Also SvelteKit is a nice DX improvement over raw Vue (and Nuxt). Closes #443

**Is your feature request related to a problem? Please describe.** Kitsune isn't especially fast to compile at the moment. I'm working on trying to improve that but for now it's...

enhancement

Part of #418 Rough outline: - [x] Create a separate key table to store the keys and their IDs and references to an account that owns them - [x] Move...

**Is your feature request related to a problem? Please describe.** Kitsune right now is dependent on Redis even though it really doesn't need to be. All of its functionality can...

enhancement

So, Kitsune right now is pretty intertwined with ActivityPub and Webfinger. Kinda makes sense since it started out by being built around those standards, but I think we can do...

enhancement
help wanted

There’s an active effort to make the ActivityPub and atproto protocols minimally interoperable. While this shouldn’t be a primary concern of Kitsune, there might be overlap here with features such...