Telethon/telethon
Lonami Exo cc280a129d Remove TcpClient.write/read shared locks
Since they were shared between write and read, and now the read
is done constantly on a separate thread, the read lock would
cause the write method to be locked and not functional at all
2017-09-02 18:49:29 +02:00
..
crypto Replace the old Session+pickle with JsonSession (name change) 2017-08-29 15:59:08 +02:00
errors Verify the files downloaded from CDNs and raise on sha256 mismatch 2017-08-28 14:17:31 +02:00
extensions Remove TcpClient.write/read shared locks 2017-09-02 18:49:29 +02:00
network Add a thread to constantly read messages from the network 2017-09-02 18:27:22 +02:00
tl Replace the old Session+pickle with JsonSession (name change) 2017-08-29 15:59:08 +02:00
__init__.py Completely change errors (make one class for each) 2017-06-10 11:47:51 +02:00
helpers.py Slightly reorganise the project structure 2017-06-09 16:13:39 +02:00
telegram_bare_client.py Add a thread to constantly read messages from the network 2017-09-02 18:27:22 +02:00
telegram_client.py Add a thread to constantly read messages from the network 2017-09-02 18:27:22 +02:00
utils.py Fix get_input_* not skipping None entities (#215) 2017-08-30 11:12:25 +02:00