shortlog
...
2022-02-05 E. Bosch Add Telegram display name to WHOIS for self user (me)
2022-02-04 E. Bosch telegram: Fix size info of photo media
2022-02-04 E. Bosch irc: In MOTD change the order of the repositories since darcs is the primary
2022-02-04 E. Bosch irc: Fix when nick is not allowed (when the user is already registered) in
2022-02-04 E. Bosch irc: Fix when nick is the current in NICK command
2022-02-04 E. Bosch irc: Handle messages to inexistent users and to users in other IRC
2022-02-03 E. Bosch irc: Refactorize PRIVMSG handle and routines to send messages to IRC
2022-01-30 E. Bosch telegram: Remove implicit value for entity_cache in function declarations,
2022-01-30 E. Bosch irc: In TOPIC and JOIN commands fix bad use of entity cache, was producing
2022-01-30 E. Bosch irc: In LIST command fix wrong topic info (bad use of entity cache)
2022-01-30 E. Bosch telegram: Add size info to photo (media)
2022-01-30 E. Bosch telegram: Support media in messages for using a webserver (not included in
2022-01-27 E. Bosch irc: When the user sends a message for him/herself it will be stored in the
2022-01-26 E. Bosch telegram: Add compact ids to messages
2022-01-24 E. Bosch Improve and cleanup send (to IRC) routines, add breaks and "continued line" ...
2022-01-22 E. Bosch telegram: Remove unused code for autojoin when message received
2022-01-22 E. Bosch irc: Fix authentication issues
2021-12-13 E. Bosch irc: Add authentication (including users allowed) via local configuration an ...
2021-12-12 E. Bosch Propagate 'settings' to IRCHandler() and TelegramHandler()
2021-12-12 E. Bosch Remove keyword arguments for IRCTelegramd(), use 'settings' dictionary instead
2021-12-11 E. Bosch Add configuration file support
2021-12-10 E. Bosch irc: add relative user path support (e.g. ~/ on Unix) for TLS/SSL certificat ...
2021-12-08 E. Bosch Add metavar to options
2021-12-08 E. Bosch irc: Add TLS/SSL support
2021-11-24 E. Bosch irc: Add LIST command
2021-11-17 E. Bosch irc: add USERHOST command
2021-03-31 E. Bosch irc: Add PART command
2021-03-04 E. Bosch irc: Add MODE command
2021-02-21 E. Bosch irc: Add VERSION command
2021-02-21 E. Bosch irc: Fix debug message in WHOIS handler
2021-02-21 E. Bosch irc: Fix nick rename, was not updating channel structures
2021-02-21 E. Bosch irc: Fix initialization of username
2021-02-20 E. Bosch irc: Add QUIT command
2021-02-19 E. Bosch irc: Add TOPIC command
2021-02-19 E. Bosch irc: Fix regular expressions
2021-02-17 E. Bosch irc: Add MOTD command
2021-02-17 E. Bosch irc: Improve the parsing
2021-02-17 E. Bosch irc: Fix JOIN and NAMES command regular expressions
2021-02-16 E. Bosch irc: Return True/False instead of 1/0 in valid_nick()
2021-02-14 E. Bosch irc: Add NAMES command
2021-02-14 E. Bosch irc: Show channel names with real caps in WHO response
2021-02-14 E. Bosch irc: Fix not channel found reply call in JOIN command
2021-02-14 E. Bosch irc: Minor optimization in command parser
2021-02-14 E. Bosch irc: Add error reply when there is a command not allowed when not registered
2021-02-13 E. Bosch irc: reorder JOIN definitions
2021-02-12 E. Bosch irc: Fix JOIN command
2021-02-10 E. Bosch irc: simplify prefix selection in reply command code
2021-02-10 E. Bosch irc: simplify IRC username conversion
2021-02-09 E. Bosch irc: ping handler (PONG response) now uses reply_command()
2021-02-09 E. Bosch irc: Add rename function to NICK command (and cleanup a bit)
...