Rapptz
37b0fdb898
Add webhook support.
Allows for usage of either `requests` and `aiohttp` when used in
"Standalone" mode.
Fixes #704
8 years ago
khazhyk
0a588fac1c
allow trailing null bytes in uploaded jpegs
8 years ago
khazhyk
12ca0d9b16
avatar_url_as improvements
static_format will only apply to static (not animated) avatars. Makes
it easier to grab gif-or-'format' of an avatar. Defaults to 'webp'
This is for a similar usecase to avatar_url_as(format=None), except
one can specify the non-animated format, instead of always using
webp.
add User.avatar_is_animated property.
add validation for avatar_url_as, since invalid arguments result in
a url which will return 415, which can be confusing for a user. (They
just see a blank page)
Discord accepts size=16-2048, but images cap at 1024px, so accept 16-1024
Discord accepts "jpg", "jpeg", "png", "gif", and "webp", *unless* the
avatar is not animated, in which case "gif" is not supported. :\
8 years ago
Rapptz
d239cc2666
Implement "partial" message events.
These are events that get triggered regardless of the state of the
message cache. Useful for getting data from before the bot was booted.
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.
Fixes #494
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.
Discord Nitro accounts can upload GIFs as avatars, so the image
mimetype checker code should check for the GIF magic number too.
Signed-off-by: SunDwarf <[email protected] >
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.
This deprecates Client.change_status in favour of the newer and more
correct Client.change_presence.
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.
Add time_snowflake to convert a datetime to a "snowflake".
9 years ago
Rapptz
0c8d5ee863
Force encoding of text retrieval functions to use utf-8.
Closes #207
9 years ago
Rapptz
fda0c8cea0
Add compatibility layer for `run_coroutine_threadsafe`.
This is a breaking change, since discord.utils.create_task is moved
to discord.compat.create_task.
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
Rapptz
de1c74a399
Make more things into properties.
A lot of the expensive getters were transformed into cached properties
instead. A lot of things that were properties were transformed into
properties as well.
9 years ago
Rapptz
338fb3e504
Add discord.utils.get helper.
9 years ago
Rapptz
9102f1ae4f
Work on connecting to a voice channel.
9 years ago
Rapptz
b87dfccfce
Add server management commands.
9 years ago
Rapptz
99254fdf96
Add Forbidden and NotFound exceptions.
9 years ago
Rapptz
f197c34583
Begin working on asyncio port.
9 years ago
Rapptz
4a25011ee1
Revert "GIF support for avatars"
This reverts commit 9a5bb439ec
.
9 years ago
Rapptz
9a5bb439ec
GIF support for avatars
9 years ago
Rapptz
f0617fbb6a
Add support for uploading avatars.
9 years ago
Rapptz
077817c126
Move _null_event and _verify_successful_response to utils
They might be used in other files in the future.
9 years ago
Rapptz
f59ab28741
Add utils.find helper function.
10 years ago
Rapptz
b4e6591c9d
Refactor parse_time into its own utils file.
10 years ago
Rapptz
44953e7a3f
Rename project from pydiscord to discord.py
10 years ago
Rapptz
3e0f09d32c
Initial commit
10 years ago