Commit Graph

  • fd887b2fe3 Documented the new parameter, and made it settable in the conatiners via $TELEGRAM_STAT_HIDE_SENSIBLE_DATA=1, too. luckydonald 2020-12-11 19:07:28 +0100
  • 9a1bcbd81b Fixed the rename of that function. luckydonald 2020-12-11 16:55:36 +0100
  • 2de8b3cdec Null the memory segment if there's an error. luckydonald 2020-12-11 16:23:51 +0100
  • eef3685381 Finally the CLI flag for stats_hide_sensible_data. luckydonald 2020-12-11 16:04:49 +0100
  • 95040333a2 The webhook might have sensible data as well, let's hide it. luckydonald 2020-12-11 16:00:24 +0100
  • 29b62cf263 Fixed that boolean ending up there. luckydonald 2020-12-11 15:59:19 +0100
  • cea3e0a357 stats_hide_sensible_data is a better name. luckydonald 2020-12-11 15:57:29 +0100
  • 044ffbef17 Implemented the bot display. luckydonald 2020-12-11 15:56:32 +0100
  • 3195de1a91 Reset the json buffer if unused. luckydonald 2020-12-11 12:59:22 +0100
  • fe516629c3 Return the correct buffer depending on what format is needed. luckydonald 2020-12-11 12:57:54 +0100
  • ba55a238d7 /json now returs json, everything else returns the normal text. luckydonald 2020-12-11 12:00:59 +0100
  • 1e8cf51170 Fixed the json not cleanly ending with a }. luckydonald 2020-12-11 11:46:01 +0100
  • 9bf1598580 Added memory and connection stats to the json. luckydonald 2020-12-11 11:45:30 +0100
  • 752ead1832 The bots are now only a list of objects representing a score and an internal id. luckydonald 2020-12-11 11:45:04 +0100
  • 573758a1b1 WIP for jsoning the bots. luckydonald 2020-12-11 11:24:20 +0100
  • 6629046f50 Added a whole lot of fun stuff to get json stats working. luckydonald 2020-12-11 03:57:11 +0100
  • 757517b323 Prepared a toggle for hiding the token from the stats. luckydonald 2020-12-11 02:02:57 +0100
  • a73828c05b Started implementing the json stats. luckydonald 2020-12-10 23:07:18 +0100
  • 100a7cc846
    Allow Users to use the bot api (#19) Jannik 2020-12-12 00:45:36 +0100
  • f87fc61080 Documented --verbose. luckydonald 2020-12-12 00:33:54 +0100
  • 0402f8d2d9 fix 2fa login code1mountain 2020-12-11 13:20:34 -0800
  • f2ac46a347 Applied camelcase to methods, also added a subsection for commands and flags. luckydonald 2020-12-11 19:55:44 +0100
  • f7219a7fa1 Applied camelcase to methods, also added a subsection for commands and flags. luckydonald 2020-12-11 19:17:03 +0100
  • 86426bb624 deleting database entry when logging out code1mountain 2020-12-11 07:04:13 -0800
  • 242d408450 fix webhook firing when upgrading code1mountain 2020-12-11 06:37:47 -0800
  • 14bf658b86
    Documented what to do if you forgot the --recursive flag, (#21) Luckydonald 2020-12-10 22:23:16 +0100
  • e0801649a0 Documented what to do if you forgot the --recursive flag, added code highlighting to the code blocks. luckydonald 2020-12-10 22:12:47 +0100
  • 8cc6d61d39 Add the field InlineQuery.chat_type, which can be sent by the server in the distant future. levlam 2020-12-08 03:57:25 +0300
  • e184e6c117 Update TDLib. Support can_manage_voice_chats administrator right. levlam 2020-12-08 03:29:19 +0300
  • 54593deec8 fix method not allowed error code1mountain 2020-12-05 11:20:26 -0800
  • 9448d621b8 fix check for correct api endpoint code1mountain 2020-12-05 09:21:46 -0800
  • f5d1150965
    Remove debug commands from GitHub Actions workflow file Marco Aceti 2020-12-05 15:19:16 +0100
  • 10c56e160d changing the name in the docs to User Mode code1mountain 2020-12-05 06:10:25 -0800
  • 4040bca5a2 reverting unwanted changes code1mountain 2020-12-05 06:06:03 -0800
  • 914fb29cd7 reverting unwanted changes code1mountain 2020-12-05 06:03:27 -0800
  • efa1ca6e84 reverting unwanted changes code1mountain 2020-12-05 05:59:43 -0800
  • 1f517ae7ac Revert "Make sure last_name is never empty" code1mountain 2020-12-05 04:58:41 -0800
  • 1a452d634d Make sure last_name is never empty code1mountain 2020-12-05 04:00:31 -0800
  • cf5640b923 Make user registration controllable code1mountain 2020-12-05 03:56:42 -0800
  • bb47e5da36 Registering new user accounts with the api Jannik 2020-12-05 03:35:52 -0800
  • 4e4bd15410 Improving docs Jannik 2020-12-05 02:04:56 -0800
  • db95e5f98f Improving docs and reverting unwanted changes Jannik 2020-12-05 01:02:30 -0800
  • 815d546c02 update docker entrypoint Jannik 2020-12-04 14:03:15 -0800
  • cfe7089bc9 Merge branch 'master' of https://github.com/tdlight-team/tdlight-telegram-bot-api into user Jannik 2020-12-04 13:16:56 -0800
  • c08b2f7759 Update Readme Jannik 2020-12-04 13:12:21 -0800
  • 7dd6c59a12 Update Readme Jannik 2020-12-04 13:10:01 -0800
  • 909c017e92 Restrict access to certain methods for some users if not supported. Jannik 2020-12-04 12:55:40 -0800
  • 7e1ba7091e Restrict access to certain methods for some users if not supported. Jannik 2020-12-04 12:52:09 -0800
  • 37b2c0c1a3 Implement --allow-users command line option Jannik 2020-12-04 12:31:00 -0800
  • af7490a975 User support Jannik 2020-12-04 12:22:07 -0800
  • 8f0f343203 Merge commit 'e2ae8dad02a7c0046e162e12bc0c0c077fff5d14' Andrea Cavalli 2020-12-02 23:34:56 +0100
  • 2b034de608
    td_api::seconds::ID Jannik 2020-12-01 10:52:09 +0100
  • a26cb469da Undo some unwanted changes Jannik 2020-11-30 12:52:59 -0800
  • 76d7381300 Restrict access to not supported methods for users Jannik 2020-11-30 12:38:27 -0800
  • 994863a8fc
    Password note Jannik 2020-11-30 15:15:36 +0100
  • ca48e90c41
    Typo Fix Jannik 2020-11-30 10:37:15 +0100
  • 27e79b7f47
    Add user-mode Jannik 2020-11-29 17:52:23 +0100
  • 099d981aca Command-line option for User Mode Jannik 2020-11-29 06:25:11 -0800
  • e2ae8dad02 Update version to 5.0.1. levlam 2020-11-28 21:10:53 +0300
  • 03a8573a03 Do not update ServerCpuStat too often. levlam 2020-11-28 21:10:19 +0300
  • 67a477f471 Update TDLib. levlam 2020-11-28 19:47:44 +0300
  • 81b2334a31 Fix media_group_id of messages automatically forwarded to discussion group. levlam 2020-11-26 19:31:07 +0300
  • 72b3f6ea4d Improve webhook updates delaying. levlam 2020-11-26 19:11:04 +0300
  • 1f8116b21d Improve log messages. levlam 2020-11-26 18:09:18 +0300
  • 8b2fc7ceda Added user support Jannik 2020-11-26 07:06:52 -0800
  • a833e5b494
    Fix temp dir permissions Marco Aceti 2020-11-25 15:51:11 +0100
  • ec95b6a5aa
    Hard fix docker permission (#16) matteo bocci aka matteob99 2020-11-25 15:39:54 +0100
  • d7fffea390
    Hard fix docker permission matteo 2020-11-25 15:33:54 +0100
  • a01dc149c4
    Merge branch 'master' of github.com:tdlight-team/tdlight-telegram-bot-api matteo 2020-11-25 15:29:55 +0100
  • 19c38c61b3
    Various Dockerfile fixes and enhancements (#13) matteo bocci aka matteob99 2020-11-25 08:32:01 +0100
  • 8943f285a7
    Hotfix: GitHub workflow not uploading images Marco Aceti 2020-11-25 00:29:28 +0100
  • 1a04acb878
    fix Readme matteo 2020-11-25 00:15:27 +0100
  • c088e45d3b
    fix docker file and add in readme matteo 2020-11-24 23:25:08 +0100
  • 3ff813c6b5
    Merge pull request #12 from MarcoBuster/issue-7 Andrea Cavalli 2020-11-24 15:30:03 +0100
  • 265941a12a
    Fix image exporting Marco Aceti 2020-11-24 15:23:00 +0100
  • f047ece20c
    Don't push Docker images if the event is a pull request Marco Aceti 2020-11-24 15:15:34 +0100
  • 9b14e5c1b8
    Merge pull request #10 from tdlight-team/issue#9 andrew-ld 2020-11-24 09:42:00 +0100
  • 55ee7aed4a
    Skip check only if not supergroup Giuseppe Marino 2020-11-24 09:22:16 +0100
  • fda54d44dc
    Fix build Giuseppe Marino 2020-11-24 01:12:39 +0100
  • b99c85a726
    Allow check_message for non-member channels/SGs Giuseppe Marino 2020-11-23 23:44:34 +0100
  • 537ccf2148 Update tdlib Andrea Cavalli 2020-11-23 17:29:55 +0100
  • 9212b8c4ee Merge remote-tracking branch 'github-origin/master' Andrea Cavalli 2020-11-23 17:29:13 +0100
  • 20155346c2
    Merge pull request #8 from code1mountain/self_destruct andrew-ld 2020-11-23 11:34:27 +0100
  • 4d025b1c9b Safer handling of negative monotonic time. levlam 2020-11-21 17:46:18 +0300
  • 79134758a8 Use "time" for monotonic time variables. levlam 2020-11-21 17:38:11 +0300
  • f419509029
    Add missing log part (#30) Kunoi Sayami 2020-11-20 23:11:23 +0800
  • 82ffc0b008 Update TDLib. levlam 2020-11-20 18:09:21 +0300
  • af83c25b16
    Receive Updates for Media with destruction timer Jannik 2020-11-19 17:21:19 +0100
  • d9b1d58b66
    Receive Updates for Media with destruction timer Jannik 2020-11-19 17:18:49 +0100
  • 394d0f1c44 Merge branch 'master' of https://github.com/code1mountain/tdlight-telegram-bot-api Jannik 2020-11-19 02:50:03 -0800
  • cc76a3d2cf Merge remote-tracking branch 'upstream/master' Jannik 2020-11-19 02:47:54 -0800
  • 86f99faee3
    Merge pull request #1 from tdlight-team/master Jannik 2020-11-19 11:45:39 +0100
  • e762e9e832
    Merge pull request #5 from code1mountain/verified_scam giuseppeM99 2020-11-18 17:04:39 +0100
  • 48058d0a78
    Merge pull request #6 from code1mountain/ping andrew-ld 2020-11-18 16:47:47 +0100
  • 56875f3aa0
    Update README.md Jannik 2020-11-18 16:13:04 +0100
  • f2daedea70
    Update README.md Jannik 2020-11-18 16:10:55 +0100
  • e247007199 Added ping command Jannik 2020-11-18 07:04:03 -0800
  • 80e70157e0
    Update README.md Jannik 2020-11-18 15:20:51 +0100
  • 1b6bb14ff6
    Added is_verified and is_scam Jannik 2020-11-18 15:12:32 +0100
  • e79d3b775e
    Added is_verified and is_scam to User and Chat objects Jannik 2020-11-18 15:11:47 +0100