-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relay support #686
base: main
Are you sure you want to change the base?
Relay support #686
Conversation
alphatownsman
commented
Jan 2, 2024
- Admin UI to subscribe/unsubscribe from relay server (use inbox mode)
- Fan out public posts to active relay servers
4bf9ed5
to
32200e5
Compare
@andrewgodwin any suggestion to get this merged? |
Well the problem is that we've now reached my cutoff time for keeping working on the project if nobody turns up to help full time, so there is a chance this may never get merged. It'll definitely have to wait at least until there's another maintainer who can help review it, sadly :( |
Given the vibe of relay discussion, this seems like a surprisingly small change? Does this cover inbound, outbound, and handshaking? Are there any documents describing the relay protocol? |
@AstraLuma yes it should cover all relay functions. There are some fundamental protocol issues we discussed previously preventing it from working with certain relays and peer servers, like the infamous as:Public issue, but i think we should track that in different PR. I have been running this no problem on my own server for two weeks, the only issues are very occasionally some less known server implementations may send some weird message json breaking Post parser but thats not relay issues and should be fixed separately. There are some doc in #641 |
Ok, thanks. I'm going to take some time to go over this carefully because the state machines smell of fiddly and precise. |