Commit Graph

  • 6ea5b8c540 Merge commit 'b03fe98798192840402168e6e422d1b4cee48279' master Andrea Cavalli 2020-11-11 15:40:29 +0100
  • b03fe98798
    Merge pull request #831 from rubenlagus/dev Ruben Bermudez 2020-11-08 18:00:40 +0000
  • 415d31eaec Updage 5.0.1 rubenlagus 2020-11-08 16:19:38 +0000
  • 4af620770b Remove old method messed rubenlagus 2020-11-08 11:35:09 +0000
  • f60425820a Fixed #794 rubenlagus 2020-11-08 11:29:13 +0000
  • 88dd390566 Fix deserialization bug rubenlagus 2020-11-08 11:28:57 +0000
  • 0bbe66986b
    Merge pull request #830 from Dhina17/dev Ruben Bermudez 2020-11-07 23:41:40 +0000
  • 04880cb9ed
    Merge pull request #829 from aNNiMON/issue828 Ruben Bermudez 2020-11-07 23:40:40 +0000
  • c42955985e Fix unhandled exception type error in examples Dhina17 2020-11-08 02:58:47 +0530
  • bd2aa24e00 Fix FAQ.md according to API changes Victor Melnik 2020-11-07 10:56:42 +0200
  • b2fcbaa3c2 Deprecate forgotten setter rubenlagus 2020-11-06 01:16:06 +0000
  • b7ffc57704 Update link rubenlagus 2020-11-04 15:17:27 +0000
  • cd2f746a21
    Merge pull request #827 from rubenlagus/dev Ruben Bermudez 2020-11-04 15:11:50 +0000
  • 934e3e8f1a Fix #795 rubenlagus 2020-11-04 01:25:03 +0000
  • 2f56a05a22 Fix #795 rubenlagus 2020-11-04 01:23:37 +0000
  • 93bd1e0efe Update changelog and how to update rubenlagus 2020-11-03 21:09:02 +0000
  • 95216b90c5 Pom cleanup rubenlagus 2020-11-03 03:04:14 +0000
  • ab00b182e8 Remove Guice Ruben Bermudez 2020-11-03 02:57:36 +0000
  • fb5626de7a CompletableFuture support rubenlagus 2020-11-03 02:24:07 +0000
  • 447c9d3f92 Update 5.0 and lombok rubenlagus 2020-11-01 22:46:36 +0000
  • 3275c10913 More cleanup rubenlagus 2020-10-31 17:43:32 +0000
  • bea0b95fc7 Update Location fields to Double to avoid roundings rubenlagus 2020-10-31 16:50:18 +0000
  • 4fb51ec99c Added lombok rubenlagus 2020-10-31 13:41:05 +0000
  • 0a58ef7120 Remove deprecated versions rubenlagus 2020-10-31 13:19:19 +0000
  • 6b18fbb545 Remove deprecated versions rubenlagus 2020-10-31 13:04:38 +0000
  • 48dea8184c
    Merge pull request #823 from rubenlagus/dev Ruben Bermudez 2020-10-29 00:21:38 +0000
  • f776950240
    Update README.md Ruben Bermudez 2020-10-28 22:42:49 +0000
  • 48f9bf8105
    Add files via upload Ruben Bermudez 2020-10-28 22:39:23 +0000
  • 341c330857
    Add files via upload Ruben Bermudez 2020-10-28 22:34:50 +0000
  • ac83b5d517 Update version rubenlagus 2020-10-28 22:16:13 +0000
  • b4684b9ec7 Fix bug Ruben Bermudez 2020-10-26 01:25:35 +0000
  • 5d058d41c9
    Merge pull request #814 from Daniil547/master Ruben Bermudez 2020-10-26 01:15:40 +0000
  • 3898480a87
    Merge pull request #820 from alexengrig/command-registry-lazy-bot-username Ruben Bermudez 2020-10-25 11:44:58 +0000
  • cdef29f1ba
    Deprecate old constructor Grig Alex 2020-10-24 00:04:33 +0300
  • 814955c2a6
    Merge pull request #813 from christianblos/feature/ability-extension-list Ruben Bermudez 2020-10-23 00:26:26 +0100
  • aa030fa148
    Merge pull request #812 from christianblos/feature/lazy-load-abilities Ruben Bermudez 2020-10-23 00:25:46 +0100
  • 8b98ef71ba
    Merge pull request #810 from christianblos/feature/bot-in-message-context Ruben Bermudez 2020-10-23 00:25:16 +0100
  • 5ea6fc9f09
    Add constructor with bot username Grig Alex 2020-10-21 22:16:38 +0300
  • f83e2b3ccb
    Merge pull request #792 from costalfy/master Ruben Bermudez 2020-10-21 20:08:11 +0100
  • 02674a2a39
    Merge pull request #804 from Chase22/configure-longpolling Ruben Bermudez 2020-10-21 19:34:23 +0100
  • 7336766502
    Merge pull request #801 from MouamleH/dev Ruben Bermudez 2020-10-21 19:32:46 +0100
  • 323d7607d6
    Create tests for CommandRegistry Grig Alex 2020-10-20 22:10:06 +0300
  • 30fa92cd8b
    Replace botUsername with botUsernameSupplier Grig Alex 2020-10-20 20:41:34 +0300
  • 3f07bfdff1 Updated ExtensionTest and wiki Christian Blos 2020-10-08 16:11:45 +0200
  • 247ca5f984 Don't expose extensions in BaseAbilityBot Christian Blos 2020-10-08 15:46:31 +0200
  • a1034707e3 Updated wiki Christian Blos 2020-10-08 15:33:30 +0200
  • 5b465e79f3 Removed unnecessary onRegister() overrides Christian Blos 2020-10-08 15:07:14 +0200
  • 5d8d10b02d
    Update AbilityUtils.java Daniil547 2020-10-06 16:08:44 +0000
  • fe79de9bb7
    Update AbilityUtils.java Daniil547 2020-10-06 15:49:49 +0000
  • 1855a27d13
    Update Ability.java Daniil547 2020-10-06 15:46:18 +0000
  • b715f2a154 Be able to add AbilityExtensions in Bot constructor Christian Blos 2020-10-05 18:05:25 +0200
  • 74e305c2a7 Load abilities when bot gets registered Christian Blos 2020-10-05 16:59:39 +0200
  • a106e3190c Be able to access AbilityBot via MessageContext Christian Blos 2020-10-02 21:57:57 +0200
  • 2009ef411d Add timeout and update limit for long-polling updates to DefaultBotOptions Chase22 2020-09-21 19:31:50 +0200
  • d5db07d12e java 14 support Andrea Cavalli 2020-09-21 11:59:34 +0200
  • 13f6b1f336 used slf4j for logging instead of exception.printStackTrace() Mouamle 2020-09-08 01:18:18 +0300
  • 6fcd4d85c1 Made webhook bots print exceptions stacktrace to stderr instead of silently swallowing them. Mouamle 2020-09-05 03:53:42 +0300
  • f3626b7bf1 feat(spring boot): Upgrade spring boot dependency to 2.3.3.RELEASE Andy Costanza 2020-08-25 17:25:36 +0200
  • 73b8f90ee2 Merge commit '203b26587f771f9b9bf0f97f8df04e18612a5fe5' Andrea Cavalli 2020-08-21 12:35:54 +0200
  • 3c5163990b feat(spring boot): Upgrade spring boot dependency to 2.3.2.RELEASE Andy Costanza 2020-08-11 12:29:35 +0200
  • b79911b45f fix(javadoc): add missing configuration to generate javadoc Andy Costanza 2020-08-11 12:17:33 +0200
  • 203b26587f
    Merge pull request #788 from rubenlagus/dev Ruben Bermudez 2020-08-02 11:38:03 +0100
  • e6b9fd892f
    Merge pull request #789 from addo37/fix-longest-match Ruben Bermudez 2020-08-01 16:02:46 +0100
  • 402c36e6b2 Fix matching longest ability name on continuous text feature Abbas Abou Daya 2020-08-01 05:56:50 -0700
  • 749c6d3b6f Fixes #767, #766, #761, #763, #776, #772, #771, #780 rubenlagus 2020-08-01 12:49:46 +0100
  • 196d0a3924
    Merge pull request #785 from oskov/update-comments-for-AbilityBot Ruben Bermudez 2020-07-31 01:29:31 +0100
  • 280b9f2686
    Merge pull request #780 from addo37/improve-token-fetch Ruben Bermudez 2020-07-31 01:12:55 +0100
  • 4a4267768c
    Merge pull request #779 from addo37/access-privacy Ruben Bermudez 2020-07-31 01:12:06 +0100
  • fdb60e7b53
    Merge pull request #778 from addo37/safe-get-user Ruben Bermudez 2020-07-31 01:10:40 +0100
  • cec61f95a1
    Merge pull request #777 from addo37/prevent-reply-crash Ruben Bermudez 2020-07-31 01:09:20 +0100
  • 12619422c0 Seems to have forgotten about the comment after refactoring oskov 2020-07-23 23:13:45 +0300
  • a419a88ce1 Add test Abbas Abou Daya 2020-07-18 02:04:57 -0700
  • 4991eef1f1 Add wiki and rename no space feature Abbas Abou Daya 2020-07-18 01:50:16 -0700
  • e6aae3c282 Allow users to customize command prefix, split regex and NoSpaceText Abbas Abou Daya 2020-07-18 01:27:39 -0700
  • 709ed0f212 Ease the access modifier on getPrivacy and other auxiliary methods Abbas Abou Daya 2020-07-18 01:07:57 -0700
  • 54096d2e85 Add test Abbas Abou Daya 2020-07-18 00:43:28 -0700
  • 5281caad39 Make getUser a safer method by returning an EMPTY_USER on null Abbas Abou Daya 2020-07-18 00:36:29 -0700
  • 2c1ba312b3 Wrap reply calls with a try-catch clause to avoid dynamic exceptions Abbas Abou Daya 2020-07-17 22:55:25 -0700
  • 2adce4685e Merge commit '1a2e7c9773dbb7d251d30f1f8e3d6538dcd92600' Andrea Cavalli 2020-07-17 18:53:57 +0200
  • 023772142a
    Merge pull request #763 from FireFrogSEO/master Ruben Bermudez 2020-07-11 15:52:58 +0100
  • 427f1ee8d2
    Merge pull request #761 from b1sar/master Ruben Bermudez 2020-07-11 15:50:37 +0100
  • f6a4489498
    Merge pull request #766 from addo37/ability-replyflow Ruben Bermudez 2020-07-11 15:47:51 +0100
  • de3246058b
    Merge pull request #767 from UnAfraid/patch-2 Ruben Bermudez 2020-07-11 15:46:12 +0100
  • 7c993feaeb
    Update README.md Rumen Nikiforov 2020-06-15 11:53:37 +0300
  • 129c6d0c2f
    Update FAQ.md Rumen Nikiforov 2020-06-15 11:47:34 +0300
  • fd91b3a2ba Fix reply flow registration when using ability definitions Abbas Abou Daya 2020-06-14 18:39:49 -0700
  • 223c6cccc0 added SEND_PHONE_NUMBER_TO_PROVIDER and SEND_EMAIL_TO_PROVIDER fields and methods for them Vladimir 2020-06-09 12:48:25 +0300
  • 03fdafd54f added SEND_PHONE_NUMBER_TO_PROVIDER and SEND_EMAIL_TO_PROVIDER fields and methods for them Vladimir 2020-06-07 15:28:55 +0300
  • 504db77a7a renamed PRIVIDER_DATA_FIELD to PROVIDER_DATA_FIELD in SendInvoice.java Vladimir 2020-06-07 14:59:56 +0300
  • 8f0b31d3f1
    Merge pull request #1 from rubenlagus/master Vladimir 2020-06-07 14:17:03 +0300
  • 4b1783e198
    Update README.md Cebrail Yılmaz 2020-06-07 10:59:05 +0300
  • 1a2e7c9773
    Merge pull request #758 from rubenlagus/dev Ruben Bermudez 2020-06-04 23:06:36 +0100
  • 72b239e851 Update version 4.9 rubenlagus 2020-06-04 22:18:36 +0100
  • 28f60e3024
    Merge pull request #731 from addo37/ability-stats Ruben Bermudez 2020-05-31 19:08:57 +0100
  • 765c47b77b
    Merge pull request #751 from addo37/fix-poll-user-v2 Ruben Bermudez 2020-05-31 19:08:39 +0100
  • 05db723802
    Merge pull request #752 from UnAfraid/patch-1 Ruben Bermudez 2020-05-31 19:08:04 +0100
  • 39af4ced4c
    Merge pull request #753 from UnAfraid/cleanup/idea_project_files Ruben Bermudez 2020-05-31 19:07:29 +0100
  • 202fb72c3f Handle the poll flag in the getChatId method Abbas Abou Daya 2020-05-09 14:02:36 -0700
  • 1578534726 Ported to java 11 Andrea Cavalli 2020-05-05 22:30:22 +0200
  • 9ffc547cdf Add basic statistics to Abilities and Replies Abbas Abou Daya 2020-02-29 22:50:52 -0800