Plugins Directory » Redmine Bots
|
Author: | Igor Olemskoi (Southbridge) |
---|---|---|
Website: | https://github.com/southbridgeio/redmine_bots | |
Code repository: | https://github.com/southbridgeio/redmine_bots.git | |
Registered on: | 2018-08-08 (about 6 years ago) | |
Current version: | 0.4.1 | |
Compatible with: | Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x | |
User ratings: |
This plugin provides common stuff to build redmine plugins that involve Slack/Telegram API usage.
Installation notes
Changelog
0.4.1 (2020-01-28)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x.
- Fix tdlib proxy
- Fix AddBot command
- Fix robot_id detection
- Release ActiveRecord connections in concurrent-ruby threads
- Remove ruby 2.7.0 from build matrix
- Update sidekiq-rate-limiter
0.4.0 (2020-01-10)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x.
- Handle Faraday::ClientError in MessageSender
- Handle deactivated user error in message sender
- Force ipv4 when using proxy
- Improve proxy availability check
- Close supergroups properly
- Rescue from chat not found errors
- Increase sleep time for flood error
- Handle forbidden errors in message sender
- Use sleep time from error data
- Add zh-TW locale
- Handle "message not modified errors"
- Increase rate limits, add exponential retry
- Support tdlib 1.6
0.2.0 (2018-12-26)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.
- Add view telegram account permission
- Add webhook secret param
- Adapt for Redmine 4
- Fix locales in telegram client authentication
- Fix getUpdate hint on settings page
0.1.0 (2018-08-08)
Compatible with Redmine 3.4.x.