History for path /service.py
2024-04-19 E. Bosch service: Disable by now the help for subcommands "archive" and "delete" from
2023-12-02 E. Bosch telegram: Add target nick in private messages sent from the self user
2023-11-28 E. Bosch service: Add absolute ID as argument to get command
2023-06-26 E. Bosch Remove trailing spaces
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-16 E. Bosch service: Refactor "get" command handle, make it robust when compact id has
2023-05-15 E. Bosch telegram: As messages are referenced by peer and id (in "get" and future
2023-05-14 E. Bosch service: Add "get" command to retrieve a specific message
2023-05-08 E. Bosch service: Add more indentation in brief help descriptions
2023-05-08 E. Bosch service: Add "mark_read" command to mark chats as read and reset mentions
2023-05-07 E. Bosch service: In dialog list: Use timezone option to convert the date for "last" ...
2023-05-07 E. Bosch telegram: Add an option to enable and control format of timestamps for histo ...
2023-05-05 E. Bosch telegram: Add support for retrieving history of messages, this is
2023-04-12 E. Bosch telegram: Fix recognition of Telegram user, group, channel types
2023-03-29 E. Bosch Update year in copyright notices
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)
2022-03-19 E. Bosch service: Add dialog command (only with list subcommand by now)
2022-03-08 E. Bosch service: Add code command, add ask_code option
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-02 E. Bosch irc: Add class for service/control command parsing and handlers, by now with ...