Commit Graph

44 Commits

Author SHA1 Message Date
ruben 1e040bea4d Api version 6.3 2022-11-08 18:33:50 +00:00
Ruben c0f51040bb Api Version 6.2 2022-08-15 01:43:03 +01:00
Ruben 6bb17461f0 Api Version 5.7 2022-02-01 23:00:54 +00:00
Ruben feffffe112 Api Version 5.6 2022-01-01 23:06:28 +00:00
Herindra Setiawan d315745f2e Change Exception error message to match the function 2021-05-18 15:40:14 +07:00
Herindra Setiawan 09cdf87724 Fix issue #920 Wrong API path for SetStickerSetThumb 2021-05-18 13:56:11 +07:00
rubenlagus 451bdce90b Fix #841 2021-01-02 17:51:25 +01:00
rubenlagus fb5626de7a CompletableFuture support 2020-11-03 02:24:07 +00:00
rubenlagus 447c9d3f92 Update 5.0 and lombok 2020-11-03 01:32:26 +00:00
Ruben Bermudez 14633b4040 Update version Api 4.7 2020-04-01 09:10:13 +01:00
Eugene Kortov ff96318fef Add DI for TelegramFileDownloader, fix it for proxy usage
- add DI for TelegramFileDownloader
- replace volatile variables with final
2019-11-20 16:45:38 +04:00
rubenlagus 44c814256d Bug fixes and pom dependencies upgrades 2019-11-19 00:43:21 +00:00
nagorny afe35b4b14 Fixed #652 2019-08-24 18:57:34 +03:00
rubenlagus b19ae64899 Fix text to Junit5 2019-07-29 00:24:30 +01:00
chase ef0d78eb4c Move TelegramFileDownloader and finish implementation
The fileDownloader now offers all necessary methods. Still needs some
polishing
2019-03-26 22:39:36 +01:00
ezachateyskiy 584b9d5f98
Fix wrong path for SendAnimation command 2018-09-15 02:07:17 +03:00
Ruben Bermudez f415afb568 #Fix 507 2018-08-21 21:27:54 +01:00
Ruben Bermudez 7daebe1318 Merge branch 'webhook' of https://github.com/addo37/TelegramBots into addo37-webhook
# Conflicts:
#	telegrambots-abilities/src/main/java/org/telegram/abilitybots/api/bot/AbilityBot.java
#	telegrambots-abilities/src/main/java/org/telegram/abilitybots/api/db/DBContext.java
#	telegrambots/src/main/java/org/telegram/telegrambots/bots/DefaultAbsSender.java
#	telegrambots/src/main/java/org/telegram/telegrambots/bots/TelegramLongPollingBot.java
#	telegrambots/src/main/java/org/telegram/telegrambots/bots/TelegramWebhookBot.java
2018-07-27 01:04:51 +02:00
Ruben Bermudez a75ca5f08d Version 4.0.0 2018-07-27 00:27:26 +02:00
chmilevfa ad3dbfdd58 Merge branch 'dev' into java9-support
# Conflicts:
#	telegrambots-abilities/src/main/java/org/telegram/abilitybots/api/bot/AbilityBot.java
#	telegrambots-abilities/src/main/java/org/telegram/abilitybots/api/objects/EndUser.java
#	telegrambots-abilities/src/main/java/org/telegram/abilitybots/api/objects/MessageContext.java
#	telegrambots-spring-boot-starter/src/main/java/org/telegram/telegrambots/starter/TelegramBotStarterConfiguration.java
#	telegrambots/src/main/java/org/telegram/telegrambots/bots/DefaultBotOptions.java
2018-07-16 19:37:30 +02:00
chmilevfa db9ae4f586 telegrambots-meta java 9 supported 2018-07-08 01:41:21 +02:00
Abbas Abou Daya e1e829151b Remove anonymous bot instantiation in ABs, refactor webhook functions 2018-06-04 04:47:21 -04:00
AzZu 6087b37483 remove unused imports 2018-05-06 23:32:06 +03:00
AzZu 346a9dc045 added proxy feature
So now, it's support http, socks4 and socks5 proxys
2018-05-06 23:31:48 +03:00
Vyacheslav N. Boyko 28f80e1bcd reworked proxy using 2018-04-17 11:46:48 +03:00
Vyacheslav N. Boyko b9c32c55d8 implemented authorization via http proxy 2018-04-16 18:01:00 +03:00
Vyacheslav N. Boyko 378c8aaddc implemented authorization via http proxy 2018-04-16 17:58:51 +03:00
Ruben Bermudez 6db6c4bf0d Update version 3.6 2018-02-14 20:36:22 +01:00
Javier Cardona a1a8c460e2 #336 Added shutdown call for execution service to default long polling bot 2017-11-21 13:14:12 -06:00
Ruben Bermudez 49c0fef3c5 Update version 3.5 2017-11-17 15:47:22 +01:00
Ruben Bermudez babb9d8be5 Update API version 3.4 2017-10-11 19:27:12 +02:00
Ruben Bermudez 06c55a9c74 Update API version 3.3 2017-08-23 09:06:32 +02:00
Ruben Bermudez ffcdbd126e Update version 3.2 2017-07-21 16:17:48 +02:00
Roman Golyshev cbcfab5d1e Refactor default abs sender (#272)
* refactor-default-abs-sender: move all returns to `try` scope

- it makes clear that return would not happen if some exception has been thrown

* refactor-default-abs-sender: extract `sendHttpPostRequest` method

* refactor-default-abs-sender: inline usage of `sendHttpPostRequest` in most occurrences

* refactor-default-abs-sender: extract creation of `HttpPost` with configuration to method

* refactor-default-abs-sender: rearrange code to ease up refactoring

* refactor-default-abs-sender: extract `sendMethodRequest` method

* refactor-default-abs-sender: move temporary file names to variables

* refactor-default-abs-sender: extract files downloading to separate methods

* refactor-default-abs-sender: extract creation of `Runnable` for async file download to method

* refactor-default-abs-sender: extract `assertParamNotNull` method

* refactor-default-abs-sender: rename `tryToDownloadToTemporaryFile` method
2017-07-20 22:28:59 +02:00
Roman Gordeev 01175ed03d Explicit Contenttype for textBody (#274) 2017-07-20 18:55:02 +02:00
Ruben Bermudez 356034f324 Merges #256 2017-06-30 14:32:34 +02:00
Ruben Bermudez 3fe39ad76a Version 3.1 2017-06-30 14:15:48 +02:00
Ruben Bermudez db229bb66e Support custom api url 2017-05-11 03:02:54 +02:00
Rubenlagus e61a52dc11 Changed method to protected to allow overriding it 2017-05-09 01:53:40 +02:00
Rubenlagus 5937a2e3a6 API 3.0 2017-05-03 01:40:55 +02:00
Rubenlagus fc712656fa Payments API 2017-03-27 00:49:08 +02:00
Rubenlagus 8a177b0ab6 Update BOT API 2.3.1 2016-12-03 21:17:03 +01:00
Rubenlagus c756282328 Fix bug 2016-11-17 03:31:32 +01:00
Ruben Bermudez 0c03ab093f Move separate commits (#157)
* Update HOWTO.md (#155)

- add video edition of this howto, only a draft
- add two FAQ's

* Update license to MIT

* Update HOWTO.md (#155)

- add video edition of this howto, only a draft
- add two FAQ's

* Update license to MIT

* Migrate to separate modules

* Move to separate modules

* Move to separate modules

* Move to separate modules
2016-11-17 02:41:12 +01:00