aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Give MPDMs a short buffer name prefix of @David Vo2017-09-271-6/+3
| * | SlackMPDMChannel: Refactor name adjustmentDavid Vo2017-09-271-2/+6
| * | Give groups a configurable buffer name prefixDavid Vo2017-09-271-7/+9
* | | Merge pull request #441 from trygveaa/feat/support-input-set-unreadTrygve Aaberge2017-09-281-1/+21
|\ \ \ | |/ / |/| |
| * | feat: Add support for /input set_unread(_current_buffer)Trygve Aaberge2017-09-241-0/+19
| * | refactor: Set same signature for mark_read everywhereTrygve Aaberge2017-09-241-1/+1
| * | fix: Set new_messages in set_unread_count_displayTrygve Aaberge2017-09-241-0/+1
| |/
* | Merge pull request #439 from trygveaa/fix/multiline-prefix-bugTrygve Aaberge2017-09-271-7/+19
|\ \
| * | fix: Ensure that all lines printed to weechat specifies a prefixTrygve Aaberge2017-09-221-0/+6
| * | refactor: Split en/decoding helper into a separate methodTrygve Aaberge2017-09-221-7/+13
| |/
* | Merge pull request #430 from trygveaa/send-multiline-messagesTrygve Aaberge2017-09-271-0/+14
|\ \ | |/ |/|
| * Add support for sending multiline messagesTrygve Aaberge2017-09-051-0/+14
* | Merge pull request #387 from dbarrosop/unwrap_attachmentsTrygve Aaberge2017-09-201-7/+9
|\ \
| * | When unfurling attachments avoid rendering same link multiple timesDavid Barroso2017-09-201-7/+9
* | | Merge pull request #435 from trygveaa/login-failure-messageTrygve Aaberge2017-09-191-65/+53
|\ \ \