shortlog
...
2022-02-20 E. Bosch telegram: In initial mapping: force the addition of self user just in case
2022-02-19 E. Bosch telegram: Improve web media handling
2022-02-17 E. Bosch irc: Define IRC connection log as info level, add disconnection log as info
2022-02-16 E. Bosch telegram: Add login code support entered by console during authorization
2022-02-16 E. Bosch telegram: Add options for API_ID and API_HASH
2022-02-16 E. Bosch Order config options
2022-02-13 E. Bosch Remove unused tornado.httpclient import and ioloop initialization
2022-02-12 E. Bosch irc: Add special case localhost for hostname
2022-02-12 E. Bosch irc: Improve MODE command hanlder
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-06 E. Bosch telegram: Simplify get entity type name routine
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-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
...