shortlog
...
2023-06-15 E. Bosch irc: Add log for user registered (authorized in IRC)
2023-06-14 E. Bosch emoji2emoticon: Add emoji "thinking face" to convert to ASCII
2023-06-11 E. Bosch emoji2emoticon: Add emoji "shushing face" to convert to ASCII
2023-06-11 E. Bosch irc: Separate character encoding options as input and output
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-16 E. Bosch service: Refactor "get" command handle, make it robust when compact id has
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-08 E. Bosch service: Add more indentation in brief help descriptions
2023-05-08 E. Bosch service: Add "mark_read" command to mark chats as read and reset mentions
2023-05-07 E. Bosch service: In dialog list: Use timezone option to convert the date for "last" ...
2023-05-07 E. Bosch telegram: In highlight of editions, use dash (-) instead of dot (.) for
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-05 E. Bosch telegram: Add support for retrieving history of messages, this is
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-27 E. Bosch README update
2023-04-26 E. Bosch README update
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-11 E. Bosch Add compact message ids in messages sent from IRC that are echoed to IRC,
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-31 E. Bosch Remove obsolete dockerfile
2023-03-31 E. Bosch Update copyright year in license
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-19 E. Bosch Fix deprecation warning about the use of asyncio.get_event_loop(), use async ...
2023-03-19 E. Bosch service: Fix compact date/time for more than 1 year, in dialog list
2023-03-18 E. Bosch service: Use positive ids in dialog list, if not, channel names are not show ...
2023-03-18 E. Bosch service: In dialog list: support entries with unknown names (shouldn't happen)
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
...