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
*
Fix HTML entity-encoding of outgoing messages
Trygve Aaberge
2017-08-01
1
-4
/
+4
*
Merge remote-tracking branch 'origin/nicklist-presence-groups'
Tollef Fog Heen
2017-07-28
1
-1
/
+12
|
\
|
*
Move presence change to a SlackTeam method
Marcel de Vries
2017-07-24
1
-6
/
+9
|
*
Update nicklist when team member presence changes
Marcel de Vries
2017-07-23
1
-1
/
+9
*
|
Decode the basic HTML entities in topic handling
Tollef Fog Heen
2017-07-28
1
-6
/
+9
*
|
Merge pull request #399 from wee-slack/nicklist-presence-groups
Tollef Fog Heen
2017-07-28
1
-11
/
+15
|
\
|
|
*
Put users in groups according to presence
Tollef Fog Heen
2017-07-19
1
-11
/
+15
*
|
Merge pull request #408 from auscompgeek/fix-status-cmd
Tollef Fog Heen
2017-07-28
1
-1
/
+1
|
\
\
|
*
|
Fix AttributeError on /slack status in team buffer
David Vo
2017-07-27
1
-1
/
+1
*
|
|
Merge pull request #412 from trygveaa/set-correct-unread-count
Tollef Fog Heen
2017-07-28
1
-1
/
+1
|
\
\
\
|
*
|
|
Set correct number of unread messages in hotlist
Trygve Aaberge
2017-07-28
1
-1
/
+1
*
|
|
|
Merge pull request #411 from auscompgeek/fix-open-thread
Tollef Fog Heen
2017-07-28
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix opening thread buffers
David Vo
2017-07-28
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Add support for editing other messages than just the last one
Tollef Fog Heen
2017-07-28
1
-6
/
+10
*
|
|
|
Fix return codes in buffer_input_callback
Tollef Fog Heen
2017-07-28
1
-2
/
+2
|
/
/
/
*
/
/
Properly escape <&> when sending messages to Slack.
Ben Kelly
2017-07-25
1
-0
/
+7
|
/
/
*
|
Merge pull request #394 from ToxicFrog/toxicfrog/typing-notifications
Ben Kelly
2017-07-21
1
-1
/
+1
|
\
\
|
*
|
Don't send typing notifications for threads, since Slack doesn't like that.
Ben Kelly
2017-07-13
1
-1
/
+1
*
|
|
Re-add setting of localvar_set_nick
Tollef Fog Heen
2017-07-21
1
-0
/
+3
*
|
|
Handle /msg * foo correctly
Tollef Fog Heen
2017-07-21
1
-1
/
+4
*
|
|
Fix use-before-assignment when fetching channel to send to
Tollef Fog Heen
2017-07-21
1
-1
/
+1
|
|
/
|
/
|
*
|
restore call to update_nicklist() (accidental removal)
Bryan Gilbert
2017-07-19
1
-0
/
+1
*
|
use im.open endpoint to properly update unread count for ims on startup
Bryan Gilbert
2017-07-19
1
-6
/
+17
*
|
add group info request and handler to set unread count and update hotlist
Bryan Gilbert
2017-07-17
1
-0
/
+9
*
|
call channel info on channel open to set unread count and update hotlist
Bryan Gilbert
2017-07-16
1
-19
/
+20
|
/
*
Merge pull request #371 from ToxicFrog/toxicfrog/mrkdwn
Ben Kelly
2017-07-13
1
-8
/
+13
|
\
|
*
Disable formatting for messages with `mrkdwn` unset
Ben Kelly
2017-07-12
1
-8
/
+13
*
|
Fix the tests
Ben Kelly
2017-07-12
1
-2
/
+3
*
|
Add descriptions for weeslack plugin settings.
Ben Kelly
2017-07-12
1
-26
/
+97
|
/
*
Merge pull request #350 from ToxicFrog/toxicfrog/italics
Ben Kelly
2017-07-12
1
-12
/
+27
|
\
|
*
Add italic support, and settings to switch between italic and underline
Ben Kelly
2017-04-15
1
-12
/
+27
*
|
Get nick color name correctly in weechat < 1.5
Trygve Aaberge
2017-07-12
1
-2
/
+9
*
|
Rename version variable to weechat_version
Trygve Aaberge
2017-07-12
1
-2
/
+2
*
|
Stop polling dead websockets. Fixes #349
Cameron Matheson
2017-07-05
1
-1
/
+2
*
|
Merge pull request #351 from wee-slack/settings_cleanup
Ryan Huber
2017-04-21
1
-10
/
+0
|
\
\
|
*
|
Remove colorize_messages setting
Tollef Fog Heen
2017-04-16
1
-1
/
+0
|
*
|
Remove dead code related to cache
Tollef Fog Heen
2017-04-16
1
-9
/
+0
*
|
|
Fix channel history not appearing when an earlier message has 'text': None
Ben Kelly
2017-04-21
1
-2
/
+2
*
|
|
Merge pull request #347 from V13Axel/status_command
Ryan Huber
2017-04-18
1
-0
/
+25
|
\
\
\
|
*
|
|
Remove redundant team reference retrieval
V13Axel
2017-04-17
1
-1
/
+0
|
*
|
|
Add command for setting Slack Status
V13Axel
2017-04-13
1
-0
/
+26
*
|
|
|
Decode arguments sent to callback functions
Trygve Aaberge
2017-04-15
1
-0
/
+36
*
|
|
|
Do encode/decode in websocket and urllib calls
Trygve Aaberge
2017-04-15
1
-3
/
+3
*
|
|
|
Create a wrapper around weechat which handles encoding
Trygve Aaberge
2017-04-15
1
-1
/
+51
*
|
|
|
Remove all calls to encode and decode
Trygve Aaberge
2017-04-15
1
-20
/
+9
*
|
|
|
Remove utf8 argument from get_sender
Trygve Aaberge
2017-04-15
1
-5
/
+2
*
|
|
|
Use unicode literals everywhere
Trygve Aaberge
2017-04-15
1
-30
/
+32
|
|
/
/
|
/
|
|
*
|
|
PEP8 fixups
Tollef Fog Heen
2017-04-13
1
-168
/
+374
|
/
/
*
/
do it for channels but not users, hence new elif
Ryan Huber
2017-04-13
1
-1
/
+3
|
/
*
yay for unfurls
Ryan Huber
2017-04-13
1
-13
/
+13
[next]