History for path /utils.py
2024-04-28 E. Bosch utils: Fix when a filename has no extension
2023-12-20 E. Bosch Fix logging system. ...
2023-12-18 E. Bosch telegram, utils: Replace invalid characters in filenames with number sequenc ...
2023-12-17 E. Bosch telegram: Remove characters '#', '%' and '?' from filenames,
2023-12-17 E. Bosch telegram: Add compact message IDs to filenames of media,
2023-12-15 E. Bosch telegram: Improve metadata shown for audio and recording/voice media,
2023-11-19 E. Bosch telegram: Change add symbol in editions from "_" to "+"
2023-06-26 E. Bosch Add exclam module to handle channel/chat commands begining with exclamation ...
2023-06-22 E. Bosch Move parse_command() to a new class, the code will be reused for the future
2023-05-07 E. Bosch service: In dialog list: Use timezone option to convert the date for "last" ...
2023-05-07 E. Bosch telegram: In highlight of editions, use dash (-) instead of dot (.) for
2023-05-07 E. Bosch telegram: Add an option to enable and control format of timestamps for histo ...
2023-04-26 E. Bosch telegram: Rename option 'reply_length' as 'quote_length' and use it for quot ...
2023-04-16 E. Bosch telegram: Add support for showing editions of messages, including highlight ...
2023-03-29 E. Bosch Update year in copyright notices
2023-03-19 E. Bosch service: Fix compact date/time for more than 1 year, in dialog list
2022-03-19 E. Bosch service: Add dialog command (only with list subcommand by now)
2022-02-20 E. Bosch Add copyright headers/notices
2022-02-19 E. Bosch telegram: Improve web media handling
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-05 E. Bosch telegram: optimize regular expression for sanitize filenames
2022-02-05 E. Bosch telegram: Replace spaces with underscores in downloaded file names
2022-01-30 E. Bosch telegram: Support media in messages for using a webserver (not included in
2022-01-24 E. Bosch Improve and cleanup send (to IRC) routines, add breaks and "continued line" ...
2021-02-21 E. Bosch irc: Fix nick rename, was not updating channel structures
2020-11-19 E. Bosch Put IRCHandler and utils in separated files