Commit Graph

34 Commits

Author SHA1 Message Date
79fe8748b1 Minor style changes 2022-05-10 21:43:26 -04:00
fbd3d514e3 Reformat output of "whoami" command
Also print user pill for easily creating a MemoChat
2022-05-10 21:43:26 -04:00
53d3170c04 Fixes to leaves and DM creation
Fixes -203 error for MemoChats, and automatically retries channel
creation when it fails the first time
2022-05-10 21:43:26 -04:00
54c772d3ac "login" command: Don't delete saved password when using it 2022-05-09 03:31:14 -04:00
b8b451b751 Validate arguments passed to "login" command 2022-05-09 03:31:14 -04:00
c90f86849e Move core of "leave" command into Portal method 2022-05-09 03:31:14 -04:00
5b16694f78 Add some command aliases 2022-05-09 03:31:14 -04:00
37101f42c1 Friend cmds: Use same mention formatting as outbound message formatter 2022-05-09 03:31:14 -04:00
095641fe08 Fix forced login 2022-05-06 18:28:22 -04:00
dcf17fd40a Awaitable and mark_read for account/friend management commands 2022-05-06 02:49:49 -04:00
faf174c226 Move "whoami" command to Account Management section 2022-05-06 02:47:42 -04:00
dfdd98da96 KakaoTalk ID management from Matrix
Add commands to set ID and make it searchable/hidden.
Also don't print stack traces of ProtocolErrors.
2022-05-06 02:47:42 -04:00
b994ca65ee Allow adding/removing KakaoTalk friends from Matrix 2022-05-06 00:57:01 -04:00
5ae5970ef0 Let "sync" command override resync_max_disconnected_time 2022-05-05 03:28:44 -04:00
6a828eb0b3 Clarify that --save stores passwords 2022-05-05 03:04:03 -04:00
e44536f9f2 Allow login flow to be more like the official PC client 2022-05-05 03:04:03 -04:00
6623dd46c0 Assorted minor fixes 2022-05-02 03:13:18 -04:00
e35082bbea Improve "whoami", especially for users with no KakaoTalk ID
Also show whether the KakaoTalk ID is searchable or not
2022-05-02 02:52:55 -04:00
d0dc921fd4 Add missing return on "whoami" error 2022-05-02 02:23:15 -04:00
cf4f40efa2 Command for outbound leaves 2022-04-28 03:26:08 -04:00
e952c05d35 Many fixes thanks to mypy
Also add some missing license headers
2022-04-28 03:26:08 -04:00
2143282195 Actually check connection during ping command 2022-04-28 03:26:08 -04:00
0b23efd43a Remove incomplete web-based login 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
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
e099886eb1 Minor style changes 2022-03-23 03:15:02 -04:00
2d9ae53d89 Add command for listing friends 2022-03-23 03:09:30 -04:00
60c47e5a20 Improved syncing, cleanups 2022-03-18 03:52:55 -04:00
c48952a9fa Show error on startup/sync failure 2022-03-11 03:40:20 -05:00
f8a50f1201 Mark long commands as read 2022-03-09 02:29:43 -05:00
0c9550841c Puppets and backfilling 2022-03-09 02:29:43 -05:00
bb3d7057b3 Implement logging out from the bridge
But there is no API for logging out of KakaoTalk
2022-03-06 03:23:05 -05:00
b57c74eeb6 Initial commit 2022-02-25 02:22:50 -05:00