#[tantek]I have never used (posted) URLs with userinfo "@" and am very close to cutting that out of my regex to simplify it
#angelotantek can you give an example of a @-url-with-path ?
[KevinMarks] joined the channel
#[KevinMarks]I haven't touched that regex for a bit (I copied it into the Python version a while back) but are you close to the point where an explicit list of tlds is clearer than the compressed 2 letter combos?
#[tantek]angelo, @-url-with-path is for folks who want to use @ for their silo profile URL, e.g. @instagram.com/tantek
#[tantek]note that the that post completely omits userinfo
#[tantek]"Note: _username_ & _password_ were omitted for simplification (and you shouldn't be using http-auth anyway); _params_ omitted because it's obsolete."
#[tantek]I knew that even in 2011 that basicauth--
#aaronpk[Joe_Crawford]: no it's definitely still part of URLs, and browsers changed from visiting the page immediately to showing a prompt first, but it still workss
#[Joe_Crawford]!!! I didn't know that. I've not tried it in a long time. Probably with FTP.
#[tantek]ok regex refactoring and update done to match what I want to match, and it got shorter 🙂
#[tantek](thanks to dropping the deprecated userinfo matching bits)
#[tantek]now the matching code update since I simplified what gets matched to make all the combinations of @ and @-@ "work"
burley, gRegor, gRegorLove_, burley_ and jacky joined the channel
#[tantek]got it working. In addition to more thorough @-@ support, @-domain now also supports domains with hyphens (previous version broke), and @-@-s with domains with non-ASCII characters in them like https://loðfíll.is/@briansuda
burley, bterry, box464, [Al_Abut], jacky, [dominik], gRegorLove_, gRegor, [jeremycherfas], [Paul_Robert_Ll], [Murray], [lcs], [kimberlyhirsh], Guest6, AramZS and to2ds joined the channel
#to2ds🤯 When you finallly discover link header is a "thing" and not just there for decoration.
[schmarty] joined the channel
#[tantek]Just realized that Slack (iOS mobile app at least) auto-links @-@-mentions too! (Like the briansuda example above)
#[tantek]I mean it's consistent with how Slack does other auto-linking like if I type a plain domain, slack links it and the logs see a fully qualified URL. I was just surprised that they had @-@ autolinking built in!
jacky, burley, mahboubine, sivoais and gRegor joined the channel
#gRegorI think the last one I got from BF was a follow on 3/2
#gRegor[tantek], yeah there was a confusing moment in the logs yesterday where you were talking about autolinking not working for "tantek.com" but it showed up as "http://tantek.com". I was confused until I remembered Slack adds the scheme :)
#[tantek]indeed and this is now my use-case for "@" for any scheme-less URL
#[tantek]btw if anyone sees any linking "weirdness" on my home page or post permalinks, please LMK ASAP!
#[tantek]I *think* everything is working with my autolinker update (zero regressions so far, and all new features functioning as expected), however I realize it's always easy to miss something
burley and jjuran joined the channel
#gRegorsnarfed, webmentions for my posts today are coming in though, so maybe a temporary glitch