erroneousboat
2434ba7c6f
Update comment
2019-03-16 12:29:10 +01:00
erroneousboat
dd34e3fbe8
Update threads reply functionality
...
* Use base62 for hashing of thread timestamps
* Use command /thread for replying to threads
2019-03-02 14:03:11 +01:00
erroneousboat
946a8ca086
Add reply to threads functionality
2019-02-16 22:45:36 +01:00
erroneousboat
56cad01ce0
Fix thread timestamp checking
2019-01-05 13:58:17 +01:00
erroneousboat
cb58a10f8b
Fix pagination problem
2019-01-05 13:54:20 +01:00
erroneousboat
1ea85b40bc
Merge branch 'master' into threads
...
* master:
Increase page size for GetConversations
2018-12-25 15:57:38 +01:00
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
66bb3ba76f
Increase page size for GetConversations
...
Reference #167
2018-11-10 14:52:23 +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
...
v0.4.1
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
v0.4.0
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