Add optional owo.vg posting backend for 4chan#311
Closed
4cuck wants to merge 4 commits into
Closed
Conversation
Lets users choose between direct 4chan posting and posting through owo.vg, with Gold Pass login, reply-box options, native task captcha UI, and richer HTML error messages. Co-authored-by: Cursor <cursoragent@cursor.com>
Handle email_hcaptcha WebSocket prompts with an inline hCaptcha dialog, submit email task captchas as solve_email, and show longer status toasts during verify. Co-authored-by: Cursor <cursoragent@cursor.com>
Replace queued status toasts instead of stacking them, skip duplicate info/tag messages from server retries, and serialize WebSocket event handling so captcha prompts and notifications stay in order. Co-authored-by: Cursor <cursoragent@cursor.com>
Refresh repeated status tags instead of deduping them, send client pings every 20s to satisfy server keepalive, and hold a wakelock for the duration of posting so Android does not suspend mid email verify. Co-authored-by: Cursor <cursoragent@cursor.com>
Owner
|
No |
Author
|
67 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
email_hcaptchaprompts with an inline hCaptcha dialog.solve_emailinstead ofsolve, so all four verify stages can complete.Details
submitPost/ captcha handling through the selected backend.settings.g.dartupdated).web_socket_channeldependency for posting transport.Not included
Test plan