<- Prev

2022-02-20telegram: In initial mapping: force the addition of self user just in case
E. Bosch [Sun, 20 Feb 2022 00:01:27]
is not in dialogs (never sent self messages [saved messages])

2022-02-19telegram: Improve web media handling
E. Bosch [Sat, 19 Feb 2022 02:10:00]
2022-02-17irc: Define IRC connection log as info level, add disconnection log as info
E. Bosch [Thu, 17 Feb 2022 00:34:56]
as well

2022-02-16telegram: Add login code support entered by console during authorization
E. Bosch [Wed, 16 Feb 2022 23:22:04]
check, add phone number option in config, required by login code

2022-02-16telegram: Add options for API_ID and API_HASH
E. Bosch [Wed, 16 Feb 2022 02:18:10]
2022-02-16Order config options
E. Bosch [Wed, 16 Feb 2022 01:58:19]
2022-02-13Remove unused tornado.httpclient import and ioloop initialization
E. Bosch [Sun, 13 Feb 2022 02:52:08]
2022-02-12irc: Add special case localhost for hostname
E. Bosch [Sat, 12 Feb 2022 03:02:43]
use FQDN if possible instead of simple hostname

2022-02-12irc: Improve MODE command hanlder
E. Bosch [Sat, 12 Feb 2022 01:29:36]
Add support for empty banlist response

2022-02-09telegram: Improve metadata for documents: files and videos
E. Bosch [Wed, 09 Feb 2022 23:52:06]
2022-02-09telegram: Fix: move FILENAME_INVALID_CHARS to the file that uses it ;)
E. Bosch [Wed, 09 Feb 2022 22:58:31]
2022-02-08telegram: Improve webpage (media) handler
E. Bosch [Tue, 08 Feb 2022 02:04:55]
Add suport for webpage update after webpending

2022-02-06telegram: Simplify get entity type name routine
E. Bosch [Sun, 06 Feb 2022 17:38:26]
2022-02-05telegram: optimize regular expression for sanitize filenames
E. Bosch [Sat, 05 Feb 2022 18:21:05]
2022-02-05telegram: Replace spaces with underscores in downloaded file names
E. Bosch [Sat, 05 Feb 2022 17:21:17]
2022-02-05Add Telegram display name to WHOIS for self user (me)
E. Bosch [Sat, 05 Feb 2022 03:30:31]
2022-02-04telegram: Fix size info of photo media
E. Bosch [Fri, 04 Feb 2022 22:08:05]
2022-02-04irc: In MOTD change the order of the repositories since darcs is the primary
E. Bosch [Fri, 04 Feb 2022 21:32:40]
2022-02-04irc: Fix when nick is not allowed (when the user is already registered) in
E. Bosch [Fri, 04 Feb 2022 19:31:39]
NICK command

2022-02-04irc: Fix when nick is the current in NICK command
E. Bosch [Fri, 04 Feb 2022 19:18:34]
2022-02-04irc: Handle messages to inexistent users and to users in other IRC
E. Bosch [Fri, 04 Feb 2022 18:21:49]
connections (these messages won't be sent by design)

2022-02-03irc: Refactorize PRIVMSG handle and routines to send messages to IRC
E. Bosch [Thu, 03 Feb 2022 21:11:10]
Echo channel messages from IRC to other IRC connections
Change 'nick' argument with 'target' in PRIVMSG handle
Fix: send channel messages only to IRC connections that are in that channel

2022-01-30telegram: Remove implicit value for entity_cache in function declarations,
E. Bosch [Sun, 30 Jan 2022 22:06:02]
if entity_cache already existed was not assigning the default value so was
confusing. Add comments to explain that entity_cache should be a list.

2022-01-30irc: In TOPIC and JOIN commands fix bad use of entity cache, was producing
E. Bosch [Sun, 30 Jan 2022 21:50:58]
wrong topic result

2022-01-30irc: In LIST command fix wrong topic info (bad use of entity cache)
E. Bosch [Sun, 30 Jan 2022 21:28:27]
2022-01-30telegram: Add size info to photo (media)
E. Bosch [Sun, 30 Jan 2022 02:28:02]
2022-01-30telegram: Support media in messages for using a webserver (not included in
E. Bosch [Sun, 30 Jan 2022 01:29:08]
irgramd) to get the downloaded media from Telegram, also support
non-downloadable media (geo, contact, etc.)

2022-01-27irc: When the user sends a message for him/herself it will be stored in the
E. Bosch [Thu, 27 Jan 2022 23:40:06]
"saved messages" space in Telegram, but no event will be returned to
irgramd, so irgramd will echo the message to the user in IRC.

2022-01-26telegram: Add compact ids to messages
E. Bosch [Wed, 26 Jan 2022 22:30:58]
2022-01-24Improve and cleanup send (to IRC) routines, add breaks and "continued line" marks
E. Bosch [Mon, 24 Jan 2022 22:35:55]
2022-01-22telegram: Remove unused code for autojoin when message received
E. Bosch [Sat, 22 Jan 2022 22:51:40]
2022-01-22irc: Fix authentication issues
E. Bosch [Sat, 22 Jan 2022 22:08:56]
2021-12-13irc: Add authentication (including users allowed) via local configuration and PAM
E. Bosch [Mon, 13 Dec 2021 21:31:17]
2021-12-12Propagate 'settings' to IRCHandler() and TelegramHandler()
E. Bosch [Sun, 12 Dec 2021 02:15:52]
2021-12-12Remove keyword arguments for IRCTelegramd(), use 'settings' dictionary instead
E. Bosch [Sun, 12 Dec 2021 01:06:55]
2021-12-11Add configuration file support
E. Bosch [Sat, 11 Dec 2021 22:32:43]
2021-12-10irc: add relative user path support (e.g. ~/ on Unix) for TLS/SSL certificates and key
E. Bosch [Fri, 10 Dec 2021 01:06:11]
2021-12-08Add metavar to options
E. Bosch [Wed, 08 Dec 2021 21:20:09]
2021-12-08irc: Add TLS/SSL support
E. Bosch [Wed, 08 Dec 2021 01:39:32]
2021-11-24irc: Add LIST command
E. Bosch [Wed, 24 Nov 2021 00:27:12]
2021-11-17irc: add USERHOST command
E. Bosch [Wed, 17 Nov 2021 21:49:05]
2021-03-31irc: Add PART command
E. Bosch [Wed, 31 Mar 2021 03:21:58]
2021-03-04irc: Add MODE command
E. Bosch [Thu, 04 Mar 2021 01:08:27]

Convert params_required from boolean to min number of parameters required
(num_params_required).

2021-02-21irc: Add VERSION command
E. Bosch [Sun, 21 Feb 2021 23:35:32]
2021-02-21irc: Fix debug message in WHOIS handler
E. Bosch [Sun, 21 Feb 2021 23:32:20]
2021-02-21irc: Fix nick rename, was not updating channel structures
E. Bosch [Sun, 21 Feb 2021 01:12:58]
2021-02-21irc: Fix initialization of username
E. Bosch [Sun, 21 Feb 2021 01:01:32]
2021-02-20irc: Add QUIT command
E. Bosch [Sat, 20 Feb 2021 23:52:38]
2021-02-19irc: Add TOPIC command
E. Bosch [Fri, 19 Feb 2021 01:05:45]
2021-02-19irc: Fix regular expressions
E. Bosch [Fri, 19 Feb 2021 00:48:08]

Next ->