Commit Graph

70 Commits

Author SHA1 Message Date
Midov
22b982d963 open reap children 2020-10-02 17:22:00 +02:00
dec05eba
0250631f37 Fix crash when using /o command 2020-09-09 00:06:53 +02:00
Tulir Asokan
bda603eca7 Fix extra newline in plaintext body when sending code block. Fixes #216 2020-09-04 18:19:55 +03:00
Tulir Asokan
0aeedd2c43 Finish basic file upload support. Fixes #62 2020-09-02 02:12:09 +03:00
Kasper Seweryn
88e559c46b Add fileUpload command (WIP) 2020-09-01 13:33:39 +00:00
Tulir Asokan
db4aa77afa Fix editing same message many times. Fixes #195 2020-08-31 01:28:39 +03:00
Tulir Asokan
d9407ee8ee Add /edit command. Fixes #200 2020-08-31 01:23:14 +03:00
Tulir Asokan
a800072893 Fall back to HTML and plaintext autocompletion if markdown is disabled. Fixes #190 2020-08-21 20:20:20 +03:00
Tulir Asokan
2f5f0674b6 Update mautrix-go and make it build without crypto 2020-07-30 14:32:59 +03:00
Tulir Asokan
77a1514c90 Add device list and legacy verification commands 2020-07-24 21:47:22 +03:00
Tulir Asokan
4e2cbf1e4f Merge remote-tracking branch 'julianuu/master' 2020-05-10 01:39:59 +03:00
Tulir Asokan
a9dff6da73 Add support for encrypted files 2020-04-29 02:45:54 +03:00
Julian Weigt
12fb6c9076 remove unnecessary returns 2020-04-26 22:36:33 +03:00
Julian Weigt
b0983a47c9 Use github.com/zyedidia/clipboard for clipboard.
Now one can choose as register clipboard and primary.
2020-04-26 22:19:41 +03:00
Julian Weigt
0f85fcc3fa Implement copying to clipboard
"github.com/atotto/clipboard"
2020-04-26 20:02:35 +03:00
Tulir Asokan
96bb87e8ac Add missing pointer 2020-04-23 17:56:09 +03:00
Tulir Asokan
0943374892 Update copyright year 2020-04-19 18:10:14 +03:00
Tulir Asokan
5ee6aa72db Update mautrix-go content stuff 2020-04-19 15:01:16 +03:00
Tulir Asokan
815190be14 Update stuff and move pushrules to mautrix-go 2020-04-19 15:01:16 +03:00
Midov
8b02b30e58 hjkl keybinds for selection 2020-04-09 14:47:40 +02:00
Tulir Asokan
a6f6fb3ef2 Display thumbnail for all files and add commands to download and open files 2020-04-08 15:30:29 +03:00
Tulir Asokan
87b394abec Support formatting in rainbows
Fixes #119
2020-03-20 14:32:30 +02:00
Tulir Asokan
5a2c74514d Fix selecting other users' messages 2020-03-06 10:53:23 +02:00
Tulir Asokan
e25674ca5f Remove debug print 2020-03-03 21:59:34 +02:00
Tulir Asokan
c829e436e4 Implement sending redactions 2020-03-01 22:35:25 +02:00
Tulir Asokan
3c21281ada Implement selecting message to reply/react to with keyboard 2020-03-01 17:11:56 +02:00
Tulir Asokan
6b29d90fb4 Fix minor issues 2020-03-01 01:05:00 +02:00
Tulir Asokan
9d132d328b Add support for replying and reacting to messages 2020-03-01 00:33:37 +02:00
Tulir Asokan
db1424a06d Add support for displaying reactions 2020-02-20 21:56:03 +02:00
Tulir Asokan
b6e20af056 Always set cursor to end when switching edit message 2020-02-19 23:48:47 +02:00
Tulir Asokan
af99c76d46 Add support for editing /me 2020-02-19 21:32:13 +02:00
Tulir Asokan
0b0a40f735 Remove duplicate code for finding message to edit 2020-02-19 21:27:37 +02:00
Tulir Asokan
d02abd079f Add support for editing messages 2020-02-19 01:14:02 +02:00
Tulir Asokan
b76c301145 Add initial support for rendering replies 2019-06-17 13:46:02 +03:00
Tulir Asokan
fe439f076a Wrap events in custom struct to add gomuks-specific fields 2019-06-17 12:27:31 +03:00
Tulir Asokan
691708a76e Improve emoji autocompletion when the same emoji has many names 2019-06-16 19:54:54 +03:00
Tulir Asokan
ef509eb308 Fix infinite recursion 2019-06-15 18:03:28 +03:00
Tulir Asokan
160b035c4d Unbreak more things 2019-06-15 17:04:08 +03:00
Tulir Asokan
a55ea42d7f Unbreak things 2019-06-15 01:11:54 +03:00
Tulir Asokan
e5264a242d Fix user list 2019-04-13 14:27:50 +03:00
Tulir Asokan
db0e24ccc2 Use already parsed events for replies if possible 2019-04-10 21:06:19 +03:00
Tulir Asokan
06c306bee9 Fix date change messages and input submit handling 2019-04-10 01:42:27 +03:00
Tulir Asokan
bbde121947 It compiles. Ship it! 2019-04-10 01:04:39 +03:00
Tulir Asokan
dbee49476d Start refactoring various things in message rendering and sending 2019-04-09 18:45:41 +03:00
Tulir Asokan
7ad2103f8f Move history storage to matrix package. Fixes #90 2019-04-05 23:44:17 +03:00
Tulir Asokan
535fbbb4f7 Change even more things 2019-03-30 18:51:32 +02:00
Tulir Asokan
cc63a197c6 Change more things 2019-03-26 22:09:10 +02:00
Tulir Asokan
c3c7cc9b35 Change things 2019-03-26 19:57:44 +02:00
Tulir Asokan
8aa134b8b2 Start moving to mauview 2019-03-26 00:37:35 +02:00
Tulir Asokan
bf2a5e9b34 Update license and sort imports 2019-01-23 00:26:51 +02:00