2024-11-02 |
E. Bosch |
telegram, irc: Set topic in IRC with Telegram channel/chat description
|
commit |
commitdiff
|
2024-10-07 |
E. Bosch |
telegram, service: Move initial help to service module
|
commit |
commitdiff
|
2024-09-07 |
E. Bosch |
Fix typo in a constant
|
commit |
commitdiff
|
2023-11-26 |
E. Bosch |
telegram: Add support for pin message action
|
commit |
commitdiff
|
2023-06-26 |
E. Bosch |
Add exclam module to handle channel/chat commands begining with exclamation ...
|
commit |
commitdiff
|
2023-06-15 |
E. Bosch |
telegram, irc: Add conversion of "mention:" (IRC style) to "@mention" in sen ...
|
commit |
commitdiff
|
2023-06-15 |
E. Bosch |
irc: Add log for user registered (authorized in IRC)
|
commit |
commitdiff
|
2023-06-11 |
E. Bosch |
irc: Separate character encoding options as input and output
|
commit |
commitdiff
|
2023-06-10 |
E. Bosch |
telegram, irc: Add conversion of mentions for self @username as well as
|
commit |
commitdiff
|
2023-05-15 |
E. Bosch |
telegram: As messages are referenced by peer and id (in "get" and future
|
commit |
commitdiff
|
2023-04-25 |
E. Bosch |
telegram: Add support for showing reactions to messages
|
commit |
commitdiff
|
2023-04-16 |
E. Bosch |
telegram: Add support for showing editions of messages, including highlight ...
|
commit |
commitdiff
|
2023-04-11 |
E. Bosch |
Add compact message ids in messages sent from IRC that are echoed to IRC,
|
commit |
commitdiff
|
2023-03-29 |
E. Bosch |
Update year in copyright notices
|
commit |
commitdiff
|
2023-03-28 |
E. Bosch |
telegram: Add support for showing replies and forwards of messages
|
commit |
commitdiff
|
2023-03-24 |
E. Bosch |
Use named parameter full_join in join_irc_channel(), remove default value Fa ...
|
commit |
commitdiff
|
2023-03-16 |
E. Bosch |
irc: If there is no owner of a group in Telegram, in IRC show the service us ...
|
commit |
commitdiff
|
2022-03-19 |
E. Bosch |
service: Add dialog command (only with list subcommand by now)
|
commit |
commitdiff
|
2022-03-19 |
E. Bosch |
service: Remove hostname from TelegramServ for compactness
|
commit |
commitdiff
|
2022-03-19 |
E. Bosch |
Wait for Telegram authentication is checked before the "not authorized yet"
|
commit |
commitdiff
|
2022-03-18 |
E. Bosch |
service: Send reply messages from service only to the IRC connected user
|
commit |
commitdiff
|
2022-03-18 |
E. Bosch |
irc: Add character encoding selection
|
commit |
commitdiff
|
2022-03-08 |
E. Bosch |
service: Add code command, add ask_code option
|
commit |
commitdiff
|
2022-03-08 |
E. Bosch |
irc: Add initial help message from service
|
commit |
commitdiff
|
2022-03-06 |
E. Bosch |
irc: Add help functionality for service commands.
|
commit |
commitdiff
|
2022-03-02 |
E. Bosch |
irc: Add class for service/control command parsing and handlers, by now with ...
|
commit |
commitdiff
|
2022-03-01 |
E. Bosch |
irc: Reorder handlers from most to least probability of
|
commit |
commitdiff
|
2022-02-27 |
E. Bosch |
irc: Fix whois handler when user doesn't exist
|
commit |
commitdiff
|
2022-02-27 |
E. Bosch |
irc: Add service/control user (TelegramServ), by now without functions
|
commit |
commitdiff
|
2022-02-20 |
E. Bosch |
Add copyright headers/notices
|
commit |
commitdiff
|
2022-02-17 |
E. Bosch |
irc: Define IRC connection log as info level, add disconnection log as info
|
commit |
commitdiff
|
2022-02-13 |
E. Bosch |
Remove unused tornado.httpclient import and ioloop initialization
|
commit |
commitdiff
|
2022-02-12 |
E. Bosch |
irc: Add special case localhost for hostname
|
commit |
commitdiff
|
2022-02-12 |
E. Bosch |
irc: Improve MODE command hanlder
|
commit |
commitdiff
|
2022-02-05 |
E. Bosch |
Add Telegram display name to WHOIS for self user (me)
|
commit |
commitdiff
|
2022-02-04 |
E. Bosch |
irc: In MOTD change the order of the repositories since darcs is the primary
|
commit |
commitdiff
|
2022-02-04 |
E. Bosch |
irc: Fix when nick is not allowed (when the user is already registered) in
|
commit |
commitdiff
|
2022-02-04 |
E. Bosch |
irc: Fix when nick is the current in NICK command
|
commit |
commitdiff
|
2022-02-04 |
E. Bosch |
irc: Handle messages to inexistent users and to users in other IRC
|
commit |
commitdiff
|
2022-02-03 |
E. Bosch |
irc: Refactorize PRIVMSG handle and routines to send messages to IRC
|
commit |
commitdiff
|
2022-01-30 |
E. Bosch |
irc: In TOPIC and JOIN commands fix bad use of entity cache, was producing
|
commit |
commitdiff
|
2022-01-30 |
E. Bosch |
irc: In LIST command fix wrong topic info (bad use of entity cache)
|
commit |
commitdiff
|
2022-01-27 |
E. Bosch |
irc: When the user sends a message for him/herself it will be stored in the
|
commit |
commitdiff
|
2022-01-24 |
E. Bosch |
Improve and cleanup send (to IRC) routines, add breaks and "continued line" ...
|
commit |
commitdiff
|
2022-01-22 |
E. Bosch |
irc: Fix authentication issues
|
commit |
commitdiff
|
2021-12-13 |
E. Bosch |
irc: Add authentication (including users allowed) via local configuration an ...
|
commit |
commitdiff
|
2021-12-12 |
E. Bosch |
Propagate 'settings' to IRCHandler() and TelegramHandler()
|
commit |
commitdiff
|
2021-11-24 |
E. Bosch |
irc: Add LIST command
|
commit |
commitdiff
|
2021-11-17 |
E. Bosch |
irc: add USERHOST command
|
commit |
commitdiff
|
2021-03-31 |
E. Bosch |
irc: Add PART command
|
commit |
commitdiff
|
...
|