Commit Graph

201 Commits

Author SHA1 Message Date
erroneousboat
c1365afd4e Update handling thread replies in event handler 2018-12-25 15:56:27 +01:00
erroneousboat
d7a3dc7a8c Update message event 2018-12-25 15:09:03 +01:00
erroneousboat
d2b1037568 Implement new Message setup 2018-12-24 14:37:12 +01:00
erroneousboat
652d4db11a Start with thread support 2018-12-22 12:33:30 +01:00
erroneousboat
1860e5f08d Add CONTRIBUTING.md 2018-10-27 17:13:07 +02:00
erroneousboat
757850de77 Merge branch 'v0.4.1'
* v0.4.1: (26 commits)
  Update screenshot
  Update README.md
  Add some return errors
  Fix scrolling, fix help page
  Reset event.go
  Fix theme mapping
  Fix hide mpim
  Fix theme colors in view
  Fix searching
  Fix sorting of buckets
  Speed up presence discovery for im channels
  Trying out a sorting mechanism
  Fix user presence
  Add deleted user check
  Remove components dependency out of slack.go
  Start with conversations api
  Fix character width calculation in chat pane
  Add individual name colors
  Add optional emoji support
  Add optional date/time formatting
  ...
2018-10-27 15:34:28 +02:00
erroneousboat
7db97112fb Update screenshot 2018-10-27 15:24:45 +02:00
erroneousboat
b32e91df92 Update README.md 2018-10-27 15:09:16 +02:00
erroneousboat
457f47776b Add some return errors 2018-10-27 14:44:20 +02:00
erroneousboat
9485d2be5b Fix scrolling, fix help page 2018-10-13 18:34:18 +02:00
erroneousboat
e204e43d4c Reset event.go 2018-10-13 15:51:30 +02:00
erroneousboat
65073b8464 Fix theme mapping 2018-10-13 15:35:24 +02:00
erroneousboat
faa1cf2148 Fix hide mpim
Fixes #122
2018-10-13 15:32:21 +02:00
erroneousboat
562c3f6761 Fix theme colors in view
Fixes #161
2018-10-13 14:17:08 +02:00
erroneousboat
f959524a7a Use conversations api
Fixes #150
2018-09-16 09:50:51 +02:00
erroneousboat
f56d1e460b Fix searching 2018-09-15 12:42:15 +02:00
erroneousboat
645e068e7f Fix sorting of buckets 2018-09-15 12:21:42 +02:00
erroneousboat
46903058a0 Speed up presence discovery for im channels 2018-09-15 12:04:46 +02:00
erroneousboat
fa9eddc127 Trying out a sorting mechanism 2018-09-08 21:16:25 +02:00
erroneousboat
7b2cbcfa23 Fix user presence 2018-09-02 10:14:34 +02:00
erroneousboat
3ab8921388 Add deleted user check 2018-09-01 18:59:00 +02:00
erroneousboat
7c3b08d1de Remove components dependency out of slack.go 2018-09-01 15:57:26 +02:00
erroneousboat
4bd647daf3 Start with conversations api 2018-08-26 14:12:23 +02:00
erroneousboat
50b969b0f7 Fix character width calculation in chat pane
Fixes #159
2018-08-25 11:18:20 +02:00
erroneousboat
ee8fc613ee Add individual name colors
Fixes #79
2018-08-11 13:27:19 +02:00
erroneousboat
16a5a53692 Add optional emoji support
Fixes #76
2018-08-11 13:20:13 +02:00
erroneousboat
fd5d8bdf8a Add optional date/time formatting
Fixes #84
2018-08-11 13:10:36 +02:00
erroneousboat
8af708b00b Fix rendering messages
If in the content of a message markdown syntax was used, the
termui.DefaultTxBuilder would interpret this and try to create
fg and bg attributes.

Fixes #146
2018-08-11 12:37:58 +02:00
erroneousboat
b6b0eed540 Report error when desktop notifier is not supported
Fixes #155
2018-07-21 14:06:06 +02:00
erroneousboat
61561062ff Add vendor folder 2018-07-21 13:21:22 +02:00
erroneousboat
d326f4e3d0 Add debugging statements to connection errors 2018-07-21 13:17:37 +02:00
erroneousboat
2c6da659fb Use nlopes/slack master branch 2018-07-21 13:17:05 +02:00
erroneousboat
e9ecb86277 Add target dev to Makefile 2018-07-21 13:16:41 +02:00
erroneousboat
1c06c375ce Update readme 2018-04-14 17:55:47 +02:00
erroneousboat
02f91bf802 Merge branch 'v0.4.0'
* v0.4.0:
  Update version to 0.4.0
  Set slack token as flag or env variable
  Implement configuration for desktop notifications
  Add desktop notifications
  Speed up process of loading channels
  Add loading screen
  Fix termui version
  Ignore reply events
  Limit resizing functionality
  Make default slack-term config file a dotfile
  Fix panic when pasting in normal mode
  Migrate to dep and update dependencies
2018-04-14 17:50:12 +02:00
erroneousboat
b8b2c42f21 Update version to 0.4.0 2018-04-14 17:48:32 +02:00
erroneousboat
a98409901d Set slack token as flag or env variable
Fixes #133
2018-04-07 11:17:25 +02:00
erroneousboat
4b4a0cb5f4 Merge branch 'v0.3.3-notify' into v0.3.3
* v0.3.3-notify:
  Implement configuration for desktop notifications
  Add desktop notifications
2018-04-07 11:01:22 +02:00
erroneousboat
56000c4f3e Implement configuration for desktop notifications 2018-04-06 13:42:12 +02:00
erroneousboat
50114764a7 Add desktop notifications
Fixes #116
2018-04-01 13:03:28 +02:00
erroneousboat
2ccc92179b Speed up process of loading channels 2018-03-31 10:58:37 +02:00
erroneousboat
0197300b18 Add loading screen 2018-03-30 15:55:29 +02:00
erroneousboat
29201a8bb2 Fix termui version 2018-03-30 14:59:23 +02:00
erroneousboat
f1f0bc1379 Ignore reply events 2018-03-24 13:56:55 +01:00
erroneousboat
e6897a6c40 Limit resizing functionality
Fixes #88
2018-03-23 13:08:42 +01:00
erroneousboat
ad04a301ec Make default slack-term config file a dotfile
Fixes #118, #127
2018-03-23 12:49:23 +01:00
erroneousboat
cae6a9a662 Fix panic when pasting in normal mode
Fixes #120
2018-03-23 12:26:09 +01:00
erroneousboat
7d87ccef35 Migrate to dep and update dependencies
Fixes #98
2018-03-23 11:16:06 +01:00
erroneousboat
f30310efa6 Merge branch 'v0.3.2'
* v0.3.2:
  Re-enable adding of line and supply documentation
  Fix problem with scrolling and offset chat view
2018-02-24 16:39:44 +01:00
erroneousboat
f2c61c7df2 Re-enable adding of line and supply documentation 2018-02-24 12:10:30 +01:00