Commit graph

824 commits

Author SHA1 Message Date
Alex Root Junior
cd320b3cf5 Move ToMuchMessages to MessageError group. 2018-05-04 13:47:02 +03:00
Alex Root Junior
25a328793b Cleaning the auth_widget utility 2018-05-04 13:45:17 +03:00
Alex Root Junior
65edaeb2b5 Add tests for token validator and widget util. 2018-05-04 01:19:36 +03:00
Alex Root Junior
f3580def03 Return result from executor. (Executor.start(...)) 2018-05-04 00:21:43 +03:00
Alex Root Junior
ddb6c81d9c Example: Simple broadcast messages 2018-05-04 00:19:18 +03:00
Alex Root Junior
60bf8aa0dd Cleanup 2018-05-02 18:24:23 +03:00
Alex Root Junior
b597f1e565 Fixed the RetryAfter and MigrateToChat errors 2018-05-02 18:09:51 +03:00
Alex Root Junior
8a149b1ed5 Add error: MessageTextIsEmpty 2018-05-02 18:09:01 +03:00
Alex Root Junior
8f45ebc9ed Refactoring the detection of error types 2018-05-02 18:08:36 +03:00
Alex Root Junior
0b48978bd3 Added new error types: PhotoDimensions, UnavailableMembers 2018-05-02 17:02:20 +03:00
Alex Root Junior
7df5337cb4 Unused import 2018-05-02 13:52:12 +03:00
Alex Root Junior
2a5dc531d2 Disable connections limit. 2018-05-02 13:49:31 +03:00
Alex Root Junior
dccaae4e9c Update setup.py. Remove versions util. 2018-05-02 13:45:47 +03:00
Alex Root Junior
d9abc7cee8
Merge pull request #36 from Olegt0rr/patch-5
BugFix: 'Executor._skip_updates' was never awaited
2018-04-25 13:26:52 +03:00
Oleg A
6533b99efa
BuFix: 'Executor._skip_updates' was never awaited 2018-04-25 07:54:52 +03:00
Alex Root Junior
80d2b24d7e Remove deprecated temp session. 2018-04-23 00:02:13 +03:00
Alex Root Junior
651e0ad2f1 Bump version 2018-04-22 23:53:50 +03:00
Alex Root Junior
a76d95fd71 Change stage. 2018-04-22 22:27:39 +03:00
Alex Root Junior
c672faed0b Upd proxy example. 2018-04-22 22:16:50 +03:00
Alex Root Junior
573264b422 Upd requirements. 2018-04-22 22:12:25 +03:00
Alex Root Junior
e3e1ed9ed7 Add InvalidStickersSet exception 2018-04-22 22:02:58 +03:00
Alex Root Junior
a941a00abc Deprecate temp sessions. 2018-04-22 21:32:32 +03:00
Alex Root Junior
8f9240f7ea Something strange. ModuleNotFoundError is not defined when script executed via pip. 2018-04-19 03:55:33 +03:00
Alex Root Junior
9e97cd6727 destroy_temp_session is awaitable 2018-04-19 03:32:38 +03:00
Alex Root Junior
f047bb6db3 Implemented support of Socks5 Proxy 2018-04-19 03:28:34 +03:00
Alex Root Junior
e07115a09f Add InvalidStickersSet exception 2018-04-16 00:36:14 +03:00
Alex Root Junior
bcb629cf9a More pydocs in utils.executor module. 2018-04-15 18:44:15 +03:00
Alex Root Junior
0479c24e5a Optimize registering of callbacks 2018-04-15 06:32:44 +03:00
Alex Root Junior
96042d13ec Refactoring of executor util 2018-04-15 06:18:49 +03:00
Alex Root Junior
70ad68cf4a Removed obsolete code 2018-04-15 04:26:31 +03:00
Alex Root Junior
41c764971b Use find_packages() instead of for PackageFinder.find() in setup.py 2018-04-15 04:12:24 +03:00
Alex Root Junior
0de77cdea6 Update requirements.txt 2018-04-15 04:02:01 +03:00
Alex Root Junior
5bfbc1aec8 Bump version 2018-04-15 03:51:56 +03:00
Alex Root Junior
8d3a43c17d Fix setup.py for pip 10.0.0 2018-04-14 20:51:14 +03:00
Alex Root Junior
1e03e6f80a Merge branch 'dev-1.x'
# Conflicts:
#	aiogram/__init__.py
2018-04-14 20:45:31 +03:00
Alex Root Junior
c0fcaa6f45 More API Exceptions. 2018-04-14 02:40:16 +03:00
Alex Root Junior
5702bad1c1 Fix imports 2018-04-10 03:58:46 +03:00
Alex Root Junior
8ada376a3c Remake filters. Implemented filters factory. 2018-04-10 03:33:24 +03:00
Alex Root Junior
fbcbf9ade4 Merge branch 'dev-1.x' into filters-factory 2018-04-10 02:51:11 +03:00
Alex Root Junior
77867fe109 Use setuptools instead of distutils. (no) 2018-04-09 00:31:28 +03:00
Alex Root Junior
ca3aa504cf Wow. Fail. Wrong method name. 2018-04-09 00:30:38 +03:00
Alex Root Junior
15c85c53db Bump version 2018-04-08 18:43:41 +03:00
Alex Root Junior
35f671c4c9 Merge branch 'dev-1.x'
# Conflicts:
#	aiogram/__init__.py
2018-04-08 18:21:19 +03:00
Alex Root Junior
967dbdaad3 Descriptions of errors. 2018-04-08 18:16:52 +03:00
Alex Root Junior
f0de1c5761 Add PhotoAsInputFileRequired exception. // Photo should be uploaded as an InputFile 2018-04-08 17:31:58 +03:00
Alex Root Junior
b808c48789 Use CHUNK_SIZE. [2] 2018-04-08 17:23:58 +03:00
Alex Root Junior
8fd45bbee4 Use CHUNK_SIZE. 2018-04-08 17:23:24 +03:00
Alex Root Junior
5dacbdd2a5 Returned back InputFile.from_url(url) method. 2018-04-08 17:22:10 +03:00
Alex Root Junior
e04c4d05da Fix unwanted disabling webhook when skip_updates is enabled. 2018-04-08 16:42:47 +03:00
Alex Root Junior
d2c5896b5c Oops. Remove duplicated argument. 2018-04-07 23:28:55 +03:00