Nihaal Sangha
|
69bdc3a184
|
Change copyright year to present
|
4 years ago |
Rapptz
|
bf8ca58996
|
Add a special exception for required privileged intents
|
5 years ago |
Rapptz
|
450e71f086
|
Add a more concrete exception for 500 status codes.
Fixes #5797
|
5 years ago |
Rapptz
|
3a1a215f8b
|
Propagate manual close codes to socket subclass
aiohttp seems to not set it during its state machine flow
|
5 years ago |
Rapptz
|
b8154e365f
|
Rewrite gateway to use aiohttp instead of websockets
|
5 years ago |
Rapptz
|
6071607176
|
Bump copyright year to 2020
Closes #2510
|
5 years ago |
NCPlayz
|
3c9bcc2851
|
Improve documentation
|
6 years ago |
NCPlayz
|
f7c6c5995d
|
Implementing GET '/channels/:id' & '/guilds/:id/channels'
Signed-off-by: NCPlayz <[email protected]>
|
6 years ago |
Rapptz
|
d96b8a0b80
|
Add Discord error code to HTTPException message.
|
6 years ago |
Rapptz
|
c30a366106
|
Try to consistently use "inherit" vs "derive" in documentation.
|
6 years ago |
Dante Dam
|
9656a21ebe
|
Bumped copyright years to 2019.
|
6 years ago |
Hornwitser
|
a71b3b5fa0
|
[lint] Limit unneccessarily broad except clauses
Add exception qualifier(s) to bare except clauses swallowing exceptions.
|
7 years ago |
Rapptz
|
f25091efe1
|
Drop support for Python 3.4 and make minimum version 3.5.2.
|
7 years ago |
Tobotimus
|
3112e1c17e
|
Add intersphinx
|
7 years ago |
Rapptz
|
37b0fdb898
|
Add webhook support.
Allows for usage of either `requests` and `aiohttp` when used in
"Standalone" mode.
Fixes #704
|
8 years ago |
Rapptz
|
3983eb3ba5
|
Support for API v7 error handling.
|
8 years ago |
Rapptz
|
ff9f5749e1
|
Update copyright year to 2017.
|
8 years ago |
Rapptz
|
06ca518459
|
Rename NoMoreMessages to NoMoreItems.
|
8 years ago |
Rapptz
|
20041ea756
|
Implement AutoShardedClient for transparent sharding.
This allows people to run their >2,500 guild bot in a single process
without the headaches of IPC/RPC or much difficulty.
|
8 years ago |
Rapptz
|
53ab263125
|
Split channel types.
This splits them into the following:
* DMChannel
* GroupChannel
* VoiceChannel
* TextChannel
This also makes the channels "stateful".
|
9 years ago |
Rapptz
|
e8c32c542e
|
Make HTTPException get the error JSON's message attribute.
|
9 years ago |
Rapptz
|
fa36a449e9
|
Change HTTPException to only take a single parameter.
|
9 years ago |
Rapptz
|
1c623ccf11
|
Begin working on gateway v4 support.
Bump websockets requirement to v3.1
Should be squashed...
|
9 years ago |
Rapptz
|
4d816c4ef3
|
HTTPException now has a text attribute if JSON is not available.
|
9 years ago |
Rapptz
|
db4cc791dd
|
Update license of files to 2016.
|
9 years ago |
Rapptz
|
99254fdf96
|
Add Forbidden and NotFound exceptions.
|
9 years ago |
Rapptz
|
f197c34583
|
Begin working on asyncio port.
|
9 years ago |
Rapptz
|
b1b2c0d099
|
Add LoginFailure exception for a clearer failure in Client.login
The older HTTPException is not exactly the clearest thing for people
who are new to programming or HTTP exceptions in general.
|
9 years ago |
Rapptz
|
4a32ae444a
|
Add the message to the exception output.
|
9 years ago |
Rapptz
|
57312d96f7
|
Fix annoying lack of parenthesis at end of HTTPException
|
10 years ago |
Rapptz
|
9b2a78a031
|
Add InvalidArgument exception and change exceptions thrown.
|
10 years ago |
Rapptz
|
027b7b33c9
|
All HTTP requests now throw HTTPException.
|
10 years ago |
Rapptz
|
3266d1ed10
|
GatewayNotFound now has a default message.
|
10 years ago |
Rapptz
|
d14bffcd96
|
Rename InvaldiDestination to a generic ClientException.
|
10 years ago |
Rapptz
|
61e41ec3b9
|
All exceptions now derive from DiscordException.
|
10 years ago |
Rapptz
|
6ae6bd8e6d
|
Remove InvalidEventName exception due to it being unused
|
10 years ago |
Rapptz
|
29b71a7e88
|
Move websocket hub to the new gateway.
|
10 years ago |
Rapptz
|
3e0f09d32c
|
Initial commit
|
10 years ago |