Tulir Asokan
3658e60d89
Update mautrix-go
2020-03-01 01:24:27 +02:00
Tulir Asokan
9d132d328b
Add support for replying and reacting to messages
2020-03-01 00:33:37 +02:00
Tulir Asokan
0122986323
Fix duplicate locking case
2020-02-22 02:21:20 +02:00
Tulir Asokan
806f0f1bf0
Make invites mostly work
2020-02-22 01:30:43 +02:00
Tulir Asokan
455d9fc4c5
Improve tags and add initial invite handling
2020-02-22 01:17:52 +02:00
Tulir Asokan
442fdac4d5
Enable lazy loading of members
2020-02-22 00:03:57 +02:00
Tulir Asokan
db1424a06d
Add support for displaying reactions
2020-02-20 21:56:03 +02:00
Tulir Asokan
db7d2da50c
Hide tombstoned rooms from room list
2020-02-20 01:10:26 +02:00
Tulir Asokan
8a0a3a6487
Improve login view and add .well-known resolution
2020-02-20 00:40:59 +02:00
Tulir Asokan
55f58f2875
Fix some issues when logging out
2020-02-19 23:48:34 +02:00
Tulir Asokan
257eaa077a
Only initialize history manager if not initialized
2020-02-19 22:12:38 +02:00
Tulir Asokan
702592bf89
Update mautrix-go to separate unmarshaling sync response and event content
2020-02-19 01:25:11 +02:00
Tulir Asokan
d02abd079f
Add support for editing messages
2020-02-19 01:14:02 +02:00
Tulir Asokan
2a4755b712
Fix panic when joining new room
2020-02-18 21:41:49 +02:00
Tulir Asokan
2610c2bf9f
Update readme a bit and add SSO support
2020-02-18 21:31:28 +02:00
Tulir Asokan
18fa85f4c4
Update deps
2020-02-18 20:38:35 +02:00
Tulir Asokan
f8a8905872
Possibly fix displaying displaynames of left users
2019-06-21 23:52:51 +03:00
Tulir Asokan
772f30b2d6
Fix or break some history related things
2019-06-21 23:52:51 +03:00
Tulir Asokan
439d8371db
Cache canonical alias in room list so tab completing wouldn't load state from disk
2019-06-18 17:31:55 +03: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
754f8e493d
Only ping if displayname has spaces/punctuation characters around it. Fixes #96
2019-06-16 21:25:41 +03:00
Tulir Asokan
c6ca343cd1
Fix panic in redaction handling
2019-06-16 21:24:51 +03:00
Tulir Asokan
d1d129f6cf
Add support for redactions. Fixes #19
2019-06-16 20:42:36 +03:00
Tulir Asokan
7f917f0271
Add support for editing room tags
2019-06-16 19:32:57 +03:00
Tulir Asokan
6eaee84465
Use https by default if scheme is not provided
2019-06-16 17:14:51 +03:00
Tulir Asokan
859fd6092b
Add/change commands
2019-06-16 16:32:56 +03:00
Tulir Asokan
b019266062
Re-enable downloading images
2019-06-16 15:19:42 +03:00
Tulir Asokan
1ea6ba026a
Make displayname pushrule check possible without loading room state
2019-06-16 15:15:30 +03:00
Tulir Asokan
2b7d5d5401
Fix reply rendering infinite loop bug
2019-06-16 14:54:12 +03:00
Tulir Asokan
6bb932212c
Add call trace command
2019-06-15 19:10:18 +03:00
Tulir Asokan
ef509eb308
Fix infinite recursion
2019-06-15 18:03:28 +03:00
Tulir Asokan
0f08c49df4
Fix bumping unloaded rooms in room list when receiving messages
2019-06-15 17:51:36 +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
Jaron Swab
fcd44fe63f
Users can now create a new room directly in Gomuks
...
Added the ability to create a room from within gomuks using the now
`/create` command. This comman takes the room name followed by the
alias. Room name may contain spaces but the alias may not as per the
Matrix alias conventions.
Also update `/help` to include the new command.
2019-06-13 21:14:32 -04:00
Tulir Asokan
6f54066c43
Add partial deadlock detection in debug mode
2019-04-27 15:02:52 +03:00
Tulir Asokan
bc7e2d9a1c
Add locks and other sync stuff
2019-04-27 15:02:21 +03:00
Tulir Asokan
e5264a242d
Fix user list
2019-04-13 14:27:50 +03:00
Tulir Asokan
45a68c7fb5
Fix tests
2019-04-10 02:47:47 +03:00
Tulir Asokan
b668c2cdc7
Fix last cached message not showing up when loading history
2019-04-10 02:25:22 +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
d0c0af811e
Fix syncing preferences from account data
2019-04-07 23:21:48 +03:00
Tulir Asokan
b81ba7b631
Add timeout to opening history db
2019-04-07 03:21:46 +03:00
Tulir Asokan
d0f55f4a6f
Don't add events from state stream to timeline
2019-04-06 18:03:00 +03:00
Tulir Asokan
7ad2103f8f
Move history storage to matrix package. Fixes #90
2019-04-05 23:44:17 +03:00
Tulir Asokan
1b1cabb360
Even more changes
2019-03-28 23:28:27 +02:00
Tulir Asokan
01f456781c
Minor changes
2019-03-26 23:26:00 +02:00
Tulir Asokan
cc63a197c6
Change more things
2019-03-26 22:09:10 +02:00