Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove /slack join command from README.md | Tollef Fog Heen | 2017-07-28 | 1 | -1/+0 |
| | | | | Fixes: #362 | ||||
* | Add support for editing other messages than just the last one | Tollef Fog Heen | 2017-07-28 | 1 | -0/+5 |
| | | | | | | | | Similar syntax as for adding reactions: 3s/foo/bar/ Fixes: #153 | ||||
* | Remove documentation for colorize_nicks | Trygve Aaberge | 2017-07-12 | 1 | -10/+0 |
| | | | | | | This option was removed in 925278f, in favor of using weechat's color handling. I.e. you now set this with weechat's core options instead of a specific option for this script. | ||||
* | Correct URL in README | Tollef Fog Heen | 2017-05-02 | 1 | -2/+2 |
| | |||||
* | Merge pull request #347 from V13Axel/status_command | Ryan Huber | 2017-04-18 | 1 | -0/+13 |
|\ | | | | | Add command for setting Slack Status | ||||
| * | Add command for setting Slack Status | V13Axel | 2017-04-13 | 1 | -0/+13 |
| | | |||||
* | | 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 |
|/ | |||||
* | 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 #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. | ||||
* | | stop claiming to do search, which we still don't | Ryan Huber | 2017-04-12 | 1 | -1/+1 |
| | | |||||
* | | direct link thread info | Ryan Huber | 2017-04-12 | 1 | -1/+3 |
| | | |||||
* | | massssssssive merge of the new codebase | Ryan Huber | 2017-04-12 | 1 | -6/+20 |
|/ | |||||
* | Update docs slightly | Tollef Fog Heen | 2016-11-29 | 1 | -1/+7 |
| | |||||
* | Add support for slash commands | Alex Dills | 2016-10-20 | 1 | -1/+6 |
| | | | | | Custom slash commands are handled by doing `/slack slash /foo [args…]` Fixes: #227 | ||||
* | fix link | Ryan Huber | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #176 from trygveaa/feature/show-reaction-nicks | Ryan Huber | 2016-06-17 | 1 | -14/+19 |
|\ | | | | | Show nicks for each reaction | ||||
| * | Add documentation for config of show_reaction_nicks | Trygve Aaberge | 2016-04-22 | 1 | -0/+5 |
| | | |||||
| * | Move config options to optional settings in readme | Trygve Aaberge | 2016-04-22 | 1 | -15/+15 |
| | | |||||
* | | Update README to mention location of the API token required | Adam Gibbins | 2016-05-14 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #216 from terminalmage/python-load-example | Tollef Fog Heen | 2016-04-22 | 1 | -0/+2 |
|\ \ | |/ |/| | Add info on manually loading wee_slack.py when weechat is already running | ||||
| * | Add info on manually loading wee_slack.py when weechat is already running | Erik Johnson | 2016-04-12 | 1 | -3/+5 |
| | | | | | | | | Also remove trailing whitespace on a few lines. | ||||
* | | Added option to colorize messages the same color as the sending nick ↵ | Bryan Gilbert | 2016-03-12 | 1 | -3/+8 |
|/ | | | | (defaults to off) | ||||
* | Add description of adding/removing a reaction to the README | Trygve Aaberge | 2016-03-05 | 1 | -0/+5 |
| | |||||
* | change minimum version note to 1.3+ | Ryan Huber | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | version bump and readme update | Ryan Huber | 2015-11-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #107 from justone/server_aliases | Ryan Huber | 2015-11-17 | 1 | -0/+5 |
|\ | | | | | support server aliases, so buffer names are shorter | ||||
| * | support server aliases, so buffer names are shorter | Nate Jones | 2015-08-29 | 1 | -0/+5 |
| | | |||||
* | | Add upload capability to slack buffer | Justin Kenyon | 2015-11-03 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | This commit: - Adds the ability to upload a file to the current slack buffer using the `/slack upload [file_path]` command Why? - This is a very useful feature for people that are trying to fully replace the slack web app | ||||
* | | Use weechat for requests instead of curl | Trygve Aaberge | 2015-10-18 | 1 | -8/+2 |
|/ | | | | | | | | | | 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. | ||||
* | Update README.md | Ryan Huber | 2015-08-19 | 1 | -3/+3 |
| | | | change parens to square brackets to make instructions more clear. | ||||
* | add install instructions for FreeBSD | Daniel Schauenberg | 2015-07-28 | 1 | -1/+4 |
| | |||||
* | Update README.md | Ryan Huber | 2015-07-23 | 1 | -1/+1 |
| | |||||
* | Update README.md | Ryan Huber | 2015-07-22 | 1 | -9/+6 |
| | |||||
* | add note on reaction branch to readme | Ryan Huber | 2015-07-18 | 1 | -0/+7 |
| | |||||
* | update readme - this bit is no longer news | Ryan Huber | 2015-05-28 | 1 | -5/+0 |
| | |||||
* | update readme because curl needs to be apt-get'd | Ryan Huber | 2015-05-20 | 1 | -1/+11 |
| | |||||
* | version bump and mention new feature | Ryan Huber | 2015-03-19 | 1 | -0/+2 |
| | |||||
* | add message modifier info to README | Ryan Huber | 2015-02-23 | 1 | -0/+10 |
| | |||||
* | Update README.md | Ryan Huber | 2015-02-21 | 1 | -0/+1 |
| | |||||
* | regex style message editing | Ryan Huber | 2015-02-20 | 1 | -3/+4 |
| | |||||
* | Update README.md | Ryan Huber | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | Update README.md | Ryan Huber | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | update readme | Ryan Huber | 2015-01-19 | 1 | -1/+2 |
| | |||||
* | Update README.md | Ryan Huber | 2015-01-18 | 1 | -1/+1 |
| | |||||
* | Update README.md | Ryan Huber | 2015-01-18 | 1 | -9/+10 |
| | |||||
* | Update README.md | Ryan Huber | 2014-12-15 | 1 | -0/+5 |
| |