2021-09-11 UTC
# 00:56 wagle any plugs for multisite smtp plugin solution that dont suddenly want to gouge $250/yr for omnibus's
Tirezias[d], jamietanna and [grantcodes] joined the channel
# 19:02 GWG I thought I did, but I might miss it occasionally.
# 19:06 GWG The bookmark one, I will have to look at. The side effects of the split markup between with and without Post Kinds
# 19:06 GWG Might be time to do some Micropub bug squashing before I work on another project
# 19:19 GWG Good point. Probably a bunch of little things I can do.
# 19:19 GWG I'll make that my next fixer upper
# 19:19 GWG Reread the code and see what other opportunities are outstanding
# 19:20 GWG I just started experimenting with wordpress capabilities.
# 19:20 sknebel If they have feeds aaronpk might be able to rig up notifications in here
# 19:23 GWG [snarfed]: That's strange. On mine I get a 403
# 19:23 GWG Are you sure it is active on the site in question?
# 19:24 [snarfed] yup, getting the same error on two different sites. may well be user error though
# 19:26 GWG I'll look into it, but no reason why it shouldn't be activating.
# 19:28 GWG [snarfed]: It should respond to a GET. Just reject due auth
# 19:29 GWG [snarfed]: I checked your main site, it isn't there
# 19:30 [snarfed] oh yeah I don't advertise for discovery, but the plugin is installed
# 19:30 [snarfed] btw I don't have the IndieAuth plugin installed, and it complains, but it used to work anyway
# 19:31 GWG [snarfed]: When aaronpk commented he really wanted to shut down indieauth.com.
# 19:31 [snarfed] oh sure but there are plenty of other options that aren't the plugin
# 19:31 GWG The ability to use indieauth.com or another external token endpoint is in IndieAuth, disabled behind a flag
# 19:31 GWG So you can still do it. It was just easier not to have two codebases.
# 19:32 GWG define( 'INDIEAUTH_REMOTE_MODE', 1 );
# 19:33 GWG It's mentioned in the changelog in version 3.5.0, but as of now, yes
# 19:34 GWG I said I'd document it when I had a non-Indieauth example to add.
# 19:34 GWG I didn't want to steer people toward that site specifically
# 19:34 GWG I suppose I should look at other options.
# 19:36 GWG [snarfed]: Not pushing, but someday I may convince you to try the local endpoint. I've given it a lot of love.
# 19:37 GWG [snarfed]: I was going to dive into Yarns Microsub. Jack Jamieson is building his life in Japan, and I wanted to see if I could get it to the point I'd use it myself. It isn't quite there yet.
# 19:37 GWG But Micropub support comes first.
# 19:43 [snarfed] GWG is that 404 the error I'd get if I didn't have the IndieAuth plugin installed? I tried setting that flag, but got same error
# 19:44 GWG [snarfed]: Yes. The flag is in the IndieAuth plugin, not the Microub plugin.
# 19:44 GWG So, you would have to have IndieAuth installed and active for Micropub to work now.
# 19:44 GWG But you can disable the local endpoint.
# 19:46 [snarfed] the expiration setting, "Set the Number of Seconds An IndieAuth Tokens Will Expire In (Default is Two Weeks). 0 to Disable." does Disable mean disable expiration? or disable...tokens?
# 19:46 GWG Making a note to fix the message.
# 19:49 GWG [snarfed]: The update to the spec discussed last month recommends expiring/refresh tokens, but doesn't mandate them. Also, I have a renew option
# 21:36 [snarfed] GWG I'm back at this, now getting 401 User Not Found on this Site
# 21:37 [snarfed] yes, i think? i don't have any special multi-user plugin. i'll check that there's only one existing user
# 21:37 GWG There's a common issue that I need to redesign, did you set the default user for the site in the settings for the IndieAuth plugin?
# 21:38 GWG It's been a while since I tested the remote feature
# 21:38 GWG It just tells the site which user represents the root
# 21:39 GWG But it's been pointed out I should default it for single users
# 21:41 GWG [snarfed]: I suppose I could have broken something since the last time I tested that feature. I made sure it worked before I disabled it
# 21:41 Loqi unittests has 1 karma over the last year
# 21:41 Loqi testing has 1 karma in this channel over the last year (2 in all channels)
# 21:41 Loqi manualtesting has -1 karma over the last year
# 21:41 GWG I'll do some testing to see what's going on. I do test the feature that maps users to URLs with unit tests
# 21:45 GWG [snarfed]: If you use the IndieAuth plugin with local mode, you can get a token in the admin
# 21:46 [snarfed] I'm on localhost. do I need to enable this local mode separately?
chee joined the channel
# 21:53 Loqi [GWG] My next step is to add the ability to IndieAuth to generate a token so I can do command-line testing.
# 21:53 GWG [snarfed]: I am talking about the built in endpoint.
# 21:54 GWG I never built a get a remote token
# 21:57 GWG Go to the User->Manage Token page
# 21:58 GWG It's probably worth seeing if I broke something
# 22:00 GWG But I think you'll like the built in
# 22:01 GWG In 2018, it had the editor's seal of approval
# 22:02 GWG I welcome your feedback. You've already given me something to think on
# 22:20 [snarfed] woo, using a token from that page worked! at least locally. thank you GWG