Commit Graph

145 Commits

Author SHA1 Message Date
Andrea Cavalli
9b8c41dab1 Merge remote-tracking branch 'github/master' 2023-11-02 10:54:50 +01:00
ruben
8343e10fca Api version 6.7 2023-05-30 02:33:18 +01:00
ruben
c3925e035d Api version 6.6 2023-05-30 01:32:15 +01:00
Andrea Cavalli
0f60dec532 Merge tag 'v6.5.0' 2023-02-09 17:29:16 +01:00
Andrea Cavalli
890f6aef3b Fix modules 2023-01-17 15:15:14 +01:00
Andrea Cavalli
507c4dee41 Merge tag 'v6.4.0' 2023-01-17 15:00:25 +01:00
Chase
402a4c46ea
Pass token in constructor (#1167) 2023-01-04 12:27:28 +01:00
ruben
4a53ed85e4 Revert "Revert "Remove dependency on org.json:json""
This reverts commit a1a8925ae4.
2023-01-02 18:55:34 +00:00
ruben
a1a8925ae4 Revert "Remove dependency on org.json:json"
This reverts commit 490756c79e.
2023-01-02 18:42:24 +00:00
Robin Syl
490756c79e Remove dependency on org.json:json 2022-12-23 19:54:05 +01:00
Andrea Cavalli
a941d30074 Require jackson annotation 2022-11-15 18:26:23 +01:00
Andrea Cavalli
da0a69309b Bugfixes 2022-06-22 23:41:51 +02:00
Andrea Cavalli
27c59e60de Fix compilation error 2022-06-22 18:46:44 +02:00
Andrea Cavalli
40006eabd3 Merge tag 'v6.1.0' 2022-06-22 00:31:29 +02:00
Ruben Bermudez
82659125d1 Fix tests 2022-06-21 21:35:42 +02:00
Ruben Bermudez
db1b24cd09
Merge pull request #918 from monkeyboiii/dev 2022-06-15 02:39:32 +02:00
Ruben Bermudez
d2c6e6439b
Merge pull request #1009 from nubdub/issue-721 2022-06-15 02:37:20 +02:00
Ruben Bermudez
69e4a6a149
Merge pull request #1055 from LamGC/change-exception-log-format 2022-06-15 02:26:53 +02:00
Ruben Bermudez
92c7b1c3ce
Merge pull request #1070 from lacinoire/add-test
Add test for MapDBVar.toString
2022-06-15 01:01:44 +02:00
rubenlagus
ce4760d994 Allow Long setters for ChatIds 2022-06-14 22:20:22 +02:00
Carolin Brandt
91de0dd3a3
Add test for MapDBVar.toString 2022-05-18 16:33:09 +02:00
AndreicaRadu
3b080a149a
Wrong assertion always true(compares same object)
Probably due to carelessness the same object is compared and the assertion is always true. Sonarlint raised this issue.
2022-05-08 18:16:04 +03:00
Andrea Cavalli
ea4076b319 Merge remote-tracking branch 'TelegramBots/master' 2022-05-05 12:17:14 +02:00
LamGC
80ef86b90d
Change exception log information.
Output exception details in exception handling to help developers troubleshoot problems.
At the same time, by checking whether the debug level is enabled, too many output logs in the production environment can be avoided. (I guess the original design was for this reason)
2022-04-18 11:56:33 +08:00
Ruben
e779402e74 Api Version 6.0 2022-04-17 20:40:17 +01:00
Andrea Cavalli
a8a00430e6 Java modules 2022-04-09 02:42:41 +02:00
Andrea Cavalli
60eed343f6 Support more fields 2022-02-24 02:04:29 +01:00
Andrea Cavalli
7067e1a65e Deduplicate code 2022-01-29 17:21:54 +01:00
nubdub
2963971fa3 Add javadoc and comments 2021-12-10 20:39:15 -05:00
nubdub
7dd0711cdb Update wiki to show how to access AbilityBot.silent in AbilityExtension implemented class, update ExtensionTest to show change 2021-12-09 00:23:35 -05:00
Ruben
29cdebad8a Api Version 5.4 2021-11-06 15:37:30 +00:00
Ruben
eef0681ddf Api Version 5.4 2021-11-06 14:52:47 +00:00
Victor
aff5385685 Fix ability bot test 2021-07-08 17:42:27 +03:00
Victor
0ec2e32bc9 Add an access to the user in ChatMember interface 2021-07-08 15:46:41 +03:00
Ruben Bermudez
96d3cf187f
Merge pull request #937 from addo47/fix-force-reply
Set the proper fields for forceReply method in silent sender
2021-07-04 12:39:06 +01:00
rubenlagus
ff6ce9f764 ApiVersion 5.3 2021-07-04 03:14:10 +01:00
Abbas Abou Daya
c453b54bd4 Set the proper fields for forceReply 2021-07-03 11:20:42 -07:00
CalvinDesktop
330d9c29fa fix minor issues for previous commit fix issue #755 2021-05-15 14:16:12 +08:00
CalvinDesktop
9abce70359 Add feature #755, can use properties to configure ability toggle 2021-05-15 14:09:35 +08:00
Shang Jihao
d3e58de851 fix issue 869 2021-04-25 18:09:24 +08:00
rubenlagus
6653ffe937 API 5.1 2021-03-09 10:59:28 +00:00
rubenlagus
c7728fbc8a Fix webhook version and validate username and token is present 2021-03-07 03:28:24 +00:00
Ruben Bermudez
7287c38444
Merge pull request #859 from Narryel/dev
add multiple reply declaration support
2021-03-06 11:15:38 +00:00
Valentin Afanasiev
39a5678543 add comments to BaseAbilityBot.java and static construction method to ReplyCollection.java 2021-01-31 22:05:52 +03:00
Valentin Afanasiev
ec4f81b94a revert indentation changes 2021-01-26 13:39:41 +03:00
Valentin Afanasiev
eea4c3adc1 revert indentation changes 2021-01-26 13:33:01 +03:00
Valentin Afanasiev
aac8afe209 add multiple reply declaration support 2021-01-25 19:57:48 +03:00
Chase22
e7cb0e6ced Inject bot instance into the reply update consumer
Also added deprecated methods to still allow the old behaviour, discarding the bot reference in that case.

The condition could have a bot instance injected as well, which would require rewriting the Flag register though.
2020-11-24 17:07:55 +01:00
rubenlagus
447c9d3f92 Update 5.0 and lombok 2020-11-03 01:32:26 +00:00
rubenlagus
3275c10913 More cleanup 2020-10-31 17:43:32 +00:00