History for path telegram.py
2024-10-13 E. Bosch telegram: Limit text length for reactions to twice as replies
2024-10-06 E. Bosch telegram: Fix regression in delete reaction event
2024-09-28 E. Bosch telegram: Avoid duplicated reactions events in some cases
2024-09-27 E. Bosch telegram: Add handler for next reactions (2nd, 3rd, etc.) that don't come from
2024-09-25 E. Bosch telegram: Fix in reaction handler
2024-09-20 E. Bosch telegram: Don't truncate text for reactions of replies
2024-09-15 E. Bosch telegram: Minor improvement in debug of relay methods
2024-09-15 E. Bosch telegram: Improve a bit reactions handler
2024-09-07 E. Bosch Fix typo in a constant
2024-08-30 E. Bosch telegram: Add a cache of "volatile" events (delete, edit, react) to be shown ...
2024-08-30 E. Bosch utils: Add current_date() shortcut
2024-08-29 E. Bosch Add trailing commas (and some spacing)
2024-08-25 E. Bosch utils, telegram: Add pretty() function to print readable objects in debug
2024-08-15 E. Bosch Handle replies to deleted messages (maybe this case is only given from history)
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 ...
...