62 Commits (42a7c4f7e5caa7baf555e86b52249419ce33acfc)

Author SHA1 Message Date
SnowyLuma 42a7c4f7e5 Add support for guild banners 6 years ago
Rapptz 7d877e9067 Better jpeg detection in utils._get_mime_type_for_image 6 years ago
Rapptz 700dbb5555 Fix missing import. 6 years ago
Rapptz e429763dea Try to optimize for the common ASCII case. 6 years ago
cod d107f485a5 [commands] Fix ext.commands help page full-width indentation 6 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 6 years ago
Valentin 0614e2af90 Use a tuple for startswith in mime detection code. 6 years ago
khazhyk c30b016bb5 Support webp in _get_mime_type_for_image 6 years ago
Hornwitser efb4ff850e [lint] Fix import order 7 years ago
Hornwitser a0634b3eea [lint] Simplyfy util.valid_icon_size 7 years ago
Hornwitser 51d626eabe [lint] Remove redundant paranthesis 7 years ago
Matt (IPv4) 3727ea9811 Add Guild.splash_url_as 7 years ago
Rapptz 95d8bb2e85 Change internal representation of roles in Member and Emoji. 7 years ago
BeatButton a4d1599ce9 Change docstrings to raw-strings 7 years ago
Hornwitser 119c5a0618 [lint] Remove unused variables 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
ReinaSakuraba d53cada91e Fix TypeError in utils.oauth_url 8 years ago
Rapptz 5e913b265b Change how coroutines are detected internally. 8 years ago
Rapptz ede1771960 Fix utils.get example. 8 years ago
Rapptz 37b0fdb898 Add webhook support. 8 years ago
khazhyk 0a588fac1c allow trailing null bytes in uploaded jpegs 8 years ago
khazhyk 12ca0d9b16 avatar_url_as improvements 8 years ago
Rapptz d239cc2666 Implement "partial" message events. 8 years ago
Rapptz f588876587 Use Python3Lexer instead of PythonLexer for pygments. 8 years ago
Rapptz 1fc08bc5a2 Remove unused imports. 8 years ago
Rapptz 29f676c42e Wrap asyncio.wait into a saner alternative that raises TimeoutError. 8 years ago
Rapptz dcf826c09b Allow utils.maybe_coroutine to take any arguments. 8 years ago
Rapptz 47ef657fbd Implement async checks. Fixes #380. 8 years ago
Rapptz ff9f5749e1 Update copyright year to 2017. 8 years ago
SunDwarf e7c5ef181f
Allow uploading of GIFs for users. 8 years ago
Rapptz d1d54a468a Rename Server to Guild everywhere. 9 years ago
Rapptz 45c729b167 Switch IDs to use int instead of str 9 years ago
Rapptz 7272190e2d Add support for "Do Not Disturb" and "Invisible" statuses. 9 years ago
Rapptz 6b5d579d0b Remove unused verify response function. 9 years ago
Rapptz fa36a449e9 Change HTTPException to only take a single parameter. 9 years ago
Khazhismel Kumykov 8e5347f4ed Allow datetime in limit parameters for logs_from. 9 years ago
Rapptz 0c8d5ee863 Force encoding of text retrieval functions to use utf-8. 9 years ago
Rapptz fda0c8cea0 Add compatibility layer for `run_coroutine_threadsafe`. 9 years ago
cookie bd5effeb68 Add optional redirect_uri parameter to utils.oauth_url 9 years ago
Khazhismel Kumykov a2a5dc5997 Add optional server parameter to utils.oauth_url 9 years ago
Rapptz eedad13ac1 Add utility function for generating OAuth2 urls. 9 years ago
Rapptz d133f9f761 Clean up documentation of utils.snowflake_time 9 years ago
Khazhismel 612aa4d107 Add util method to extract creation date from discord ids 9 years ago
Rapptz 4d816c4ef3 HTTPException now has a text attribute if JSON is not available. 9 years ago
Rapptz e88bc28236 Documentation fixes to quiet Sphinx warnings. 9 years ago
Rapptz 89a418a388 Add __slots__ for missing classes that didn't have it. 9 years ago
Rapptz db4cc791dd Update license of files to 2016. 9 years ago
Rapptz c69a991e46 Maintain order in role related functions. 9 years ago
Rapptz 7765580a14 utils.get now supports nested attribute retrieval. 9 years ago
Rapptz 9f92536441 Clean-up documentation to use NumPy style docs on remaining classes. 9 years ago