Cristian Le lecris
  • Joined on 2021-05-02
lecris commented on pull request fair/matrix-puppeteer-line#16 2021-06-06 21:15:17 -04:00
Missing invites

Ready

lecris pushed to encrypt-room at lecris/matrix-puppeteer-line 2021-06-06 21:11:04 -04:00
3286d7e6e2 Invite only on direct chat
9270761b20 Missing invite for bridgebot
9d1d6e379c Support LINE users with no discoverable ID
ec14b90711 Allow syncing pathless avatar images
14de373787 Startup fixes
Compare 24 commits »
lecris pushed to encrypt-room at lecris/matrix-puppeteer-line 2021-06-04 06:48:33 -04:00
6ac15333f8 Invite only on direct chat
lecris created pull request fair/matrix-puppeteer-line#16 2021-06-04 06:34:18 -04:00
Missing invites
lecris pushed to encrypt-room at lecris/matrix-puppeteer-line 2021-06-04 06:30:08 -04:00
92fd74afa2 Missing invite for bridgebot
47a0284e81 Safety null checks for avatars
b06e4532a1 Use real sender name ya dingus
8613ad1256 Support LINE users with no discoverable ID
3c5c8cd610 Allow syncing pathless avatar images
lecris commented on pull request fair/matrix-puppeteer-line#13 2021-06-03 21:09:10 -04:00
Systemd services

Should check github.com/matrix-org/synapse#9803 for seucrity hardening tips and tools like systemd-analyze security from [this…

lecris opened issue fair/matrix-puppeteer-line#15 2021-06-03 21:01:32 -04:00
mautrix rate limiting
lecris opened issue fair/matrix-puppeteer-line#14 2021-06-03 19:40:20 -04:00
Errors in sync stage block receiving new messages
lecris closed issue fair/matrix-puppeteer-line#9 2021-06-03 19:39:35 -04:00
During sync some messages are sent on user's behalf
lecris commented on issue fair/matrix-puppeteer-line#9 2021-06-03 19:39:34 -04:00
During sync some messages are sent on user's behalf

Seems to be resolved

lecris commented on pull request fair/matrix-puppeteer-line#13 2021-05-19 21:56:46 -04:00
Systemd services

Or better yet, the Python module itself can poll for a socket connection instead of erroring out on first failure.

That would indeed be preferred. A n time retry with a few seconds time-out…

lecris created pull request fair/matrix-puppeteer-line#13 2021-05-18 21:39:19 -04:00
WIP: Systemd services
lecris pushed to systemd at lecris/matrix-puppeteer-line 2021-05-18 21:11:24 -04:00
b5c6d5ea3f Initial Systemd services
lecris created repository lecris/matrix-puppeteer-line 2021-05-18 21:10:00 -04:00
lecris opened issue fair/matrix-puppeteer-line#9 2021-05-03 04:15:37 -04:00
During sync some messages are sent on user's behalf
lecris commented on issue fair/matrix-puppeteer-line#6 2021-05-03 03:01:36 -04:00
X server is needed?

I've confirmed that xvfb-run node src/main.js gets it working

lecris commented on issue fair/matrix-puppeteer-line#8 2021-05-03 02:55:46 -04:00
Unifying the executables

I'm thinking it will be a security concern down the line if another app would be able to access the raw chrome connection on the port/socket. It may not be a major risk, but it could be in the late…

lecris opened issue fair/matrix-puppeteer-line#8 2021-05-03 02:44:55 -04:00
Unifying the executables
lecris commented on issue fair/matrix-puppeteer-line#6 2021-05-03 02:40:09 -04:00
X server is needed?

Hmm, that's unfortunate. So until that's solved we'll use something like xvfb? Are there many adjustments needed to get that working?

lecris commented on issue fair/matrix-puppeteer-line#6 2021-05-03 02:30:58 -04:00
X server is needed?

Hmm, I see that chrome has built-in headless. Does it not work with extensions?