Commit Graph

533 Commits

Author SHA1 Message Date
0f77c17e9c enable to show html as plain text if enabled and the url and text is not the same or nor contains data-mautrix-no-link 2020-08-17 20:51:20 +02:00
2a1329d981 first changes to show urls 2020-08-15 06:59:02 +02:00
0d12947b1f Merge branch 'verification'
Fixes #160
Fixes #161
2020-07-30 14:34:49 +03:00
2f5f0674b6 Update mautrix-go and make it build without crypto 2020-07-30 14:32:59 +03:00
aac9db09d6 Clear verification modal input bar placeholder after accepting 2020-07-25 20:59:54 +03:00
ee3594db46 Add toggle to only send to verified devices 2020-07-25 20:54:32 +03:00
ead7e0bf1d Make verification modal wait for confirmation 2020-07-25 18:40:31 +03:00
341f8829d6 Add very crude interactive verification support 2020-07-24 23:44:04 +03:00
77a1514c90 Add device list and legacy verification commands 2020-07-24 21:47:22 +03:00
ecdd4f08cb Support edits without m.new_content 2020-07-05 17:54:05 +03:00
db108d4e6b Bump version to 0.1.2 2020-06-24 23:00:20 +03:00
ceedeb7a41 Fix rendering displayname change events 2020-06-24 22:59:47 +03:00
68956c4c63 Check if PrevContent is nil before using. Fixes #181 2020-06-24 22:54:41 +03:00
48537f98ce Fix shift+tab on first item in fuzzy search dialog. Fixes #182 2020-06-24 22:47:42 +03:00
5c4458384a Bump version to 0.1.1 2020-06-24 16:18:46 +03:00
3d86311612 Update mautrix-go 2020-06-24 00:31:40 +03:00
646a8637ff Show decryption errors more accurately. Fixes #174 2020-06-23 22:28:28 +03:00
376a2e5d84 Update mautrix-go 2020-06-23 21:43:25 +03:00
7416a98175 Add FUNDING.yml 2020-06-22 12:43:33 +03:00
e80c972da5 Call EncryptMegolmEvent with pointer to content 2020-06-18 12:57:47 +03:00
38d5ef5603 Add alias management command and alt_aliases rendering
* /alias command can be used to create and remove local aliases
* Changes to the alt_aliases are now rendered properly
2020-06-17 14:15:22 +03:00
a8b6abe970 Update mautrix-go 2020-06-17 13:27:22 +03:00
d9d429f9f0 Simplify version flag 2020-06-17 13:25:35 +03:00
f8b386a08f Merge remote-tracking branch 'aaronraimist/version-flag' 2020-06-17 13:20:43 +03:00
1e110a4799 Add --version flag 2020-06-13 23:36:43 -05:00
2f48e13764 Update deps and add gouuid to go.mod
Closes #178
2020-06-08 00:31:34 +03:00
0688ed1dba Fix /reject command output 2020-06-08 00:19:50 +03:00
37fd0be64a Update mautrix-go to fix new OTK generation for e2ee 2020-06-04 18:46:06 +03:00
b3b7b70480 Improve errors in crypto stuff 2020-06-04 18:43:51 +03:00
996fe62a21 Fix typo when getting config dir based on GOMUKS_ROOT 2020-05-12 15:35:05 +03:00
a2d6d97483 Bump version to 0.1.0 2020-05-10 21:03:49 +03:00
55cf268d6a Only build .deb for releases 2020-05-10 21:02:12 +03:00
af6406e4c8 Change debian control directory permissions before building 2020-05-10 20:57:49 +03:00
0b80cb9444 Build .deb package in CI 2020-05-10 20:49:35 +03:00
19175b487e Remove unused scripts 2020-05-10 20:16:40 +03:00
7d48d8538f Set different user agent 2020-05-10 20:09:44 +03:00
5a316b953f Remove "build" prefix from CI steps 2020-05-10 20:04:41 +03:00
a38252d073 Fix typo 2020-05-10 19:59:35 +03:00
519c56ae2d Add CI builds for linux arm and windows 2020-05-10 19:59:05 +03:00
2cebe3b5dc Move loaded history pointer to message view
When it was in the history manager, it wouldn't get unloaded when the room was unloaded.

Hopefully fixes #136
2020-05-10 02:28:34 +03:00
4e2cbf1e4f Merge remote-tracking branch 'julianuu/master' 2020-05-10 01:39:59 +03:00
f9007ae875 Send read receipts asynchronously. Hopefully fixes #141 2020-05-10 01:23:20 +03:00
3b5840bb06 Update mautrix-go 2020-05-10 01:21:29 +03:00
ba4efc6411 Add static build with e2ee 2020-05-08 17:29:29 +03:00
e1b38bb202 Add command to get e2ee fingerprint 2020-05-07 11:56:21 +03:00
2b07b80e64 Parse event content when getting single event from server 2020-05-06 23:40:50 +03:00
03826346d9 Random changes 2020-05-06 23:30:16 +03:00
6cf22290ad Use structs for parsing read receipts and direct chat lists 2020-05-06 23:30:08 +03:00
e670fd05c2 Prevent blocking when trying to stop matrix container 2020-05-06 20:11:35 +03:00
5b3e91524e Merge branch 'e2ee' 2020-05-06 20:06:35 +03:00