It looks like WordPress org doesn’t use ALPN…

It looks like WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ doesn’t use ALPN for negotiating the connection encryption. Chrome is dropping support for NPN next month, so it’d be nice if we could upgrade before then.

#nginx

Allowing WordCamp.org SMTP

The Community Team is discussing e-mail options for WordCamp organizing teams, and one of the potential solutions is to allow SMTP traffic from outside the network. If that was done, then the teams could send out mail from city@wordcamp.org accounts, rather than having to setup a Gmail account that messages get forwarded to, and sending mail from that.

I don’t know why SMTP is currently blocked, though, so I wanted to find out if allowing that traffic is an option or not.

#email, #smtp, #wordcamp-org

Hello Can I please have the mysqldump cli…

Hello! Can I please have the mysqldump cli tool installed on my sandbox?

I’d like to dump some data from translate.w.org so I can do some testing regarding performance.

“Some data” are following tables:

  • translate_translations
  • translate_originals
  • translate_projects
  • translate_translation_sets

And performance is regards this issue: https://github.com/GlotPress/GlotPress-WP/issues/376. I want to find out which current or new indexes will help to lower the execution time of queries.

Thanks!