aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | more reaction fixes - don't show reactions to chans i'm not inRyan Huber2015-05-271-9/+9
* | | | | fix up alpha reactions stuff due to backend changesRyan Huber2015-05-271-16/+20
* | | | | Merge branch 'master' into reactionsRyan Huber2015-05-261-1/+1
|\| | | |
| * | | | version bumpRyan Huber2015-05-251-1/+1
* | | | | Merge branch 'master' into reactionsRyan Huber2015-05-251-6/+9
|\| | | |
| * | | | don't add things that don't get repliesRyan Huber2015-05-251-6/+9
* | | | | Merge branch 'master' into reactionsRyan Huber2015-05-251-1/+1
|\| | | |
| * | | | make ping 5 seconds againRyan Huber2015-05-251-1/+1
* | | | | Merge branch 'master' into reactionsRyan Huber2015-05-251-8/+10
|\| | | |
| * | | | much better fix for failed messagesRyan Huber2015-05-251-8/+10
| | |/ / | |/| |
* | | | encode utf-8 properlyRyan Huber2015-05-181-1/+3
* | | | print reactions in existing messages tooRyan Huber2015-05-181-1/+6
* | | | initial support for emoji reactionsRyan Huber2015-05-181-0/+22
|/ / /
* | | version bumpRyan Huber2015-05-141-1/+1
* | | fix new channels registrationRyan Huber2015-05-141-3/+4
* | | version bumpRyan Huber2015-05-121-1/+1
* | | thanks to the folks who found this. caused weechat to crash :-/Ryan Huber2015-05-121-1/+4
* | | add debug info for exceptionsRyan Huber2015-05-121-0/+2
| |/ |/|
* | if message send fails, resend the message on reconnectRyan Huber2015-04-081-3/+9
* | Merge pull request #50 from ctiwald/masterRyan Huber2015-04-061-0/+2
|\ \
| * | linkify_text: Add support for "@group" and "@channel".Christopher Tiwald2015-03-111-0/+2
* | | don't open a buffer for archived channelsRyan Huber2015-04-061-2/+4
| |/ |/|
* | fix bug w/ slack_debugRyan Huber2015-03-201-1/+1
* | version bump and mention new featureRyan Huber2015-03-191-1/+1
* | handles edited and deleted and unfurled, oh my!Ryan Huber2015-03-181-2/+51
|/
* don't call api methods that don't exist.Ryan Huber2015-03-051-5/+7
* version bumpRyan Huber2015-02-241-1/+1
* add channel trigger for use with iterm2Ryan Huber2015-02-241-0/+18
* version bumpRyan Huber2015-02-231-1/+1
* bugfix introduced by name highlightingRyan Huber2015-02-231-1/+1
* lots of changes today - bump versionRyan Huber2015-02-211-1/+1
* colorize nicks in lines like colorize_lines.plRyan Huber2015-02-211-0/+8
* don't print username in /me and do italics like official clientsRyan Huber2015-02-211-2/+2
* Merge pull request #39 from ishigoemon/16_fix_bufferpl_colorsRyan Huber2015-02-211-3/+2
|\
| * Fix buffers.pl hotlist colorsChris Maynard2015-02-181-3/+2
* | make /query an alias for /join. they are identical to slack.Ryan Huber2015-02-211-0/+1
* | regex style message editingRyan Huber2015-02-201-4/+22
|/
* fix command tab completionRyan Huber2015-02-121-2/+2
* only update nicklist if channel buffer existsRyan Huber2015-02-121-11/+12
* Merge pull request #36 from celebdor/json_decode_exception_handlingRyan Huber2015-02-121-1/+1
|\
| * Handle JSON decoding errorsAntoni Segura Puimedon2015-02-101-1/+1
* | version bumpRyan Huber2015-02-121-1/+1
* | Better help messagesNick Tzaperas2015-02-101-4/+84
* | Re-enabled command not found error messageNick Tzaperas2015-02-101-4/+6
|/
* push the cache fix. working fine all day.Ryan Huber2015-02-061-61/+77
* debug message. set user agent to wee_slackRyan Huber2015-02-031-2/+5
* add 'no distraction' mode. properly print messages sent in buffer replayRyan Huber2015-01-271-6/+16
* show join/leave + topic changes. save cache on reload.Ryan Huber2015-01-231-34/+35
* open channel if needed to print messageRyan Huber2015-01-211-0/+1
* fix writing to nonexistent server bufferRyan Huber2015-01-211-5/+4