<- Prev

2023-04-29telegram: Add conversion of UTF-8 emojis to ASCII emoticons for all messages (not only reactions)
E. Bosch [Sat, 29 Apr 2023 23:02:02]
2023-04-29Add "emoji_ascii" option to control if emojis are converted to ASCII emoticons
E. Bosch [Sat, 29 Apr 2023 20:47:52]
2023-04-27README update
E. Bosch [Thu, 27 Apr 2023 23:01:01]
2023-04-26README update
E. Bosch [Wed, 26 Apr 2023 21:20:04]
2023-04-26telegram: Rename option 'reply_length' as 'quote_length' and use it for quotes in reactions as well (not only for replies)
E. Bosch [Wed, 26 Apr 2023 20:45:17]
2023-04-25telegram: Add support for showing reactions to messages
E. Bosch [Tue, 25 Apr 2023 22:34:42]
Add conversion of UTF-8 emojis to ASCII emoticons

2023-04-20telegram: Relocate is_bot() method, to have get_* methods together
E. Bosch [Thu, 20 Apr 2023 01:49:15]
2023-04-16telegram: Add support for showing editions of messages, including highlight of differences
E. Bosch [Sun, 16 Apr 2023 01:13:07]
2023-04-12telegram: Fix recognition of Telegram user, group, channel types
E. Bosch [Wed, 12 Apr 2023 00:43:22]
2023-04-11Add compact message ids in messages sent from IRC that are echoed to IRC,
E. Bosch [Tue, 11 Apr 2023 09:45:58]
add those messages to cache

2023-04-10telegram: Add support for showing deleted messages
E. Bosch [Mon, 10 Apr 2023 23:31:19]
2023-04-09telegram: Refactorize relay message functions, this will be necessary for deleted message support
E. Bosch [Sun, 09 Apr 2023 01:07:35]
2023-04-08telegram: Rename some functions: use "relay" instead of "handle", to clarify
E. Bosch [Sat, 08 Apr 2023 20:56:09]
2023-04-08telegram: Add message cache
E. Bosch [Sat, 08 Apr 2023 12:30:10]
2023-03-31telegram: Add logging in handle_raw()
E. Bosch [Fri, 31 Mar 2023 22:46:58]
2023-03-31Remove obsolete dockerfile
E. Bosch [Fri, 31 Mar 2023 00:32:55]
2023-03-31Update copyright year in license
E. Bosch [Fri, 31 Mar 2023 00:31:39]
2023-03-29Update year in copyright notices
E. Bosch [Wed, 29 Mar 2023 21:50:59]
2023-03-29telegram: Add 'reply_length' option to limit the length of the text refered in replies
E. Bosch [Wed, 29 Mar 2023 21:07:06]
2023-03-28telegram: Add support for showing replies and forwards of messages
E. Bosch [Tue, 28 Mar 2023 23:32:36]
2023-03-24Use named parameter full_join in join_irc_channel(), remove default value False not needed
E. Bosch [Fri, 24 Mar 2023 23:45:37]
2023-03-22telegram: Use positive IDs when checking if a channel already exists when a new message is received
E. Bosch [Wed, 22 Mar 2023 22:15:41]
2023-03-19Fix deprecation warning about the use of asyncio.get_event_loop(), use asyncio.new_event_loop() instead
E. Bosch [Sun, 19 Mar 2023 02:40:30]
2023-03-19service: Fix compact date/time for more than 1 year, in dialog list
E. Bosch [Sun, 19 Mar 2023 02:15:39]
2023-03-18service: Use positive ids in dialog list, if not, channel names are not shown correctly
E. Bosch [Sat, 18 Mar 2023 05:25:42]
2023-03-18service: In dialog list: support entries with unknown names (shouldn't happen)
E. Bosch [Sat, 18 Mar 2023 05:12:31]
2023-03-18telegram: Support (different) channels with same name
E. Bosch [Sat, 18 Mar 2023 04:43:35]
2023-03-18telegram: Support empty (only containing self user) chats
E. Bosch [Sat, 18 Mar 2023 04:42:34]
2023-03-18telegram: Fix: use positive chat ids, it seems necessary at least in Telethon v1.24.0
E. Bosch [Sat, 18 Mar 2023 00:08:10]
2023-03-17telegram: Minor optimization in set_irc_channel_from_telegram()
E. Bosch [Fri, 17 Mar 2023 23:03:05]
2023-03-16irc: If there is no owner of a group in Telegram, in IRC show the service user as owner/founder
E. Bosch [Thu, 16 Mar 2023 01:06:33]
2022-03-19service: Add dialog command (only with list subcommand by now)
E. Bosch [Sat, 19 Mar 2022 23:26:56]
2022-03-19service: Remove hostname from TelegramServ for compactness
E. Bosch [Sat, 19 Mar 2022 22:26:45]
2022-03-19Wait for Telegram authentication is checked before the "not authorized yet"
E. Bosch [Sat, 19 Mar 2022 06:11:26]
message is given on IRC (by TelegramServ).

This is convenient if an IRC client connects faster than Telegram connection
is established when irgramd is started, so it won't give a fake "not authorized
yet" message.

2022-03-18service: Send reply messages from service only to the IRC connected user
E. Bosch [Fri, 18 Mar 2022 22:08:29]
that sent the command

2022-03-18irc: Add character encoding selection
E. Bosch [Fri, 18 Mar 2022 20:57:45]
2022-03-08service: Add code command, add ask_code option
E. Bosch [Tue, 08 Mar 2022 22:58:55]
2022-03-08irc: Add initial help message from service
E. Bosch [Tue, 08 Mar 2022 21:57:51]
2022-03-08service: Include brief description for help command itself
E. Bosch [Tue, 08 Mar 2022 21:28:02]
2022-03-06irc: Add help functionality for service commands.
E. Bosch [Sun, 06 Mar 2022 02:36:51]
Use tuples for single or multiple lines (output) from commands.

2022-03-03irc: Fix and rename options for IRC address and port
E. Bosch [Thu, 03 Mar 2022 23:55:06]
2022-03-03Fix translation of channel name from Telegram to IRC
E. Bosch [Thu, 03 Mar 2022 23:07:36]
2022-03-02irc: Add class for service/control command parsing and handlers, by now with stub help
E. Bosch [Wed, 02 Mar 2022 20:18:03]
command

2022-03-01irc: Reorder handlers from most to least probability of
E. Bosch [Tue, 01 Mar 2022 20:02:36]
use (small optimization)

2022-02-27irc: Fix whois handler when user doesn't exist
E. Bosch [Sun, 27 Feb 2022 01:05:16]
2022-02-27irc: Add service/control user (TelegramServ), by now without functions
E. Bosch [Sun, 27 Feb 2022 00:47:48]
2022-02-23Update README
E. Bosch [Wed, 23 Feb 2022 20:32:39]
2022-02-22telegram: Support to connect to test environment
E. Bosch [Tue, 22 Feb 2022 02:37:33]
Add options to configure this

2022-02-20Fix copyright lines in README
E. Bosch [Sun, 20 Feb 2022 02:49:33]
2022-02-20Add copyright headers/notices
E. Bosch [Sun, 20 Feb 2022 02:25:27]

Next ->