Commit Graph

  • cfc44812d1
    Update API schema udf 2021-09-22 17:01:32 +0200
  • 7d68f4aa2b
    Update methods.csv Shrimadhav U K 2021-09-21 19:40:08 +0530
  • 6ad3945354
    Update errors.csv Shrimadhav U K 2021-09-21 19:39:26 +0530
  • 0371f67a65
    Update methods.csv Shrimadhav U K 2021-09-21 19:03:45 +0530
  • ed549562e0
    Update errors.csv Shrimadhav U K 2021-09-21 19:02:48 +0530
  • cfe47a0434 Correct privacy on sessions module Lonami Exo 2021-09-19 18:24:16 +0200
  • 26f6c62ce4 Init update state cache to empty in init Lonami Exo 2021-09-19 18:17:37 +0200
  • 3b1660669e Remove self input user and bot cache from client Lonami Exo 2021-09-19 18:16:12 +0200
  • cc3d4145d8 Update and persist session state on successful login Lonami Exo 2021-09-19 18:15:09 +0200
  • 3f13357d0f Fix SQLiteSession.set_state did not always clear old state Lonami Exo 2021-09-19 18:02:08 +0200
  • 016347474a Populate current user on connection if it's not yet saved Lonami Exo 2021-09-19 18:01:01 +0200
  • 35a6d1e294 Fix SessionState did not store takeout_id Lonami Exo 2021-09-19 17:59:35 +0200
  • 545e9d69ce Cache session_state and all_dcs right after connect Lonami Exo 2021-09-19 17:51:05 +0200
  • 93dd2a186a Refresh DC info on connection Lonami Exo 2021-09-19 17:41:40 +0200
  • 58c0a5bc24 Make IPv4 mandatory in session files Lonami Exo 2021-09-19 17:30:31 +0200
  • d60ebbe6ea Fix _get_peer was relying on old utils.resolve_id Lonami Exo 2021-09-19 17:21:11 +0200
  • 9479e215fb Fix remaining upgraded uses of the session to work correctly Lonami Exo 2021-09-19 17:08:51 +0200
  • d33402f02e Fix _update_loop could get stuck in an infinite loop with no feedback Lonami Exo 2021-09-19 17:08:34 +0200
  • 81b4957d9b Update code to deal with the new sessions Lonami Exo 2021-09-19 16:38:11 +0200
  • 1f5722c925 Add missing session/types file Lonami Exo 2021-09-19 16:37:53 +0200
  • 29d3c3fd7c Fix outdated LAYER usage in _create_exported_sender Lonami Exo 2021-09-19 15:56:28 +0200
  • 684f640b60 Completely overhaul sessions Lonami Exo 2021-09-19 13:45:19 +0200
  • 0b54fa7a25 Make edit_message parameters more consistent Lonami Exo 2021-09-18 16:54:54 +0200
  • 4321b97e98 No longer run send_code_request from sign_in Lonami Exo 2021-09-18 16:36:11 +0200
  • 431a9309e3 Remove mark from peer_id Lonami Exo 2021-09-18 16:29:45 +0200
  • 9f3bb52e4e Possibly fix _get_response_message for UpdateMessagePoll Lonami Exo 2021-09-18 16:10:01 +0200
  • 48c14df957 Remove client.download_file Lonami Exo 2021-09-18 16:05:07 +0200
  • e524a74b84 Remove client.disconnected property Lonami Exo 2021-09-18 15:41:04 +0200
  • bf61dd32af Change the way iter_participants filters are specified Lonami Exo 2021-09-18 14:16:19 +0200
  • 8114fb6c9b Stop checking fwd_from or not out in message.edit Lonami Exo 2021-09-18 13:34:21 +0200
  • af81899bdc Don't automatically start the client via async-with Lonami Exo 2021-09-18 13:30:39 +0200
  • ba8cdc80da Officially remove resolve_invite_link Lonami Exo 2021-09-18 13:10:31 +0200
  • 9af8ec8cce Officially remove bot_file_id support Lonami Exo 2021-09-18 13:04:13 +0200
  • 3d36bb7b93 Change the way connection modes are specified Lonami Exo 2021-09-18 12:49:44 +0200
  • 975434a4d6
    Update methods.csv Devesh Pal 2021-09-18 01:56:26 +0530
  • 93ff434ec9
    Add new errors Devesh Pal 2021-09-18 01:50:25 +0530
  • 783c1771ab Fix remaining uses of old types namespace Lonami Exo 2021-09-17 21:05:09 +0200
  • dc29a95cef Change list of buttons to show up as rows and not cols Lonami Exo 2021-09-17 21:03:47 +0200
  • 3bc46e8072 Remove broken CdnDecrypter Lonami Exo 2021-09-17 20:55:27 +0200
  • b3c23e343a Return deleted count from delete_messages Lonami Exo 2021-09-17 20:36:40 +0200
  • d81ebe92f7 Remove Wall of Shame Lonami Exo 2021-09-17 20:25:53 +0200
  • 40ff7c6bdf Document default behaviour of limit Lonami Exo 2021-09-17 20:19:23 +0200
  • 6e9ad9e31c Return correct total participant count when a filter is desired Lonami Exo 2021-09-17 20:16:01 +0200
  • 1036c3cb52 Remove the aggressive hack from get_participants Lonami Exo 2021-09-17 20:13:05 +0200
  • be3ed894c6 Make changes to the default limit in client.get_list methods Lonami Exo 2021-09-17 20:04:57 +0200
  • e9f9994f4a Unify client.iter_* methods Lonami Exo 2021-09-17 19:35:10 +0200
  • ea4d487813
    add one more error Shrimadhav U K 2021-09-17 14:08:12 +0530
  • 453cb463f2
    update layer (again) Shrimadhav U K 2021-09-17 13:16:42 +0530
  • 293c8a7965
    Use threads for factorization penn5 2021-09-16 13:34:47 +0100
  • ea2df49ba8
    Update tlobject.py penn5 2021-09-16 13:26:38 +0100
  • 90122ca263
    Update users.py penn5 2021-09-16 13:02:18 +0100
  • 943ad892f7 Address remaining uses of the Request suffix with raw API Lonami Exo 2021-09-13 21:00:31 +0200
  • eb659b9a58 Fix _write_all_tlobjects call Lonami Exo 2021-09-13 20:43:44 +0200
  • 334a847de7 Make custom.Message functional Lonami Exo 2021-09-13 20:37:29 +0200
  • a58620281b
    ADD one more ERROR Shrimadhav U K 2021-09-13 09:49:24 +0530
  • 499fc9f603 Move alltlobjects.py and fix imports Lonami Exo 2021-09-12 16:58:06 +0200
  • 5fd2a017b2 Fix imports Lonami Exo 2021-09-12 16:23:55 +0200
  • 01061e0719 Sort migration guide in roughly order of importance Lonami Exo 2021-09-12 16:08:20 +0200
  • 604c3de070 Move custom and core objects to a new subpackage Lonami Exo 2021-09-12 16:05:56 +0200
  • c08d724baa Delete _tl.patched backward-compatibility hack Lonami Exo 2021-09-12 15:52:01 +0200
  • f6c94f4d84 Mention Python 3.5 will no longer be supported Lonami Exo 2021-09-12 15:50:26 +0200
  • e9b97b5e4a Fix client method calls and reading TLObjects Lonami Exo 2021-09-12 15:46:57 +0200
  • c84043cf71 Fix calls to private client methods Lonami Exo 2021-09-12 14:09:53 +0200
  • f222dc167e Fix imports Lonami Exo 2021-09-12 13:27:13 +0200
  • 28956496fc Adapt generator to new subpackage path Lonami Exo 2021-09-12 12:35:48 +0200
  • d48649602b Replace most raw API usage with new location Lonami Exo 2021-09-12 12:16:02 +0200
  • 6d14384ebe
    Update methods.csv Shrimadhav U K 2021-09-12 12:37:15 +0530
  • 1cd6c3deca
    fix typo Shrimadhav U K 2021-09-12 12:34:03 +0530
  • a901d43a6d Rename more subpackages and modules Lonami Exo 2021-09-11 17:48:23 +0200
  • 66ef553adc Remove duplicated docstrings Lonami Exo 2021-09-11 15:28:24 +0200
  • 51c20db4c1
    Add Chat Theme Action Devesh Pal 2021-09-11 18:14:37 +0530
  • f86339ab17 Remove Conversation API Lonami Exo 2021-09-11 14:16:25 +0200
  • 2a933ac3bd Remove sync hack Lonami Exo 2021-09-11 14:05:24 +0200
  • 34e7b7cc9f Fix some import errors Lonami Exo 2021-09-11 13:43:20 +0200
  • d6326abacb Rename client module as _client Lonami Exo 2021-09-11 13:35:35 +0200
  • f639992baa Replace weird mixin Client classes with free-standing defs Lonami Exo 2021-09-11 13:33:27 +0200
  • af201c12ba Begin writing a migration guide for V2 Lonami Exo 2021-09-11 12:00:28 +0200
  • 2e1be01ad4 Add ttl parameter to send_file Lonami Exo 2021-09-11 11:02:19 +0200
  • 3f5f5dbe48 Update documentation and list of known errors Lonami Exo 2021-09-11 11:02:10 +0200
  • 28d3d4b122
    Update to layer 133 (#3155) Shrimadhav U K 2021-09-11 14:24:11 +0530
  • 5937b24278
    add new error Shrimadhav U K 2021-09-11 13:15:49 +0530
  • 93c36cec3a
    add new error Shrimadhav U K 2021-09-11 13:14:32 +0530
  • f106dab647
    update layer 133 Shrimadhav U K 2021-09-10 16:16:06 +0530
  • a491547825
    Add description to GROUPCALL_ADD_PARTICIPANTS_FAILED Roj Serbest 2021-09-08 22:41:14 +0300
  • 3925235f21
    Add GROUPCALL_ADD_PARTICIPANTS_FAILED Roj Serbest 2021-09-05 15:31:15 +0300
  • 391fbab674
    Implement Sticker Choosing Action (#3144) Devesh Pal 2021-09-01 18:38:58 +0530
  • 7110e905f8
    add sticker action Shrimadhav U K 2021-09-01 13:12:58 +0530
  • fc04d70115
    Add sticker choosing action to action method Devesh Pal 2021-09-01 11:28:26 +0530
  • 4c10ee98ec
    Add SendMessageChooseStickerAction for UserUpdate Devesh Pal 2021-09-01 11:22:39 +0530
  • 076507bacb
    update forwarde messages function Shrimadhav U K 2021-09-01 08:06:54 +0530
  • 2182e7f6f1
    Update to layer 132 (#3142) Shrimadhav U K 2021-08-31 18:52:56 +0530
  • 2edd5d6903
    update to new layer Shrimadhav U K 2021-08-31 14:18:08 +0530
  • 022c1db33f
    Update ChatAction to include MessageActionGameScore (#1651) Yusuf_M_Thon_iD 2021-08-30 22:33:46 +0700
  • 8c56f95252 Include full request on the cause of RPC errors Lonami Exo 2021-08-29 12:13:55 +0200
  • 2cb6cd5dad Change the way no_updates mode is enabled Lonami Exo 2021-08-29 11:36:08 +0200
  • befba11657
    Add support for scheduled messages in iter_messages (#3127) Devesh Pal 2021-08-29 15:23:06 +0530
  • 828cf2dcad
    Include "chat" attribute in processing entities (#3133) painor 2021-08-29 10:50:48 +0100
  • 9830c4e02b
    Add Button.buy and Button.game (#3141) Devesh Pal 2021-08-29 15:19:52 +0530
  • 2d5beb00a7
    Buy and game are also inline buttons Lonami 2021-08-29 11:49:34 +0200
  • 5ef64da155
    Apply suggestions from code review Lonami 2021-08-29 11:48:23 +0200