aboutsummaryrefslogtreecommitdiff
path: root/discord/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Use X-Ratelimit-Reset-After header by default.Rapptz2019-08-271-4/+9
* Use new rate limit millisecond precision option.Rapptz2019-08-271-1/+1
* Escape quote markdown in utils.escape_markdownRapptz2019-07-271-1/+1
* Add Guild.query_members to fetch members from the gateway.Rapptz2019-07-151-1/+3
* Improve documentationNCPlayz2019-06-071-14/+11
* Speed-up utils.get for the common casesRapptz2019-05-291-11/+21
* add read-only cached_messages property to Clientkhazhyk2019-04-171-0/+27
* Forgot to escape backticks.Rapptz2019-04-071-1/+1
* Add ignore_links and as_needed options to utils.escape_markdown.Rapptz2019-04-071-5/+30
* Fix regex substitution in utils.escape_mentionsRapptz2019-04-061-1/+1
* Add helpers to escape markdown and mentions from text.Rapptz2019-04-061-0/+40
* Add support for guild widgetNCPlayz2019-03-191-0/+26
* Organise documentationNCPlayz2019-03-191-6/+6
* Add support for guild bannersSnowyLuma2019-03-091-2/+2
* Better jpeg detection in utils._get_mime_type_for_imageRapptz2019-02-231-1/+1
* Fix missing import.Rapptz2019-02-061-2/+2
* Try to optimize for the common ASCII case.Rapptz2019-02-061-3/+10
* [commands] Fix ext.commands help page full-width indentationcod2019-02-061-0/+9
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Use a tuple for startswith in mime detection code.Valentin2019-01-281-1/+1
* Support webp in _get_mime_type_for_imagekhazhyk2018-11-241-0/+2
* [lint] Fix import orderHornwitser2018-11-241-8/+9
* [lint] Simplyfy util.valid_icon_sizeHornwitser2018-11-241-1/+1
* [lint] Remove redundant paranthesisHornwitser2018-11-241-1/+1
* Add Guild.splash_url_asMatt (IPv4)2018-10-111-2/+2
* Change internal representation of roles in Member and Emoji.Rapptz2018-09-241-1/+33
* Change docstrings to raw-stringsBeatButton2018-09-141-1/+1
* [lint] Remove unused variablesHornwitser2018-08-221-1/+1
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-11/+8
* Fix TypeError in utils.oauth_urlReinaSakuraba2017-10-041-1/+1
* Change how coroutines are detected internally.Rapptz2017-09-161-3/+4
* Fix utils.get example.Rapptz2017-08-301-1/+1
* Add webhook support.Rapptz2017-08-211-0/+6
* allow trailing null bytes in uploaded jpegskhazhyk2017-07-251-1/+1
* avatar_url_as improvementskhazhyk2017-07-251-0/+4
* Implement "partial" message events.Rapptz2017-06-091-3/+1
* Use Python3Lexer instead of PythonLexer for pygments.Rapptz2017-05-221-3/+3
* Remove unused imports.Rapptz2017-04-181-1/+1
* Wrap asyncio.wait into a saner alternative that raises TimeoutError.Rapptz2017-02-251-0/+7
* Allow utils.maybe_coroutine to take any arguments.Rapptz2017-02-131-3/+3
* Implement async checks. Fixes #380.Rapptz2017-02-121-0/+16
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Allow uploading of GIFs for users.SunDwarf2017-01-081-0/+2
* Rename Server to Guild everywhere.Rapptz2017-01-031-10/+10
* Switch IDs to use int instead of strRapptz2017-01-031-3/+10
* Add support for "Do Not Disturb" and "Invisible" statuses.Rapptz2016-09-261-0/+16
* Remove unused verify response function.Rapptz2016-06-121-18/+0
* Change HTTPException to only take a single parameter.Rapptz2016-06-121-5/+4
* Allow datetime in limit parameters for logs_from.Khazhismel Kumykov2016-05-201-0/+18
* Force encoding of text retrieval functions to use utf-8.Rapptz2016-05-101-2/+2