#gRegorLoveAnyone have experience with setting up automatic email forwarding, something a la sneakemail.com ? I'd like to give out unique addresses for different sites, but one one of my own domains, not theirs.
#gRegorLoveAddresses which I can then turn off if they get out to spammers
#GWGI'm trying to clean up my frankenstein merging of Barnaby's mf2-cleaner, pfefferle's Semantic Linkbacks parsing code, and some recent additions I took from aaronpk's x-ray code into a nice simpler mf2 helper.
#gRegorLovemiklb: That's sort of what I'm wanting. Do you set up each address manually though? Have certain software handling it automatically? Or?
#miklbwhen I read one of the notes, you also had to have a plugin that could execute php in a post, which is always a bad idea, but still worth updating
#snarfedgRegorLove: i suspect you actually want fully automated. i've been doing this for >15y, i've easily used >1k *@ryanb.org addresses, one per site/service. no way in hell i would have made each of those manually.
#snarfed(and spam filters are very good. let them do their job. :P)
#snarfedGWG: yes, bridgy-[silo]-content still adds permalink
#techlifewebYou said the bridgy publish "This is now supported by filter in the new version." for custom post types. I'm not sure what you mean by "filter" were do I set this?
#GWGtechlifeweb: You'd have to set it in code. There is no user interface for it. I could give you a line.
#techlifewebI've been using WP for my Indieweb stuff for quite awhile. It works well.
#techlifewebI was checking Known because it is a nice UI and seemed quicker for twitter favorites and reposts
#techlifewebthat is until I looked at how they look on my site, which is not good
#techlifewebseems silly but I can't figure out how to do a simple u-like-of in Known. I mean, with out the Reactions plugin.
#tantektechlifeweb, pretty sure Known has Micropub support by default, so you can use Quill to post likes to Known
#techlifewebtantek: ah...it does have micropub. Hadnt thought of that approach. Thanks
#techlifewebThat didn't work. Well, it did but you need the reactions plugin or so it seems (Quill gave me an error when I turned it off) and the Reactions plugin is broken at the moment. At least it is on new installs of Known.
mlncn, DanC, KevinMarks, jeremycherfas, davidmead, danohu, jeremycherfas_, miklb and tantek joined the channel
#GWGSo, my code now returns in jf2 format among other improvements. And I can parse a lot more h-cards. Oddly enough, not my own, but I think that's my fault.
wolftune, jeremycherfas, Pierre-O and begriffs joined the channel
#GWGWhen snarfed changed the inputs on micropub, I had to do some quick patch work so it could be read by Post Kinds. So, this is the second part where I actually start parsing and storing things in a better fashion.
#aaronpksl007: neat. i don't know if "extension" is the right word, it's just one more authentication provider
#sl007Yes, think so too. What would be the best plugin to recommend for Windows ? Just btw : https://keybase.io/kbpgp let's u sign without plugins - but not sure if fine …
#aaronpkno idea what's a good windows tool. keybase is a fine solution tho
#miklbpart of my fails in past was that WP was using post Ids twice, so bridgy was kicking back posts due to same slug. I advanced the post id table to a point where conflicts wouldn't happen. Cruft from importing/migrating I assumed