| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ResponseType type alias is private | Rapptz | 2021-08-22 | 1 | -4/+4 |
| | | |||||
| * | Typehint error.py | Rapptz | 2021-07-03 | 1 | -23/+67 |
| | | |||||
| * | Use "raised" instead of "thrown" for exception documentation | Rapptz | 2021-07-03 | 1 | -13/+12 |
| | | |||||
| * | Raise an exception if an interaction has been responded before | Rapptz | 2021-07-03 | 1 | -0/+19 |
| | | | | | Fix #7153 | ||||
| * | Add `__all__` to remaining modules | Nadir Chowdhury | 2021-04-07 | 1 | -0/+16 |
| | | |||||
| * | Modernize code to use f-strings | Rapptz | 2021-04-04 | 1 | -4/+2 |
| | | | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`. | ||||
| * | Code optimisations and refactoring via Sourcery | Nadir Chowdhury | 2021-02-24 | 1 | -1/+1 |
| | | |||||
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 1 | -1/+1 |
| | | |||||
| * | Add a special exception for required privileged intents | Rapptz | 2020-09-23 | 1 | -0/+24 |
| | | |||||
| * | Add a more concrete exception for 500 status codes. | Rapptz | 2020-09-09 | 1 | -0/+8 |
| | | | | | Fixes #5797 | ||||
| * | Propagate manual close codes to socket subclass | Rapptz | 2020-08-05 | 1 | -2/+2 |
| | | | | | aiohttp seems to not set it during its state machine flow | ||||
| * | Rewrite gateway to use aiohttp instead of websockets | Rapptz | 2020-07-25 | 1 | -4/+5 |
| | | |||||
| * | Bump copyright year to 2020 | Rapptz | 2020-01-19 | 1 | -1/+1 |
| | | | | | Closes #2510 | ||||
| * | Improve documentation | NCPlayz | 2019-06-07 | 1 | -5/+3 |
| | | |||||
| * | Implementing GET '/channels/:id' & '/guilds/:id/channels' | NCPlayz | 2019-06-07 | 1 | -0/+6 |
| | | | | | Signed-off-by: NCPlayz <[email protected]> | ||||
| * | Add Discord error code to HTTPException message. | Rapptz | 2019-05-24 | 1 | -3/+3 |
| | | |||||
| * | Try to consistently use "inherit" vs "derive" in documentation. | Rapptz | 2019-03-19 | 1 | -1/+1 |
| | | |||||
| * | Bumped copyright years to 2019. | Dante Dam | 2019-01-28 | 1 | -1/+1 |
| | | |||||
| * | [lint] Limit unneccessarily broad except clauses | Hornwitser | 2018-11-24 | 1 | -1/+1 |
| | | | | | Add exception qualifier(s) to bare except clauses swallowing exceptions. | ||||
| * | Drop support for Python 3.4 and make minimum version 3.5.2. | Rapptz | 2018-06-10 | 1 | -3/+1 |
| | | |||||
| * | Add intersphinx | Tobotimus | 2018-01-06 | 1 | -6/+6 |
| | | |||||
| * | Add webhook support. | Rapptz | 2017-08-21 | 1 | -1/+2 |
| | | | | | | | | Allows for usage of either `requests` and `aiohttp` when used in "Standalone" mode. Fixes #704 | ||||
| * | Support for API v7 error handling. | Rapptz | 2017-04-15 | 1 | -6/+36 |
| | | |||||
| * | Update copyright year to 2017. | Rapptz | 2017-01-20 | 1 | -1/+1 |
| | | |||||
| * | Rename NoMoreMessages to NoMoreItems. | Rapptz | 2017-01-11 | 1 | -3/+4 |
| | | |||||
| * | Implement AutoShardedClient for transparent sharding. | Rapptz | 2017-01-07 | 1 | -3/+6 |
| | | | | | | This allows people to run their >2,500 guild bot in a single process without the headaches of IPC/RPC or much difficulty. | ||||
| * | Split channel types. | Rapptz | 2017-01-03 | 1 | -0/+6 |
| | | | | | | | | | | | | This splits them into the following: * DMChannel * GroupChannel * VoiceChannel * TextChannel This also makes the channels "stateful". | ||||
| * | Make HTTPException get the error JSON's message attribute. | Rapptz | 2016-06-12 | 1 | -3/+7 |
| | | |||||
| * | Change HTTPException to only take a single parameter. | Rapptz | 2016-06-12 | 1 | -4/+4 |
| | | |||||
| * | Begin working on gateway v4 support. | Rapptz | 2016-04-27 | 1 | -0/+18 |
| | | | | | | | Bump websockets requirement to v3.1 Should be squashed... | ||||
| * | HTTPException now has a text attribute if JSON is not available. | Rapptz | 2016-01-25 | 1 | -1/+6 |
| | | |||||
| * | Update license of files to 2016. | Rapptz | 2016-01-04 | 1 | -1/+1 |
| | | |||||
| * | Add Forbidden and NotFound exceptions. | Rapptz | 2015-12-04 | 1 | -0/+15 |
| | | |||||
| * | Begin working on asyncio port. | Rapptz | 2015-12-04 | 1 | -20/+6 |
| | | |||||
| * | Add LoginFailure exception for a clearer failure in Client.login | Rapptz | 2015-11-27 | 1 | -0/+7 |
| | | | | | | The older HTTPException is not exactly the clearest thing for people who are new to programming or HTTP exceptions in general. | ||||
| * | Add the message to the exception output. | Rapptz | 2015-11-27 | 1 | -0/+9 |
| | | |||||
| * | Fix annoying lack of parenthesis at end of HTTPException | Rapptz | 2015-11-20 | 1 | -1/+1 |
| | | |||||
| * | Add InvalidArgument exception and change exceptions thrown. | Rapptz | 2015-10-27 | 1 | -0/+10 |
| | | |||||
| * | All HTTP requests now throw HTTPException. | Rapptz | 2015-10-27 | 1 | -1/+27 |
| | | |||||
| * | GatewayNotFound now has a default message. | Rapptz | 2015-10-27 | 1 | -1/+5 |
| | | |||||
| * | Rename InvaldiDestination to a generic ClientException. | Rapptz | 2015-10-27 | 1 | -3/+5 |
| | | |||||
| * | All exceptions now derive from DiscordException. | Rapptz | 2015-10-27 | 1 | -2/+8 |
| | | |||||
| * | Remove InvalidEventName exception due to it being unused | Rapptz | 2015-10-27 | 1 | -4/+0 |
| | | |||||
| * | Move websocket hub to the new gateway. | Rapptz | 2015-08-26 | 1 | -0/+4 |
| | | |||||
| * | Initial commit | Rapptz | 2015-08-21 | 1 | -0/+33 |