Queer European MD passionate about IT

Commit History

Author SHA1 Message Date
  davte 27f9d62cf9 Make the regex dot match any character at all, including a newline, when cleaning HTML strings (so multiline tag bodies are allowed, as they are in Telegram HTML markdown). 1 year ago
  Davte fafa639328 HTML parse_mode check upgraded. 1 year ago
  Davte 50c2f92e8e asyncio get_event_loop method is being deprecated; use new_event_loop / get_running_loop and asyncio.run instead 1 year ago
  Davte 773fe1fdb1 web should not be imported from aiohttp; use aiohttp.web instead 3 years ago
  Davte e29bb08b7b Accept language directly 3 years ago
  Davte ada375b766 Prevent decoding None objects 3 years ago
  Davte ed05d843bc Async function to run shell commands 3 years ago
  Davte a7e1b40f93 Useful tools module added 4 years ago
  Davte cf6a2e1baa Language-labelled commands are accepted only for selected language. /father uses selected language for commands 4 years ago
  Davte a4079cf91d Implemented /father command. 4 years ago
  Davte 0b01ecbdd5 Wrong weekdays indexes fixed 4 years ago
  Davte 91ab00eec6 Weekdays multilanguage dictionary 4 years ago
  Davte f29556300a Replace longer strings first 4 years ago
  Davte ceef3103f4 Prevent double keyword argument in async_wrapper 4 years ago
  Davte 23b04d6207 Coroutine wrapper default arguments 4 years ago
  Davte 61fe8e0591 Pass `errors` parameter in `async_request` function 4 years ago
  Davte f73f438d32 Use built-in decoding feature of `aiohttp.ClientResponse` 4 years ago
  Davte ab6849b5e0 Replace multiple whitespace in strings to be parsed 4 years ago
  Davte 74079fb481 Do not encode pictures as utf-8 4 years ago
  Davte 7a994ca957 Function to send part of text files 4 years ago
  Davte d765aea71e Function to send CSV files 4 years ago
  Davte 81cf37b0eb Option to switch off telegram profile linking 4 years ago
  Davte 9c008d5923 Pass only supported arguments to async_wrapped coroutines 4 years ago
  Davte fc7da6d1bd telepot-powered functions replaced with new ones 4 years ago
  Davte d3d35b46d2 Useless assignments removed 4 years ago
  Davte c46f6fee52 Catch specific Exception 4 years ago
  Davte 3decb01165 Dummy coroutine 4 years ago
  Davte d692744b5b f-strings instead of `string.format` 4 years ago
  Davte ec877aa98a async_wrapper is now more general 4 years ago
  Davte e18299fcd6 Unnecessary indentation 4 years ago