Commit Graph

184 Commits

Author SHA1 Message Date
09e8ceb96c Update version
And from now on, DB table updates require a new revision!
2022-04-11 00:40:10 -04:00
3213ac028c Correct minimum Python version in setup instructions 2022-04-11 00:39:39 -04:00
c28a58e175 Add systemd setup instructions 2022-04-11 00:11:37 -04:00
0b23efd43a Remove incomplete web-based login for now 2022-04-11 00:02:12 -04:00
68e2f70371 Remove incomplete inbound reaction handlers for now 2022-04-11 00:02:12 -04:00
9a33f3dcf2 Use More/LessSettings instead of profile on login; add whoami command 2022-04-11 00:02:12 -04:00
370865c2c1 Silently handle inbound "feed" messages
They seem to be pure metadata, so don't post them as messages
2022-04-10 05:07:41 -04:00
87b41fbdcc Make another missing inbound property optional 2022-04-10 04:57:50 -04:00
e2c24c3ac5 Add missing parameter 2022-04-10 04:57:50 -04:00
69d21bdb4e Update roadmap 2022-04-10 04:57:50 -04:00
c9189d17cf Inbound channel/user join/leave 2022-04-10 04:57:50 -04:00
4a68796fdf Outbound read receipts 2022-04-10 04:38:25 -04:00
109e9bcc67 For outgoing messages, raise error if disconnected 2022-04-10 04:38:25 -04:00
7b96687dae Inbound read receipts
But not while backfilling
2022-04-10 04:38:25 -04:00
4c205104a9 Inbound profile changes 2022-04-10 02:23:50 -04:00
cf83e86e78 Check that relay users are connected 2022-04-10 02:21:00 -04:00
a7a3ab694e Semicolons & commas 2022-04-10 02:19:59 -04:00
2aace35962 Add listener for inbound client errors 2022-04-10 02:18:53 -04:00
861e3ff30d Update roadmap 2022-04-09 04:14:02 -04:00
297697973f Catch a possible non-cancel exception when terminating Node module 2022-04-09 04:14:02 -04:00
61d9a60704 Outgoing message redactions 2022-04-09 04:14:02 -04:00
01a89508f6 Remove outbound typing listeners
Since KakaoTalk doesn't support typing notifications
2022-04-09 04:14:02 -04:00
60b115bd38 Rename remote->kakaotalk and message->chat 2022-04-09 04:04:10 -04:00
f7d889486a Inbound message deletion/hiding
Treating hiding as equivalent to deletion
2022-04-09 04:04:10 -04:00
075bf3e60f Better tracking of client event handlers 2022-04-09 04:04:10 -04:00
aee66976f6 Style improvements in client.js 2022-04-08 19:01:32 -04:00
a22fe2630f Update roadmap 2022-04-08 05:22:35 -04:00
e94c598e3b Force-disable web-based login until it is implemented 2022-04-08 05:16:12 -04:00
37c983ce0b Don't allow having two node modules use the same socket 2022-04-08 05:15:06 -04:00
3abb296109 Sync channels from most to least recently updated 2022-04-08 05:06:09 -04:00
cf9fbc6d57 Make some more missing inbound properties optional 2022-04-08 05:05:39 -04:00
8ac16e00fc Handle disconnections from the node module
Make the bridge module auto-reconnect to the node module in case the
latter ever crashes (or is started after the bridge module).

Also work towards more holistic auto-reconnect logic in general.
2022-04-08 05:04:46 -04:00
d452735691 Set body of media replies to what official client sets them to 2022-04-06 14:57:06 -04:00
ae9fd46bc8 Outgoing replies to replies 2022-04-06 14:33:01 -04:00
f682edb719 Add missing argument 2022-04-06 14:16:12 -04:00
26d212fd45 Format & put mentions in reply targets 2022-04-06 14:11:15 -04:00
84e6a5829d Outgoing mentions 2022-04-06 12:49:23 -04:00
6867e6b349 Incoming mentions 2022-04-05 18:21:35 -04:00
2b9c59a2af Outbound replies 2022-04-05 15:44:02 -04:00
3ced968494 Inbound replies (and some kwarg cleanup) 2022-04-05 02:44:03 -04:00
ce5006269f Make some missing inbound properties optional 2022-04-05 02:12:51 -04:00
b51ce9bc96 Don't re-add inbound listeners on every reconnect/sync 2022-04-05 02:05:43 -04:00
ada6a56135 Add missing __init__.py 2022-04-05 01:09:28 -04:00
3dc1f2612e Minor improvements 2022-04-05 00:59:22 -04:00
d9adfe1550 Send fallback warning message for unsupported inbound message types 2022-04-05 00:54:21 -04:00
cc5f3f13c3 Fix uploading portal avatars 2022-04-04 20:13:20 -04:00
a9633118c5 Allow syncing (existing) direct chat channel by inviting puppet to DM 2022-04-04 20:07:30 -04:00
3900e666ff Update mautrix-python & copy latest goodies from mautrix-facebook 2022-04-02 23:16:53 -04:00
c8803bc8cc Minor cleanups 2022-04-01 05:11:47 -04:00
59ea91519a Split state into "logged in" and "connected"
Logged in = have (supposedly valid) session tokens
Connected = have an active TalkClient session
2022-04-01 05:11:46 -04:00