Rapptz
d85805ab6d
First pass at supporting v8 API
4 years ago
Rapptz
99fc950510
Use f-strings in more places that were missed.
4 years ago
Zomatree
ad68a1d04e
Add source_channel and source_guild to Webhook
4 years ago
Nadir Chowdhury
2ff24a27b5
Use `asyncio.create_task` over `asyncio.ensure_future`
4 years ago
Rapptz
54288879e2
Remove userbot functionality
This has a lot of legacy and cruft so there may be some stuff I've
missed but this first pass is enough to get a clear separation.
4 years ago
Rapptz
9d39b135f4
Modernize code to use f-strings
This also removes the encoding on the top, since Python 3 does it by
default. It also changes some methods to use `yield from`.
4 years ago
Rapptz
1c8d1b0289
Recreate aiohttp.FormData objects during request retries
Fixes #6531
4 years ago
Nihaal Sangha
a3f700c11f
Fix references to snowflakes being max 21 long
4 years ago
Nihaal Sangha
69bdc3a184
Change copyright year to present
4 years ago
Alex Nørgaard
ab2c433211
Fix AttributeError in Webhook message delete
4 years ago
Rapptz
94f76e6394
Fix webhook state coercion leading to unexpected behaviour.
Fix #6220
4 years ago
Steve C
bde5bb5d5c
Fix WebhookMessages docstrings
Silly danno
4 years ago
Rapptz
44dc7a8e02
Add support for editing and deleting webhook messages.
Fix #6058
4 years ago
Rapptz
450e71f086
Add a more concrete exception for 500 status codes.
Fixes #5797
5 years ago
Rapptz
e6017a2170
Handle cloudflare bans on webhook requests
Fixes #5221
5 years ago
Rapptz
425bb809ed
Add logging to webhooks
Fixes #5798
5 years ago
ELginas
298c28a293
Fix a typo with webhook documentation
5 years ago
Nadir Chowdhury
e971e2f16c
Allow more methods to set an audit log reason
5 years ago
Znunu
de556b01d1
Allow Webhook to be hashable and comparable
5 years ago
Sebastian Law
b4b953bfc6
Fix various inconsistencies within the documentation ( #5067 )
5 years ago
Rapptz
66c6be50d8
Prepare for the discord.com domain rename
5 years ago
Rapptz
8ff285fcbc
Documentation fixups for allowed mentions
5 years ago
Rapptz
d853a57e86
Rename allowed mention parameters to allowed_mentions
5 years ago
Rapptz
481b335f2d
Fix various implementation bugs with allowed mentions
5 years ago
Rapptz
041785937e
Add support for configuring allowed mentions per message or bot wide.
5 years ago
Sebastiaan Zeeff
59ed908ee2
Fix invalid format specifier in PartialWebhookState.__getattr__
The message for the AttributeError raised by the __getattr__ method of
the PartialWebhookState class is formatted using `str.format`. However,
the placeholder contained a stray ":" before the !r specifier. This
caused a ValueError("Invalid format specifier") to be raised whenever
this method was called in lieu of the AttributeError that is intended
to be raised.
5 years ago
Rapptz
4cf5f792d4
Fix Webhook.send returning an empty string when wait=False
5 years ago
Harmon
6f9793fe5e
Fixes and improvements for v1.3 documentation
* Add missing versionadded strings for v1.3
* Add missing versionchanged string for Message.edit
* Consistently use versionadded for attributes
* Consistently use versionchanged for parameters
* Use versionchanged for Bot.is_owner
* Fix references in v1.3 changelog
* Improve grammar in v1.3 changelog
5 years ago
Rapptz
eddbe27f2e
Fix out of order files being sent in webhooks when there are 10 files.
5 years ago
Rapptz
6071607176
Bump copyright year to 2020
Closes #2510
5 years ago
NCPlayz
f554819506
Implement `Webhook.type`
5 years ago
Rapptz
a6f61dcbde
Fix all deprecation warnings for 3.8
5 years ago
Devon R
bf9b9c5879
Adjust BASE urls to have no trailing slash (consistency)
5 years ago
Devon R
f5ebf42e1f
Return invites as https, various URL normalization
5 years ago
NCPlayz
dab2519a09
Implement `TextChannel.follow()`
6 years ago
Xua
4c3e53edf4
Fix webhooks not re-raising after retries run out
6 years ago
Rapptz
45375364b7
Fix breakage with webhook tokens being missing.
6 years ago
NCPlayz
3c9bcc2851
Improve documentation
6 years ago
Rapptz
fcf02414fe
Fix stray colon in Asset related docstrings
6 years ago
Vexs
bf5b267c55
Correct the documentation for methods and properties that return Assets
6 years ago
Rapptz
8206982e79
Don't overwrite data parameter in webhooks.
Fixes #2140
6 years ago
Rapptz
919dbcafb3
Consistent use of __all__ to prevent merge conflicts.
6 years ago
Rapptz
f71fd33eba
Fix UnboundLocalError when RequestsWebhookAdapter raises an error.
6 years ago
NCPlayz
be227ebcf0
Redesign asset retrieval in the library.
Most assets now return a new class named `Asset`. This allows for the
assets to be consistently saved via a `save` method instead of special
casing for `Attachment`.
`AppInfo` is no longer a namedtuple it is a fully documented dataclass,
as well as having the state attached to it.
Fixes #1997
6 years ago
Rapptz
548b9d5693
Double underscore HTTPClient's internal session.
6 years ago
NCPlayz
fb02191b80
Organise documentation
6 years ago
Rapptz
5e65ec978c
Take back ownership of files from aiohttp for retrying requests.
Fix #1809
6 years ago
Rapptz
c960465366
Mock a ConnectionState object to fix wait=True errors in webhooks.
Fixes #1898
6 years ago
Rapptz
311788c7cb
Properly clean-up file objects when necessary instead of instantly.
Fix #1770
6 years ago
Bryan Forbes
e2478b17c9
Bump aiohttp requirement and fix AsyncWebhookAdapter
6 years ago