<- Prev
ãÂÂã¤ã±ã«ãÂȋ¢ã¤ã¼ãÂÂã³ [Fri, 04 Oct 2019 19:23:22]
Peter Bui [Mon, 16 Sep 2019 02:22:38]
Peter Bui [Fri, 26 Jul 2019 04:15:07]
Peter Bui [Fri, 26 Jul 2019 03:27:47]
Peter Bui [Fri, 26 Jul 2019 03:11:39]
Peter Bui [Fri, 26 Jul 2019 03:05:21]
Peter Bui [Thu, 25 Jul 2019 14:28:27]
This reverts commit acd526e21e356afcbd2045157dfc086a57f6f083.
Peter Bui [Thu, 25 Jul 2019 14:27:04]
Peter Bui [Thu, 25 Jul 2019 14:21:08]
Peter Bui [Sun, 21 Jul 2019 02:45:18]
Refactor get_irc_* functions to take an entity object (fallback to
get_entity when none is provided).
Peter Bui [Fri, 19 Jul 2019 17:21:26]
Rather than checking on individual users, simply check the whole channel
periodically... this is much more reliable than depending on messages
for active users.
Peter Bui [Fri, 19 Jul 2019 16:42:42]
get_entity does not work reliable (for new users), but get_participants
does, so simply call get_participants on ChatAction. This must happen
before we perform user resolution to ensure the information is in the
cache.
Peter Bui [Fri, 19 Jul 2019 04:59:19]
Peter Bui [Thu, 18 Jul 2019 22:39:17]
Remember that Chats != Channels and that different events will require
different attributes to determine the nick and channel.
Peter Bui [Thu, 18 Jul 2019 19:06:07]
The get_irc_nick_from_telegram_id will check if the telegram_id is in
the dictionary. If it is not, it will look it up and add the
appropriate entries.
Peter Bui [Thu, 18 Jul 2019 17:06:50]
Fixes problems where telegram messages are multiple paragraphs.
Peter Bui [Thu, 18 Jul 2019 14:05:47]
Peter Bui [Wed, 17 Jul 2019 03:30:32]
Peter Bui [Wed, 17 Jul 2019 03:30:01]
Peter Bui [Wed, 17 Jul 2019 03:23:35]
Basic support for private messaging and public group chat.
- Clients must PASS TELEGRAM_APP_ID TELEGRAM_APP_HASH
- Clients are automatically joined to Telegram groups and channels
- Pseudo-presence is supported by manually checking status of users who
are talking.
- Image Media is sent to yld.me (will make this configurable).