mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 19:52:26 -05:00
[chore] Rewrite all remaining Github links
This commit is contained in:
parent
5bfccdad3c
commit
93c3c153f0
67 changed files with 134 additions and 140 deletions
|
|
@ -95,7 +95,7 @@ todo
|
|||
|
||||
### Friendica
|
||||
|
||||
Unsure: Friendica and GoToSocial still don't federate properly with one another (https://github.com/superseriousbusiness/gotosocial/issues/169) so it's hard to test this.
|
||||
Unsure: Friendica and GoToSocial still don't federate properly with one another (https://codeberg.org/superseriousbusiness/gotosocial/issues/169) so it's hard to test this.
|
||||
|
||||
## What should GoToSocial do?
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ GoToSocial
|
|||
|
||||
> Website / wiki
|
||||
|
||||
https://github.com/superseriousbusiness/gotosocial / https://docs.gotosocial.org
|
||||
https://codeberg.org/superseriousbusiness/gotosocial / https://docs.gotosocial.org
|
||||
|
||||
> Abstract: Can you explain the whole project and its expected outcome(s). (you have 1200 characters)
|
||||
|
||||
|
|
@ -87,8 +87,8 @@ Thirdly, we want to make GtS as customizable as possible by allowing admins to e
|
|||
|
||||
The main technical challenges we foresee on the project are:
|
||||
|
||||
1. Ensuring compatibility with other AP servers (see here: https://github.com/superseriousbusiness/gotosocial/projects/4).
|
||||
2. Ensuring compatibility with clients that use the Mastodon API (see here: https://github.com/superseriousbusiness/gotosocial/projects/5).
|
||||
1. Ensuring compatibility with other AP servers (see here: https://codeberg.org/superseriousbusiness/gotosocial/projects/4).
|
||||
2. Ensuring compatibility with clients that use the Mastodon API (see here: https://codeberg.org/superseriousbusiness/gotosocial/projects/5).
|
||||
3. Designing nuanced federation safety features that allow instance admins to screen federation without totally breaking it. This will require careful design discussions and lots of testing.
|
||||
4. Implementing our own open-source http signature library with a reference implementation of the latest draft of the http signature proposal: https://httpwg.org/http-extensions/draft-ietf-httpbis-message-signatures.html.
|
||||
5. Writing + maintaining our own extensions to the AP protocol (see below).
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ GoToSocial
|
|||
|
||||
> Website / wiki
|
||||
|
||||
https://github.com/superseriousbusiness/gotosocial / https://docs.gotosocial.org
|
||||
https://codeberg.org/superseriousbusiness/gotosocial / https://docs.gotosocial.org
|
||||
|
||||
> Abstract: Can you explain the whole project and its expected outcome(s). (you have 1200 characters)
|
||||
|
||||
|
|
@ -83,8 +83,8 @@ Thirdly, we want to make GtS as customizable as possible by allowing admins to e
|
|||
|
||||
The main technical challenges we foresee on the project are:
|
||||
|
||||
1. Ensuring compatibility with other AP servers (see here: https://github.com/superseriousbusiness/gotosocial/projects/4).
|
||||
2. Ensuring compatibility with clients that use the Mastodon API (see here: https://github.com/superseriousbusiness/gotosocial/projects/5).
|
||||
1. Ensuring compatibility with other AP servers (see here: https://codeberg.org/superseriousbusiness/gotosocial/projects/4).
|
||||
2. Ensuring compatibility with clients that use the Mastodon API (see here: https://codeberg.org/superseriousbusiness/gotosocial/projects/5).
|
||||
3. Designing nuanced federation safety features that allow instance admins to screen federation without totally breaking it. This will require careful design discussions and lots of testing.
|
||||
4. Implementing our own open-source http signature library with a reference implementation of the latest draft of the http signature proposal: https://httpwg.org/http-extensions/draft-ietf-httpbis-message-signatures.html.
|
||||
5. Writing + maintaining our own extensions to the AP protocol (see below).
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ GoToSocial
|
|||
|
||||
> Website / wiki
|
||||
|
||||
https://github.com/superseriousbusiness/gotosocial / https://docs.gotosocial.org
|
||||
https://codeberg.org/superseriousbusiness/gotosocial / https://docs.gotosocial.org
|
||||
|
||||
> Abstract: Can you explain the whole project and its expected outcome(s). (you have 1200 characters)
|
||||
|
||||
|
|
@ -106,13 +106,13 @@ Other technical challenges we will (continue to) address in the near future are
|
|||
Much of the work we do involves debugging and solving interoperability issues with other federated softwares, which requires keeping communication channels open with the maintainers of those, and figuring out who needs to change what in order for the issue to be resolved. We've done that a lot over the last year or so:
|
||||
|
||||
- Fixed interop with Bandwagon: https://github.com/EmissarySocial/bandwagon/issues/152
|
||||
- Fixed interop with Iceshrimp: https://github.com/superseriousbusiness/gotosocial/issues/1947
|
||||
- Coordinated interop with Mastodon: https://github.com/superseriousbusiness/gotosocial/pull/3703
|
||||
- Fixed federation with Gancio: https://github.com/superseriousbusiness/gotosocial/issues/3875
|
||||
- Fixed interop with Iceshrimp: https://codeberg.org/superseriousbusiness/gotosocial/issues/1947
|
||||
- Coordinated interop with Mastodon: https://codeberg.org/superseriousbusiness/gotosocial/pulls/3703
|
||||
- Fixed federation with Gancio: https://codeberg.org/superseriousbusiness/gotosocial/issues/3875
|
||||
- Alerted Pixelfed of AP serialization issues: https://github.com/pixelfed/pixelfed/issues/5642
|
||||
- Cajoled Bluesky into adding user-agent headers: https://github.com/bluesky-social/atproto/issues/3504
|
||||
- Help out Writefreely with http signature request issues: https://github.com/writefreely/writefreely/issues/661#issuecomment-1951367449
|
||||
- Debug federation with Lemmy along with one of the Lemmy devs: https://github.com/superseriousbusiness/gotosocial/issues/2697
|
||||
- Debug federation with Lemmy along with one of the Lemmy devs: https://codeberg.org/superseriousbusiness/gotosocial/issues/2697
|
||||
|
||||
For GoToSocial-specific extensions to ActivityPub, we've also diligently documented what we've done so far, and exposed a GoToSocial namespace so that remote softwares can easily incorporate GtS extensions if they want to: https://docs.gotosocial.org/en/latest/federation/interaction_policy/, https://gotosocial.org/ns.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue