shortlog
...
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
2022-02-20 E. Bosch telegram: In initial mapping: force the addition of self user just in case
2022-02-19 E. Bosch telegram: Improve web media handling
2022-02-17 E. Bosch irc: Define IRC connection log as info level, add disconnection log as info
2022-02-16 E. Bosch telegram: Add login code support entered by console during authorization
2022-02-16 E. Bosch telegram: Add options for API_ID and API_HASH
2022-02-16 E. Bosch Order config options
2022-02-13 E. Bosch Remove unused tornado.httpclient import and ioloop initialization
2022-02-12 E. Bosch irc: Add special case localhost for hostname
2022-02-12 E. Bosch irc: Improve MODE command hanlder
2022-02-09 E. Bosch telegram: Improve metadata for documents: files and videos
2022-02-09 E. Bosch telegram: Fix: move FILENAME_INVALID_CHARS to the file that uses it ;)
2022-02-08 E. Bosch telegram: Improve webpage (media) handler
2022-02-06 E. Bosch telegram: Simplify get entity type name routine
2022-02-05 E. Bosch telegram: optimize regular expression for sanitize filenames
2022-02-05 E. Bosch telegram: Replace spaces with underscores in downloaded file names
...