All notable changes to this project will be documented in this file.
- Transfer ownership from
kaakaa
tomatterpoll
- Updated dependencies
- Set content type to
application/json
(#89) - Updated dependencies
- You need add two config parameter to
config.json
:listen
defines the ip address and port Matterpoll will listen for requests. Default islocalhost:8505
token
is the mattermost token. You should copy it from Integration > Slash Commands at your Mattermost server.
- Removed
-p
option. Choosing the port is now done viaconfig.json
- Polls are posted as a bot user
- You can use single and double quotation instead of backticks
- We now verify the Mattermost token to make sure requests are valid
- The ip address Matterpoll should listen for request can now we configured via
config.json
- You can choose the config file via
-c
option - Go 1.7 to 1.9 are now supported
- A lot of unittests were added
- Moved from Mattermost APIv3 to APIv4
- Removed dependency of glide
- Mattermost warning about empty message
- Ci builds via travis
- Use 8505 as default port
- Fixed setup documentation
- First Version