aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
Commit message (Expand)AuthorAgeFilesLines
* Support blocks of type imageTrygve Aaberge2020-02-191-0/+6
* Improve unfurling of text objects in blocksTrygve Aaberge2020-02-191-13/+11
* Don't crash when getting block action types other than buttonTrygve Aaberge2020-02-191-1/+8
* Tweak formatting of blocksTrygve Aaberge2020-02-191-6/+6
* manage unsupported block and rich textGianluca Arbezzano2020-02-181-1/+3
* Use color_deleted for unsupported blocks.Aidan Epstein2020-02-181-1/+1
* Fix unfurl_blocks call placement and add a message about unsupported blocks i...Aidan Epstein2020-02-181-4/+5
* Log errors to a proper debug location.Aidan Epstein2020-02-181-2/+2
* Add support for the call blockGianluca Arbezzano2020-02-181-0/+2
* Fix message formatting by calling render_formatting.Aidan Epstein2020-02-181-3/+7
* Handle a couple more cases. Also add some debug output.Aidan Epstein2020-02-181-8/+21
* Add initial implementation of slack blocks display.Aidan Epstein2020-02-181-0/+17
* Add options for hard coded colorsTrygve Aaberge2020-02-011-3/+11
* Support sending reactions with emoji charactersTrygve Aaberge2020-02-011-7/+23
* Render emojis as emoji charactersTrygve Aaberge2020-02-011-9/+38
* Print error message when reaction couldn't be added/removedTrygve Aaberge2020-01-231-1/+17
* Set members correctly in handle_conversationsmembersTrygve Aaberge2020-01-231-3/+2
* Set channel.is_member when channel is createdTrygve Aaberge2020-01-221-0/+1
* Support using a different color for each thread suffix/prefixTrygve Aaberge2020-01-221-8/+20
* Fetch members explicitly for SlackPrivateChannelTrygve Aaberge2020-01-221-0/+7
* Use GitHub Pages for the OAuth redirect pageTrygve Aaberge2020-01-221-9/+10
* Release v2.4.0v2.4.0Trygve Aaberge2020-01-161-2/+2
* Add a command to list the Slack teamsTrygve Aaberge2019-10-161-0/+13
* Use max of submessages and replies for number_of_repliesTrygve Aaberge2019-10-031-1/+1
* Add basic support for private channels converted from publicTrygve Aaberge2019-10-011-11/+51
* Print thread broadcast messages in parent channelTrygve Aaberge2019-10-011-3/+8
* Print user friendly error in handle_conversationsmembersTrygve Aaberge2019-08-261-2/+7
* Fix process_subteam_created after adding is_member to SlackSubteamTrygve Aaberge2019-08-251-2/+3
* Show if user is external in /slack usersTrygve Aaberge2019-08-251-2/+9
* Don't list dms and mpdms in /slack channelsTrygve Aaberge2019-08-251-1/+2
* Add the usergroups you are a member of to highlight wordsTrygve Aaberge2019-08-251-11/+23
* Add nicks without @ prefix to nick completionTrygve Aaberge2019-08-251-0/+1
* Complete all nicks on the team for some commandsTrygve Aaberge2019-08-251-1/+7
* Add support for the /invite commandTrygve Aaberge2019-08-251-0/+48
* Linkify users in /slack slash commandTrygve Aaberge2019-08-251-3/+4
* Print responses and errors from /slack slash commandTrygve Aaberge2019-08-251-1/+16
* Replace weechat with w a few placesTrygve Aaberge2019-08-251-7/+7
* Match all channel and user prefixes in unfurl_refsTrygve Aaberge2019-08-251-4/+4
* Refactor linkify_text to use re.subTrygve Aaberge2019-08-251-27/+20
* Support @everyone in linkify_textTrygve Aaberge2019-08-251-1/+1
* Refactor unfurl_refs to use re.subTrygve Aaberge2019-08-251-36/+31
* Include @channel, @everyone and @here in usergroup completionTrygve Aaberge2019-08-251-2/+3
* Render group notifications with @ instead of !Trygve Aaberge2019-08-251-2/+4
* Print error in /part command when channel is not foundTrygve Aaberge2019-08-251-0/+2
* Include channel prefix in key in get_channel_mapTrygve Aaberge2019-08-251-7/+7
* Include @ in subteam handleTrygve Aaberge2019-08-251-17/+15
* Extract printing user/channel info to a shared functionTrygve Aaberge2019-08-251-22/+22
* Show handle when listing usergroup membersTrygve Aaberge2019-08-251-2/+2
* Show member status in /slack channels commandTrygve Aaberge2019-08-251-1/+7
* Use name instead of slack_name in /slack channels commandTrygve Aaberge2019-08-251-2/+2