Commit Graph

10 Commits

Author SHA1 Message Date
Dan
8077eb4130
Update docs 2022-10-06 12:03:05 +02:00
Dan
350ec152bc .gitignore docs generated files 2020-08-23 07:35:07 +02: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
4a3b1a0e37 Update .gitignore 2020-03-21 15:30:12 +01:00
MrNaif2018
85c2130875
Update .gitignore with vscode and alternate docs build dir 2019-07-15 16:56:59 +03:00
Dan
bcef74c574 Update .gitignore to ignore the generated RPC error classes
The "errors" package has been moved to make it simpler to import
2019-04-14 21:00:19 +02:00
Dan
be27b364b5 Ignore user's personal files 2017-12-05 12:48:55 +01:00
Dan
5ff61dd53d Ignore Pyrogram generated files 2017-12-05 12:47:43 +01:00
Dan
3068d4ef1d Ignore PyCharm stuff 2017-12-05 12:24:44 +01:00
Dan
45ee7aa8b1 Initial commit 2017-12-05 12:09:33 +01:00