History for path irgramd.py
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 Rename project from IRTelegramD to irgramd
2019-09-16 Peter Bui Set irc_nick to username
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
2019-07-18 Peter Bui Split messages by newlines
2019-07-18 Peter Bui irtelegramd: fix retrieving nick and channel from chat action
2019-07-17 Peter Bui Initial import