Commit Graph

605 Commits

Author SHA1 Message Date
Tulir Asokan
d936bafde8 Update mautrix-go 2021-08-02 21:47:00 +03:00
Tulir Asokan
f6326f69df Don't show links with data-mautrix-exclude-plaintext attribute 2021-08-02 21:46:21 +03:00
Tulir Asokan
e17822e2f7 Remove unused logPath method 2021-08-02 21:46:00 +03:00
Tulir Asokan
8ad2aa4e1a Escape slashes in room IDs in cache file names 2021-08-02 21:45:45 +03:00
Tulir Asokan
2008d3755e Update mautrix-go 2021-04-29 23:52:27 +03:00
Tulir Asokan
37da6359a6
Update README.md 2021-04-10 14:02:53 +03:00
Tulir Asokan
3964b6fd89 Fix some formatting and enable pretty panics in non-debug mode. Closes #265 2021-03-11 22:53:13 +02:00
Tulir Asokan
922223d241 Update dependencies 2021-03-11 22:46:44 +02:00
Tulir Asokan
8e6f89a59a Fix newline keybind toggle 2021-03-11 22:42:53 +02:00
roger
69bbdd0a1b Add NewLineByDefault toggle 2021-03-11 22:28:11 +02:00
Georg Sauthoff
b7966b5d4e Mark private chat as direct
That means direct as in direct messaging.

See also:

- https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-createroom
- https://matrix.org/docs/spec/client_server/latest#module-dm
- https://godoc.org/maunium.net/go/mautrix#ReqCreateRoom

fixes #259
2021-03-11 22:26:16 +02:00
evan
4338c5a6ef fix index error in fuzzy search 2021-03-11 22:26:09 +02:00
Tulir Asokan
5498cbf30b Fix /verify in the help modal 2021-02-24 12:12:21 +02:00
Tulir Asokan
9ff328c080 Bump version to 0.2.3 2021-02-19 18:18:53 +02:00
Tulir Asokan
eabe5b873d Add missing tag to macos/universal build step 2021-02-18 18:40:06 +02:00
Tulir Asokan
d820c56e8b Only use SSO if no password is entered 2021-02-18 18:35:53 +02:00
Tulir Asokan
3a2a11b2b0 Combine macOS builds into universal binary 2021-02-09 15:38:25 +02:00
Tulir Asokan
ce4e9bf92a Tidy go.sum to make macOS build work 2021-02-08 22:55:52 +02:00
Tulir Asokan
be37f3ae3d Add missing stage param to CI file 2021-02-08 22:52:43 +02:00
Tulir Asokan
853c148dd5 Fix no-cgo build 2021-02-08 22:51:17 +02:00
Tulir Asokan
2790fc42c2 Add macOS builds 2021-02-08 22:49:13 +02:00
Tulir Asokan
c2f0bb244b Switch crypto store to SQLite 2021-02-08 22:42:40 +02:00
Tulir Asokan
d958c372cb Bump version to 0.2.2 2021-01-06 01:34:09 +02:00
Tulir Asokan
45f71dbaa3 Include m.room.encryption state events in timeline in sync filter 2020-11-29 02:05:11 +02:00
Tulir Asokan
f3854524bc Fix text selection panic caused by clipboard 2020-11-21 16:26:02 +02:00
Tulir Asokan
25bc7dfff3 Update mautrix-go 2020-11-21 14:44:11 +02:00
Tulir Asokan
9b42f5df8e Merge branch 'cross-signing' 2020-11-21 14:43:27 +02:00
Tulir Asokan
661a7cf17a Merge branch 'master' into cross-signing 2020-11-12 00:21:11 +02:00
n-peugnet
9a76c82b86 Add Media commands in help modal to match the wiki 2020-11-12 00:20:51 +02:00
Tulir Asokan
a7f8bc1ad8 Update mautrix-go 2020-11-11 23:42:29 +02:00
Tulir Asokan
114940eef6 Update exec.Command on all OSes 2020-10-24 15:51:41 +03:00
Tulir Asokan
3cac79a274 Merge remote-tracking branch 'Midek/master' 2020-10-24 15:51:35 +03:00
Tulir Asokan
d103d005a3 Update deps and stop using github.com/pkg/errors 2020-10-23 12:02:42 +03:00
Tulir Asokan
c6185780f4 Bump version to 0.2.1 2020-10-23 11:35:34 +03:00
Tulir Asokan
1437a799e5 Don't panic on empty code block. Fixes #237 2020-10-20 13:29:54 +03:00
Midov
22b982d963 open reap children 2020-10-02 17:22:00 +02:00
Tulir Asokan
180ecc36cc Improve detecting login flows supported by homeserver 2020-09-18 21:13:05 +03:00
Tulir Asokan
f0a40ec20b Remove debug prints 2020-09-13 17:18:26 +03:00
Tulir Asokan
6b92c5dccb
Merge pull request #223 from wvffle/wvffle/fix-122
Add help popup
2020-09-13 17:17:17 +03:00
Tulir Asokan
153aa34f2b Simplify HelpModal 2020-09-13 17:16:47 +03:00
Tulir Asokan
5f999121f4 Add broken in-room verification and other stuff 2020-09-13 00:13:08 +03:00
Tulir Asokan
c6d1c62b65 Make generating cross-signing keys work 2020-09-12 02:47:10 +03:00
Tulir Asokan
ae862b9f44 Add command for cross-signing current device 2020-09-12 02:25:41 +03:00
Tulir Asokan
e7c72dcbbf Extremely WIP cross-signing and SSSS support 2020-09-12 01:59:53 +03:00
Tulir Asokan
5312ce28d0 Merge remote-tracking branch 'dec05eba/master' 2020-09-09 01:24:04 +03:00
Tulir Asokan
c0abd71b7d Move .github metadata to common repo 2020-09-09 01:21:41 +03:00
dec05eba
0250631f37 Fix crash when using /o command 2020-09-09 00:06:53 +02:00
Tulir Asokan
9f0a4267b1 Merge remote-tracking branch 'wvffle/wvffle/fix-221' 2020-09-08 12:23:47 +03:00
Kasper Seweryn
2e5eeb22ed Fix #122 2020-09-08 00:49:25 +00:00
Kasper Seweryn
5a14901c32 Fix #221 2020-09-07 23:06:09 +00:00