| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add AppInfo.owner attribute. | Rapptz | 2016-07-21 | 1 | -0/+4 | |
| | | ||||||
| * | Add support for querying information about group calls. | Rapptz | 2016-07-15 | 1 | -0/+6 | |
| | | ||||||
| * | Handle adding and removal of group members. | Rapptz | 2016-07-15 | 1 | -0/+9 | |
| | | ||||||
| * | Add remaining server regions to the enum. | Rapptz | 2016-07-14 | 1 | -0/+13 | |
| | | ||||||
| * | Add support for different message types and call message. | Rapptz | 2016-07-13 | 1 | -0/+33 | |
| | | ||||||
| * | Begin working on gateway v6 changes. | Rapptz | 2016-07-13 | 1 | -0/+6 | |
| | | | | | | The first batch of changes are related to channel types and group direct messages. Support these first so READY begins parsing. | |||||
| * | Change max_length to max_messages | PC | 2016-06-28 | 1 | -1/+1 | |
| | | ||||||
| * | Update whats new page a little bit to say the changelog is too big. | Rapptz | 2016-06-27 | 1 | -2/+4 | |
| | | ||||||
| * | Add FAQ entry for `after` being called right away. | Rapptz | 2016-06-20 | 1 | -0/+21 | |
| | | ||||||
| * | Add discord.PermissionOverwrite type for channel-specific overwrites. | Rapptz | 2016-06-14 | 1 | -0/+6 | |
| | | ||||||
| * | Add Client.application_info to retrieve the current app info. | Rapptz | 2016-06-10 | 1 | -1/+25 | |
| | | | | | Fixes #241. | |||||
| * | Clarify `on_ready` triggering more than twice. | Rapptz | 2016-06-10 | 1 | -0/+3 | |
| | | | | | | | On that note, fix the background_task example to use `Client.run` instead of manual loop management. That way the task will be cleaned up and cancelled inside `Client.run`. | |||||
| * | Fix some typos in the FAQ page. | Rapptz | 2016-06-07 | 1 | -2/+2 | |
| | | ||||||
| * | Add FAQ section to the documentation. | Rapptz | 2016-06-07 | 2 | -0/+271 | |
| | | ||||||
| * | Add Role.server attribute. | Rapptz | 2016-06-01 | 1 | -3/+4 | |
| | | | | | This breaks events that expected a server parameter for the role events. | |||||
| * | Add RESUME support. | Rapptz | 2016-06-01 | 1 | -0/+4 | |
| | | ||||||
| * | Begin working on gateway v4 support. | Rapptz | 2016-04-27 | 1 | -0/+2 | |
| | | | | | | | Bump websockets requirement to v3.1 Should be squashed... | |||||
| * | Typo fix | Matt Gardner | 2016-04-15 | 1 | -1/+1 | |
| | | | | | | Changed spelling of optinal to the correct spelling of optional in docs\logging.rst | |||||
| * | Add utility function for generating OAuth2 urls. | Rapptz | 2016-04-08 | 1 | -0/+2 | |
| | | ||||||
| * | Change all email/password pair examples to use token. | Rapptz | 2016-04-08 | 1 | -3/+3 | |
| | | ||||||
| * | Clean up documentation of utils.snowflake_time | Rapptz | 2016-03-06 | 1 | -0/+2 | |
| | | ||||||
| * | Remove request_offline option. | Rapptz | 2016-02-14 | 1 | -0/+4 | |
| | | ||||||
| * | Change enumerators into enumerations to please Voltana. | Rapptz | 2016-01-30 | 2 | -7/+7 | |
| | | ||||||
| * | Add and remove some of the on_socket_* events. | Rapptz | 2016-01-25 | 2 | -44/+20 | |
| | | | | | | | on_socket_raw_receive and on_socket_raw_send were added back in an odd way. The rest of them such as on_socket_closed, on_socket_opened, and on_socket_receive were removed. | |||||
| * | Documentation fixes for Permissions related code. | Rapptz | 2016-01-14 | 1 | -1/+1 | |
| | | ||||||
| * | Attempt to satisfy RTD by using sphinxcontrib.napoleon. | Rapptz | 2016-01-10 | 1 | -2/+8 | |
| | | ||||||
| * | Add a Whats New page to have a nicer changelog. | Rapptz | 2016-01-09 | 2 | -0/+72 | |
| | | ||||||
| * | Change order of documentation by source declaration. | Rapptz | 2016-01-08 | 1 | -0/+2 | |
| | | ||||||
| * | Document the breaking change with the new dictionary storage change. | Rapptz | 2016-01-08 | 1 | -0/+37 | |
| | | | | | | Since the only things dict views support are iteration we should advise people who want the old behaviour to change it to a list. | |||||
| * | Document how Client.run should be the last function to call. | Rapptz | 2016-01-08 | 1 | -0/+7 | |
| | | ||||||
| * | Add missing documentation for discord.Game | Rapptz | 2016-01-07 | 1 | -0/+6 | |
| | | ||||||
| * | Documentation fixes to quiet Sphinx warnings. | Rapptz | 2016-01-07 | 2 | -3/+4 | |
| | | ||||||
| * | Document the fact that data classes use __slots__. | Rapptz | 2016-01-07 | 1 | -0/+9 | |
| | | ||||||
| * | Change permissions to remove the can_ prefix. | Rapptz | 2016-01-03 | 1 | -0/+3 | |
| | | ||||||
| * | Document more breaking changes in migrating file. | Rapptz | 2016-01-03 | 1 | -0/+52 | |
| | | ||||||
| * | Add on_member_ban and on_member_unban events. | Rapptz | 2015-12-17 | 1 | -0/+15 | |
| | | | | | Fixes #58. | |||||
| * | Fix consistency issue with migrating page. | Rapptz | 2015-12-17 | 1 | -11/+11 | |
| | | ||||||
| * | Add migrating guide for migrating to v0.10.0. | Rapptz | 2015-12-17 | 3 | -0/+241 | |
| | | ||||||
| * | Remove on_status event. Superseded by on_member_update. | Rapptz | 2015-12-17 | 1 | -8/+1 | |
| | | ||||||
| * | All update related events now pass in the previous state. | Rapptz | 2015-12-17 | 1 | -6/+10 | |
| | | ||||||
| * | Add headers to data classes for easier navigation. | Rapptz | 2015-12-09 | 1 | -0/+34 | |
| | | ||||||
| * | Document discord.__version__ and discord.version_info | Rapptz | 2015-12-09 | 1 | -0/+18 | |
| | | ||||||
| * | Documentation fixes for opus related import errors. | Rapptz | 2015-12-08 | 1 | -5/+5 | |
| | | ||||||
| * | Add OpusNotLoaded exception and opus.is_loaded utility function. | Rapptz | 2015-12-08 | 1 | -1/+5 | |
| | | ||||||
| * | Documentation fixes for opus bindings. | Rapptz | 2015-12-08 | 1 | -0/+1 | |
| | | ||||||
| * | Clear up some documentation. | Rapptz | 2015-12-08 | 1 | -0/+13 | |
| | | ||||||
| * | Handle GUILD_UPDATE | Rapptz | 2015-12-06 | 1 | -0/+12 | |
| | | ||||||
| * | Add enumerators instead of strings. | Rapptz | 2015-12-04 | 1 | -0/+61 | |
| | | | | | Changes channel type, status and server region into 3.4 enums. | |||||
| * | Move async_client.py to client.py | Rapptz | 2015-12-04 | 1 | -1/+1 | |
| | | ||||||
| * | Implement a bunch of other HTTP request functions. | Rapptz | 2015-12-04 | 1 | -1/+6 | |
| | | ||||||