aboutsummaryrefslogtreecommitdiff
path: root/discord/webhook.py
Commit message (Expand)AuthorAgeFilesLines
* Remove userbot functionalityRapptz2021-04-041-4/+0
* Modernize code to use f-stringsRapptz2021-04-041-10/+8
* Recreate aiohttp.FormData objects during request retriesRapptz2021-03-241-7/+8
* Fix references to snowflakes being max 21 longNihaal Sangha2021-03-021-1/+1
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Fix AttributeError in Webhook message deleteAlex Nørgaard2020-12-311-1/+1
* Fix webhook state coercion leading to unexpected behaviour.Rapptz2020-12-291-9/+21
* Fix WebhookMessages docstrings Steve C2020-12-101-2/+2
* Add support for editing and deleting webhook messages.Rapptz2020-12-091-9/+230
* Add a more concrete exception for 500 status codes.Rapptz2020-09-091-1/+7
* Handle cloudflare bans on webhook requestsRapptz2020-09-091-0/+8
* Add logging to webhooksRapptz2020-09-091-10/+23
* Fix a typo with webhook documentationELginas2020-08-051-1/+1
* Allow more methods to set an audit log reasonNadir Chowdhury2020-06-301-11/+29
* Allow Webhook to be hashable and comparableZnunu2020-06-301-1/+19
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-281-4/+14
* Prepare for the discord.com domain renameRapptz2020-05-231-3/+3
* Documentation fixups for allowed mentionsRapptz2020-04-041-1/+1
* Rename allowed mention parameters to allowed_mentionsRapptz2020-04-041-7/+7
* Fix various implementation bugs with allowed mentionsRapptz2020-04-041-6/+8
* Add support for configuring allowed mentions per message or bot wide.Rapptz2020-04-041-1/+13
* Fix invalid format specifier in PartialWebhookState.__getattr__Sebastiaan Zeeff2020-02-221-1/+1
* Fix Webhook.send returning an empty string when wait=FalseRapptz2020-02-161-2/+4
* Fixes and improvements for v1.3 documentationHarmon2020-01-221-0/+3
* Fix out of order files being sent in webhooks when there are 10 files.Rapptz2020-01-221-1/+1
* Bump copyright year to 2020Rapptz2020-01-191-2/+2
* Implement `Webhook.type`NCPlayz2019-11-261-3/+11
* Fix all deprecation warnings for 3.8Rapptz2019-11-201-3/+3
* Adjust BASE urls to have no trailing slash (consistency)Devon R2019-11-151-2/+2
* Return invites as https, various URL normalizationDevon R2019-11-151-2/+2
* Implement `TextChannel.follow()`NCPlayz2019-11-151-0/+19
* Fix webhooks not re-raising after retries run outXua2019-10-201-0/+4
* Fix breakage with webhook tokens being missing.Rapptz2019-07-221-7/+18
* Improve documentationNCPlayz2019-06-071-12/+12
* Fix stray colon in Asset related docstringsRapptz2019-06-041-2/+2
* Correct the documentation for methods and properties that return AssetsVexs2019-05-141-6/+6
* Don't overwrite data parameter in webhooks.Rapptz2019-05-101-15/+15
* Consistent use of __all__ to prevent merge conflicts.Rapptz2019-04-201-1/+6
* Fix UnboundLocalError when RequestsWebhookAdapter raises an error.Rapptz2019-04-151-1/+4
* Redesign asset retrieval in the library.NCPlayz2019-04-061-6/+8
* Double underscore HTTPClient's internal session.Rapptz2019-03-241-1/+2
* Organise documentationNCPlayz2019-03-191-23/+23
* Take back ownership of files from aiohttp for retrying requests.Rapptz2019-03-181-5/+16
* Mock a ConnectionState object to fix wait=True errors in webhooks.Rapptz2019-03-021-6/+37
* Properly clean-up file objects when necessary instead of instantly.Rapptz2019-03-021-19/+25
* Bump aiohttp requirement and fix AsyncWebhookAdapterBryan Forbes2019-02-121-1/+1
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Fix Webhook states for stateful objectsDice2019-01-281-3/+3
* Fix AttributeError in webhook.sendChris Rrapi2018-11-291-1/+1
* Webhooks: add support for multi-file uploadTerrance2018-11-241-8/+28