aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
Commit message (Expand)AuthorAgeFilesLines
* add oauth codeRyan Huber2018-01-151-0/+31
* Merge pull request #444 from trygveaa/feat/unfurl-prevent-auto-linkingTrygve Aaberge2018-01-141-6/+30
|\
| * refactor: Get config variables in unfurl_refsTrygve Aaberge2017-10-011-7/+14
| * feat: Make it possible to only display url when text matchesTrygve Aaberge2017-10-011-9/+14
| * feat: Remove Slacks auto prefixing of url protocolsTrygve Aaberge2017-10-011-1/+13
* | Merge pull request #440 from trygveaa/use-last-msg-timestamp-for-mark-readTrygve Aaberge2018-01-141-23/+22
|\ \
| * | refactor: Make use of message keys more clear and efficientTrygve Aaberge2017-10-151-11/+11
| * | refactor: Use OrderedDict for SlackChannel.messagesTrygve Aaberge2017-10-151-15/+13
| * | fix: Use the timestamp of the last message in mark_readTrygve Aaberge2017-09-231-1/+2
| |/
* | Merge pull request #438 from trygveaa/attachment-tests-and-minor-fixesTrygve Aaberge2018-01-101-6/+7
|\ \
| * | fix: Unescape html before checking attachment linksTrygve Aaberge2017-10-151-2/+3
| * | Add a newline between attachmentsTrygve Aaberge2017-09-201-4/+4
| * | Don't render equal title_link and from_url in attachments twiceTrygve Aaberge2017-09-201-1/+1
| |/
* | Clean up /query related codeEric Wang2017-11-291-23/+12
* | Fix MPDM joins not syncing with Slack and switch to mpim.openEric Wang2017-11-291-7/+21
* | Refactor command_talk and fix MPDMs not being createdEric Wang2017-11-291-43/+49
* | Add ability to open multiparty DMs with /query and /slack talkEric Wang2017-11-291-7/+38
* | Merge pull request #464 from trygveaa/send-special-messagesTrygve Aaberge2017-11-211-1/+3
|\ \
| * | Allow sending special messages by prefixing them with a slash or a spaceTrygve Aaberge2017-11-071-1/+3
* | | Merge pull request #478 from alyssais/hide_closed_group_dmsTrygve Aaberge2017-11-211-14/+12
|\ \ \
| * | | Don't show closed group DMsAlyssa Ross2017-11-201-1/+4
| * | | Refactor check_should_openAlyssa Ross2017-11-201-14/+9
* | | | Merge pull request #471 from com4/masterTrygve Aaberge2017-11-211-1/+6
|\ \ \ \
| * | | | Add option to disable sending typing notification to Slackjason2017-11-081-1/+6
* | | | | Merge pull request #475 from immae/team_identifierTrygve Aaberge2017-11-211-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Hilight team identifier in slackIsmaël Bouya2017-11-131-1/+1
| |/ / /
* | | | Merge pull request #461 from trygveaa/remove-team-nicklistTrygve Aaberge2017-11-161-1/+0
|\ \ \ \
| * | | | Remove the nicklist from the team buffersTrygve Aaberge2017-10-261-1/+0
| | |/ / | |/| |
* | | | Allow query with @'esIsmaël Bouya2017-11-131-0/+2
| |/ / |/| |
* | | Display nicklist in MPDM messagesjason2017-11-081-1/+1
* | | Add irc_privmsg to message tags; remove unused "highlightme" tagsetBen Kelly2017-11-041-9/+9
|/ /
* | Set the server buffer variable on server buffersDavid Vo2017-10-261-0/+1
* | created '/slack users' and '/slack channels' commandDouglas Zanco Franco2017-10-251-0/+24
* | Merge pull request #451 from ericdwang/masterTrygve Aaberge2017-10-231-15/+26
|\ \
| * | Fix channel joins not syncing with SlackEric Wang2017-10-201-1/+1
| * | Use Conversations API for join/open and leave/close methodsEric Wang2017-10-161-19/+15
| * | Add mpim API type for multiparty DMsEric Wang2017-10-161-1/+16
* | | Decode exceptions from utf8Trygve Aaberge2017-10-191-2/+2
* | | Add decoding utf8 to some functions that were missing itTrygve Aaberge2017-10-191-0/+3
* | | Create a decorator for decoding function argumentsTrygve Aaberge2017-10-191-40/+35
* | | Preserve mapping types in decode_from_utf8/encode_to_utf8Trygve Aaberge2017-10-191-2/+2
|/ /
* | Use True instead of "true" for "return_im" in requestsEric Wang2017-10-111-2/+2
* | Fix errors when joining DMs and multiparty DMsEric Wang2017-10-101-2/+2
* | Merge pull request #443 from trygveaa/fix/topic-command-refactorTrygve Aaberge2017-10-091-42/+51
|\ \
| * | fix: Update topic property in channel when topic changesTrygve Aaberge2017-10-081-9/+12
| * | refactor: Split topic_command_cb and add testsTrygve Aaberge2017-10-081-16/+25
| * | fix: Make /topic behave the same way as on IRCTrygve Aaberge2017-09-251-35/+32
| |/
* | Switch to thread buffer on open if configuredDavid Vo2017-10-061-0/+2
* | refactor: Swap if conditions for performanceTrygve Aaberge2017-09-291-1/+1
* | Merge pull request #413 from auscompgeek/buffer-nameTrygve Aaberge2017-09-291-15/+18
|\ \