Commit Graph

431 Commits

Author SHA1 Message Date
ae36b9cddd Remove replaces in go.mod 2019-02-12 14:31:27 +02:00
e65d6d10a7 Update compile instructions 2019-02-04 19:13:24 +02:00
bf2a5e9b34 Update license and sort imports 2019-01-23 00:26:51 +02:00
cdb79be7d7 Update deps 2019-01-23 00:26:51 +02:00
dfeeb19958 Set GO111MODULE=on in CI 2019-01-22 21:34:51 +02:00
16c3d33579 Use Go 1.11 in CI 2019-01-22 21:31:44 +02:00
d624023ca3 Fix potential negative index when getting color from name 2019-01-12 00:44:32 +02:00
e539a9098c Update CI script and tcell 2019-01-12 00:35:42 +02:00
de39ec86ff Update CI script again 2019-01-12 00:22:51 +02:00
7433db1274 Update CI script 2019-01-11 23:48:59 +02:00
331597b9f8 Switch to Go modules and make other changes 2019-01-11 23:28:47 +02:00
2fc3378b71 Fix go vet 2018-11-14 01:19:52 +02:00
912bf309d1 Fix tests 2018-11-14 01:11:40 +02:00
a0815a6f3d Fix named colors and remove HTML from plaintext body when sending 2018-11-14 00:28:53 +02:00
7651e84be9 Merge branch 'master' into update 2018-11-14 00:01:20 +02:00
ba387764ca Fix things 2018-11-14 00:00:35 +02:00
61400188bb Merge pull request #74 from vranki/feature/alt-a
Alt-a to jump to next channel with unread messages.
2018-10-18 17:09:37 +03:00
7417df0f3c Alt-a to jump to next channel with unread messages. 2018-10-18 17:02:38 +03:00
e0e2b4f2f1 Add basic development instructions 2018-10-18 15:55:17 +03:00
6790203958 Commands are invoked with a leading slash (like in Wiki). This patch makes that clear on the landing page 2018-10-18 15:48:00 +03:00
cfb2cc057c Update to latest gomatrix. Things are broken 2018-09-05 10:55:48 +03:00
68db26bcac Emojify message (#65) 2018-07-02 10:00:42 +03:00
cf3f3e51d1 Add support for more key events (#64)
In some cases tcell sends Key{Ctrl,Alt}{Up,Down} events instead of
Key{Up,Down} event that have the corresponding modifier mask set.
(these key combinations are used for switching rooms)
2018-06-30 23:28:53 +03:00
bf84fc09b2 Add option to disable typing notifications (#63) 2018-06-30 23:26:40 +03:00
c3f30a160f Merge pull request #60 from f0x52/patch-1
remove double "or compile from source"
2018-06-11 21:44:46 +03:00
ac96378c62 remove double "or compile from source" 2018-06-11 20:38:42 +02:00
b03a3b6cec Make /rainbow yellow readable in light-themed clients 2018-06-11 19:52:22 +03:00
5e3994ce2c Add font tag support and /rainbow command 2018-06-11 19:52:22 +03:00
d236560210 Merge pull request #59 from Evidlo/master
turn off dynamic colors in fuzzy search
2018-06-06 22:28:03 +03:00
4962a78e4c turn off dynamic colors in fuzzy search 2018-06-06 11:56:48 -05:00
b9079e22d2 Gofmt 2018-06-02 00:44:21 +03:00
134604edce Add ui toggle for image rendering 2018-06-02 00:43:56 +03:00
7868bd90fa Improve newlines in HTML parser 2018-06-02 00:28:21 +03:00
1da02e3a13 Rewrite HTML parser 2018-05-31 16:59:40 +03:00
e604346211 Add very basic arbitrary message/state event sending commands 2018-05-27 15:30:52 +03:00
094a566189 Split command system from main view 2018-05-27 14:54:07 +03:00
b63c451706 Fix m.emote messages in bare message views 2018-05-27 14:51:16 +03:00
c9e138c5e8 Update tcell and include tcell database in debian package 2018-05-26 00:07:01 +03:00
524e9b7faf Update tcell terminfo database 2018-05-25 23:09:43 +03:00
7b8229dab1 Update dependencies 2018-05-25 22:44:12 +03:00
a76ce88a30 Merge pull request #53 from Evidlo/master
fix room name overwriting unread count
2018-05-25 11:29:06 +03:00
dd63d32d62 fix room name overwriting unread count 2018-05-25 00:14:05 -05:00
1ed786ff5e Remove json tags from UserPreferences 2018-05-24 23:42:19 +03:00
b76c8d0147 Add UI preferences and simplify config save/load (ref #43) 2018-05-24 23:27:12 +03:00
a4d07e9a81 Update preview image 2018-05-24 10:34:31 +03:00
28dbdffe3f Merge pull request #52 from Evidlo/master
switch fuzzysearch to upstream
2018-05-24 10:34:21 +03:00
9f425f9909 switch fuzzysearch to upstream 2018-05-23 10:21:08 -05:00
55e36ad06a Change name of environment variable to disable TLS verification to match the nheko style 2018-05-23 01:16:14 +03:00
f4066e72c3 Add environment variable to disable TLS verification 2018-05-23 01:05:56 +03:00
1d44d3da1a Add real bare view 2018-05-23 00:44:29 +03:00