Abbas Abou Daya
|
e4dbf27c55
|
Adjust getChatId in utils for the new content
|
2020-04-27 21:36:33 -07:00 |
|
Abbas Abou Daya
|
40c17126ae
|
Spawn the EMPTY_USER and add the proper tests
|
2020-04-26 13:22:05 -07:00 |
|
Ruben Bermudez
|
99e9b31f40
|
Merge pull request #730 from addo37/replyflow-commit
Prevent loss of DB state after bot termination
|
2020-04-26 01:57:07 +01:00 |
|
Abbas Abou Daya
|
05566742c0
|
Fix handling of poll updates without user information
|
2020-04-25 17:32:38 -07:00 |
|
Abbas Abou Daya
|
21822f7803
|
Remove redundant commits to DB
|
2020-02-29 16:27:05 -08:00 |
|
Abbas Abou Daya
|
5120595cb0
|
Move the commit to the end of the update pipeline
|
2020-02-29 16:22:48 -08:00 |
|
rubenlagus
|
e2bc7b4794
|
Fix #697
|
2019-12-31 03:43:55 +01:00 |
|
rubenlagus
|
7cfcca3ae3
|
Fix error importing project
|
2019-11-19 00:42:17 +00:00 |
|
UnAfraid
|
2d27f9e60f
|
Post merge fixes
|
2019-10-14 20:08:16 +03:00 |
|
Ruben Bermudez
|
15fe637998
|
Merge branch 'dev' into slf4j
|
2019-10-12 01:02:15 +01:00 |
|
Ruben Bermudez
|
1ebbc68485
|
Merge branch 'dev' into add-ability-toggle
|
2019-10-12 01:00:28 +01:00 |
|
Ruben Bermudez
|
d1f060fb04
|
Merge pull request #668 from addo37/add-replyflow
Add state machine capability to AbilityBot via ReplyFlow
|
2019-10-08 23:08:48 +01:00 |
|
Ruben Bermudez
|
51df90464e
|
Merge pull request #666 from addo37/fix-execute-async
Fix executeAsync in SilentSender to properly call sender.executeAsync
|
2019-10-08 23:07:25 +01:00 |
|
Ruben Bermudez
|
2b07b87fdf
|
Merge pull request #664 from addo37/fix-db-var
Support backup and recovery of db vars
|
2019-10-08 23:06:30 +01:00 |
|
Ruben Bermudez
|
4c5a25302b
|
Merge pull request #633 from bernikr/dev
AbilityBots: prevent nullPointerExceptions when using message flags
|
2019-10-08 23:05:58 +01:00 |
|
Abbas Abou Daya
|
861b7f24f9
|
Add Abillity toggles and export default abilities to their own class
|
2019-09-29 23:00:16 -07:00 |
|
Abbas Abou Daya
|
0ff63149f7
|
Add ReplyFlow implementation, tests, and wiki
This commit also has a some minor test refactoring.
|
2019-09-25 23:25:11 -07:00 |
|
Bernhard
|
837b4d2360
|
requested syntax changes
|
2019-09-17 10:51:14 +03:00 |
|
Abbas Abou Daya
|
ed7333a21e
|
Fix executeAsync in SilentSender to properly call sender.executeAsync
|
2019-09-16 23:40:20 -07:00 |
|
Abbas Abou Daya
|
aa3448544e
|
Support backup and recovery of db vars
|
2019-09-16 22:37:16 -07: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 |
|
Bernhard Kralofsky
|
727f5a7a3e
|
prevent nullPointerExceptions when using message flags without a MESSAGE flag first
|
2019-07-09 21:39:02 +02:00 |
|
Abbas Abou Daya
|
c633f1fcc2
|
Modified tests to accommodate JUnit5 and Mockito API changes
|
2019-07-08 23:18:08 -07:00 |
|
rubenlagus
|
7b5acf0987
|
Update travis yalm
|
2019-07-08 20:37:04 +01:00 |
|
rubenlagus
|
679ad618b9
|
Java 11, initial version
|
2019-07-08 20:22:51 +01:00 |
|
Bernhard
|
506329e51a
|
apply the minor changes requested in the pull request
|
2019-04-07 15:54:43 +02:00 |
|
Bernhard
|
a80ee81ba4
|
back up maps in the database as a collection of key value pairs
this allows all objects to be used as keys and not only strings
|
2019-03-29 15:58:35 +01:00 |
|
Abbas Abou Daya
|
2f05976d0a
|
Consolidated ExtensionTest objects and minor refactoring
|
2019-01-03 05:46:09 +02:00 |
|
romangraef
|
159de38b29
|
added tests for ability extension functionality
|
2018-11-10 22:07:41 +01:00 |
|
romangraef
|
d515d8e44f
|
Added the extensions to abilities
|
2018-11-10 00:51:00 +01:00 |
|
Ruben Bermudez
|
4ea716cfea
|
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:06:23 +02: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
|
753d1d2ed8
|
Fixes after merge
|
2018-07-16 19:54: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 |
|
Abbas Abou Daya
|
b5bfaced7e
|
Separate AbilityBot logic and implement Webhook
|
2018-05-28 18:12:31 -04:00 |
|
Abbas Abou Daya
|
afebcaeb76
|
Fix javadoc
|
2018-05-27 04:20:04 -04:00 |
|
Abbas Abou Daya
|
714857555d
|
Enhance DBContext with a single variable getter, pushes forward #425
|
2018-05-27 04:16:19 -04:00 |
|
Abbas Abou Daya
|
7bee69c68d
|
Fix wiki doc and javadoc
|
2018-05-23 19:11:26 -04:00 |
|
Abbas Abou Daya
|
889fd46834
|
Expose abilities and replies, add report command and reformat /commands, closes #436
|
2018-05-23 18:59:03 -04:00 |
|
Abbas Abou Daya
|
7d216a1fae
|
Fix todos, all ability bot messages are now properly localized
|
2018-05-22 03:12:47 -04:00 |
|
Abbas Abou Daya
|
a819d7f178
|
Cleanup and refactoring
|
2018-05-21 07:01:45 -04:00 |
|
Abbas Abou Daya
|
8729271d34
|
Fix tests
|
2018-05-21 05:57:43 -04:00 |
|
davioooh
|
9347d064c1
|
Refactor localized messages retrievement
|
2018-05-21 05:57:43 -04:00 |
|
davioooh
|
ab86947cc3
|
Fix issues
- export message codes
- standardize message codes
- format/spacing
|
2018-05-21 05:57:43 -04:00 |
|
davioooh
|
bd7092921a
|
Remove locale retrieval to avoid exception
|
2018-05-21 05:57:43 -04:00 |
|
davioooh
|
aecfe7693a
|
Add basic unit tests
|
2018-05-21 05:57:43 -04:00 |
|
davioooh
|
c8f1c69fb2
|
Complete externalization of messages
|
2018-05-21 05:57:43 -04:00 |
|
davioooh
|
7ff5be3a72
|
Refactor localized message helper method
|
2018-05-21 05:57:43 -04:00 |
|
davioooh
|
97a4c0031b
|
Refactor EndUser to serialize locale
|
2018-05-21 05:57:43 -04:00 |
|
davioooh
|
45ea5af127
|
Update default messages
|
2018-05-21 05:57:43 -04:00 |
|
davioooh
|
d77887fd2c
|
Add basic internationalization support
|
2018-05-21 05:57:43 -04:00 |
|
Abbas Abou Daya
|
677b401fc6
|
Check if the message is a group or super group message for GROUP_ADMIN, #390
|
2018-05-08 03:39:21 +03:00 |
|
Abbas Abou Daya
|
b9da279fdf
|
Remove group update check for GROUP_ADMIN
GetChatAdministrators only returns admins when there IS a group, there's no need to explicitly check for groups here.
|
2018-05-08 03:18:34 +03:00 |
|
Abbas Abou Daya
|
dc9f34196e
|
Make abilities case-insensitive, fix msg markdown bug and add group-admin privacy
|
2018-02-04 03:23:41 -05:00 |
|
Abbas Abou Daya
|
1f5706b525
|
Change global flag to always return true and make ability flags as predicates
|
2017-10-31 23:06:03 -04:00 |
|
Abbas Abou Daya
|
673506417c
|
Write tutorial and implement SilentTest
|
2017-10-30 20:45:43 -04:00 |
|
Abbas Abou Daya
|
adddadfba5
|
Refreshed MessageSender and added a silent sender
|
2017-10-28 22:15:53 -04:00 |
|
Ruben Bermudez
|
ffcdbd126e
|
Update version 3.2
|
2017-07-21 16:17:48 +02:00 |
|
Ruben Bermudez
|
3c99f34532
|
Updates Pom and remove unused imports
|
2017-07-20 22:25:57 +02:00 |
|
Abbas Abou Daya
|
8c9d3c3ad7
|
Fixed JDK compilation error (due to bug #JDK-8044546)
|
2017-07-11 21:18:40 +03:00 |
|
Abbas Abou Daya
|
6df6627821
|
Added AbilityBot module
|
2017-07-11 21:18:40 +03:00 |
|