shortlog
...
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
2023-03-18 E. Bosch telegram: Fix: use positive chat ids, it seems necessary at least in Teletho ...
2023-03-17 E. Bosch telegram: Minor optimization in set_irc_channel_from_telegram()
2023-03-16 E. Bosch irc: If there is no owner of a group in Telegram, in IRC show the service us ...
2022-03-19 E. Bosch service: Add dialog command (only with list subcommand by now)
2022-03-19 E. Bosch service: Remove hostname from TelegramServ for compactness
2022-03-19 E. Bosch Wait for Telegram authentication is checked before the "not authorized yet"
2022-03-18 E. Bosch service: Send reply messages from service only to the IRC connected user
2022-03-18 E. Bosch irc: Add character encoding selection
2022-03-08 E. Bosch service: Add code command, add ask_code option
2022-03-08 E. Bosch irc: Add initial help message from service
2022-03-08 E. Bosch service: Include brief description for help command itself
2022-03-06 E. Bosch irc: Add help functionality for service commands.
2022-03-03 E. Bosch irc: Fix and rename options for IRC address and port
2022-03-03 E. Bosch Fix translation of channel name from Telegram to IRC
2022-03-02 E. Bosch irc: Add class for service/control command parsing and handlers, by now with ...
2022-03-01 E. Bosch irc: Reorder handlers from most to least probability of
2022-02-27 E. Bosch irc: Fix whois handler when user doesn't exist
2022-02-27 E. Bosch irc: Add service/control user (TelegramServ), by now without functions
2022-02-23 E. Bosch Update README
2022-02-22 E. Bosch telegram: Support to connect to test environment
2022-02-20 E. Bosch Fix copyright lines in README
2022-02-20 E. Bosch Add copyright headers/notices
...