f32d3f1668
Redacting login args immediately
continuous-integration/drone/push Build is passing
2023-09-15 14:57:55 -05:00
Sumner Evans
715107f5a2
treewide: upgrading to latest mautrix standards
...
Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-10-21 16:06:39 -05:00
Sumner Evans
e843faf9b4
imports: fix import orders
...
Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-10-21 16:06:39 -05:00
Sumner Evans
4d37d06c58
module: change path to github.com/beeper/groupme
...
Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-10-21 16:06:39 -05:00
Sumner Evans
07d2cae5b2
pre-commit: add configuration and did some cleanup
...
Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-10-21 16:06:39 -05:00
Sumner Evans
79c32afe84
copyright headers: update
...
Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-10-21 16:06:38 -05:00
Annie Elequin
4f99fc339f
maybe add login in the provisioning call
2021-09-17 16:06:16 -04:00
Karmanyaah Malhotra
6fb58efe17
New groupme push interface
2021-05-08 16:59:10 -04:00
Karmanyaah Malhotra
e2daccc250
progress
2021-04-29 00:16:19 -04:00
Karmanyaah Malhotra
0ff534c2df
Kinda work dms
2021-04-28 02:03:51 -04:00
Karmanyaah Malhotra
3c2ed555b3
basic logout
2021-03-07 15:57:51 -05:00
Karmanyaah Malhotra
7d6847fd3b
minor cleanup
2021-03-05 18:59:06 -05:00
Karmanyaah Malhotra
27bbc12d77
Disable commands and fix associated bugs
2021-03-02 19:55:35 -05:00
Karmanyaah Malhotra
7069e7d358
Rename module to groupme
2021-03-02 19:46:53 -05:00
Karmanyaah Malhotra
a46326cedd
List and Open commands
2021-02-28 14:59:03 -05:00
Karmanyaah Malhotra
b5af55122e
avatar and room on join
2021-02-27 17:39:19 -05:00
Karmanyaah Malhotra
7cb9983da8
super basic
2021-02-21 00:59:07 -05:00
Karmanyaah Malhotra
eafc18099d
BIG ASS COMMIT
2021-02-13 00:53:35 -05:00
Tulir Asokan
eba66693b0
Fix handling empty commands
2020-12-28 00:21:26 +02:00
Tulir Asokan
e02da56ad0
Fix creating groups in unencrypted rooms
...
Fixes #209
Closes #233
2020-10-24 16:51:24 +03:00
Tulir Asokan
0f17863708
Add command to reset the megolm session in a room
2020-10-05 22:32:15 +03:00
Tulir Asokan
f21f57f09f
Fix delete-session not deleting all cached state
2020-10-04 13:55:09 +03:00
Tulir Asokan
3dae9b1999
Add connection state to prometheus metrics
2020-09-27 22:30:08 +03:00
Tulir Asokan
b7275a763a
Make bridging receipts togglable separately from presence
2020-07-10 16:26:55 +03:00
Tulir Asokan
518cb076ff
Add command to create WhatsApp group
2020-07-10 15:23:32 +03:00
Tulir Asokan
7eb4cfb946
Add command to disable bridging presence and read receipts
2020-07-10 14:53:18 +03:00
Tulir Asokan
07927741bf
Linkify already existing portal error message in pm command
2020-07-05 19:41:28 +03:00
Tulir Asokan
7dc4632cd4
Create new portal if invite fails in pm command. Fixes #188
2020-07-05 19:27:40 +03:00
Tulir Asokan
326293303d
Handle WhatsApp kicks and Matrix invites
2020-06-25 23:58:35 +03:00
Tulir Asokan
3a571b2c7a
Add command to join groups with invite link
2020-06-25 23:29:25 +03:00
Tulir Asokan
67864d8475
Make command system work better in private chat portals
2020-06-25 22:42:52 +03:00
Tulir Asokan
09a08a9ef4
Add command to get group invite link
2020-06-25 22:40:34 +03:00
Tulir Asokan
63a1a77f26
Update go-whatsapp to handle unknown ping responses
2020-06-23 15:36:08 +03:00
Tulir Asokan
8bcf81879d
Add connect as alias to reconnect command
2020-06-15 19:00:29 +03:00
Tulir Asokan
b88b02ace3
Add missing v to version command output
2020-06-04 01:34:50 +03:00
Tulir Asokan
3f35a90145
Send plain version number to WhatsApp
2020-06-03 20:59:44 +03:00
Tulir Asokan
f3793309a0
Fix +dev suffix in version
2020-06-03 20:44:52 +03:00
Tulir Asokan
09385713de
Include commit information in CI builds. Fixes #158
2020-06-03 20:32:53 +03:00
Tulir Asokan
2857b57c8e
Use strings.Fields instead of manually removing spaces
2020-05-24 19:03:57 +03:00
Tulir Asokan
bb883e1262
Ignore multiple spaces in commands
2020-05-24 17:03:50 +03:00
Dekedro
daee58bece
Fix out of range access when requesting last page with list
...
Prevent command `list` from failing with out of range access error if number
of entries is lower than maximum entry index for that page a.k.a.
if `len(result) < page*max`
2020-05-24 13:07:46 +00:00
Tulir Asokan
3d92a98891
Fix sorting list output
2020-05-24 00:11:56 +03:00
Tulir Asokan
abffc0b54c
Fix default page number in list command
2020-05-23 23:52:05 +03:00
Tulir Asokan
ba4aaa8f52
Add missing commands to help
2020-05-23 23:25:22 +03:00
Tulir Asokan
2353924456
Paginate output of list command
...
Fixes #147
Closes #148
2020-05-23 23:17:45 +03:00
Tulir Asokan
64af0209b7
Suggest delete-session when trying to logout without connection. Fixes #98
2020-05-21 20:50:54 +03:00
Tulir Asokan
9002bf62ed
Fix needing to reconnect after initial login
2020-05-21 19:49:01 +03:00
Tulir Asokan
db5c1a3f61
Make sure user gets invited to portal when using open command
2020-05-12 20:30:38 +03:00
Tulir Asokan
6e50a7c380
Switch appservice module location
2020-05-09 20:08:05 +03:00
Tulir Asokan
baae66ed04
Add basic end-to-bridge encryption support
...
Still missing persisting sync tokens and crypto state in DB
2020-05-09 02:04:01 +03:00