Commit Graph

  • adbae54649
    Fixes for get and edit perms ChoiHwaa 2022-06-17 15:40:22 +0100
  • 730a8ed380
    Fix serialize_datetime (edits) ChoiHwaa 2022-06-14 22:59:11 +0100
  • be6bb94e00
    Fix serialize_datetime (edits) ChoiHwaa 2022-06-14 22:29:05 +0100
  • e65b7b0fd1
    Fix date_serialize method (edits) ChoiHwaa 2022-06-14 03:19:03 +0100
  • 84cb1e0e0f
    Fix for serialize datetime ChoiHwaa 2022-06-14 01:52:47 +0100
  • f90cdf2ffb Fix apply_difference should not end get diff for secret if not active Lonami Exo 2022-05-31 11:58:38 +0200
  • 1af6d9a873 Properly log RpcError with no parent request Lonami Exo 2022-05-31 11:02:34 +0200
  • 0f5eeb29e7 Add missing async keywords in SQLiteSession Lonami Exo 2022-05-30 13:39:08 +0200
  • 441fe9d076 Remove TODOs which are no longer relevant in MessageBox Lonami Exo 2022-05-30 13:33:56 +0200
  • 7e0639ac57 Add getting_diff_for assertion in get_channel_difference too Lonami Exo 2022-05-30 13:31:29 +0200
  • 898e279218 Assert getting_diff_for is not filled when not possible in get_difference Lonami Exo 2022-05-30 13:29:58 +0200
  • a38170d26a Assert reset_deadline is not unnecessarily called Lonami Exo 2022-05-30 13:28:22 +0200
  • 6f6b207866 Better fix for reset_deadline Lonami Exo 2022-05-30 13:27:04 +0200
  • 876af8f27c Fix reset_deadline failing when the state map is empty Lonami Exo 2022-05-30 13:04:02 +0200
  • 8190a92aae Add workaround for SQLiteSession needing save after init Lonami Exo 2022-05-30 12:59:04 +0200
  • 5ab4aaca2c
    fix typo zhy 2022-05-27 20:13:41 +0800
  • 378ccd17bf Call catch_up before processing updates if the user wants so Lonami Exo 2022-05-25 15:31:39 +0200
  • aa7a083444 Add missing begin_get_diff call on updatesTooLong Lonami Exo 2022-05-25 15:28:15 +0200
  • b180b53619
    Fix typo in ChannelTooLong code path Lonami 2022-05-23 16:53:34 +0200
  • 6005585764 Don't crash if periodic session access fails Lonami Exo 2022-05-23 14:02:56 +0200
  • 06b0ae56d4 Treat invalid pts as outdated pts Lonami Exo 2022-05-23 13:56:10 +0200
  • c5bf83eb86 Remove unnecessary workaround when updating local pts Lonami Exo 2022-05-23 13:52:32 +0200
  • 5a1b9daf4c Add back UpdateChannelTooLong check Lonami Exo 2022-05-23 13:17:12 +0200
  • 2bcedb9820 Process diff.other_updates as if they are socket updates Lonami Exo 2022-05-23 13:13:39 +0200
  • 9dbf3443d0 Better initialization pts for new channels Lonami Exo 2022-05-23 12:20:02 +0200
  • f50b2f5d61 Handle bans when getting difference Lonami Exo 2022-05-23 11:41:59 +0200
  • dfce1f53a8 Handle PersistentTimestampOutdatedError Lonami Exo 2022-05-23 11:10:46 +0200
  • 5e46b6365c Use the correct type in apply_channel_difference Lonami Exo 2022-05-23 10:27:57 +0200
  • d5bfb71e10 Handle get_difference case for secret chats Lonami Exo 2022-05-20 20:44:36 +0200
  • 37b129fdea
    fix: TypeError AliRezaBeigy 2022-05-20 09:50:42 -0700
  • af56429e78 Add repr to MessageBox types Lonami Exo 2022-05-20 18:15:43 +0200
  • dfc6d448ed Expose catch_up in client constructor and default it to False Lonami Exo 2022-05-20 14:55:47 +0200
  • 3a44f56f64 Also process own updates in MessageBox Lonami Exo 2022-05-19 16:40:32 +0200
  • dd51aea4db
    Fix broken url of Compatibility and Convenience (#3829) luk0y 2022-05-18 18:53:10 +0530
  • 72b54df8d7
    Fix broken url of Compatibility and Convenience luk0y 2022-05-18 18:44:58 +0530
  • 80685191ab Add a hack to enable StringSession.save be (a)sync Lonami Exo 2022-05-18 14:53:04 +0200
  • 184984ac51 Protect against potential replay attacks Lonami Exo 2022-05-18 12:24:28 +0200
  • 91b51b4769
    Fix MTProtoState to check if remote msg_id is correct (#3753) Stanislav 2022-05-18 09:59:55 +0000
  • 09b9cd8193 Fix initial session state load Lonami Exo 2022-05-16 19:01:05 +0200
  • c16fb0dae6 Add missing await in qr_login Lonami Exo 2022-05-16 18:56:24 +0200
  • 898eb5b82f Call GetState on login to init MessageBox Lonami Exo 2022-05-16 10:04:49 +0200
  • 3c7f53802f Fix saving of update state Lonami Exo 2022-05-16 09:36:57 +0200
  • 0dff21a80f Add missing async in sqlite Lonami Exo 2022-05-16 09:36:41 +0200
  • 7963af1d17 Add repr to updates session types for easier debugging Lonami Exo 2022-05-16 09:36:13 +0200
  • 65b8727dbc
    fix event.user_added returning False Luiz Antonio Lazoti 2022-05-14 15:58:11 -0300
  • 001df933a5 Disable GHA workflows temporarily Lonami Exo 2022-05-13 17:53:20 +0200
  • db7b7fde3f Actually fix references to TL in MessageBox Lonami Exo 2022-05-13 17:46:51 +0200
  • a5c3df2743 Attempt to load and save MessageBox state Lonami Exo 2022-05-13 17:40:03 +0200
  • 053a0052c8 Fix references to TL in MessageBox Lonami Exo 2022-05-13 17:39:31 +0200
  • db09a92bc5 Make use of the new MessageBox Lonami Exo 2022-05-13 13:17:16 +0200
  • b5bfe5d9a1 Remove StateCache Lonami Exo 2022-05-13 12:43:50 +0200
  • f4b2fe9540 Backport v2 MessageBox Lonami Exo 2022-05-13 10:15:26 +0200
  • fdb0720fe9 Don't reset the auth_key upon receiving -404 Lonami Exo 2022-05-12 12:03:48 +0200
  • f913ea6b75 Mark certain SQLiteSession methods as async Lonami Exo 2022-05-12 11:08:18 +0200
  • ecc036c7f4 Add option to clear unread reactions in send_read_acknowledge Tulir Asokan 2022-04-01 15:54:28 +0300
  • dda696cce4 Add INVITE_REQUEST_SENT to known errors Tulir Asokan 2022-03-28 14:54:49 +0300
  • f351d5dcfd Handle expired phone codes. Fixes mautrix/telegram#326 Tulir Asokan 2022-02-09 14:09:41 +0200
  • d2de0f3aca Make sessions async Tulir Asokan 2021-12-20 18:52:02 +0200
  • 43f629f665 Update to layer 140 Lonami Exo 2022-05-12 10:21:03 +0200
  • 5feb210442 Add support for flags2 in the TL Lonami Exo 2022-05-12 10:20:42 +0200
  • 898e97cc94
    Update to layer 140 Devesh Pal 2022-04-11 14:45:42 +0530
  • c6eb9f90d9
    Support drop_author flags 干净 2022-04-06 21:29:52 +0800
  • 002e064132 Fix use InputMediaDocumentExternal in album Erfan Bahramali 2022-04-03 20:51:56 +0430
  • b0545fb8e7 Added tgcrypto lib from pyrogram project BlackCatDevel0per 2022-03-23 22:08:59 +0500
  • 872b6a723a Added tgcrypto lib from pyrogram project BlackCatDevel0per 2022-03-23 22:06:27 +0500
  • d169d35238 Added tgcrypto lib from pyrogram project BlackCatDevel0per 2022-03-23 21:57:23 +0500
  • 268e6643d0 Added tgcrypto lib from pyrogram project BlackCatDevel0per 2022-03-23 20:48:52 +0500
  • c6d3341cd5 Rolled back BlackCatDevel0per 2022-03-23 20:28:44 +0500
  • fe36ba0b9a Added tgcrypto lib from pyrogram project BlackCatDevel0per 2022-03-23 19:55:40 +0500
  • d4a387992f Add pyaesni support BlackCatDevel0per 2022-03-23 01:26:19 +0500
  • 2357116f01
    Fix IPv6 typo to IPv4 for StringSession.save() (#3760) James R T 2022-03-07 00:47:35 +0800
  • a65e83d7fe
    Fix IPv6 typo to IPv4 for StringSession.save() James R T 2022-03-07 00:11:11 +0800
  • 918e03f707 add new_join_request Devesh Pal 2022-03-03 15:56:21 +0530
  • 08bb72ea6b Fix inline builder articles Lonami Exo 2022-03-02 13:41:33 +0100
  • 2c64970451 Fix remove_event_handler Lonami Exo 2022-03-02 13:41:24 +0100
  • fa6e5d95a9 Fix parsing messages Lonami Exo 2022-03-02 13:41:14 +0100
  • 3ec0b132f0 Fix process_updates on updateShort not having users Lonami Exo 2022-03-02 13:15:00 +0100
  • 0eb18f2f5a Raise TimeoutError from inline_query instead Lonami Exo 2022-03-02 13:13:43 +0100
  • 4d6e75a54e Fix update dispatch errors Lonami Exo 2022-03-02 13:10:33 +0100
  • 2a750fa696 Ignore ChannelParticipantLeft Lonami Exo 2022-03-02 13:01:28 +0100
  • 07aadf9fbf Fix get_profile name errors Lonami Exo 2022-03-02 12:57:44 +0100
  • 7413b6a630 Fix typehint typo Lonami Exo 2022-03-02 12:56:36 +0100
  • 6d293b440c Update code using get_input_entity Lonami Exo 2022-03-02 12:54:30 +0100
  • 5ff8eb8159 Remove get_input_entity and get_peer_id Lonami Exo 2022-03-02 12:40:42 +0100
  • 3865b7fa53 Rename get_entity to get_profile Lonami Exo 2022-03-02 12:39:47 +0100
  • 68d07beb21 Rename Entity type hint Lonami Exo 2022-03-02 12:38:59 +0100
  • c3cefef37c Rename entity parameter with something clearer Lonami Exo 2022-03-02 09:00:39 +0100
  • 392808b950 Handle GapError in updates loop Lonami Exo 2022-02-24 11:52:39 +0100
  • 4c94407b79 Fix access to properties in User and Chat Lonami Exo 2022-02-24 11:46:32 +0100
  • a76c9e9f4c Fix non-obvious error when not connected Lonami Exo 2022-02-24 11:10:35 +0100
  • d5cdda28c5 Change QrLogin to reduce room for error Lonami Exo 2022-02-24 11:07:13 +0100
  • 48bd061562 Fix calls to remove_event_handler Lonami Exo 2022-02-24 10:59:52 +0100
  • d1dba60278 Fix begin/end_takeout Lonami Exo 2022-02-18 19:21:52 +0100
  • d6669a1172 Fix ToS imports Lonami Exo 2022-02-18 19:21:45 +0100
  • dd2f83b7ac Add str and repr to ToS Lonami Exo 2022-02-18 19:09:19 +0100
  • ab150bf457 Fix get_tos usage of expiry Lonami Exo 2022-02-18 19:09:14 +0100
  • 503d0859ec
    Add support for both mention buttons (#3680) Shrimadhav U K 2022-03-02 17:29:40 +0530
  • 26109d5916
    Update to layer 139 (#3750) Devesh Pal 2022-03-02 11:58:17 +0000
  • 27854092e4 Document other RPC errors. Devesh Pal 2022-03-01 14:39:44 +0530
  • 5aa683b6b3 Document 'PHONE_NOT_OCCUPIED' Devesh Pal 2022-03-01 14:36:27 +0530