<- Prev

2023-11-28service: Add absolute ID as argument to get command
E. Bosch [Tue, 28 Nov 2023 22:38:01]
2023-11-26telegram: Add support for the change of channel photo action
E. Bosch [Sun, 26 Nov 2023 23:13:52]
including download of the new photo
mapped to CTCP action on IRC

2023-11-26telegram: Add support for pin message action
E. Bosch [Sun, 26 Nov 2023 20:07:44]
irc: Add support for sending CTCP actions (me) to map actions from Telegram

2023-11-19telegram: Change add symbol in editions from "_" to "+"
E. Bosch [Sun, 19 Nov 2023 00:54:47]
2023-11-19telegram: Refactor download media code.
E. Bosch [Sun, 19 Nov 2023 00:43:04]
If named media files already downloaded, don't try to download again

2023-10-16telegram: Add option "download_notice" to show the start of a big download
E. Bosch [Mon, 16 Oct 2023 00:24:53]
2023-10-15telegram: Add option "download_media" to control if media files must be downloaded
E. Bosch [Sun, 15 Oct 2023 22:06:49]
2023-10-11telegram: Support for showing question and options of polls
E. Bosch [Wed, 11 Oct 2023 00:35:28]
2023-09-17README update
E. Bosch [Sun, 17 Sep 2023 20:57:11]
2023-07-22telegram: Add compact ID to all replies
E. Bosch [Sat, 22 Jul 2023 20:32:19]
2023-07-21telegram: Add option for geo custom URL
E. Bosch [Fri, 21 Jul 2023 01:12:18]
2023-07-20README update
E. Bosch [Thu, 20 Jul 2023 04:46:06]
2023-07-17exclam: Add delete (!del) command to delete messages
E. Bosch [Mon, 17 Jul 2023 02:37:21]
2023-07-16README update
E. Bosch [Sun, 16 Jul 2023 20:09:53]
2023-07-16README update
E. Bosch [Sun, 16 Jul 2023 20:02:03]
2023-07-11exclam: Fix indentation
E. Bosch [Tue, 11 Jul 2023 23:54:41]
2023-07-11exclam: Add edit (!ed) command to modify already sent messages
E. Bosch [Tue, 11 Jul 2023 01:48:40]
2023-07-10README update
E. Bosch [Mon, 10 Jul 2023 00:56:15]
2023-07-10Add configuration file sample (irgramdrc.sample)
E. Bosch [Mon, 10 Jul 2023 00:52:02]
2023-07-08telegram, irc: Refactor and improve routine for conversion of mentions
E. Bosch [Sat, 08 Jul 2023 01:58:26]
2023-06-27Fix typos in README
E. Bosch [Tue, 27 Jun 2023 03:00:57]
2023-06-26README update
E. Bosch [Mon, 26 Jun 2023 22:55:35]
2023-06-26README update
E. Bosch [Mon, 26 Jun 2023 22:23:59]
2023-06-26Remove trailing spaces
E. Bosch [Mon, 26 Jun 2023 00:29:50]
2023-06-26Add exclam module to handle channel/chat commands begining with exclamation mark (!)
E. Bosch [Mon, 26 Jun 2023 00:17:22]
Implement reply (!re) as first exclam command

2023-06-23telegram: Fix: in forwards when the original user is unknown use the ID
E. Bosch [Fri, 23 Jun 2023 23:49:58]
2023-06-22Move parse_command() to a new class, the code will be reused for the future
E. Bosch [Thu, 22 Jun 2023 21:57:16]
exclam module

2023-06-15telegram, irc: Add conversion of "mention:" (IRC style) to "@mention" in sent messages
E. Bosch [Thu, 15 Jun 2023 20:08:03]
2023-06-15irc: Add log for user registered (authorized in IRC)
E. Bosch [Thu, 15 Jun 2023 01:15:43]
2023-06-14emoji2emoticon: Add emoji "thinking face" to convert to ASCII
E. Bosch [Wed, 14 Jun 2023 00:43:05]
2023-06-11emoji2emoticon: Add emoji "shushing face" to convert to ASCII
E. Bosch [Sun, 11 Jun 2023 22:27:57]
2023-06-11irc: Separate character encoding options as input and output
E. Bosch [Sun, 11 Jun 2023 00:44:55]
2023-06-10telegram, irc: Add conversion of mentions for self @username as well as
E. Bosch [Sat, 10 Jun 2023 22:31:22]
other mentions in self messages [saved messages]

2023-06-08telegram: Refactor forward handle and related functions
E. Bosch [Thu, 08 Jun 2023 00:26:21]
Fix the use of saved_from_peer attribute and other improvements

2023-06-06telegram: Add "media_dir" option to set the download media directory outside
E. Bosch [Tue, 06 Jun 2023 00:09:40]
of "config_dir" that didn't make sense, but keep it for compatibility if
"media_dir" is not set

2023-06-01telegram: Fix media contact attributes
E. Bosch [Thu, 01 Jun 2023 19:55:14]
2023-05-20telegram: Add filters for received messages, in these filters:
E. Bosch [Sat, 20 May 2023 23:39:03]
Include existing emoji to ASCII function
Add conversion of "@mention" to "~mention~" as "@user" is used to denote
channel operator in most IRC clients

2023-05-16service: Refactor "get" command handle, make it robust when compact id has
E. Bosch [Tue, 16 May 2023 23:13:51]
not been initialized yet

2023-05-15telegram: As messages are referenced by peer and id (in "get" and future
E. Bosch [Mon, 15 May 2023 21:27:05]
commands), make the compact IDs more compact with offsets relative to peers
(users or channels)

2023-05-14service: Add "get" command to retrieve a specific message
E. Bosch [Sun, 14 May 2023 00:39:42]
2023-05-08service: Add more indentation in brief help descriptions
E. Bosch [Mon, 08 May 2023 01:12:09]
2023-05-08service: Add "mark_read" command to mark chats as read and reset mentions
E. Bosch [Mon, 08 May 2023 01:04:52]
2023-05-07service: In dialog list: Use timezone option to convert the date for "last" field
E. Bosch [Sun, 07 May 2023 11:49:05]
2023-05-07telegram: In highlight of editions, use dash (-) instead of dot (.) for
E. Bosch [Sun, 07 May 2023 02:24:08]
marking words deleted, that represents strikethrough.
Add some comments to the code

2023-05-07telegram: Add an option to enable and control format of timestamps for history messages
E. Bosch [Sun, 07 May 2023 01:31:34]
Add timezone option to convert timestamps

2023-05-06telegram: Fix arguments in call to relay_telegram_message() in deleted handle
E. Bosch [Sat, 06 May 2023 21:04:28]
This should have been changed in patch "telegram: Change interface for received messages ..."

2023-05-05telegram: Add support for retrieving history of messages, this is
E. Bosch [Fri, 05 May 2023 00:23:04]
implemented by service command "history"

2023-05-04telegram: Change event/message if statement by an expression
E. Bosch [Thu, 04 May 2023 22:04:15]
2023-05-02telegram: Change interface for received messages, use message instead event
E. Bosch [Tue, 02 May 2023 23:37:17]
object if possible, this will be necessary to inject messages from future
history functionality

2023-04-30telegram: Make more robust the forward handler, take into account if the
E. Bosch [Sun, 30 Apr 2023 00:53:29]
user has a privacy option to only show the name

Next ->