aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/data
Commit message (Collapse)AuthorAgeFilesLines
* Add @user-groups support (#680)Nana Amfo2019-04-083-2/+92
| | | Add @user-groups with tab-completion. @user-groups will be unfurl into format <!subteam^{ID}|handle> message before sending message via linktext method.
* Add support for shared channelsEric Wang2018-06-071-0/+8
| | | | | | | | | | | | | | | Since shared channels only work with the new conversations API, a new class of SlackChannel and API type were added to support them. Also `rtm.start` doesn't include external users so their information needs to be fetched individually when getting the channel history. To distinguish external users from team members their nicks get appended with an asterisk, which can be changed with a new setting. They also appear in a new "External" group in the nicklist since their presences can't be fetched with `users.getPresence`. Unfortunately `conversations.history` doesn't include thread messages so threads won't show up in shared channels.
* massssssssive merge of the new codebaseRyan Huber2017-04-12129-0/+989
|
* unicode fixes, change variable names, better testsRyan Huber2015-11-164-4/+4
|
* add some initial tests. messages need a lot of work..Ryan Huber2015-03-184-0/+44