aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for shared channelsEric Wang2018-06-072-14/+111
* Fix typing indicator when having multiple windowsTrygve Aaberge2018-06-071-3/+2
* docs: document team removalVictor "multun" Collod2018-06-071-0/+8
* Readme: Python runtime for homebrew based installsRamon Poca2018-06-071-0/+6
* readme: add hint about split-packaging in distrosDaniel Brendle2018-06-071-0/+2
* If connection fails, validate that we have something that looks like a valid ...Tollef Fog Heen2018-05-211-0/+4
* Fix a bunch of PEP8 errorsTollef Fog Heen2018-05-211-16/+21
* Handle spaces in tokens correctly instead of shouting at people to avoid themTollef Fog Heen2018-05-212-2/+2
* Refer to code from URL as such, rather than as a token (which it is not)Tollef Fog Heen2018-05-211-1/+1
* fix: corrected registration instructionsDaniel Brendle2018-05-141-1/+1
* Make sure to compare nick against uncoloured nick when choosing tagsTollef Fog Heen2018-05-061-1/+1
* Merge pull request #346 from V13Axel/status_as_dm_topicTrygve Aaberge2018-04-281-6/+35
|\
| * Include real name in dm channel topicTrygve Aaberge2018-04-131-1/+5
| * Don't show 'None' when status emoji or text is missingTrygve Aaberge2018-04-131-2/+2
| * Fix finding dm channel after merge with masterTrygve Aaberge2018-04-131-2/+3
| * Refactor finding a channel by members into a methodTrygve Aaberge2018-04-131-6/+7
| * Sync branch 'status_as_dm_topic' with masterTrygve Aaberge2018-04-131-0/+23
| |\
| | * Move formatting to its own functionV13Axel2018-04-121-2/+7
| | * Add in emoji to status as dm topicV13Axel2018-04-121-4/+5
| | * topic is user's statusRyan Huber2017-04-131-0/+14
* | | Fix nick sanitizationAlex Crawford2018-04-271-2/+1
* | | Update list of emojisTrygve Aaberge2018-04-251-0/+279
|/ /
* | Use flake8 to find undefined names (#556)cclauss2018-04-122-2/+18
* | Change slack away/back to use users.setPresence (#559)Paulo Cesar Zanco2018-04-121-2/+2
* | Fix usage check in slash commandTrygve Aaberge2018-04-111-2/+2
* | Remove incorrect validation check for status commandTrygve Aaberge2018-04-111-4/+0
* | Fix /msg user messageTollef Fog Heen2018-03-141-1/+1
* | Fix self-nick color in messagesJoan Touzet2018-03-141-4/+3
* | Avoid logging the entire slack token, just do the prefixTollef Fog Heen2018-03-131-2/+2
* | Use StringIO instead of string concatenationTollef Fog Heen2018-03-111-10/+10
* | Re-add support for weechat.look.nick_{prefix,suffix}Tollef Fog Heen2018-03-112-2/+18
* | Avoid erroring for reactions on filesTollef Fog Heen2018-03-101-2/+2
* | Implement /whois commandTollef Fog Heen2018-03-091-0/+29
* | Make string formatting of Slack Teams be more usefulTollef Fog Heen2018-03-091-0/+3
* | Drop is_bot and format bot messages as such againTollef Fog Heen2018-03-091-6/+8
* | Reorder get_sender bots vs user checksLuK13372018-03-091-4/+4
* | Release v2.0.0v2.0.0Trygve Aaberge2018-03-031-1/+1
* | Remove outdated info from readmeTrygve Aaberge2018-03-031-12/+6
* | Merge pull request #501 from trygveaa/dont-tag-team-messages-as-normal-messagesTrygve Aaberge2018-03-031-2/+2
|\ \
| * | Add slack_{type} to the message tag listTrygve Aaberge2018-02-181-1/+1
| * | Prevent highlights on team messagesTrygve Aaberge2018-02-181-1/+1
| * | Don't tag team messages as private messagesTrygve Aaberge2018-02-181-1/+1
|/ /
* | debugging helpCharlie Allom2018-02-161-0/+9
* | Merge pull request #502 from trygveaa/nicklist-dont-add-deleted-usersTrygve Aaberge2018-02-051-0/+2
|\ \
| * | Don't add deleted users to the nicklistTrygve Aaberge2018-02-031-0/+2
|/ /
* | Merge pull request #490 from SandyRogers/autocomplete-nicks-in-threadsTrygve Aaberge2018-02-021-4/+6
|\ \
| * | Use self.team throughtout SlackThreadChannel classSandy Rogers2018-02-021-5/+5
| * | Include members set and team in SlackThreadChannelSandy Rogers2018-01-171-0/+2
* | | Merge pull request #500 from trygveaa/fix-quit-callbackTrygve Aaberge2018-01-311-2/+2
|\ \ \
| * | | Fix quit callback functionTrygve Aaberge2018-01-301-2/+2
|/ / /