aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
Commit message (Expand)AuthorAgeFilesLines
* Fix use-before-assignment when fetching channel to send toTollef Fog Heen2017-07-211-1/+1
* restore call to update_nicklist() (accidental removal)Bryan Gilbert2017-07-191-0/+1
* use im.open endpoint to properly update unread count for ims on startupBryan Gilbert2017-07-191-6/+17
* add group info request and handler to set unread count and update hotlistBryan Gilbert2017-07-171-0/+9
* call channel info on channel open to set unread count and update hotlistBryan Gilbert2017-07-161-19/+20
* Merge pull request #371 from ToxicFrog/toxicfrog/mrkdwnBen Kelly2017-07-131-8/+13
|\
| * Disable formatting for messages with `mrkdwn` unsetBen Kelly2017-07-121-8/+13
* | Fix the testsBen Kelly2017-07-121-2/+3
* | Add descriptions for weeslack plugin settings.Ben Kelly2017-07-121-26/+97
|/
* Merge pull request #350 from ToxicFrog/toxicfrog/italicsBen Kelly2017-07-121-12/+27
|\
| * Add italic support, and settings to switch between italic and underlineBen Kelly2017-04-151-12/+27
* | Get nick color name correctly in weechat < 1.5Trygve Aaberge2017-07-121-2/+9
* | Rename version variable to weechat_versionTrygve Aaberge2017-07-121-2/+2
* | Stop polling dead websockets. Fixes #349Cameron Matheson2017-07-051-1/+2
* | Merge pull request #351 from wee-slack/settings_cleanupRyan Huber2017-04-211-10/+0
|\ \
| * | Remove colorize_messages settingTollef Fog Heen2017-04-161-1/+0
| * | Remove dead code related to cacheTollef Fog Heen2017-04-161-9/+0
* | | Fix channel history not appearing when an earlier message has 'text': NoneBen Kelly2017-04-211-2/+2
* | | Merge pull request #347 from V13Axel/status_commandRyan Huber2017-04-181-0/+25
|\ \ \
| * | | Remove redundant team reference retrievalV13Axel2017-04-171-1/+0
| * | | Add command for setting Slack StatusV13Axel2017-04-131-0/+26
* | | | Decode arguments sent to callback functionsTrygve Aaberge2017-04-151-0/+36
* | | | Do encode/decode in websocket and urllib callsTrygve Aaberge2017-04-151-3/+3
* | | | Create a wrapper around weechat which handles encodingTrygve Aaberge2017-04-151-1/+51
* | | | Remove all calls to encode and decodeTrygve Aaberge2017-04-151-20/+9
* | | | Remove utf8 argument from get_senderTrygve Aaberge2017-04-151-5/+2
* | | | Use unicode literals everywhereTrygve Aaberge2017-04-151-30/+32
| |/ / |/| |
* | | PEP8 fixupsTollef Fog Heen2017-04-131-168/+374
|/ /
* / do it for channels but not users, hence new elifRyan Huber2017-04-131-1/+3
|/
* yay for unfurlsRyan Huber2017-04-131-13/+13
* wrong var nameRyan Huber2017-04-131-1/+1
* Merge pull request #339 from ToxicFrog/toxicfrog/nick-coloursRyan Huber2017-04-131-11/+7
|\
| * Defer nick colourization to weechat's built in supportBen Kelly2017-04-131-11/+7
* | Merge pull request #338 from ToxicFrog/toxicfrog/formattingRyan Huber2017-04-131-1/+5
|\ \
| * | Translate slack formatting codes to/from IRC formatting codesBen Kelly2017-04-131-1/+5
| |/
* / Handling incoming me_message subtypes.Ben Kelly2017-04-131-7/+15
|/
* massssssssive merge of the new codebaseRyan Huber2017-04-121-2095/+2568
* Make this fail back to the default for testability0.99.11Ryan Huber2017-01-261-1/+4
* messages received during reconnect are missed w/o thisRyan Huber2017-01-261-0/+3
* Merge commit 'refs/pull/285/head' of github.com:rawdigits/wee-slackRyan Huber2017-01-261-0/+33
|\
| * Add support for /awayTollef Fog Heen2016-12-191-0/+33
* | add str function for debuggingRyan Huber2017-01-261-0/+3
* | fix some settings that weren't migratedRyan Huber2017-01-261-6/+6
* | Merge commit 'refs/pull/290/head' of github.com:rawdigits/wee-slackRyan Huber2017-01-261-79/+82
|\ \
| * | Refactor the way settings workBen Kelly2016-12-231-79/+82
| |/
* | Merge pull request #296 from lchausmann/masterRyan Huber2017-01-261-0/+2
|\ \
| * | Handles upload with spaces in filenameLars Chr. Duus Hausmann2017-01-091-0/+2
* | | restore away/active indicator but still don't update nicklistRyan Huber2017-01-251-11/+12
* | | derpRyan Huber2017-01-241-4/+4
* | | fix the other methods tooRyan Huber2017-01-241-8/+11