Queer European MD passionate about IT

Commit History

Author SHA1 Message Date
  Davte 76ea65a660 asyncio get_event_loop method is being deprecated; use new_event_loop / get_running_loop and asyncio.run instead 1 year ago
  Davte e254dbf42a send_document method should not require a chat_id since it can be passed an update object 3 years ago
  Davte b7b91a65ea send_photo method should not require a chat_id since it can be passed an update object 3 years ago
  Davte abebff43d9 Avoid relative import statements 3 years ago
  Davte 6ad5ec2865 Document can be None if document_path is provided 3 years ago
  Davte cfae729270 Do not log chardet `INFO` and `DEBUG` levels 3 years ago
  Davte dc9c2a7b14 Compliance with Telegram Bot API 5.0 and improved type hinting for API methods. 3 years ago
  Davte ea30fd39cf Import statements refactored 3 years ago
  Davte 89fa73d1a5 Store user profile pictures in bot database and show them in authorization panel 3 years ago
  Davte 4b22658bf5 MySQL compatibility: specify VARCHAR length 3 years ago
  Davte ea07aa47cf Make `general_handler` handle photo updates 3 years ago
  Davte 83d01e4da9 Remove `argument` parameter from parser decorator 3 years ago
  Davte 59dde0d25e In text message handler, make available both lowered and original text and inspect condition parameters 3 years ago
  Davte 51bc95332f General handler implemented and applied to contact updates 3 years ago
  Davte 92758d923c Document handlers implemented 3 years ago
  Davte 21214feb0a In default keyboard, show only buttons for commands the user is authorized to call 3 years ago
  Davte f823057cbe Split outgoing documents bigger than 50 MB and send chunks 3 years ago
  Davte 12cca835b9 Pass to handlers the parameters they take and preserve update_id 4 years ago
  Davte 7ad4f48de1 Send long text messages as files 4 years ago
  Davte 11d07b45d6 /calc command implemented 4 years ago
  Davte cf6a2e1baa Language-labelled commands are accepted only for selected language. /father uses selected language for commands 4 years ago
  Davte e6fdacd2f4 Allow language-labelled commands 4 years ago
  Davte a4079cf91d Implemented /father command. 4 years ago
  Davte edb2201773 Package updates checker implemented 4 years ago
  Davte 5a70dcfeb2 Implemented missing methods 4 years ago
  Davte 212094bbb0 Fixed bug in multilanguage support for inline query answers 4 years ago
  Davte 9c73337c53 Allow multilanguage support for inline query answers 4 years ago
  Davte fcb2de71d2 Handle multilanguage test in send_message and edit_message_text methods 4 years ago
  Davte 87d95fbfed Create users table if missing 4 years ago
  Davte 06d3569fbd IDE-guided adjustments 4 years ago