index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
server.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort member roles in GUILD_CREATE
Rapptz
2017-09-17
1
-1
/
+1
*
Use CDN URL for assets.
Rapptz
2017-01-09
1
-1
/
+1
*
Add support for partnered servers. Fixes #387.
Rapptz
2016-12-17
1
-3
/
+21
*
Document undocumented Server.voice_client property.
Rapptz
2016-09-25
1
-0
/
+3
*
Add Server.role_hierarchy to get the current role hierarchy.
Rapptz
2016-09-21
1
-0
/
+9
*
Add support for server verification levels.
Rapptz
2016-09-12
1
-8
/
+7
*
Add custom emoji support.
Khazhismel
2016-07-31
1
-1
/
+5
*
Fix voice state update issue in on_voice_state_update
Rapptz
2016-07-23
1
-2
/
+2
*
Add Server.mfa_level to query a server's 2FA requirement.
Rapptz
2016-06-28
1
-1
/
+6
*
Fix voice states being overwritten after a GUILD_SYNC.
Rapptz
2016-06-28
1
-12
/
+13
*
Support for v5 Gateway.
Rapptz
2016-06-22
1
-17
/
+23
*
Document Server.large
Rapptz
2016-06-12
1
-0
/
+4
*
Update positions when a role is added or removed.
Rapptz
2016-06-01
1
-0
/
+21
*
Add Role.server attribute.
Rapptz
2016-06-01
1
-1
/
+1
*
Handle nicknames in Server.get_member_named
Rapptz
2016-04-29
1
-1
/
+9
*
Fix handling of unavailable servers in READY
Khazhismel Kumykov
2016-04-04
1
-1
/
+1
*
Add Server.get_member_named to help with name + discriminator lookups.
Rapptz
2016-04-01
1
-0
/
+38
*
Server.icon_url uses API url instead of the CDN.
Rapptz
2016-03-25
1
-1
/
+1
*
Add created_at properties for Server and User.
Rapptz
2016-03-06
1
-0
/
+5
*
Remove Server.me from __slots__ since it is a property now.
Rapptz
2016-03-05
1
-1
/
+1
*
Remove request_offline option.
Rapptz
2016-02-14
1
-1
/
+5
*
Update owner references when we get a chunk.
Rapptz
2016-02-14
1
-2
/
+3
*
Offline members are now added by default automatically.
Rapptz
2016-02-14
1
-3
/
+5
*
Add Server.member_count property for actual member count.
Rapptz
2016-02-13
1
-1
/
+8
*
Remove unneeded owner_id assignment.
Rapptz
2016-01-18
1
-2
/
+0
*
Support upcoming guild ownership transfership change.
Rapptz
2016-01-18
1
-4
/
+3
*
Handle cases where people put False-like values for game presences.
Rapptz
2016-01-11
1
-2
/
+2
*
Change internal update functions to have a leading underscore.
Rapptz
2016-01-11
1
-1
/
+1
*
Fix conflicts with __slots__ and the new properties under Server.
Rapptz
2016-01-08
1
-1
/
+1
*
Document the breaking change with the new dictionary storage change.
Rapptz
2016-01-08
1
-2
/
+2
*
document public get_ methods and make others private
Steven Berler
2016-01-08
1
-6
/
+8
*
performance improvements
Steven Berler
2016-01-08
1
-8
/
+36
*
Add missing roles attribute to Server.__slots__
Rapptz
2016-01-07
1
-1
/
+1
*
Add __slots__ for missing classes that didn't have it.
Rapptz
2016-01-06
1
-2
/
+6
*
Unavailable guilds get added to cache.
Rapptz
2016-01-06
1
-2
/
+2
*
Update license of files to 2016.
Rapptz
2016-01-04
1
-1
/
+1
*
Add game data class, replace game_id.
Khazhismel
2015-12-23
1
-2
/
+3
*
All update related events now pass in the previous state.
Rapptz
2015-12-17
1
-1
/
+3
*
Most data classes now support hashing.
Rapptz
2015-12-17
1
-2
/
+4
*
Add Server.me attribute to access the Member version of Client.user.
Rapptz
2015-12-16
1
-0
/
+3
*
Make more things into properties.
Rapptz
2015-12-16
1
-6
/
+7
*
All data classes now support !=, == and str(obj).
Rapptz
2015-12-13
1
-1
/
+17
*
Changed functions that return a constant value into properties.
Rapptz
2015-12-13
1
-0
/
+1
*
Handle GUILD_UPDATE
Rapptz
2015-12-06
1
-5
/
+10
*
Add enumerators instead of strings.
Rapptz
2015-12-04
1
-30
/
+30
*
"An array" -> "A list" for documentation purposes.
Rapptz
2015-11-28
1
-3
/
+3
*
Remove afk_channel_id and replace it with afk_channel.
Rapptz
2015-11-28
1
-3
/
+4
*
Member.roles array now has the default role as the first element.
Rapptz
2015-11-28
1
-1
/
+2
*
Move server parsing code from Client to Server.
Rapptz
2015-11-28
1
-13
/
+57
*
icon_url and get_default_channel in Server
Hla
2015-11-16
1
-3
/
+14
[next]