Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct URL in README | Tollef Fog Heen | 2017-05-02 | 1 | -2/+2 |
| | |||||
* | Merge pull request #351 from wee-slack/settings_cleanup | Ryan Huber | 2017-04-21 | 1 | -10/+0 |
|\ | | | | | Clean up a little bit | ||||
| * | Remove colorize_messages setting | Tollef Fog Heen | 2017-04-16 | 1 | -1/+0 |
| | | | | | | | | This doesn't seem to be used, so just remove it. | ||||
| * | Remove dead code related to cache | Tollef Fog Heen | 2017-04-16 | 1 | -9/+0 |
| | | | | | | | | The cache is gone, remove some related code. | ||||
* | | Merge pull request #356 from ToxicFrog/toxicfrog/missing-text | Ryan Huber | 2017-04-21 | 1 | -2/+2 |
|\ \ | | | | | | | Fix channel history not appearing when an earlier message has 'text': None | ||||
| * | | Fix channel history not appearing when an earlier message has 'text': None | Ben Kelly | 2017-04-21 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | Today I learned that sometimes, rather than the key missing, it has the value None. In this case, (key in dict) is true! This fixes an issue where, if the backscroll of a channel contained such a message, it would throw while fetching the backscroll and cut off without fetching all of it. Signed-off-by: Ben Kelly <btk@google.com> Signed-off-by: Ben Kelly <bk@ancilla.ca> | ||||
* | | Merge pull request #347 from V13Axel/status_command | Ryan Huber | 2017-04-18 | 2 | -0/+38 |
|\ \ | | | | | | | Add command for setting Slack Status | ||||
| * | | Remove redundant team reference retrieval | V13Axel | 2017-04-17 | 1 | -1/+0 |
| | | | |||||
| * | | Add command for setting Slack Status | V13Axel | 2017-04-13 | 2 | -0/+39 |
| | | | |||||
* | | | Merge pull request #348 from trygveaa/fix/unicode | Tollef Fog Heen | 2017-04-18 | 1 | -59/+133 |
|\ \ \ | | | | | | | | | Proper support for unicode | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This encodes everything sent into weechat, and decodes the return values, so we don't have to do it every place we call weechat. We still have to decode the arguments in all of the callback functions though. The encode_to_utf8 and decode_from_utf8 functions traverses data structures and encodes/decodes all of the strings inside the structures. | ||||
| * | | | Remove all calls to encode and decode | Trygve Aaberge | 2017-04-15 | 1 | -20/+9 |
| | | | | | | | | | | | | | | | | | | | | We will readd these in the appropriate places, as described two commits ago. | ||||
| * | | | Remove utf8 argument from get_sender | Trygve Aaberge | 2017-04-15 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | This was not used anywhere. | ||||
| * | | | Use unicode literals everywhere | Trygve Aaberge | 2017-04-15 | 1 | -30/+32 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes all strings to be unicode strings in an attempt to handle unicode better. The idea is to use unicode everywhere internally in wee_slack and decode/encode where data is received/sent to/from wee-slack. That means we have to decode strings received from weechat or slack and encode strings we send to them. This way encoding and decoding is done on specific places, and if done everywhere, we should not get any unicode errors. | ||||
* | | | Merge pull request #353 from deepy/documentation | Tollef Fog Heen | 2017-04-18 | 1 | -7/+7 |
|\ \ \ | |/ / |/| | | Updates README to give correct instructions for settings. | ||||
| * | | Changes aliases example to have multiple entries. | Alex Nordlund | 2017-04-18 | 1 | -1/+1 |
| | | | |||||
| * | | Adds key:value to aliases. Closes #337 | Alex Nordlund | 2017-04-18 | 1 | -1/+1 |
| | | | |||||
| * | | Corrects server_alias -> server_aliases. | Alex Nordlund | 2017-04-18 | 1 | -1/+1 |
| | | | |||||
| * | | Updates README to give correct instructions for settings. | Alex Nordlund | 2017-04-18 | 1 | -7/+7 |
|/ / | |||||
* | | Merge pull request #344 from wee-slack/pep8 | Ryan Huber | 2017-04-14 | 1 | -168/+374 |
|\ \ | |/ |/| | PEP8 fixups | ||||
| * | PEP8 fixups | Tollef Fog Heen | 2017-04-13 | 1 | -168/+374 |
|/ | | | | Lots of missing whitespace and other minor fixups. | ||||
* | Merge pull request #342 from wee-slack/show_channels_with_hash_symbol_properly | Ryan Huber | 2017-04-13 | 1 | -1/+3 |
|\ | | | | | do it for channels but not users, hence new elif | ||||
| * | do it for channels but not users, hence new elif | Ryan Huber | 2017-04-13 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #341 from wee-slack/actually_unfurl_again | Ryan Huber | 2017-04-13 | 1 | -13/+13 |
|\ | | | | | yay for unfurls | ||||
| * | yay for unfurls | Ryan Huber | 2017-04-13 | 1 | -13/+13 |
|/ | |||||
* | Merge pull request #340 from wee-slack/fix_join | Ryan Huber | 2017-04-13 | 1 | -1/+1 |
|\ | | | | | 🤳 | ||||
| * | wrong var name | Ryan Huber | 2017-04-13 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #336 from bronzehedwick/patch-2 | Ryan Huber | 2017-04-13 | 1 | -6/+6 |
|\ | | | | | Fix readme markdown | ||||
| * | Fix readme markdown | Chris DeLuca | 2017-04-13 | 1 | -6/+6 |
| | | | | | | Github changed their markdown parser, and broke a bunch of readmes. | ||||
* | | Merge pull request #339 from ToxicFrog/toxicfrog/nick-colours | Ryan Huber | 2017-04-13 | 1 | -11/+7 |
|\ \ | | | | | | | Defer nick colourization to weechat's built in support | ||||
| * | | Defer nick colourization to weechat's built in support | Ben Kelly | 2017-04-13 | 1 | -11/+7 |
| |/ | | | | | | | Signed-off-by: Ben Kelly <btk@google.com> | ||||
* | | Merge pull request #338 from ToxicFrog/toxicfrog/formatting | Ryan Huber | 2017-04-13 | 1 | -1/+5 |
|\ \ | | | | | | | Translate slack formatting codes to/from IRC formatting codes | ||||
| * | | Translate slack formatting codes to/from IRC formatting codes | Ben Kelly | 2017-04-13 | 1 | -1/+5 |
| |/ | | | | | | | Signed-off-by: Ben Kelly <btk@google.com> | ||||
* | | Merge pull request #287 from ToxicFrog/toxicfrog/action-support | Ryan Huber | 2017-04-13 | 2 | -7/+17 |
|\ \ | |/ |/| | Fix /me handling for sent and received messages | ||||
| * | Handling incoming me_message subtypes. | Ben Kelly | 2017-04-13 | 2 | -7/+17 |
|/ | | | | Signed-off-by: Ben Kelly <btk@google.com> | ||||
* | Merge pull request #320 from oschwald/patch-11.0-RC1 | Ryan Huber | 2017-04-13 | 1 | -1/+1 |
|\ | | | | | Update token link | ||||
| * | Update token link | Gregory Oschwald | 2017-03-05 | 1 | -1/+1 |
| | | | | | | The previous page only links to the new style application tokens, which do not work. | ||||
* | | Merge pull request #334 from wee-slack/wee-ng-merge | Ryan Huber | 2017-04-12 | 150 | -2210/+4117 |
|\ \ | |/ |/| | Wee ng merge | ||||
| * | Merge pull request #335 from trygveaa/wee-ng-merge | Ryan Huber | 2017-04-12 | 1 | -0/+11 |
| |\ | | | | | | | Wee-ng merge | ||||
| | * | Merge remote-tracking branch 'wee-ng/master' into wee-ng-merge | Trygve Aaberge | 2017-04-12 | 150 | -2210/+4117 |
| |/| |/| | | |||||
| | * | much much better handling of read markers | Ryan Huber | 2017-04-05 | 1 | -4/+4 |
| | | | |||||
| | * | remove dbg | Ryan Huber | 2017-03-27 | 1 | -1/+0 |
| | | | |||||
| | * | fix here/group/channel | Ryan Huber | 2017-03-27 | 1 | -5/+7 |
| | | | |||||
| | * | fix broken linkifying wrong-ly | Ryan Huber | 2017-03-27 | 1 | -1/+1 |
| | | | |||||
| | * | don't create a new channel ugh | Ryan Huber | 2017-03-27 | 1 | -0/+8 |
| | | | |||||
| | * | remove unnecessary check | Ryan Huber | 2017-02-23 | 1 | -1/+0 |
| | | | |||||
| | * | stop linter complaint | Ryan Huber | 2017-02-22 | 1 | -0/+1 |
| | | | |||||
| | * | Merge pull request #1 from Wolf480pl/thread_enhancements | Ryan Huber | 2017-02-22 | 1 | -6/+52 |
| | |\ | | | | | | | | | Slack thread enhancements |