History for path /irc.py
2023-11-26 E. Bosch telegram: Add support for pin message action
2023-06-26 E. Bosch Add exclam module to handle channel/chat commands begining with exclamation ...
2023-06-15 E. Bosch telegram, irc: Add conversion of "mention:" (IRC style) to "@mention" in sen ...
2023-06-15 E. Bosch irc: Add log for user registered (authorized in IRC)
2023-06-11 E. Bosch irc: Separate character encoding options as input and output
2023-06-10 E. Bosch telegram, irc: Add conversion of mentions for self @username as well as
2023-05-15 E. Bosch telegram: As messages are referenced by peer and id (in "get" and future
2023-04-25 E. Bosch telegram: Add support for showing reactions to messages
2023-04-16 E. Bosch telegram: Add support for showing editions of messages, including highlight ...
2023-04-11 E. Bosch Add compact message ids in messages sent from IRC that are echoed to IRC,
2023-03-29 E. Bosch Update year in copyright notices
2023-03-28 E. Bosch telegram: Add support for showing replies and forwards of messages
2023-03-24 E. Bosch Use named parameter full_join in join_irc_channel(), remove default value Fa ...
2023-03-16 E. Bosch irc: If there is no owner of a group in Telegram, in IRC show the service us ...
2022-03-19 E. Bosch service: Add dialog command (only with list subcommand by now)
2022-03-19 E. Bosch service: Remove hostname from TelegramServ for compactness
2022-03-19 E. Bosch Wait for Telegram authentication is checked before the "not authorized yet"
2022-03-18 E. Bosch service: Send reply messages from service only to the IRC connected user
2022-03-18 E. Bosch irc: Add character encoding selection
2022-03-08 E. Bosch service: Add code command, add ask_code option
2022-03-08 E. Bosch irc: Add initial help message from service
2022-03-06 E. Bosch irc: Add help functionality for service commands.
2022-03-02 E. Bosch irc: Add class for service/control command parsing and handlers, by now with ...
2022-03-01 E. Bosch irc: Reorder handlers from most to least probability of
2022-02-27 E. Bosch irc: Fix whois handler when user doesn't exist
2022-02-27 E. Bosch irc: Add service/control user (TelegramServ), by now without functions
2022-02-20 E. Bosch Add copyright headers/notices
2022-02-17 E. Bosch irc: Define IRC connection log as info level, add disconnection log as info
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-05 E. Bosch Add Telegram display name to WHOIS for self user (me)
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 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-27 E. Bosch irc: When the user sends a message for him/herself it will be stored in the
2022-01-24 E. Bosch Improve and cleanup send (to IRC) routines, add breaks and "continued line" ...
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-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
...