wulan17
94c474a646
pyrofork: Update domain
...
Signed-off-by: wulan17 <wulan17@komodos.id>
2025-12-11 01:28:00 +07:00
wulan17
f990b1e7f9
pyrofork: Update documentation url
...
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-10-13 01:54:55 +07:00
Martin Müller
4c99132f3b
Fix documentation URLs
2024-07-25 12:44:47 +02:00
wulan17
1b3f0933c7
Pyrofork: Update Copyright headers
...
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-07 20:25:08 +07:00
wulan17
7a1684f074
PyroFork: rebrand
...
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-08-18 01:35:50 +07:00
Dan
39694a2949
Add speedups.rst
2022-04-24 11:56:07 +02:00
Dan
626a1bd938
Update copyright year
2022-01-07 10:23:45 +01:00
Dan
7dda167c09
Update copyright notice
...
Year 2021
2021-01-01 22:58:48 +01:00
Dan
538f1e3972
Deep rewrite: preparing for v1.0
...
- Pyrogram core is now fully asynchronous
- Ditched Python 3.5, welcome 3.6 as minimum version.
- Moved all types to pyrogram.types
- Turned the Filters class into a module (filters)
- Moved all filters to pyrogram.filters
- Moved all handlers to pyrogram.handlers
- Moved all emoji to pyrogram.emoji
- Renamed pyrogram.api to pyrogram.raw
- Clock is now synced with server's time
- Telegram schema updated to Layer 117
- Greatly improved the TL compiler (proper type-constructor hierarchy)
- Added "do not edit" warning in generated files
- Crypto parts are executed in a thread pool to avoid blocking the event loop
- idle() is now a separate function (it doesn't deal with Client instances)
- Async storage, async filters and async progress callback (optional, can be sync too)
- Added getpass back, for hidden password inputs
2020-08-22 08:05:05 +02:00
Dan
1996fb1481
Update Copyright
2020-03-21 15:43:32 +01:00
Dan
42c9bafa0c
Update copyright notice
2020-02-01 14:04:33 +01:00
Dan
a015f998fa
Revert "Stop instantiating logger objects and directly use the logging module"
...
This reverts commit 792068d7
2019-09-08 19:24:06 +02:00
Dan
792068d7c8
Stop instantiating logger objects and directly use the logging module
2019-09-08 12:59:28 +02:00
Dan
0dc953c320
Update domain name references to pyrogram.org
2019-05-19 21:40:41 +02:00
Dan
4d7b1bafac
Update copyright year
2019-01-01 12:36:16 +01:00
Dan
6ce71b404f
Revert "Revert "Remove TODO""
...
This reverts commit d2d4f55
2018-09-19 14:31:55 +02:00
Dan
dcd087ba63
Revert "Revert "Update tgcrypto function names""
...
This reverts commit 0f0e757
2018-09-19 14:31:51 +02:00
Dan
0f0e757f4c
Revert "Update tgcrypto function names"
...
This reverts commit a5979a3
2018-09-17 16:53:21 +02:00
Dan
d2d4f55673
Revert "Remove TODO"
...
This reverts commit f576fc8
2018-09-17 16:53:17 +02:00
Dan
f576fc899d
Remove TODO
2018-08-31 13:12:13 +02:00
Dan
a5979a3ac7
Update tgcrypto function names
2018-08-31 12:56:05 +02:00
Dan
b451ced0fe
Revert back to previous tgcrypto function names
2018-05-21 09:27:56 +02:00
Dan
c5911a6f6b
Reorganize AES module
2018-05-19 15:36:38 +02:00
Dan
f0c801be8c
Rename AES class methods and add ctr256_encrypt
2018-05-18 14:15:35 +02:00
Dan
1849c26b5e
Revert "Remove old code and use a better error message"
...
This reverts commit 7f13eef
2018-04-02 10:02:30 +02:00
Dan
42a2878842
Don't use sys.exit(), re-raise ImportError instead
2018-03-26 03:39:30 +02:00
Dan
7f13eef44b
Remove old code and use a better error message
2018-03-26 02:02:57 +02:00
Dan
6c20661686
Don't use kwargs
2018-03-17 14:29:23 +01:00
Dan
74a7adcbdd
Don't use logging directly
2018-02-17 16:06:36 +01:00
Dan
87dcd4d313
Update warning
2018-02-17 15:01:09 +01:00
Dan
2b7425019b
Merge IGE and CTR into a single class (AES)
2018-01-28 01:44:38 +01:00