Difference between revisions of "2022/12/22"
Jump to navigation
Jump to search
(Created page with "{{page/date}} Today's coding project seems to have become a set of interrelated things: * fix Special:Invite so it can be used on MeW ** partly because I'm...") |
|||
Line 8: | Line 8: | ||
* Is it easy to intercept MediaWiki-generated emails and instead redirect them to other messaging protocols such as XMPP or fedi DM? | * Is it easy to intercept MediaWiki-generated emails and instead redirect them to other messaging protocols such as XMPP or fedi DM? | ||
** That way even users whose primary email is Gmail or Outlook could get accounts by using fedi DMs for server-generated comms, and I wouldn't have to solve the email-blocking issue quite so urgently. | ** That way even users whose primary email is Gmail or Outlook could get accounts by using fedi DMs for server-generated comms, and I wouldn't have to solve the email-blocking issue quite so urgently. | ||
** [[mwsite:Manual:Hooks/AlternateUserMailer|This]] seems like it may do what I need. |
Latest revision as of 17:54, 22 December 2022
Thursday, December 22, 2022 (#356)
|
|
|
Today's coding project seems to have become a set of interrelated things:
- fix Special:Invite so it can be used on MeW
- partly because I'm considering using that as a forum.
- and partly just because it should be easier for people to get access
- especially if they're on fedi, and not somehow blocked by TootCat
- add feature to Special:Invite to allow requesting an invite link (via fedi DM)
- Is it easy to intercept MediaWiki-generated emails and instead redirect them to other messaging protocols such as XMPP or fedi DM?
- That way even users whose primary email is Gmail or Outlook could get accounts by using fedi DMs for server-generated comms, and I wouldn't have to solve the email-blocking issue quite so urgently.
- This seems like it may do what I need.