Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debugging help | Charlie Allom | 2018-02-16 | 1 | -0/+9 |
| | | | | | In #504 I proposed to add some help to future debuggers. This is a split PR from that. cc: @trygveaa | ||||
* | Merge pull request #487 from ajdavis/restore-slack-oauth | Trygve Aaberge | 2018-01-28 | 1 | -1/+26 |
|\ | | | | | Restore OAuth support | ||||
| * | Respond to Trygve's comments | A. Jesse Jiryu Davis | 2018-01-27 | 1 | -3/+3 |
| | | |||||
| * | update README for new /slack register command | A. Jesse Jiryu Davis | 2018-01-17 | 1 | -1/+26 |
| | | |||||
* | | Merge pull request #437 from trygveaa/completion-of-custom-emojis | Trygve Aaberge | 2018-01-16 | 1 | -0/+8 |
|\ \ | |/ |/| | Add completion of custom emojis | ||||
| * | Add documentation for emoji completions | Trygve Aaberge | 2017-09-17 | 1 | -0/+8 |
| | | |||||
* | | Refactor command_talk and fix MPDMs not being created | Eric Wang | 2017-11-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | - Fix incorrect parameter name for MPDMs: `users` instead of `user_ids` - Accept comma-separated nicks instead of space-separated to match weechat's `/query` syntax - Check user IDs instead of usernames to find channels - Use `SLACK_API_TRANSLATOR` instead of hard coding API methods - Update documentation | ||||
* | | Add ability to open multiparty DMs with /query and /slack talk | Eric Wang | 2017-11-29 | 1 | -3/+3 |
| | | | | | | | | | | `command_talk` can now accept multiple arguments, which allows commands like `/query user1 user2` to open a MPDM with user1 and user2. | ||||
* | | Allow sending special messages by prefixing them with a slash or a space | Trygve Aaberge | 2017-11-07 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows you to send messages starting with / or messages like s/a/b/ and +:test: as normal text messages instead of performing the action they normally would. This is done by prefixing the message with a slash (/) or a space ( ), and then the prefix character is removed from the resulting message. Allowing / as a prefix, so you can write e.g. //slack is the normal way to send messages starting with / in weechat. This will work for all messages starting with a slash, but won't work for e.g. /+:test:, as that is interpreted as a command. Using space as a prefix is the way Slack does it. This will work for all messages. | ||||
* | | Add documentation on changing debug level | Eric Wang | 2017-10-03 | 1 | -1/+2 |
| | | |||||
* | | Update documentation on enabling debug mode | Eric Wang | 2017-10-03 | 1 | -6/+6 |
| | | |||||
* | | docs: Remove mention of setallreadmarkers | Trygve Aaberge | 2017-09-30 | 1 | -5/+0 |
|/ | | | | | | | This command has been removed. To mark all channels as read you can now run `/input set_unread` instead (note that since this isn't a command specific for wee-slack, it will move the unread markers for all buffers to the bottom, including buffers not belonging to wee-slack). | ||||
* | 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 |
| |