d9c3b0f01b
Auto-login after auto-logout
...
Instead of only on bridge startup
2022-03-29 02:50:51 -04:00
e02c91c093
Support auto-login
2022-03-29 01:23:31 -04:00
77d63837bc
Update copyright
2022-03-28 15:00:36 -04:00
b6bf239e27
Fix incorrect command name in help
2021-10-15 00:15:45 -04:00
e4702d9d3e
When kicked out of LINE, post last known LINE dialog message
2021-10-14 23:56:33 -04:00
3887b1e296
Reply as soon as email+password credentials are received
2021-10-14 23:54:25 -04:00
dd87cd7366
Update some log messages
2021-10-14 20:48:10 -04:00
239b71702e
Add missing mention to smartphone LINE
2021-07-30 02:43:22 -04:00
39a691db35
Make bridgebot leave rooms when last member leaves
...
Most useful for leaving abandoned notice rooms
2021-07-30 01:50:32 -04:00
6e7de546cb
Clarify that a smartphone version of LINE is required
...
Only the smartphone version shows the verification code required for the
first login attempt...
2021-07-24 13:31:45 -04:00
d9e015d393
Forbid invalid joins
2021-07-23 02:45:31 -04:00
cd75cb0d35
Minor tweaks
2021-07-22 03:26:39 -04:00
a4a3d2862c
Implement "bridge.private_chat_portal_meta"
2021-07-22 03:26:12 -04:00
2fd18c7309
Add limit parameter to sync command
2021-07-22 03:25:19 -04:00
3868c19b71
Tighten up puppet DM invites
2021-07-22 03:20:58 -04:00
0dd2cf60b1
List contacts alphabetically
2021-07-22 03:16:20 -04:00
f39781cdcc
Sync non-recent groups by joining them
2021-07-21 21:28:12 -04:00
57c448e0c3
Contact syncing and invites
...
* Add ability to sync all LINE contacts, which is relevant because the
list of recent chats excludes users you haven't spoken to lately.
* Add bot command to list all contacts.
* Allow inviting a puppet to a DM to create a portal for that LINE user,
instead of having to wait for that user to message you first.
2021-07-19 04:10:10 -04:00
975e9c5369
Wait for open connection on startup
2021-07-07 02:22:12 -04:00
e0f21ed824
Don't error on member leave if puppet left already
2021-07-05 18:51:29 -04:00
9e739e9908
Track LINE user joins and leaves
...
Also try to improve accuracy of message dates, and matching user names
to their proper ID & avatar
2021-07-05 02:37:14 -04:00
09cea5b43c
Make puppets leave instead of kicking them
2021-07-03 18:24:09 -04:00
c4be4d79ed
Proper usage of asyncio exceptions
...
They belong to the asyncio package, not asyncio.exceptions.
Also remove an unused Tuple import
2021-07-03 12:49:21 -04:00
0672d41431
Update participants in DMs again
...
Needed to kick own puppet when double-puppeting is re-enabled
2021-07-03 12:43:34 -04:00
120e4e11f7
Lower minimum required Python version to 3.7
...
Just use Dict instead of TypedDict
2021-07-03 03:11:15 -04:00
70061a560f
Update default avatar
2021-07-02 14:10:35 -04:00
914d77a24b
Tweak database upgrade code style
2021-07-02 14:04:53 -04:00
1fddc563e2
Avoid conflicting actions during sync
...
More is likely need for this to work well
2021-07-02 14:04:53 -04:00
8c2c0126c9
Sync, store, and poll for incoming read receipts
2021-07-02 14:04:52 -04:00
c124b4c49e
Replace str.removeprefix
...
to avoid having to bump Python version to 3.9
2021-06-18 00:38:45 -04:00
2c026939c3
Minor formatting fixes
2021-06-17 23:59:25 -04:00
40a48d12a2
Don't view groups/rooms when possible, via MSC2409
...
Use the sidebar to sync non-DM messages, just like what's done for DM
messages.
However, since sidebar messages don't say who sent a message, this
requires scanning read receipts with MSC2409: when a non-DM sidebar
message is seen, the bridge bot sends that message. Only when that
placeholder is viewed in Matrix does Puppeteer actually view the non-DM
chat to find who really sent the message. Then the bridgebot redacts its
message, and the message gets re-sent by the puppet of the LINE user who
really sent it.
2021-06-17 23:32:45 -04:00
1ae30bcf1b
Use read receipts to know when to sync media
...
Instead of having to view a LINE chat when a media message is sent, send
a placeholder message that gets replaced with the actual media when it's
viewed in Matrix.
2021-06-17 00:42:06 -04:00
a3e7caac27
Merge branch 'master' into better-receipts-msc2409
2021-06-16 22:14:26 -04:00
555b19c289
Always use LINE puppet for own messages
...
...that are sent from another client.
Also look up the profile data for the user's LINE account on sync,
including at startup, so that there's always a puppet available.
2021-06-15 02:55:55 -04:00
8fb0e2a101
Add missing await
...
And a safer null check
2021-06-14 01:53:26 -04:00
33ca6223c5
Use MSC2409 to send outgoing read receipts
...
When a message is viewed in Matrix, make Puppeteer view its LINE chat
2021-06-11 02:53:30 -04:00
85dc7a842e
Don't view LINE DMs whenever possible
...
Use the sidebar to sync DM messages instead of visiting the DM itself,
so as to not make LINE (and your contact) think you really read the DM.
This cannot be done for non-text messages (which are not previwable in
the sidebar) and non-DM chats (whose sidebar messages don't say who sent
a message).
2021-06-10 02:54:12 -04:00
1cf840e3d9
maunium -> miscworks
2021-06-10 02:51:23 -04:00
02cc6ce0e4
Add missing await
2021-06-10 02:19:24 -04:00
d8b209b04f
Send delivery receipts for double-puppeted messages
2021-06-10 02:19:12 -04:00
c5eea7b50b
Fix crash when logging in after a forced logout
...
Also tidy up bridge notices during the login flow
2021-06-08 00:24:00 -04:00
3286d7e6e2
Invite only on direct chat
2021-06-07 10:05:36 +09:00
9270761b20
Missing invite for bridgebot
...
Most evident at room creation, but more might need to be added
2021-06-07 10:05:36 +09:00
9d1d6e379c
Support LINE users with no discoverable ID
...
AKA "strangers". Should only happen to non-friends in rooms (not groups!)
2021-06-06 18:24:44 -04:00
ec14b90711
Allow syncing pathless avatar images
...
But only if a path wasn't yet found for that image
2021-06-06 18:24:42 -04:00
54507f8aaf
Catch getting logged out
...
Happens when logging into Line on Chrome somewhere else
2021-06-06 18:24:34 -04:00
34ea2021ec
Attempt to respect bridge.initial_conversation_sync
...
But probably doing it wrong
2021-06-06 18:21:32 -04:00
27fda19567
Allow enabling encryption after room creation
...
Also forbid reactions
2021-06-06 18:20:17 -04:00
11ba99e17b
Fix mistake in receipt sending
...
And possible mistake in member kicking
2021-06-06 18:19:36 -04:00