Brainstorming URL-fetch preprocessing
Investigating user-agent restrictions
Self-closing this issue as it's more of a "here's a log of what I found" than an actual outstanding issue.
Investigating user-agent restrictions
Investigating user-agent restrictions
IRC: split on word if possible, + flush
Just noticed Forgejo is giving us a warning on the command-line instructions: "The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as…
IRC: split on word if possible, + flush
Added one more tweak: we don't want split_at to be 0 under any circumstances, so stop searching for space at 1. Stops an extremely unlikely loop when we're sending a message that starts with a…
IRC: split on word if possible, + flush