Commit Graph

  • ebc68d5d5e
    Update signing-in.rst Vitalik Esipov 2022-03-01 11:44:41 +0300
  • 341da0d9f5
    Update to layer 139 Devesh Pal 2022-02-28 23:01:39 +0530
  • c47a9346e1
    Fix isisintance typo (#3749) James R T 2022-02-27 21:02:12 +0800
  • 806e463df0
    Change isisintance to isinstance in utils.py James R T 2022-02-27 20:43:25 +0800
  • e80371b6d0
    Add PathLike support to SQLiteSession (#3737) Noel Tautges 2022-02-20 02:50:18 -0600
  • 7e8347702e
    Add PathLike support to SQLiteSession Noel Tautges 2022-02-19 20:06:51 -0600
  • cd9da47f69
    checking 🤔 Shrimadhav U K 2022-02-18 16:06:00 +0530
  • d96e4dabe5
    also, add inline_mention function Shrimadhav U K 2022-02-18 15:09:37 +0530
  • 0bc598c121 Stop auto-accepting ToS on sign_up, add get_tos instead Lonami Exo 2022-02-17 12:40:09 +0100
  • 80d44cb75b Fix sign_up call to sign_in Lonami Exo 2022-02-17 11:30:18 +0100
  • 94ac667e79 Support direct sign_in with code and password Lonami Exo 2022-02-17 11:26:53 +0100
  • 77a98fed2c Make phone and password kwargs in start Lonami Exo 2022-02-17 11:26:35 +0100
  • 5c6fdf9a71 Return custom User from sign_in/sign_up Lonami Exo 2022-02-17 11:15:11 +0100
  • 1029c38d7e Remove phone and hash from sign_up Lonami Exo 2022-02-16 12:59:52 +0100
  • 90bd5de74a Remove phone and hash from sign in Lonami Exo 2022-02-16 12:54:41 +0100
  • df0e710fa1 Add a custom SentCode type Lonami Exo 2022-02-16 12:23:19 +0100
  • 4258ce2bc8 Make is_connected a property Lonami Exo 2022-02-16 11:24:20 +0100
  • 483e2aadf1 Begin updating the way updates are built Lonami Exo 2022-02-15 11:57:55 +0100
  • c914a92dcf Start using the new Sender and Chat Getter interface Lonami Exo 2022-02-12 11:30:29 +0100
  • f0654a0833 Change Chat and Sender Getter interface to match new description Lonami Exo 2022-02-12 11:30:16 +0100
  • 9bfe4cddf5 Begin major entity overhaul Lonami Exo 2022-02-12 11:29:28 +0100
  • 2c4ff8803f Remove strange except in to_dict Lonami Exo 2022-02-09 10:31:04 +0100
  • d1836ab899 Review errors and remove some type checks Lonami Exo 2022-02-09 10:00:20 +0100
  • 4fae119a18
    Fix StringSession usage of IPv6 (#3726) sandeep.n 2022-02-16 20:29:56 +0530
  • 6f37d27ee5
    Wrong call for ipv6 and port sandeep.n 2022-02-16 18:37:06 +0530
  • 8aa4d9a263
    Make document title a required parameter (#3182) Mohammadreza Jafari 2022-02-16 15:10:07 +0330
  • 1632fd01c0 fix document result required parameter Mohammadreza Jafari 2022-02-16 14:31:08 +0330
  • c45b919109
    Add a friendly method to react to messages (#3681) Shrimadhav U K 2022-02-16 15:56:09 +0530
  • af0ea638b4
    Use asyncio in place of aio_loop (#3724) Aditya 2022-02-16 15:55:52 +0530
  • 2cefbd77ed
    use asyncio in place of aio_loop (fixes #3717) Aditya 2022-02-16 11:41:28 +0530
  • ccedf4ad0b
    setup.py: Make build reproducible by sorting generator input (#3695) Christoph Berg 2022-02-12 09:07:23 +0100
  • b7db595854 setup.py: Make build reproducible by sorting generator input Christoph Berg 2022-01-30 19:09:16 +0100
  • a00f74285c
    Document more RpcErrors (#3716) Devesh Pal 2022-02-11 01:58:52 +0530
  • 2bfc98f1ac document RPCerrors Devesh Pal 2022-02-11 00:33:10 +0530
  • fedbfedfd5
    Fix TypeError when loading StringSession (#3714) Md Jisan 2022-02-10 18:41:05 +0530
  • d5ee22bacc
    Update string.py Md Jisan 2022-02-10 17:44:54 +0530
  • 8df66c0b47 Add markdown and html properties to Message Lonami Exo 2022-02-08 11:40:40 +0100
  • 9b4808a558 Remove PackedChat Lonami Exo 2022-02-08 11:31:24 +0100
  • 07faa53c5a Remove client.edit_folder Lonami Exo 2022-02-08 10:23:55 +0100
  • 84b016cf1c Make more TLObject methods private Lonami Exo 2022-02-08 10:02:59 +0100
  • 1f3ce07594 Manually set random_id in requests Lonami Exo 2022-02-07 11:30:13 +0100
  • bd7675581d Make custom.Message properties mutable Lonami Exo 2022-02-07 11:13:38 +0100
  • c220d50ed8 Add back _phone_code_hash Lonami Exo 2022-02-07 11:13:21 +0100
  • faaa038825 Fix RpcError catch-all Lonami Exo 2022-02-07 11:01:18 +0100
  • 9431e5cc3e Tidy up the migration guide some more Lonami Exo 2022-02-07 10:29:44 +0100
  • a6f53baaba Remove client check in custom Message Lonami Exo 2022-02-07 09:36:31 +0100
  • d87b68a756 Fix direct mutation of objects in friendly methods Lonami Exo 2022-02-07 09:28:39 +0100
  • ae43a47602 Update iter_ usages with get_ Lonami Exo 2022-02-04 13:09:57 +0100
  • 3b12cc3e51 Fix stringify for custom Message Lonami Exo 2022-02-04 13:05:27 +0100
  • 56faccf151 Fix and update usage of parse_mode Lonami Exo 2022-02-04 12:19:53 +0100
  • 4b477e5b27 Add some missing filters Lonami Exo 2022-02-04 11:52:04 +0100
  • 96b4059ae8 Properly handle exception cases during update dispatch Lonami Exo 2022-02-04 11:47:22 +0100
  • ab6d60dab2 Fix event building Lonami Exo 2022-02-04 11:46:57 +0100
  • d490cf0f70 Add missing NotResolved import Lonami Exo 2022-02-04 11:46:38 +0100
  • 46ba9696aa Fix add_handler auto-type detection Lonami Exo 2022-02-04 11:46:08 +0100
  • e6d62a65d1
    sync function with layer 138 Shrimadhav U K 2022-02-05 22:38:33 +0530
  • cb628f3cce
    Update to layer 138 (again) (#3699) Shrimadhav U K 2022-02-05 19:24:54 +0530
  • 72f0b3cedb
    update to layer 138 (again) Shrimadhav U K 2022-02-05 07:31:41 +0530
  • acc512683c
    Update to layer 138 (#3698) Devesh Pal 2022-02-04 18:52:51 +0530
  • 54175414cd update to layer 138 Devesh Pal 2022-02-04 16:20:12 +0530
  • 5144dd78c3
    rqse Shrimadhav U K 2022-01-29 16:09:24 +0530
  • 1d5ed61aeb
    fwbauy Shrimadhav U K 2022-01-29 15:51:36 +0530
  • 6d30b9f053
    recio Shrimadhav U K 2022-01-29 08:01:05 +0530
  • a3a60e6dca Add proper warnings when applying filters to updates fails Lonami Exo 2022-01-28 21:06:31 +0100
  • 055eca49ea Introduce some filters Lonami Exo 2022-01-28 21:06:19 +0100
  • a1fe80557a Implement dispatching events Lonami Exo 2022-01-28 20:21:15 +0100
  • a16c397de4 Fix saving entity types in sqlite Lonami Exo 2022-01-28 20:20:53 +0100
  • 05457eaf1c Fix date usage in messagebox impl Lonami Exo 2022-01-28 20:20:37 +0100
  • 0802f7e6b2 Rework methods to manage event handlers Lonami Exo 2022-01-28 14:12:32 +0100
  • 9726169a8c Begin unification of event builders and events Lonami Exo 2022-01-28 11:34:16 +0100
  • f2ef0bfceb Make upload_file private Lonami Exo 2022-01-26 12:24:45 +0100
  • 070af28e85 Make raw API types immutable Lonami Exo 2022-01-26 12:14:17 +0100
  • d426099bf5 Remove input_peer parameter from get_me Lonami Exo 2022-01-26 11:03:50 +0100
  • 4604da7d6d
    ywre Shrimadhav U K 2022-01-28 20:32:19 +0530
  • 45873b153c
    urcf Shrimadhav U K 2022-01-25 04:36:11 +0530
  • 267904ba17
    cmfr Shrimadhav U K 2022-01-25 04:32:22 +0530
  • 9bc163a045
    documentation change Shrimadhav U K 2022-01-25 04:17:37 +0530
  • 7778e54467
    Allow restricting channels (#3679) Devesh Pal 2022-01-25 01:39:51 +0530
  • a4bdb7699b allow restricting channels Devesh Pal 2022-01-24 18:21:34 +0000
  • 0eadca670f Document more RPC errors Lonami Exo 2022-01-24 14:32:45 +0100
  • 3c7bb53c3c Use threads for factorization Lonami Exo 2022-01-24 14:27:34 +0100
  • 4aa23cfbbc Fix flood_sleep_threshold was not being forwarded Lonami Exo 2022-01-24 14:25:16 +0100
  • d9e2a8a5ca
    Avoid usage of __builtins__ in the generator (#3161) penn5 2022-01-24 13:25:58 +0000
  • ed70991bf3 Merge branch 'v2' Lonami Exo 2022-01-24 13:24:35 +0100
  • 674b7d68a5
    Add support for new invite link format (#3213) Danny Lin 2022-01-24 04:17:22 -0800
  • 530284a68b
    Slight rewording of error message (#3256) Shrimadhav U K 2022-01-24 17:45:49 +0530
  • 805898c2fd
    Improve readability for readthedocs/concepts/entities.rst (#3259) vladislav doster 2022-01-24 06:15:32 -0600
  • 539e3cb808
    Add new features from new layer (#3676) Devesh Pal 2022-01-24 17:45:02 +0530
  • a25f019964 Review, unify and simplify retry_range usage Lonami Exo 2022-01-24 11:29:02 +0100
  • b0b1f30436 Reintroduce keepalive pings in the sender Lonami Exo 2022-01-24 11:21:01 +0100
  • f775484172 Properly load and save channel state Lonami Exo 2022-01-24 11:05:58 +0100
  • f7ccf8d843 Fix reset_deadline check in messagebox Lonami Exo 2022-01-24 11:05:27 +0100
  • 4b61ce18ff Don't store empty pts in messagebox Lonami Exo 2022-01-24 11:00:20 +0100
  • 3aa53dd981 Add missing catch_up param to client init Lonami Exo 2022-01-24 10:59:32 +0100
  • 4b85ced1e1 Reimplement catch_up Lonami Exo 2022-01-23 19:53:48 +0100
  • f547a00da3 Persist session state and usage fixes Lonami Exo 2022-01-23 19:46:37 +0100
  • 015acf20c6 Handle TypeNotFoundError during gzip packed msgs Lonami Exo 2022-01-23 13:26:53 +0100
  • f1a517dee6 Process self-produced updates like any other Lonami Exo 2022-01-23 13:20:35 +0100
  • 1f40372235 Fix update handling for channels Lonami Exo 2022-01-23 12:43:41 +0100
  • de2cd1f2cf Fix constructing PtsInfo for channels Lonami Exo 2022-01-23 12:34:16 +0100