shortlog
...
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)
2021-02-07 E. Bosch irc: Add WHOIS command
2021-02-06 E. Bosch irc: Fix some reply types of codes from int to str
2021-02-05 E. Bosch irc: Add WHO command
2021-02-05 E. Bosch irc: Fix channel handling for self user
2021-02-04 E. Bosch irc: Strip unwanted characters from command parameters
2021-02-02 E. Bosch Fix mapping Telegram<->IRC for self user
2021-02-01 E. Bosch Record channel admins in Telegram as ops in IRC, and channel creators in Tel ...
2021-02-01 E. Bosch irc: update user mask generation
2021-01-31 E. Bosch Improve mapping between Telegram and IRC: users and channels
2021-01-31 E. Bosch irc: Improve reply function
2021-01-29 E. Bosch irc: Implement CASEMAPPING=ascii for nicks
2021-01-29 E. Bosch irc: Handle user disconnection
2021-01-29 E. Bosch irc: Improve users data structure in IRCHandler
2021-01-28 E. Bosch irc: Move valid_nick() to IRCUser class
2021-01-28 E. Bosch telegram: Replace telegram_client.start() with telegram_client.connect()
2021-01-27 E. Bosch irc: Add registration handling of new connections
2021-01-25 E. Bosch irc: Correct RPL_MYINFO message
2021-01-24 E. Bosch irc: Correct RPL_YOURHOST message
2021-01-24 E. Bosch irc: Improve parsing of IRC commands
2021-01-20 E. Bosch irc: Add support for multiple irc connections (users) with new IRCUser class
2021-01-20 E. Bosch irc: Fix PONG response
2020-11-24 E. Bosch irc: Improve the regular expresions for command parsing
2020-11-24 E. Bosch Remove voices functionality
2020-11-22 E. Bosch Change the point where irgramd connects to Telegram
2020-11-21 E. Bosch Fix attributes telegram_app_id and telegram_app_hash
2020-11-21 E. Bosch Put class TelegramHandler in a separated file
2020-11-21 E. Bosch Extract telegram code from class IRCHandler into class TelegramHandler
2020-11-20 E. Bosch Fix a incompatibility with "from_id" intruduced in Telethon 1.17
2020-11-19 E. Bosch Improve the regular expression for USER command, make it compatible with mor ...
2020-11-19 E. Bosch Replace IRTelegramd with irgramd in some places that were remaining
2020-11-19 E. Bosch Rename irgramd.py to irgramd, to reflect it's the main file
2020-11-19 E. Bosch Put IRCHandler and utils in separated files
2020-10-31 E. Bosch Update README
...