History for path /telegram.py
2024-04-14 E. Bosch exclam: Add upload (!upl) command to upload files/media to chats/channels
2024-04-14 E. Bosch telegram: Use directory ".cache/irgramd/media" instead of
2024-04-07 E. Bosch telegram: Fix a corner case in forward handler when saved_from_peer is not p ...
2023-12-17 E. Bosch telegram: Add compact message IDs to filenames of media,
2023-12-15 E. Bosch telegram: Improve metadata shown for audio and recording/voice media,
2023-12-02 E. Bosch telegram: Add target nick in private messages sent from the self user
2023-11-26 E. Bosch telegram: Add support for the change of channel photo action
2023-11-26 E. Bosch telegram: Add support for pin message action
2023-11-19 E. Bosch telegram: Refactor download media code.
2023-10-16 E. Bosch telegram: Add option "download_notice" to show the start of a big download
2023-10-15 E. Bosch telegram: Add option "download_media" to control if media files must be down ...
2023-10-11 E. Bosch telegram: Support for showing question and options of polls
2023-07-22 E. Bosch telegram: Add compact ID to all replies
2023-07-21 E. Bosch telegram: Add option for geo custom URL
2023-07-08 E. Bosch telegram, irc: Refactor and improve routine for conversion of mentions
2023-06-23 E. Bosch telegram: Fix: in forwards when the original user is unknown use the ID
2023-06-15 E. Bosch telegram, irc: Add conversion of "mention:" (IRC style) to "@mention" in sen ...
2023-06-15 E. Bosch irc: Add log for user registered (authorized in IRC)
2023-06-10 E. Bosch telegram, irc: Add conversion of mentions for self @username as well as
2023-06-08 E. Bosch telegram: Refactor forward handle and related functions
2023-06-06 E. Bosch telegram: Add "media_dir" option to set the download media directory outside
2023-06-01 E. Bosch telegram: Fix media contact attributes
2023-05-20 E. Bosch telegram: Add filters for received messages, in these filters:
2023-05-15 E. Bosch telegram: As messages are referenced by peer and id (in "get" and future
2023-05-14 E. Bosch service: Add "get" command to retrieve a specific message
2023-05-07 E. Bosch telegram: Add an option to enable and control format of timestamps for histo ...
2023-05-06 E. Bosch telegram: Fix arguments in call to relay_telegram_message() in deleted handle
2023-05-04 E. Bosch telegram: Change event/message if statement by an expression
2023-05-02 E. Bosch telegram: Change interface for received messages, use message instead event
2023-04-30 E. Bosch telegram: Make more robust the forward handler, take into account if the
2023-04-29 E. Bosch telegram: Add conversion of UTF-8 emojis to ASCII emoticons for all messages ...
2023-04-29 E. Bosch Add "emoji_ascii" option to control if emojis are converted to ASCII emoticons
2023-04-26 E. Bosch telegram: Rename option 'reply_length' as 'quote_length' and use it for quot ...
2023-04-25 E. Bosch telegram: Add support for showing reactions to messages
2023-04-20 E. Bosch telegram: Relocate is_bot() method, to have get_* methods together
2023-04-16 E. Bosch telegram: Add support for showing editions of messages, including highlight ...
2023-04-12 E. Bosch telegram: Fix recognition of Telegram user, group, channel types
2023-04-10 E. Bosch telegram: Add support for showing deleted messages
2023-04-09 E. Bosch telegram: Refactorize relay message functions, this will be necessary for de ...
2023-04-08 E. Bosch telegram: Rename some functions: use "relay" instead of "handle", to clarify
2023-04-08 E. Bosch telegram: Add message cache
2023-03-31 E. Bosch telegram: Add logging in handle_raw()
2023-03-29 E. Bosch Update year in copyright notices
2023-03-29 E. Bosch telegram: Add 'reply_length' option to limit the length of the text refered ...
2023-03-28 E. Bosch telegram: Add support for showing replies and forwards of messages
2023-03-24 E. Bosch Use named parameter full_join in join_irc_channel(), remove default value Fa ...
2023-03-22 E. Bosch telegram: Use positive IDs when checking if a channel already exists when a ...
2023-03-18 E. Bosch telegram: Support (different) channels with same name
2023-03-18 E. Bosch telegram: Support empty (only containing self user) chats
2023-03-18 E. Bosch telegram: Fix: use positive chat ids, it seems necessary at least in Teletho ...
...