dgw
dgw
OK, I'm going to push some fixups even though I know GH won't be able to build them because of the merge conflict. Don't really want to rebase and possibly...
On the surface, this sounds like it should be an issue under YOURLS/YOURLS. But it doesn't really fit in there, because this is "[possible with a plugin](https://yourls.org/docs/guide/extend/possible-with-a-plugin)". In fact, there...
I don't see this saving much in the way of data transfer since most of each YOURLS release .zip is in the GeoIP database. Recent "patch" archives are ~4 MB,...
> The savings aren't in terms of archive size (that's outdated now thanks to fast connections), but in the number of files you have to upload via FTP. You often...
I don't understand the dependency on `reply`, maybe because the examples don't include the reply tag. Is this to control notifications from messages that are replying to a specific message...
Wrote an actual description as an edit. Lost the first copy on my tablet because this issue opened as a flyover pane without "you have unsaved changes" protection, but the...
I got back to this, finally. Then got sidetracked by writing up a new issue while testing out review tweaks, but it's done now. 😅
I've never seen a `local://` URL before, but custom protocols are plugin territory: https://github.com/YOURLS/custom-protocol (And also, this _is_ a "personal support request", despite you checking the box that it isn't.)
Thanks for taking [my investigation](https://github.com/orgs/YOURLS/discussions/3777#discussioncomment-9898863) and turning it into a real issue. I agree that this is a bug, ~~because the shorturl keyword appears to be sanitized as if it...
I've investigated further, and found a new focus: `yourls_esc_url()`. My earlier thoughts about `yourls_sanitize_keyword()` have been struck through, as they were proved wrong. For illustrative purposes, the test script I...