9 Commits (98b981848d757e8fb66d4a874a3107c0e8de2963)

Author SHA1 Message Date
Rapptz 98b981848d Move message creation to a factory method inside ConnectionState. 8 years ago
Rapptz dceba9d962 Add useful repr to all data classes. 8 years ago
Rapptz 9c000c5a72 Fix documentation to work. 8 years ago
Rapptz 79a49f9145 Absolute import some circular dependencies to appease Python 3.4. 8 years ago
Rapptz 2c50c18ca3 Change dict value views into lists. 9 years ago
Rapptz c187d87dae Re-add support for reactions. 9 years ago
Rapptz 5cb3ad14e8 Make emojis and members stateful. 9 years ago
Rapptz a7a60e433b Make roles and guilds stateful. 9 years ago
Rapptz d1d54a468a Rename Server to Guild everywhere. 9 years ago
Rapptz 53ab263125 Split channel types. 9 years ago
Rapptz 45c729b167 Switch IDs to use int instead of str 9 years ago
Rapptz 31229a53e9 Optimise VoiceState for memory. 9 years ago
Rapptz 044b0824e6 Begin working on the rewrite. 9 years ago
Rapptz 6302ef8094 Add support for partnered servers. Fixes #387. 8 years ago
Rapptz 83d3b72566 Document undocumented Server.voice_client property. 9 years ago
Rapptz 5e20b468c1 Add Server.role_hierarchy to get the current role hierarchy. 9 years ago
Rapptz 203c64a9a4 Add support for server verification levels. 9 years ago
Khazhismel c5a989eeb2 Add custom emoji support. 9 years ago
Rapptz b0e5357716 Fix voice state update issue in on_voice_state_update 9 years ago
Rapptz 30d623cd46 Add Server.mfa_level to query a server's 2FA requirement. 9 years ago
Rapptz d87d11c5a6 Fix voice states being overwritten after a GUILD_SYNC. 9 years ago
Rapptz 8b3617111a Support for v5 Gateway. 9 years ago
Rapptz fec459e755 Document Server.large 9 years ago
Rapptz c97e5a17e6 Update positions when a role is added or removed. 9 years ago
Rapptz 5016f12079 Add Role.server attribute. 9 years ago
Rapptz 85806ef1d6 Handle nicknames in Server.get_member_named 9 years ago
Khazhismel Kumykov 0e91ef79ef Fix handling of unavailable servers in READY 9 years ago
Rapptz 1a202bb6eb Add Server.get_member_named to help with name + discriminator lookups. 9 years ago
Rapptz 0ad1cb95a3 Server.icon_url uses API url instead of the CDN. 9 years ago
Rapptz f437ffe44e Add created_at properties for Server and User. 9 years ago
Rapptz e2ed8b1476 Remove Server.me from __slots__ since it is a property now. 9 years ago
Rapptz 4584c68f0c Remove request_offline option. 9 years ago
Rapptz 841e584ee9 Update owner references when we get a chunk. 9 years ago
Rapptz 4768d950c5 Offline members are now added by default automatically. 9 years ago
Rapptz 7b135725bc Add Server.member_count property for actual member count. 9 years ago
Rapptz e67f580350 Remove unneeded owner_id assignment. 9 years ago
Rapptz 178d43e24f Support upcoming guild ownership transfership change. 9 years ago
Rapptz 4ea015067f Handle cases where people put False-like values for game presences. 9 years ago
Rapptz 8974dffc4e Change internal update functions to have a leading underscore. 9 years ago
Rapptz 93e3c360a7 Fix conflicts with __slots__ and the new properties under Server. 9 years ago
Rapptz a1a47c6f38 Document the breaking change with the new dictionary storage change. 9 years ago
Steven Berler 777b5a09e2 document public get_ methods and make others private 9 years ago
Steven Berler 10b0b62f50 performance improvements 9 years ago
Rapptz 6ddfbc4b36 Add missing roles attribute to Server.__slots__ 9 years ago
Rapptz 89a418a388 Add __slots__ for missing classes that didn't have it. 9 years ago
Rapptz c1583dd7d6 Unavailable guilds get added to cache. 9 years ago
Rapptz db4cc791dd Update license of files to 2016. 9 years ago
Khazhismel 0aa46e6def Add game data class, replace game_id. 9 years ago
Rapptz 49d78c69c7 All update related events now pass in the previous state. 9 years ago
Rapptz 51d91c2a82 Most data classes now support hashing. 9 years ago