Commit Graph

114 Commits

Author SHA1 Message Date
88615a43e1 Got the bridge bot to respond to me
Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-10-21 17:27:15 -05:00
4ac86fee98 use Beeper fork of groupme API library
Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-10-21 16:06:39 -05:00
715107f5a2 treewide: upgrading to latest mautrix standards
Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-10-21 16:06:39 -05:00
e843faf9b4 imports: fix import orders
Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-10-21 16:06:39 -05:00
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
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
79c32afe84 copyright headers: update
Signed-off-by: Sumner Evans <sumner@beeper.com>
2022-10-21 16:06:38 -05:00
3eb7ce4fa6 Fixes for crypto database constraints. 2022-10-21 16:06:38 -05:00
915d45d47e Fixup more of the database. 2021-09-17 12:23:10 -04:00
0b845b45b6 Use IF NOT EXISTS everywhere. 2021-09-17 11:25:28 -04:00
e2e03784ea Fix the first DB table schema. 2021-09-17 11:17:53 -04:00
e76923481d Add missing import. 2021-09-17 10:58:26 -04:00
5571037c29 Actually run the upgrades! 2021-09-17 10:55:38 -04:00
6ae7b44318 More gorm tweaks. 2021-09-17 10:50:30 -04:00
c68e8a68a0 Fix (?) gorm exec statements. 2021-09-17 10:48:13 -04:00
f892893292 Enable the initial schema db upgrade. 2021-09-17 10:46:09 -04:00
96557c9973 dms kind work now? 2021-05-01 18:22:02 -04:00
23c5e89c4f dms kind work 2021-04-30 17:21:13 -04:00
e2daccc250 progress 2021-04-29 00:16:19 -04:00
0ff534c2df Kinda work dms 2021-04-28 02:03:51 -04:00
9f006b26e2 uname bug
a

uname thing

o

test

commit1
2021-04-18 01:49:18 -04:00
36d40136fb Reactions groupme -> Matrix
finalizing
2021-04-01 20:43:51 -04:00
047f0819e4 Lost portal.go file contents
a
2021-04-01 20:43:30 -04:00
dba9b05c88 More attachment robust support 2021-03-15 14:29:06 -04:00
7d6847fd3b minor cleanup 2021-03-05 18:59:06 -05:00
d8bff50005 Internalize id.ContentURI Valuer
Removes dependency on custom mautrix-go
2021-03-03 15:51:08 -05:00
27bbc12d77 Disable commands and fix associated bugs 2021-03-02 19:55:35 -05:00
7069e7d358 Rename module to groupme 2021-03-02 19:46:53 -05:00
daf1edffb7 database issues 2021-02-28 15:02:11 -05:00
3e75ffaf05 handle leave chat from matrix side 2021-02-27 20:07:46 -05:00
f1c093896e kinda 2021-02-21 22:46:17 -05:00
7cb9983da8 super basic 2021-02-21 00:59:07 -05:00
eafc18099d BIG ASS COMMIT 2021-02-13 00:53:35 -05:00
95f6487912 Make database log a sublogger of Bridge, like all other modules. (#260) 2021-01-25 21:01:54 +02:00
56e4a67f42 Update mautrix-go 2020-11-10 12:37:33 +02:00
2638204eaa Add option to update m.direct with double puppeting 2020-08-22 13:07:55 +03:00
aefe63cba5 Add support for automatic key sharing 2020-08-05 14:58:46 +03:00
05da509c7c Add build tags for disabling crypto independently of cgo 2020-08-02 13:55:02 +03:00
6cb55f3969 Fix bugs in db migration. Fixes #211 2020-07-30 21:41:04 +03:00
b1fd0be345 Update mautrix-go to fix static build 2020-07-10 16:35:38 +03:00
b7275a763a Make bridging receipts togglable separately from presence 2020-07-10 16:26:55 +03:00
f40a91594d Update mautrix-go 2020-07-10 15:56:45 +03:00
7eb4cfb946 Add command to disable bridging presence and read receipts 2020-07-10 14:53:18 +03:00
542d30ead7 Use SQLCryptoStore from mautrix-go and update deps 2020-06-23 23:22:44 +03:00
91db286208 Update mautrix-go 2020-05-26 17:51:20 +03:00
ed978bcb9c Don't use different types for SQLite in DB schema 2020-05-21 20:56:41 +03:00
fc6f8df4d3 Fix replacing outbound group session in db 2020-05-12 23:33:59 +03:00
c9adb3aba3 Store outbound group sessions in database 2020-05-12 23:16:33 +03:00
1c3de877db Maybe support e2be by default and fix some bugs 2020-05-12 22:25:55 +03:00
168a6ff93f Fix static build 2020-05-09 20:25:48 +03:00