Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More debugging | Tollef Fog Heen | 2015-10-26 | 1 | -3/+5 |
| | |||||
* | Simplify URL string construction | Tollef Fog Heen | 2015-10-26 | 1 | -2/+2 |
| | |||||
* | Merge pull request #117 from trygveaa/feature/use-weechat-for-requests | Ryan Huber | 2015-10-21 | 2 | -13/+6 |
|\ | | | | | Use weechat for requests instead of curl | ||||
| * | Use weechat for requests instead of curl | Trygve Aaberge | 2015-10-18 | 2 | -13/+6 |
|/ | | | | | | | | | | Weechat has (since version 0.3.7) a builtin method for plugins to download from URLs. This commit replaces the use of the curl command with this. There are two main reasons for doing this: - When using an external command, the arguments are visible to all users of the machine, including the token for connecting to Slack. - It removes the need to depend on curl. | ||||
* | Merge pull request #106 from rawdigits/tfheen/unfurl-test-and-fixups | Ryan Huber | 2015-09-10 | 4 | -36/+94 |
|\ | | | | | unfurl unit test and cleanups | ||||
| * | Handle unfurling of things with no alt text correctly as well | Tollef Fog Heen | 2015-08-29 | 2 | -16/+23 |
| | | |||||
| * | Drop debugging output | Tollef Fog Heen | 2015-08-29 | 1 | -2/+0 |
| | | |||||
| * | Whitespace fixups | Tollef Fog Heen | 2015-08-29 | 1 | -2/+0 |
| | | |||||
| * | Refactor unfurl_refs | Tollef Fog Heen | 2015-08-29 | 2 | -44/+49 |
| | | | | | | | | | | Instead of blindly splitting on spaces, use something approximating a parser for parsing refs. Also add another test case. | ||||
| * | Add unit test for unfurl_refs and correct logic | Tollef Fog Heen | 2015-08-29 | 2 | -15/+66 |
| | | | | | | | | | | The logic for showing/ignoring alt refs was wrong. Fix that, and to prevent this from showing up again, add a unit test. | ||||
| * | Whitespace cleanup | Tollef Fog Heen | 2015-08-29 | 1 | -5/+0 |
| | | |||||
| * | Make sure to import rootdir for pytest | Tollef Fog Heen | 2015-08-29 | 1 | -0/+4 |
| | | |||||
* | | make this bit actually apply the smart filter | Ryan Huber | 2015-09-08 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #104 from rawdigits/tfheen/distracting-channel-required | Ryan Huber | 2015-08-28 | 1 | -0/+3 |
|\ | | | | | Require /slack distracting to be run from a channel buffer | ||||
| * | Require /slack distracting to be run from a channel buffer | Tollef Fog Heen | 2015-08-29 | 1 | -0/+3 |
|/ | | | | | Running this from a server buffer makes no sense, so output an error if you do that. | ||||
* | Merge pull request #49 from terlar/feature/bot-with-name | Tollef Fog Heen | 2015-08-28 | 1 | -2/+29 |
|\ | | | | | Display name instead of ID for bots | ||||
| * | Add Bot entity to be able to get the name | Terje Larsen | 2015-08-26 | 1 | -2/+29 |
|/ | | | | | | | | Right now all the bots are represented as their ID:s which is not very useful, this fixes this. This is my first python code so please let me know if something is weird. | ||||
* | Update README.md | Ryan Huber | 2015-08-19 | 1 | -3/+3 |
| | | | change parens to square brackets to make instructions more clear. | ||||
* | Merge pull request #102 from rawdigits/unfurl_sending_messages | Tollef Fog Heen | 2015-08-19 | 1 | -6/+16 |
|\ | | | | | Centralise handling of unfurling a bit and unfurl replies | ||||
| * | Centralise handling of unfurling a bit and unfurl replies | Tollef Fog Heen | 2015-08-13 | 1 | -6/+16 |
| | | | | | | | | | | | | Previously, we would not unfurl responses to our own messages, which meant we ended up with messages like "<@U12341|foo>: hi" instead of "@foo: hi". This fixes that. | ||||
* | | version bump - bugfixes | Ryan Huber | 2015-08-14 | 1 | -1/+1 |
| | | |||||
* | | reaction text changes should happen after unicode conversion | Ryan Huber | 2015-08-14 | 1 | -3/+3 |
| | | |||||
* | | bugfix: save string in as unicode when changing text | Ryan Huber | 2015-08-14 | 1 | -2/+4 |
|/ | |||||
* | fix issues when message text == None + version bump | Ryan Huber | 2015-08-11 | 1 | -4/+7 |
| | |||||
* | wrap in a try | Ryan Huber | 2015-08-03 | 1 | -3/+6 |
| | |||||
* | derp - this broke stuff - removing fast | Ryan Huber | 2015-08-02 | 1 | -1/+3 |
| | |||||
* | Bump version number | Tollef Fog Heen | 2015-08-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #65 from bchretien/master | Ryan Huber | 2015-08-01 | 1 | -1/+0 |
|\ | | | | | Fix unicode error in me_command_cb. | ||||
| * | Fix unicode error in me_command_cb. | Benjamin Chrétien | 2015-04-25 | 1 | -1/+0 |
| | | | | | | | | Fix #64 | ||||
* | | Merge pull request #75 from iasoon/master | Ryan Huber | 2015-08-01 | 1 | -10/+8 |
|\ \ | | | | | | | Colored own nick as weechat.color.chat_nick_self | ||||
| * | | Colored own nick as weechat.color.chat_nick_self | Ilion Beyst | 2015-05-23 | 1 | -10/+8 |
| | | | |||||
* | | | Avoid Here/Away nick lists in private chats | Tollef Fog Heen | 2015-08-01 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | Override the update_nicklist implementation for private chats to just pass, since we don't want nicklists there. | ||||
* | | | switch to /query buffer by default - option to disable | Ryan Huber | 2015-08-01 | 1 | -1/+6 |
| | | | |||||
* | | | Merge pull request #90 from rawdigits/tfheen/nicklist_groups | Ryan Huber | 2015-08-01 | 1 | -6/+19 |
|\ \ \ | | | | | | | | | Use nick lists for grouping here/away | ||||
| * | | | Use nick lists for grouping here/away | Tollef Fog Heen | 2015-08-01 | 1 | -6/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using + to denote users present, use nick groups and label them Present and Away. Also, add all non-deleted users to the server buffer. I believe this should fix #72 | ||||
* | | | | Merge pull request #94 from rawdigits/unload-cleanly | Ryan Huber | 2015-08-01 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Unload cleanly | ||||
| * | | | | Unload cleanly | Tollef Fog Heen | 2015-07-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Let weechat know that we unloaded successfully and prevent a tiny bit of whining on reload | ||||
* | | | | | Merge pull request #95 from rawdigits/unfurl-include-prefix-suffix | Ryan Huber | 2015-08-01 | 1 | -4/+17 |
|\ \ \ \ \ | |/ / / / |/| | | | | Include any text that comes before/after refs in the output text. | ||||
| * | | | | Make it possible to ignore alt text when unfurling | Tollef Fog Heen | 2015-07-31 | 1 | -3/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a setting unfurl_ignore_alt_text which when non-0 will prefer the plain text version of URLs and other similar instead of using the expanded version from slack. Nicks and channel names are always expanded. The default is the old behaviour, to prefer the slack-expanded text. | ||||
| * | | | | Include any text that comes before/after refs in the output text. | Tollef Fog Heen | 2015-07-31 | 1 | -1/+5 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: input *.<http://foo.com|foo.com> output http://foo.com After input *.<http://foo.com|foo.com> output *.http://foo.com This isn't super pretty, but it's better than losing the text. | ||||
* | | | | Merge branch 'master' of github.com:rawdigits/wee-slack | Ryan Huber | 2015-07-30 | 1 | -1/+4 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #93 from mrtazz/patch-1 | Ryan Huber | 2015-07-28 | 1 | -1/+4 |
| |\ \ \ \ | | | | | | | | | | | | | add install instructions for FreeBSD | ||||
| | * | | | | add install instructions for FreeBSD | Daniel Schauenberg | 2015-07-28 | 1 | -1/+4 |
| |/ / / / | |||||
* / / / / | fucking unicode | Ryan Huber | 2015-07-30 | 1 | -4/+5 |
|/ / / / | |||||
* | | | | fix message editing/deletion | Ryan Huber | 2015-07-27 | 1 | -3/+3 |
| | | | | |||||
* | | | | print the exception on a websocket connection failure | Ryan Huber | 2015-07-23 | 1 | -1/+2 |
| | | | | |||||
* | | | | Update README.md | Ryan Huber | 2015-07-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | add @here notification | Ryan Huber | 2015-07-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | version | Ryan Huber | 2015-07-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | fix linkify to include original name | Ryan Huber | 2015-07-23 | 1 | -2/+2 |
| | | | |