index
:
wee-slack
build
master
A WeeChat script for Slack.com
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release v2.8.0
v2.8.0
Trygve Aaberge
2021-05-11
2
-1
/
+20
*
Add compatibility with WeeChat >= 3.2 (XDG directories)
Sébastien Helleu
2021-05-11
1
-3
/
+8
*
Support MPIMs in channel list of rtm.start
Trygve Aaberge
2021-05-11
3
-15
/
+41
*
Add indicator for broadcast thread messages (#838)
Bill Doyle
2021-05-11
1
-1
/
+13
*
Support mpim_aware RTM API
Trygve Aaberge
2021-05-08
2
-89
/
+102
*
Include channel name in file names for downloaded files
Trygve Aaberge
2021-04-30
1
-4
/
+6
*
Ignore failing flake rules instead of selecting only a few
Trygve Aaberge
2021-04-13
4
-5
/
+13
*
Fix some flake8 errors
Trygve Aaberge
2021-04-13
3
-5
/
+4
*
Some code cleanup from lgtm.com checks
Trygve Aaberge
2021-04-12
2
-18
/
+19
*
Update docker alpine image to use python3 package (#831)
Shawn Toffel
2021-04-01
1
-1
/
+1
*
Fix test broken in the previous commit
Trygve Aaberge
2021-03-21
1
-1
/
+1
*
Call conversations.members for all channels
Trygve Aaberge
2021-03-21
1
-1
/
+4
*
Call conversations.members for all channel types
Trygve Aaberge
2021-03-21
1
-22
/
+9
*
Run black check in CI
Trygve Aaberge
2021-03-20
2
-0
/
+5
*
Format all python files with black
Trygve Aaberge
2021-03-20
22
-1868
/
+3154
*
Clear last_line_from when clearing buffer
Trygve Aaberge
2021-03-06
1
-0
/
+1
*
Increase the number of channel members we fetch
Trygve Aaberge
2021-03-06
1
-1
/
+1
*
Get user info for unknown users after getting channel members
Trygve Aaberge
2021-03-06
1
-4
/
+4
*
Fallback to user identifier if we can't find a name in get_sender
Trygve Aaberge
2021-03-06
1
-1
/
+1
*
Get message sender nick from profile for unknown users
Trygve Aaberge
2021-03-06
1
-0
/
+7
*
feat(ci): add python 3.9 to the test matrix
Benjamin Denhartog
2021-03-06
1
-2
/
+2
*
feat(ci): add python 3.8 to the test matrix
Benjamin Denhartog
2021-03-06
1
-2
/
+2
*
feat(ci): use github actions instead of travis-ci
Benjamin Denhartog
2021-03-06
2
-23
/
+103
*
Release v2.7.0
v2.7.0
Trygve Aaberge
2021-02-24
2
-1
/
+51
*
Update Options.md after last commits
Trygve Aaberge
2021-02-24
1
-0
/
+6
*
Add tests for link_previous option added in previous commit
Trygve Aaberge
2021-02-22
1
-0
/
+31
*
Add support to disable teammate link previews (#815)
Joan Touzet
2021-02-22
1
-0
/
+5
*
Don't escape <>& in me messages
Trygve Aaberge
2021-02-21
1
-14
/
+16
*
lookup message via hash with fallback to count
Ashish Kulkarni
2021-02-20
2
-3
/
+6
*
allow new threads to be opened via /thread <THREADID>
Ashish Kulkarni
2021-02-20
1
-2
/
+1
*
Replace deprecated APIs with conversations API
Trygve Aaberge
2021-02-20
2
-20
/
+22
*
Fix thread id collision detection not working in Python 2
Trygve Aaberge
2020-10-09
1
-1
/
+1
*
Combine duplicated send_message code
Trygve Aaberge
2020-10-05
1
-19
/
+14
*
Print error message when sending message fails
Trygve Aaberge
2020-10-05
2
-4
/
+7
*
Remove unnecessary team parameter in SlackMessage init
Trygve Aaberge
2020-10-05
1
-7
/
+7
*
Don't display the typing indicator for muted conversations (#794)
Latchezar Tzvetkoff
2020-10-04
1
-1
/
+1
*
Remove section about adding dependencies from contributing docs
Trygve Aaberge
2020-10-04
1
-28
/
+0
*
Remove outdated info about virtualenv and improve debugging docs
Trygve Aaberge
2020-10-04
1
-7
/
+13
*
Use direct pypi url to skip redirect
Trygve Aaberge
2020-10-04
1
-2
/
+2
*
feat: use pipenv to manage the development environment (#784)
Ben Denhartog
2020-10-04
6
-5
/
+109
*
Improve documentation for notify methods
Trygve Aaberge
2020-09-16
1
-7
/
+18
*
Use slack_timeout for websocket connection
Trygve Aaberge
2020-09-09
1
-2
/
+3
*
Check that user is not None in typing notices
Trygve Aaberge
2020-09-08
1
-1
/
+1
*
Fix argument names in format function
Trygve Aaberge
2020-08-29
1
-1
/
+1
*
Fix session token description to work in Firefox
Trygve Aaberge
2020-08-27
1
-3
/
+4
*
Fix thread broadcasts sent from wee-slack not becoming broadcasts
Trygve Aaberge
2020-08-24
1
-1
/
+2
*
Fix thread broadcasts not appearing in channels
Trygve Aaberge
2020-08-24
1
-2
/
+5
*
Set correct localvar type for threads in pms
Trygve Aaberge
2020-08-20
1
-5
/
+9
*
Support global weemoji.json file
Trygve Aaberge
2020-08-18
1
-2
/
+7
*
Use native multiline input support for weechat >= 2.9
Trygve Aaberge
2020-08-18
1
-5
/
+10
[next]