| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Log when a player's after function fails. | Rapptz | 2017-06-02 | 1 | -1/+4 |
| | | |||||
| * | Fix FAQ to showcase that there is a single parameter, the error. | Rapptz | 2017-06-02 | 1 | -1/+1 |
| | | |||||
| * | [commands] Allow inline advanced converters via classmethods. | Rapptz | 2017-06-01 | 1 | -4/+10 |
| | | | | | | That way you don't need to have, e.g. Foo and FooConverter and can do it inline via Foo instead. | ||||
| * | Minor fix in migrating page. | Rapptz | 2017-05-31 | 1 | -1/+1 |
| | | |||||
| * | Add some margin for supported operations sections. | Rapptz | 2017-05-31 | 1 | -0/+1 |
| | | |||||
| * | Support for sending a nonce. | Rapptz | 2017-05-31 | 2 | -6/+15 |
| | | |||||
| * | Don't assume the inviter is always there. | Rapptz | 2017-05-31 | 1 | -1/+4 |
| | | |||||
| * | Document Message.embeds and Message.attachments changes. | Rapptz | 2017-05-31 | 1 | -0/+3 |
| | | |||||
| * | Writing to files is 'wb' not 'rb'. | Rapptz | 2017-05-30 | 1 | -1/+1 |
| | | |||||
| * | Export Attachment class. | Rapptz | 2017-05-30 | 1 | -1/+1 |
| | | |||||
| * | Implement an Attachment model. | Rapptz | 2017-05-30 | 3 | -4/+92 |
| | | |||||
| * | Remove unused functions in HTTPClient. | Rapptz | 2017-05-30 | 1 | -15/+0 |
| | | |||||
| * | [commands] Add escape_markdown parameter for clean_content. | Rapptz | 2017-05-28 | 1 | -1/+16 |
| | | |||||
| * | Permissions.view_audit_logs -> Permissions.view_audit_log | Rapptz | 2017-05-28 | 2 | -3/+7 |
| | | |||||
| * | Rename verification level to extreme due to demand. | Rapptz | 2017-05-27 | 2 | -3/+3 |
| | | |||||
| * | Add highest verification level. | Rapptz | 2017-05-27 | 2 | -5/+14 |
| | | |||||
| * | [commands] Fix EmojiConverter not working with underscore names. | Rapptz | 2017-05-26 | 1 | -3/+3 |
| | | |||||
| * | Don't expose Client.messages | Rapptz | 2017-05-26 | 3 | -19/+10 |
| | | | | | | | | Not entirely sure why it was exposed in the first place. Most uses with it essentially boiled down to mis-usage when they meant to use the /messages endpoint (via Client.logs_from or Messageable.history) or complaining about the partial data woes that came from it. | ||||
| * | Less unnecessary padding around functions. | Rapptz | 2017-05-25 | 1 | -2/+6 |
| | | |||||
| * | Log when a KeyboardInterrupt is met in Client.run | Rapptz | 2017-05-25 | 1 | -1/+1 |
| | | |||||
| * | Mention User.avatar_url change in migration page. | Rapptz | 2017-05-25 | 1 | -0/+4 |
| | | |||||
| * | Document that exceptions happen in Guild.audit_logs. | Rapptz | 2017-05-25 | 1 | -0/+7 |
| | | |||||
| * | Mention on_member_ban event change. | Rapptz | 2017-05-23 | 1 | -0/+13 |
| | | |||||
| * | Working fix for one of the bullet points. | Rapptz | 2017-05-23 | 1 | -1/+1 |
| | | | | | Thanks Pirate. | ||||
| * | Don't dispatch on_voice_state_update when Member is not found. | Rapptz | 2017-05-22 | 1 | -1/+3 |
| | | |||||
| * | Add ref links to the commands API page. | Rapptz | 2017-05-22 | 1 | -0/+14 |
| | | |||||
| * | Use Python3Lexer instead of PythonLexer for pygments. | Rapptz | 2017-05-22 | 10 | -37/+37 |
| | | |||||
| * | Raise when an invalid permission is passed to PermissionOverwrite. | Rapptz | 2017-05-20 | 1 | -0/+3 |
| | | |||||
| * | Allow setting a presence upon logging in. | Rapptz | 2017-05-20 | 3 | -1/+29 |
| | | |||||
| * | Rewrite Client.run yet again. | Rapptz | 2017-05-20 | 1 | -16/+32 |
| | | | | | This time it should definitely fix #545. | ||||
| * | Re-raise exceptions from Client.start in Client.run. | Rapptz | 2017-05-20 | 1 | -15/+18 |
| | | |||||
| * | Re-implement how Client.run is done by using run_forever instead. | Rapptz | 2017-05-20 | 1 | -4/+18 |
| | | |||||
| * | Only do loop cleanup in finally block when on windows. | Rapptz | 2017-05-20 | 1 | -2/+4 |
| | | | | | Should also fix #545. | ||||
| * | Check if we're closing the event loop before using it. | Rapptz | 2017-05-20 | 1 | -1/+5 |
| | | | | | Should fix #545. | ||||
| * | Warnings are yellow. | Rapptz | 2017-05-20 | 1 | -3/+3 |
| | | |||||
| * | More broken Channel references. | Rapptz | 2017-05-20 | 2 | -3/+3 |
| | | |||||
| * | Oversight in Permissions still having a table. | Rapptz | 2017-05-20 | 1 | -30/+30 |
| | | |||||
| * | Slightly different styling for supported operations. | Rapptz | 2017-05-20 | 1 | -3/+3 |
| | | |||||
| * | Make supported operations stand out more than attributes. | Rapptz | 2017-05-20 | 11 | -127/+169 |
| | | |||||
| * | Kill remaining references to discord.Channel in documentation. | Rapptz | 2017-05-19 | 4 | -7/+7 |
| | | |||||
| * | Update migrating page with new extension information. | Rapptz | 2017-05-19 | 1 | -2/+17 |
| | | |||||
| * | [commands] Add Context.reinvoke and Command.root_parent | Rapptz | 2017-05-19 | 2 | -2/+128 |
| | | | | | | | | | | | | Context.reinvoke would be the new way to bypass checks and cooldowns. However, with its addition comes a change in the invocation order of checks, callbacks, and cooldowns. While previously cooldowns would trigger after command argument parsing, the new behaviour parses cooldowns before command argument parsing. The implication of this change is that Context.args and Context.kwargs will no longer be filled properly. | ||||
| * | [commands] Fix Context.command_failed from being incorrect. | Rapptz | 2017-05-18 | 3 | -2/+5 |
| | | | | | | | When used, it would be set to False after the invoke was done. Ideally it should report to False during invoke but True during any error case. | ||||
| * | Minor speedup when doing comparisons. | Rapptz | 2017-05-18 | 2 | -4/+8 |
| | | | | | Shred 2 getattr calls + 1 global lookup to 1 global lookup. | ||||
| * | Fix User == Member comparisons. | Rapptz | 2017-05-18 | 2 | -4/+4 |
| | | |||||
| * | Lazy fix for active class when viewport is too small for sidebar. | Rapptz | 2017-05-17 | 1 | -0/+4 |
| | | |||||
| * | Fix format string in new bot template. | Rapptz | 2017-05-17 | 1 | -1/+1 |
| | | |||||
| * | First pass at having a __main__ file. | Rapptz | 2017-05-17 | 1 | -0/+280 |
| | | | | | | | | | | | | | | This allows you to generate templates and projects easily. Its main purpose is to be easy to use for beginners in the upcoming documentation. Two new commands are added: * newbot * creates a new bot template using a name and optional directory * newcog * creates a new cog template using a name and optional directory | ||||
| * | Add __unload to the special cog method list. | Rapptz | 2017-05-17 | 1 | -0/+3 |
| | | |||||
| * | Rename internal ConnectionState attribute to have an underscore. | Rapptz | 2017-05-16 | 3 | -34/+34 |
| | | | | | | | Some people like to use that variable name apparently. See #568 and #569. | ||||