2024-11-02telegram, irc: Set topic in IRC with Telegram channel/chat description
E. Bosch [Sat, 02 Nov 2024 20:20:45]
2024-10-26telegram: Fix op and founder detection in channels
E. Bosch [Sat, 26 Oct 2024 20:43:28]
2024-10-26telegram: Fix handler for next reactions when the event is empty
E. Bosch [Sat, 26 Oct 2024 20:35:11]
2024-10-26exclam: Reorder handler list so commands are listed ordered in help
E. Bosch [Sat, 26 Oct 2024 13:01:02]
2024-10-21README update
E. Bosch [Mon, 21 Oct 2024 00:54:16]
2024-10-20exclam: Add "-" parameter to "!react" to remove a reaction
E. Bosch [Sun, 20 Oct 2024 02:32:44]
2024-10-19telegram: On emoticon->emoji conversions for reactions,
E. Bosch [Sat, 19 Oct 2024 22:56:31]
when several emoticons can be mapped to an emoji,
keep first elements that are more probable allowed for reactions

2024-10-13telegram: Limit text length for reactions to twice as replies
E. Bosch [Sun, 13 Oct 2024 23:00:24]
2024-10-12README update
E. Bosch [Sat, 12 Oct 2024 23:17:45]
2024-10-10exclam: Add reaction (!react) command to send emoticon->emoji as Telegram reaction
E. Bosch [Thu, 10 Oct 2024 23:11:40]
2024-10-07telegram, service: Move initial help to service module
E. Bosch [Mon, 07 Oct 2024 00:07:54]
add a line for "equivalent command"

2024-10-06telegram: Fix regression in delete reaction event
E. Bosch [Sun, 06 Oct 2024 23:59:23]
2024-09-28telegram: Avoid duplicated reactions events in some cases
E. Bosch [Sat, 28 Sep 2024 02:53:06]
2024-09-27telegram: Add handler for next reactions (2nd, 3rd, etc.) that don't come from
E. Bosch [Fri, 27 Sep 2024 11:05:53]
the same events as 1st (why?!)

2024-09-25telegram: Fix in reaction handler
E. Bosch [Wed, 25 Sep 2024 01:36:06]
2024-09-20telegram: Don't truncate text for reactions of replies
E. Bosch [Fri, 20 Sep 2024 23:50:13]
2024-09-15telegram: Minor improvement in debug of relay methods
E. Bosch [Sun, 15 Sep 2024 23:50:10]
2024-09-15telegram: Improve a bit reactions handler
E. Bosch [Sun, 15 Sep 2024 01:23:24]
2024-09-07Fix typo in a constant
E. Bosch [Sat, 07 Sep 2024 23:20:27]
2024-09-01Increase virtual version to 0.2
E. Bosch [Sun, 01 Sep 2024 01:01:19]
Remove alpha status

2024-08-30telegram: Add a cache of "volatile" events (delete, edit, react) to be shown in history
E. Bosch [Fri, 30 Aug 2024 21:53:13]
2024-08-30utils: Small optimization in pretty()
E. Bosch [Fri, 30 Aug 2024 19:00:53]
2024-08-30utils: Add current_date() shortcut
E. Bosch [Fri, 30 Aug 2024 01:58:06]
2024-08-29Add trailing commas (and some spacing)
E. Bosch [Thu, 29 Aug 2024 23:06:59]
2024-08-25utils, telegram: Add pretty() function to print readable objects in debug
E. Bosch [Sun, 25 Aug 2024 01:21:01]
2024-08-18exclam: Add re-upload (!reupl) command to upload files/media as a reply to a message
E. Bosch [Sun, 18 Aug 2024 14:01:26]
2024-08-18exclam: Check valid range for message IDs
E. Bosch [Sun, 18 Aug 2024 13:58:56]
2024-08-15Handle replies to deleted messages (maybe this case is only given from history)
E. Bosch [Thu, 15 Aug 2024 01:30:54]
2024-04-28Update copyright year in LICENSE
E. Bosch [Sun, 28 Apr 2024 19:45:06]
2024-04-28README update
E. Bosch [Sun, 28 Apr 2024 13:16:24]
2024-04-28utils: Fix when a filename has no extension
E. Bosch [Sun, 28 Apr 2024 00:28:22]
2024-04-27exclam: Add command indicator to error messages
E. Bosch [Sat, 27 Apr 2024 20:32:49]
2024-04-21README update
E. Bosch [Sun, 21 Apr 2024 21:19:29]
2024-04-21exclam: !upl: Add support for HTTP/HTTPS URL for file upload
E. Bosch [Sun, 21 Apr 2024 20:59:04]
2024-04-19service: Disable by now the help for subcommands "archive" and "delete" from
E. Bosch [Fri, 19 Apr 2024 01:11:38]
command "dialog" as they are not really implemented yet

2024-04-14exclam: Add upload (!upl) command to upload files/media to chats/channels
E. Bosch [Sun, 14 Apr 2024 22:48:30]
Add "upload_dir" option to define the local directory to pick the files up,
by default "~/.cache/irgramd/upload"

2024-04-14telegram: Use directory ".cache/irgramd/media" instead of
E. Bosch [Sun, 14 Apr 2024 02:13:34]
".config/irgramd/media" by default (relative to home directory)
Added "cache_dir" option to override the default "~/.cache/irgramd"

2024-04-07telegram: Fix a corner case in forward handler when saved_from_peer is not present
E. Bosch [Sun, 07 Apr 2024 19:48:33]
2024-04-07README update
E. Bosch [Sun, 07 Apr 2024 19:08:52]
2024-04-07exclam: Add forward (!fwd) command to forward messages to other channels or chats
E. Bosch [Sun, 07 Apr 2024 19:07:04]
2023-12-31README update
E. Bosch [Sun, 31 Dec 2023 01:26:30]
2023-12-20Fix logging system.
E. Bosch [Wed, 20 Dec 2023 01:50:56]
Remove logging options from tornado.log that were not working correctly in this setup
and use the new options from irgramd ("log_file" and "log_level").
Defer first logs to be included in log file opened later.
Improve option error handling.

2023-12-18telegram, utils: Replace invalid characters in filenames with number sequences instead of just removing.
E. Bosch [Mon, 18 Dec 2023 21:18:42]
This will prevent some filename collisions in corner cases.

2023-12-17telegram: Remove characters '#', '%' and '?' from filenames,
E. Bosch [Sun, 17 Dec 2023 03:45:05]
are not valid for static files in HTTP URLs.

2023-12-17telegram: Add compact message IDs to filenames of media,
E. Bosch [Sun, 17 Dec 2023 02:49:18]
this will prevent most of the possible collisions of media with the same filename

2023-12-15telegram: Improve metadata shown for audio and recording/voice media,
E. Bosch [Fri, 15 Dec 2023 00:00:44]
and get filename from them

2023-12-07README update
E. Bosch [Thu, 07 Dec 2023 21:16:12]
2023-12-03Correct OpenStreetMap URL in irgramdrc.sample
E. Bosch [Sun, 03 Dec 2023 00:12:34]
2023-12-02telegram: Add target nick in private messages sent from the self user
E. Bosch [Sat, 02 Dec 2023 20:41:44]
from another Telegram client

2023-11-28README update
E. Bosch [Tue, 28 Nov 2023 23:53:52]

Next ->