| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version to 1.1.0a | Rapptz | 2019-04-14 | 1 | -2/+2 |
| | | |||||
| * | Add compute_prune_count to Guild.prune_members | Rapptz | 2019-04-14 | 2 | -7/+14 |
| | | | | | Fix #2085 | ||||
| * | [commands] Use message creation as the reference time in cooldowns | Rapptz | 2019-04-14 | 1 | -1/+3 |
| | | |||||
| * | [commands] Allow passing reference time to update_rate_limit | Rapptz | 2019-04-14 | 1 | -2/+2 |
| | | |||||
| * | Fix abc.GuildChannel.overwrites returning None keys. | Rapptz | 2019-04-14 | 1 | -1/+8 |
| | | | | | | This has potential for data loss as a consequence of how the function works. | ||||
| * | Fix typo in on_raw_reaction_remove docs. | Rapptz | 2019-04-14 | 1 | -1/+1 |
| | | |||||
| * | Fix attribute error in Widget.__repr__ | Rapptz | 2019-04-13 | 1 | -1/+1 |
| | | |||||
| * | Add equality comparisons between two assets and hashing an asset. | Rapptz | 2019-04-13 | 1 | -0/+21 |
| | | |||||
| * | Bool fix in TextChannel.purge documentation. | Lorenzo | 2019-04-13 | 1 | -1/+1 |
| | | |||||
| * | [commands] Support callables in Greedy converter | Rapptz | 2019-04-13 | 1 | -1/+1 |
| | | |||||
| * | [commands] Fix lambda converters in non-module contexts. | Rapptz | 2019-04-13 | 1 | -1/+1 |
| | | | | | Not sure why anyone would do this but might as well fix it. | ||||
| * | Change slowmode max value in docs | apple502j | 2019-04-13 | 1 | -1/+1 |
| | | |||||
| * | Add `Permissions.stream` | NCPlayz | 2019-04-12 | 1 | -3/+10 |
| | | | | | Add stream to Permissions classmethods | ||||
| * | Improvements to intro docs. | Dante Dam | 2019-04-12 | 1 | -7/+7 |
| | | |||||
| * | [tasks] set internal task to None after canceling | Steve C | 2019-04-12 | 1 | -0/+1 |
| | | |||||
| * | Remove "needs python 3.5+" from async iter section | apple502j | 2019-04-12 | 1 | -2/+1 |
| | | |||||
| * | [tasks] Add before_loop and after_loop decorators | Rapptz | 2019-04-12 | 2 | -19/+124 |
| | | |||||
| * | Export tasks extension | Rapptz | 2019-04-12 | 1 | -1/+1 |
| | | |||||
| * | [commands] Add versionadded to dm_only | Rapptz | 2019-04-12 | 1 | -0/+2 |
| | | |||||
| * | Update FAQ with some common tags | Vexs | 2019-04-12 | 1 | -4/+70 |
| | | | | | | | | Pointed references to random.cat to use their aws api Added details about custom and unicode emojis to how to add a reaction Added watching example to presence changing Added new fetch methods to specific model FAQ | ||||
| * | [tasks] Document version added | Rapptz | 2019-04-11 | 1 | -0/+2 |
| | | |||||
| * | [tasks] Ensure total number of seconds is not less than 0. | Rapptz | 2019-04-11 | 1 | -3/+6 |
| | | |||||
| * | [tasks] Rename Loop.run to Loop.start to avoid blocking connotations | Rapptz | 2019-04-11 | 2 | -6/+6 |
| | | |||||
| * | [tasks] Add a new background helper 'tasks' extension. | Rapptz | 2019-04-11 | 3 | -0/+292 |
| | | |||||
| * | [commands] Fix erroneous string in dm_only check | Rapptz | 2019-04-11 | 1 | -1/+1 |
| | | |||||
| * | [commands] Added dm_only check | Dante Dam | 2019-04-11 | 2 | -7/+29 |
| | | | | | Raises PrivateMessageOnly on failure. | ||||
| * | [commands] Fix references in Bot to actually link. | Rapptz | 2019-04-10 | 3 | -71/+68 |
| | | | | | Exceptions can't seem to link due to a bug in Sphinx. | ||||
| * | Update changelogv1.0.1 | Rapptz | 2019-04-10 | 2 | -1/+13 |
| | | |||||
| * | Version bump to v1.0.1 | Rapptz | 2019-04-10 | 1 | -2/+2 |
| | | |||||
| * | [commands] Properly name heading for ExtensionError | Rapptz | 2019-04-10 | 1 | -2/+2 |
| | | |||||
| * | Fix voice handshake race condition | Imayhaveborkedit | 2019-04-10 | 1 | -0/+10 |
| | | | | In the event that two voice_server_updates are received in a short time frame, the second one is now ignored. | ||||
| * | Add notes warning that fetch_ methods are api calls | Vexs | 2019-04-10 | 2 | -0/+25 |
| | | | | | Also recommends using cache attributes/methods instead | ||||
| * | Fix various bugs with Asset._url None handling. | Rapptz | 2019-04-09 | 1 | -2/+4 |
| | | |||||
| * | Fix cleanup code on Linux not working properly. | Rapptz | 2019-04-09 | 1 | -9/+17 |
| | | |||||
| * | Stop the event loop if it's running during cleanup. | Rapptz | 2019-04-09 | 1 | -1/+8 |
| | | | | | Also handle the coroutine directly instead of using run_until_complete | ||||
| * | Use is_connected() instead of _connected in checks | Daniel | 2019-04-09 | 1 | -2/+2 |
| | | | | Was doing a falsy check on an Event object instead of using the (unused) is_connected() function. | ||||
| * | Fix broken documentation attribute | Steve C | 2019-04-09 | 1 | -1/+1 |
| | | |||||
| * | Fix issue with speaking state causing an error. | Rapptz | 2019-04-08 | 1 | -0/+3 |
| | | |||||
| * | Update classifier in setup.pyv1.0.0 | Rapptz | 2019-04-08 | 1 | -1/+1 |
| | | |||||
| * | Version bump to v1.0.0 | Rapptz | 2019-04-08 | 1 | -2/+2 |
| | | |||||
| * | Update Japanese translation files. | Rapptz | 2019-04-08 | 8 | -3488/+8740 |
| | | |||||
| * | Add notes stating what Guild.fetch_guild and Guild.fetch_guilds returns | NCPlayz | 2019-04-08 | 1 | -2/+12 |
| | | | | | Also fixed two typos. | ||||
| * | Fix documentation so Sphinx can build semi-cleanly. | Rapptz | 2019-04-08 | 2 | -4/+4 |
| | | |||||
| * | Bump PyNaCl to 1.3.0 | Rapptz | 2019-04-08 | 1 | -1/+1 |
| | | |||||
| * | Wording nit, library -> function in load_opus | Rapptz | 2019-04-08 | 1 | -1/+1 |
| | | |||||
| * | Change all IntEnum to Enum | Rapptz | 2019-04-08 | 2 | -8/+8 |
| | | | | | A testament to how many 3.5 users there are. | ||||
| * | Remove manual documentation for AppInfo | Rapptz | 2019-04-08 | 2 | -50/+4 |
| | | |||||
| * | Missing a word in Attachment.save | Rapptz | 2019-04-08 | 1 | -2/+2 |
| | | |||||
| * | Fix oversight where on_disconnect did not get called on WS termination. | Rapptz | 2019-04-08 | 2 | -0/+3 |
| | | |||||
| * | Fix long-standing issue with user updates not dispatching properly. | Rapptz | 2019-04-08 | 3 | -8/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | This fix is long coming. For a long time due to the addition of a global user cache, the on_member_update event would only have the updated user in the very first dispatch due to a quirk in the reference only being updated once. In order to fix this issue two things had to change: 1. There had to be a new event, `on_user_update` to complement the equivalent member event. 2. Unnecessary copies of User had to be removed to compensate for the performance hit from the diffing. While doing these two fixes I also re-evaluated some more unnecessary copies done during the PRESENCE_UPDATE to add member case while fetch_offline_members=False is set or due to chunking issues. The number of copies was brought down from 2 to 1, discounting the original Member creation. Unsure on the benefits of this one, however. N.B: this doesn't change the pre-existing behaviour of on_member_update | ||||