shortlog
...
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
2020-10-31 E. Bosch Rename project from IRTelegramD to irgramd
2019-10-04 GitHub Merge pull request #1 from AndroidKitKat/master
2019-10-04 マ゠... Add Links to README
2019-09-16 Peter Bui Set irc_nick to username
2019-07-26 Peter Bui Add Dockerfile
2019-07-26 Peter Bui Update logging
2019-07-26 Peter Bui Log configuration directory
2019-07-26 Peter Bui Rename classes, add command line options
2019-07-25 Peter Bui Revert "Make address public for now (docker)"
2019-07-25 Peter Bui Make address public for now (docker)
2019-07-25 Peter Bui Use default port of 6667
2019-07-21 Peter Bui Add self.get_irc_channel_from_telegram_id
2019-07-19 Peter Bui Periodically update channel voices
2019-07-19 Peter Bui Update channel participants on Chat Action
2019-07-19 Peter Bui Just use get_entity (get_input_entity requires it to be cached)
2019-07-18 Peter Bui Better handle the various chat actions
2019-07-18 Peter Bui abstract resolving telegram_id to irc_nick
...