index
:
wee-slack
build
master
A WeeChat script for Slack.com
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wee_slack.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor command_talk and fix MPDMs not being created
Eric Wang
2017-11-29
1
-43
/
+49
*
Add ability to open multiparty DMs with /query and /slack talk
Eric Wang
2017-11-29
1
-7
/
+38
*
Merge pull request #464 from trygveaa/send-special-messages
Trygve Aaberge
2017-11-21
1
-1
/
+3
|
\
|
*
Allow sending special messages by prefixing them with a slash or a space
Trygve Aaberge
2017-11-07
1
-1
/
+3
*
|
Merge pull request #478 from alyssais/hide_closed_group_dms
Trygve Aaberge
2017-11-21
1
-14
/
+12
|
\
\
|
*
|
Don't show closed group DMs
Alyssa Ross
2017-11-20
1
-1
/
+4
|
*
|
Refactor check_should_open
Alyssa Ross
2017-11-20
1
-14
/
+9
*
|
|
Merge pull request #471 from com4/master
Trygve Aaberge
2017-11-21
1
-1
/
+6
|
\
\
\
|
*
|
|
Add option to disable sending typing notification to Slack
jason
2017-11-08
1
-1
/
+6
*
|
|
|
Merge pull request #475 from immae/team_identifier
Trygve Aaberge
2017-11-21
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Hilight team identifier in slack
Ismaël Bouya
2017-11-13
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #461 from trygveaa/remove-team-nicklist
Trygve Aaberge
2017-11-16
1
-1
/
+0
|
\
\
\
|
*
|
|
Remove the nicklist from the team buffers
Trygve Aaberge
2017-10-26
1
-1
/
+0
|
|
|
/
|
|
/
|
*
|
|
Allow query with @'es
Ismaël Bouya
2017-11-13
1
-0
/
+2
|
|
/
|
/
|
*
|
Display nicklist in MPDM messages
jason
2017-11-08
1
-1
/
+1
*
|
Add irc_privmsg to message tags; remove unused "highlightme" tagset
Ben Kelly
2017-11-04
1
-9
/
+9
|
/
*
Set the server buffer variable on server buffers
David Vo
2017-10-26
1
-0
/
+1
*
created '/slack users' and '/slack channels' command
Douglas Zanco Franco
2017-10-25
1
-0
/
+24
*
Merge pull request #451 from ericdwang/master
Trygve Aaberge
2017-10-23
1
-15
/
+26
|
\
|
*
Fix channel joins not syncing with Slack
Eric Wang
2017-10-20
1
-1
/
+1
|
*
Use Conversations API for join/open and leave/close methods
Eric Wang
2017-10-16
1
-19
/
+15
|
*
Add mpim API type for multiparty DMs
Eric Wang
2017-10-16
1
-1
/
+16
*
|
Decode exceptions from utf8
Trygve Aaberge
2017-10-19
1
-2
/
+2
*
|
Add decoding utf8 to some functions that were missing it
Trygve Aaberge
2017-10-19
1
-0
/
+3
*
|
Create a decorator for decoding function arguments
Trygve Aaberge
2017-10-19
1
-40
/
+35
*
|
Preserve mapping types in decode_from_utf8/encode_to_utf8
Trygve Aaberge
2017-10-19
1
-2
/
+2
|
/
*
Use True instead of "true" for "return_im" in requests
Eric Wang
2017-10-11
1
-2
/
+2
*
Fix errors when joining DMs and multiparty DMs
Eric Wang
2017-10-10
1
-2
/
+2
*
Merge pull request #443 from trygveaa/fix/topic-command-refactor
Trygve Aaberge
2017-10-09
1
-42
/
+51
|
\
|
*
fix: Update topic property in channel when topic changes
Trygve Aaberge
2017-10-08
1
-9
/
+12
|
*
refactor: Split topic_command_cb and add tests
Trygve Aaberge
2017-10-08
1
-16
/
+25
|
*
fix: Make /topic behave the same way as on IRC
Trygve Aaberge
2017-09-25
1
-35
/
+32
*
|
Switch to thread buffer on open if configured
David Vo
2017-10-06
1
-0
/
+2
*
|
refactor: Swap if conditions for performance
Trygve Aaberge
2017-09-29
1
-1
/
+1
*
|
Merge pull request #413 from auscompgeek/buffer-name
Trygve Aaberge
2017-09-29
1
-15
/
+18
|
\
\
|
*
|
Give MPDMs a short buffer name prefix of @
David Vo
2017-09-27
1
-6
/
+3
|
*
|
SlackMPDMChannel: Refactor name adjustment
David Vo
2017-09-27
1
-2
/
+6
|
*
|
Give groups a configurable buffer name prefix
David Vo
2017-09-27
1
-7
/
+9
*
|
|
Merge pull request #441 from trygveaa/feat/support-input-set-unread
Trygve Aaberge
2017-09-28
1
-1
/
+21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
feat: Add support for /input set_unread(_current_buffer)
Trygve Aaberge
2017-09-24
1
-0
/
+19
|
*
|
refactor: Set same signature for mark_read everywhere
Trygve Aaberge
2017-09-24
1
-1
/
+1
|
*
|
fix: Set new_messages in set_unread_count_display
Trygve Aaberge
2017-09-24
1
-0
/
+1
|
|
/
*
|
Merge pull request #439 from trygveaa/fix/multiline-prefix-bug
Trygve Aaberge
2017-09-27
1
-7
/
+19
|
\
\
|
*
|
fix: Ensure that all lines printed to weechat specifies a prefix
Trygve Aaberge
2017-09-22
1
-0
/
+6
|
*
|
refactor: Split en/decoding helper into a separate method
Trygve Aaberge
2017-09-22
1
-7
/
+13
|
|
/
*
|
Merge pull request #430 from trygveaa/send-multiline-messages
Trygve Aaberge
2017-09-27
1
-0
/
+14
|
\
\
|
|
/
|
/
|
|
*
Add support for sending multiline messages
Trygve Aaberge
2017-09-05
1
-0
/
+14
*
|
Merge pull request #387 from dbarrosop/unwrap_attachments
Trygve Aaberge
2017-09-20
1
-7
/
+9
|
\
\
|
*
|
When unfurling attachments avoid rendering same link multiple times
David Barroso
2017-09-20
1
-7
/
+9
*
|
|
Merge pull request #435 from trygveaa/login-failure-message
Trygve Aaberge
2017-09-19
1
-65
/
+53
|
\
\
\
[next]