aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
Commit message (Expand)AuthorAgeFilesLines
* Fix up pytestTollef Fog Heen2015-12-211-0/+1
* bump versionRyan Huber2015-12-041-1/+1
* always update the channels hashtable when we attach or detach a bufferRyan Huber2015-12-041-0/+4
* Format fix for file upload and similarTollef Fog Heen2015-12-021-1/+1
* Fix up formatting of messages with attachmentsTollef Fog Heen2015-11-271-7/+13
* Make sure the returned message is utf-8Tollef Fog Heen2015-11-271-0/+2
* Check for bot_id earlierTollef Fog Heen2015-11-271-3/+3
* Add colouring to bots as wellTollef Fog Heen2015-11-271-0/+16
* Fix display of user name on topic changeTollef Fog Heen2015-11-271-1/+2
* Merge pull request #128 from rawdigits/58_change_topicsRyan Huber2015-11-231-0/+35
|\
| * handle deleteRyan Huber2015-11-201-1/+4
| * add code to do changes of topic.Ryan Huber2015-11-201-0/+32
* | check that channel has a buffer before sending typing notifRyan Huber2015-11-231-9/+11
|/
* check for minimum weechat version + errorRyan Huber2015-11-191-101/+98
* more debugging info for failed curl requestsRyan Huber2015-11-191-1/+1
* we use this to override join and query so don't print an error anymoreRyan Huber2015-11-191-1/+0
* version bumpRyan Huber2015-11-191-1/+1
* don't eat query and join!Ryan Huber2015-11-191-12/+18
* dm channel creation fix + remove duplication in join_command_cbRyan Huber2015-11-181-9/+16
* version bump and readme updateRyan Huber2015-11-181-1/+1
* better handling of exceptionRyan Huber2015-11-181-2/+5
* Merge branch '114_better_buffer_mod' of github.com:rawdigits/wee-slack into 1...Ryan Huber2015-11-181-1/+0
|\
| * remove untrue commentRyan Huber2015-11-171-1/+0
* | close websocket to prevent race + fix broken comparisonRyan Huber2015-11-181-1/+2
|/
* open im chats if they have unread messagesRyan Huber2015-11-171-0/+2
* Merge branch 'master' into 114_better_buffer_modRyan Huber2015-11-171-3/+11
|\
| * Merge branch 'master' into respect-prefix-same-nickRyan Huber2015-11-171-86/+214
| |\
| * | Respect weechat.look.prefix_same_nick settingTollef Fog Heen2015-08-011-3/+11
* | | Merge branch 'master' into 114_better_buffer_modRyan Huber2015-11-171-31/+70
|\ \ \ | | |/ | |/|
| * | Merge pull request #105 from rawdigits/tfheen/me-action-renderRyan Huber2015-11-171-0/+5
| |\ \
| | * | Render _foo bar baz_ as action messagesTollef Fog Heen2015-08-291-0/+5
| * | | clean up server aliasingRyan Huber2015-11-171-11/+12
| * | | Merge pull request #107 from justone/server_aliasesRyan Huber2015-11-171-5/+12
| |\ \ \
| | * | | support server aliases, so buffer names are shorterNate Jones2015-08-291-5/+12
| | |/ /
| * | | Merge pull request #108 from kenyonj/jk-add-upload-optionRyan Huber2015-11-171-0/+29
| |\ \ \
| | * | | Add upload capability to slack bufferJustin Kenyon2015-11-031-0/+29
| * | | | Merge pull request #110 from rawdigits/avoid-colouring-channelsRyan Huber2015-11-171-21/+14
| |\ \ \ \
| | * | | | Avoid putting colors in private chat namesTollef Fog Heen2015-09-251-21/+14
* | | | | | remove unused functionRyan Huber2015-11-171-19/+1
* | | | | | go back to using dm channels only as channelsRyan Huber2015-11-171-22/+11
* | | | | | open channels or usersRyan Huber2015-11-171-4/+6
* | | | | | did this ever work ?!Ryan Huber2015-11-171-0/+2
* | | | | | fix colonRyan Huber2015-11-171-1/+1
* | | | | | version bump - initial nicklist stateRyan Huber2015-11-171-8/+5
* | | | | | new smart nicklist updatingRyan Huber2015-11-171-11/+27
* | | | | | use way better model for cache + versioning of cache dataRyan Huber2015-11-161-13/+13
* | | | | | show edited messages differently than unfurlsRyan Huber2015-11-161-1/+4
* | | | | | turn on exceptions again. reaction fixRyan Huber2015-11-161-16/+18
* | | | | | remove bad debugs - use dbg()Ryan Huber2015-11-161-2/+1
* | | | | | more restructuring of process_message + pref bugfixRyan Huber2015-11-161-56/+46