| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | Highlight currently visited section. | Rapptz | 2017-05-16 | 3 | -0/+39 |
| | | |||||
| * | Client.get_user_info uses int for IDs not str. | Rapptz | 2017-05-15 | 1 | -1/+1 |
| | | | | | Realistically both will work but let's not say that. | ||||
| * | Add helpful admonition CSS. | Rapptz | 2017-05-15 | 1 | -0/+18 |
| | | |||||
| * | Rename Colour.to_tuple to Colour.to_rgb. | Rapptz | 2017-05-15 | 2 | -1/+6 |
| | | |||||
| * | Add Colour.from_rgb. | Rapptz | 2017-05-15 | 1 | -0/+5 |
| | | |||||
| * | [commands] Update check examples to work with rewrite. | Rapptz | 2017-05-15 | 1 | -10/+10 |
| | | |||||
| * | Use describe for Colour documentation. | Rapptz | 2017-05-15 | 1 | -13/+15 |
| | | |||||
| * | Fix all broken cross references in the migrating page... again. | Rapptz | 2017-05-15 | 2 | -4/+5 |
| | | |||||
| * | Remove a bunch of red from the theme. | Rapptz | 2017-05-15 | 1 | -6/+2 |
| | | |||||
| * | Make buttons in the sidebar not so sticky looking. | Rapptz | 2017-05-15 | 1 | -0/+1 |
| | | |||||
| * | Completely new theme separate from alabaster. | Rapptz | 2017-05-15 | 4 | -32/+481 |
| | | |||||
| * | Fix dead links in the migrating page. | Rapptz | 2017-05-14 | 1 | -3/+3 |
| | | |||||
| * | Add note about upgraded dependencies in the migrating page. | Rapptz | 2017-05-14 | 1 | -0/+29 |
| | | |||||
| * | Fix FAQ using string for IDs. | Rapptz | 2017-05-14 | 1 | -1/+1 |
| | | |||||
| * | Fix some broken cross references in the migrating page. | Rapptz | 2017-05-13 | 1 | -20/+16 |
| | | |||||
| * | Add warning about sharing tokens. | Rapptz | 2017-05-13 | 1 | -0/+9 |
| | | |||||
| * | Use describe instead of tables for supported operations. | Rapptz | 2017-05-13 | 9 | -180/+218 |
| | | |||||
| * | Add Colour.blurple and Colour.greyple. | Rapptz | 2017-05-13 | 1 | -0/+9 |
| | | |||||
| * | Force disconnect in abc.Connectable.connect. | Rapptz | 2017-05-13 | 2 | -6/+10 |
| | | | | | | Some cases of is_connected is not set so we need to force it to clear it anyway. | ||||
| * | Be more consistent with period placements. | Rapptz | 2017-05-12 | 1 | -19/+19 |
| | | |||||
| * | Make images in the discord intro have consistent dimensions. | Rapptz | 2017-05-12 | 13 | -16/+14 |
| | | |||||
| * | Remove ugly background in the FAQ page. | Rapptz | 2017-05-12 | 1 | -0/+9 |
| | | |||||
| * | Rename image file to lower case png. | Rapptz | 2017-05-12 | 2 | -1/+1 |
| | | | | | | Apparently Windows likes to make it PNG and not png which is quite odd really. | ||||
| * | Fix some left over incorrect snippets. | Rapptz | 2017-05-12 | 2 | -3/+3 |
| | | |||||
| * | Fix dead cross-reference links in the migrating page. | Rapptz | 2017-05-12 | 1 | -4/+4 |
| | | |||||
| * | Hide the title in the index. | Rapptz | 2017-05-12 | 2 | -2/+7 |
| | | |||||
| * | First pass at documentation reform. | Rapptz | 2017-05-12 | 35 | -658/+2534 |
| | | |||||
| * | Rename abc.Callable to abc.Connectable. | Rapptz | 2017-05-10 | 2 | -2/+2 |
| | | |||||
| * | [commands] Converter.convert is always a coroutine. | Rapptz | 2017-05-10 | 2 | -78/+83 |
| | | | | | | | | | Along with this change comes with the removal of Converter.prepare and adding two arguments to Converter.convert, the context and the argument. I suppose an added benefit is that you don't have to do attribute access since it's a local variable. | ||||
| * | [commands] Fix default error handler to work with the switch. | Rapptz | 2017-05-10 | 1 | -1/+1 |
| | | |||||