Commit Graph

32 Commits

Author SHA1 Message Date
Andrea Cavalli 89cf8007ad Bugfix 2022-01-15 19:48:00 +01:00
Andrea Cavalli 0a896dce38 Fix synchronization 2022-01-13 15:56:12 +01:00
monkey e38c3b0ba9 issue #707 ExponentialBackOff refactored to interface for custom implementation 2021-04-25 03:01:23 +01:00
Ruben Bermudez ab00b182e8 Remove Guice 2020-11-03 02:57:36 +00:00
rubenlagus 447c9d3f92 Update 5.0 and lombok 2020-11-03 01:32:26 +00:00
Chase22 2009ef411d Add timeout and update limit for long-polling updates to DefaultBotOptions
Just a little commit to make the long-polling timeout and long-polling limit configurable via the BotOptions. Mainly for Testing
2020-09-21 19:31:50 +02:00
galimru 1b18b1ccdb unwrap cause from internal exception and prevent from breaking thread (ref #629) 2020-01-28 12:59:27 +04:00
galimru 55e27c1167 added the fix to workaround openjdk bug which thrown internal error (ref #629) 2020-01-27 21:15:04 +04:00
rubenlagus 44c814256d Bug fixes and pom dependencies upgrades 2019-11-19 00:43:21 +00:00
UnAfraid ef1bd09a6a Replacing log4j with slf4j 2019-09-09 20:10:26 +03:00
rubenlagus 830b873776 Remove BotLogger 2019-07-27 13:19:54 +01:00
Ruben Bermudez 3861b29b25 Improves #498 2019-04-03 02:24:15 +01: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
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 378c8aaddc implemented authorization via http proxy 2018-04-16 17:58:51 +03:00
Niels Ulrik Andersen e2aed55b11 Clean up a bit in DefaultBotSession 2017-11-19 16:59:23 +01:00
Niels Ulrik Andersen 4cf29bd75f Clean up some thread usage, seems to close #168. 2017-11-19 12:41:38 +01:00
ng1905 0132f25178
Fix if statement
Missing ')'
2017-11-06 07:19:11 +01:00
ng1905 216e910411
Do not log stack trace when stopping bot
When stopping a LongPollingBot, no exception should be logged due to closing the socket.
2017-11-06 07:11:22 +01:00
vantuz-subhuman cb92eca883 #269: Deleted `TelegramBatchLongPollingBot`, added `onUpdatesReceived` method to basic `LongPollingBot` interface 2017-09-21 00:46:41 +03:00
vsubhuman 0fb556518a #269 Extracted `UpdatesSupplier` insede `DefaultBotSession` and created tests 2017-08-03 13:29:02 +03:00
vsubhuman 5741e4ba97 #269 Fixed update queue polling order and added `TelegramBatchLongPollingBot` 2017-08-03 00:30:51 +03:00
Ruben Bermudez c90151d1a7 Closes #270 2017-07-20 22:37:19 +02:00
Ruben Bermudez db229bb66e Support custom api url 2017-05-11 03:02:54 +02:00
Rubenlagus 9c4b1bea68 Bug #183 2017-02-25 20:11:42 +01:00
Rubenlagus 341cca78dd Bug #183 2017-02-25 13:53:01 +01:00
Rubenlagus 35d2edcbca Merge #177 2016-12-26 03:46:46 +01:00
Rubenlagus 8a177b0ab6 Update BOT API 2.3.1 2016-12-03 21:17:03 +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