Commit Graph

  • 85496f8c03 Merge d706dbe7b0 into 6c93d08b8d LiemCH 2016-11-29 18:23:26 +0000
  • 6c93d08b8d Added two-step verification (fixes #4) and more info for errors Lonami Exo 2016-11-26 12:04:02 +0100
  • be94bff576 Patched code generator and updated README.rst removing markdown leftovers Lonami Exo 2016-11-23 21:03:58 +0100
  • 4d96de8ab5 Changed README.md to README.rst v0.6 Lonami Exo 2016-11-13 15:38:57 +0100
  • d290a569c5 Added webp mime type (useful when downloading stickers) Lonami Exo 2016-11-13 14:51:50 +0100
  • d706dbe7b0 Update mtproto_sender.py LiemCH 2016-10-10 13:55:45 +0700
  • 14bb158c8b Update mtproto_sender.py LiemCH 2016-10-10 13:45:56 +0700
  • 308adc4192 Fixed invalid parameters when downloading documents Lonami 2016-10-09 13:47:38 +0200
  • a42effc2b5 Externalized TelegramClient utilities and added more Lonami 2016-10-09 12:57:38 +0200
  • b52cb12b2a Merge pull request #8 from MuallimCh/patch-1 Lonami 2016-10-09 10:18:39 +0200
  • 38bf460930 Update tcp_transport.py LiemCH 2016-10-09 10:10:41 +0700
  • 6a32c6cd7a Moved requests .constructor_id to be a class-level variable Lonami 2016-10-04 18:55:02 +0200
  • f2728f47c3 Updated scheme to layer 57 and fixes to README links Lonami 2016-10-03 19:57:21 +0200
  • 2a666f7ee0 Added ability to download profile photos, changes to get_dialogs() Lonami 2016-10-03 19:44:01 +0200
  • 7399bfacd1 Implemented receive timeout (#6) and fixed error string Lonami 2016-10-03 09:53:41 +0200
  • 1ecd51c7d1 Implemented #1 (Sending messages read acknowledge) Lonami 2016-10-02 13:57:03 +0200
  • 30f15e67ac Avoid listening for updates if no update handlers are added Lonami 2016-10-02 13:42:17 +0200
  • e035939aa2 Attempt at fixing #5 (RPCError) and updated README Lonami 2016-10-02 13:30:14 +0200
  • 77aa37d2ad Added an .empty() function to the objects, fixes to msgs_ack Lonami 2016-09-26 17:16:15 +0200
  • ded655911e Added ability to both read and write vectors* Lonami 2016-09-26 16:10:07 +0200
  • 36b8a9026f Fixed revert by hand (I hope) Lonami 2016-09-26 13:13:11 +0200
  • 4d5e11f4af Revert "Fixed logging out, added a proper function to list sessions" Lonami 2016-09-26 13:06:36 +0200
  • b68772aab5 Fixed JSON encoding and decoding for lists, added empty() method Lonami 2016-09-25 10:50:48 +0200
  • fddb3e9aac Added ability to encode/decode TLObjects, updated README Lonami 2016-09-24 21:17:41 +0200
  • 87969745f5 Fixed logging out, added a proper function to list sessions Lonami 2016-09-23 12:50:01 +0200
  • d8757af5c5 Updated README, minor changes and pip ready v0.5 Lonami 2016-09-18 11:59:12 +0200
  • 6642f73a3d Detect current MTProtoLayer automatically Lonami 2016-09-17 21:09:20 +0200
  • 51a531225f Totally refactored source files location Lonami 2016-09-17 20:42:34 +0200
  • 27ec7292d8 Improvements to file uploading and progress added Lonami 2016-09-17 17:04:30 +0200
  • 15994d0b78 Added ability to upload large files Lonami 2016-09-16 16:37:45 +0200
  • 922f17956b Pythonized some parts Lonami 2016-09-16 14:04:46 +0200
  • 6ee93122f2 Added ability to both log-out and sign-up Lonami 2016-09-16 13:35:14 +0200
  • 9420e15283 Gave more power to the TelegramClients and bug fixes v0.4 Lonami 2016-09-12 19:32:16 +0200
  • 13f7e6170f Added ability to download message media* Lonami 2016-09-12 15:39:23 +0200
  • 0fe0cdf682 Removed references to TLSharp since they're "ads" Lonami 2016-09-12 14:16:17 +0200
  • a7c7fdd2e4 Refactored interactive example Lonami 2016-09-12 14:07:45 +0200
  • e664975170 Updated README.md Lonami 2016-09-11 17:20:34 +0200
  • 1293d3be1c Added ability to download media v0.3 Lonami 2016-09-11 16:24:03 +0200
  • 7e78b1b6dc Added ability to upload and send media, and more fixes Lonami 2016-09-11 13:10:27 +0200
  • cdb1674a27 Minor improvement to updates handling Lonami 2016-09-11 11:50:38 +0200
  • c11795f294 Added native support for Python's datetime object Lonami 2016-09-11 10:35:02 +0200
  • 5b4be5b85e Fixed bugs when handling updates Lonami 2016-09-10 18:05:20 +0200
  • 0068c0fd8b Updated README.md Lonami 2016-09-10 14:10:47 +0200
  • 72bc9df683 Made MtProtoSender multi-thread safe v0.2 Lonami 2016-09-10 11:01:03 +0200
  • e47344c0f0 Added a thread lock to the TcpClient Lonami 2016-09-10 10:17:15 +0200
  • fd14a5a49a Added an updates thread and construtor_id to TLObjects Lonami 2016-09-09 11:47:37 +0200
  • e9e44795ec Attempt at removing cyclic dependencies Lonami 2016-09-08 16:55:46 +0200
  • b2425eeea9 Completely refactored unit tests, removed unused code Lonami 2016-09-08 16:11:37 +0200
  • a4f68dd29a Ability to retrieve message history, example improved Lonami 2016-09-08 12:13:31 +0200
  • e6706080ad Improved TcpClient receive Lonami 2016-09-07 19:48:49 +0200
  • 7abe53e063 Added full* markdown support and updated README Lonami 2016-09-07 19:01:00 +0200
  • 81e8ae5bea Added an interactive example, more doc, fixes and improvements Lonami 2016-09-07 11:36:34 +0200
  • e705dc48bb Handle any auto-generated code when processing updates Lonami 2016-09-06 19:39:25 +0200
  • 6b8a347426 Several updates, fixes and additions (TcpClient, MtProto...) v0.1 Lonami 2016-09-06 18:54:49 +0200
  • 7802fe5487 Improved auto-generated source code readability Lonami 2016-09-05 19:12:14 +0200
  • 251c1830a5 Added custom errors, fixes to code generator Lonami 2016-09-05 18:35:12 +0200
  • b027dd2c8f Fixed tiny bugs with authentication, added more unit tests Lonami 2016-09-04 21:07:09 +0200
  • 7c8c65560e Refactored imports Lonami 2016-09-04 12:42:11 +0200
  • 39a23559f0 First attempt at TelegramClient. Added fixes and doc Lonami 2016-09-04 11:07:18 +0200
  • c863537b7b Finished authenticator (now it works!) Lonami 2016-09-03 20:34:24 +0200
  • 75892afb2e Reached Authenticator's step 3 Lonami 2016-09-03 16:46:40 +0200
  • 75a648f438 Several fixes to authenticator, added more unit tests Lonami 2016-09-03 10:54:58 +0200
  • 12cb66ab2c Reviewed authenticator.py Lonami 2016-08-30 17:40:49 +0200
  • e712a9bf61 Wrote unit tests and found and fixed bugs Lonami 2016-08-30 13:11:19 +0200
  • 557ec70237 Added authenticator Lonami 2016-08-28 19:26:06 +0200
  • e00a4e9b4b Added a Session class Lonami 2016-08-28 14:16:52 +0200
  • bd1fee4048 Added and updated documentation Lonami 2016-08-28 13:43:00 +0200
  • 5af1a4a5fc Added more docstrings, edited readme Lonami 2016-08-28 10:38:46 +0200
  • f00329265d Implemented read code on TLObjects Generator Lonami 2016-08-27 21:49:38 +0200
  • 06832f8108 Implemented init and write code on TLObjects Generator Lonami 2016-08-27 11:59:23 +0200
  • 1974569927 Added a .tl file tokenizer and parser Lonami 2016-08-26 19:12:20 +0200
  • 1dac866118 Initial release Lonami 2016-08-26 12:58:53 +0200