Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Update README.md | Ryan Huber | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | Update README.md | Ryan Huber | 2014-11-06 | 1 | -18/+16 |
| | |||||
* | Add the ability to use ${sec.data.slack_token} for configuration | John Anderson | 2014-11-04 | 1 | -0/+9 |
| | |||||
* | Update README.md | Ryan Huber | 2014-11-03 | 1 | -0/+3 |
| | |||||
* | Update README.md | Ryan Huber | 2014-11-03 | 1 | -1/+1 |
| | | | remove contradictory statement. | ||||
* | Update README.md | Ryan Huber | 2014-11-02 | 1 | -0/+5 |
| | |||||
* | vim fixed | Ryan Huber | 2014-10-27 | 1 | -1/+0 |
| | |||||
* | Update README.md | Ryan Huber | 2014-10-26 | 1 | -7/+10 |
| | |||||
* | Update readme for new version. | Ryan Huber | 2014-10-26 | 1 | -84/+114 |
| | |||||
* | Update README.md | Ryan Huber | 2014-10-25 | 1 | -2/+23 |
| | |||||
* | Update README.md | Ryan Huber | 2014-10-24 | 1 | -0/+16 |
| | |||||
* | Update README.md | Ryan Huber | 2014-09-15 | 1 | -1/+1 |
| | |||||
* | Update README.md | Ryan Huber | 2014-08-26 | 1 | -2/+1 |
| | |||||
* | Update README.md | Ryan Huber | 2014-07-18 | 1 | -0/+1 |
| | |||||
* | Update README.md | Ryan Huber | 2014-07-18 | 1 | -2/+3 |
| | |||||
* | Update README.md | Ryan Huber | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | Update README.md | Ryan Huber | 2014-07-17 | 1 | -2/+4 |
| | |||||
* | Update README.md | Ryan Huber | 2014-07-17 | 1 | -1/+1 |
| |