| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Clarify logging and on_error documentation | Hornwitser | 2015-10-06 | 2 | -17/+47 | |
| | | | | | | | | | Change the description of on_error to reflect that exceptions are logged and not output by default. Add a note about not configuring logging causing exceptions to be silently ignored in handlers in the API. And add some more explanations and a simpler configuration example to the logging description. | |||||
| * | Change behaviour of on_error | Hornwitser | 2015-10-06 | 1 | -12/+22 | |
| | | | | | | | | | | Change how the old style on_error event is called to match the new style on_error event. Both are now called in case an exception is raised in an user defined event handler, and will by default print the arguments of the event tha raised the exception and the traceback for the exception. In addition, overridding the on_error handler supresses this behaviour. | |||||
| * | Listen to CHANNEL_UPDATE events and add on_channel_update | Rapptz | 2015-09-25 | 1 | -0/+6 | |
| | | ||||||
| * | Add support for logging. | Rapptz | 2015-09-16 | 2 | -0/+25 | |
| | | ||||||
| * | Document discord.utils.find function | Rapptz | 2015-09-14 | 1 | -0/+6 | |
| | | ||||||
| * | Documentation fixes and version bump.v0.5.0 | Rapptz | 2015-09-05 | 1 | -2/+2 | |
| | | ||||||
| * | Add on_error event for doing something about uncaught exceptions. | Rapptz | 2015-09-05 | 1 | -0/+13 | |
| | | ||||||
| * | Add on_member_update event. | Rapptz | 2015-09-04 | 1 | -0/+6 | |
| | | ||||||
| * | Add support for creating invites. | Rapptz | 2015-09-04 | 1 | -0/+3 | |
| | | ||||||
| * | Add on_server_create and on_server_delete events. | Rapptz | 2015-09-03 | 1 | -0/+11 | |
| | | ||||||
| * | Document exceptions and change conf.py version detection.v0.4.1 | Rapptz | 2015-08-28 | 2 | -2/+23 | |
| | | ||||||
| * | Version bump to v0.4.0.v0.4.0 | Rapptz | 2015-08-27 | 1 | -2/+2 | |
| | | ||||||
| * | Handle GUILD_MEMBER_REMOVE/GUILD_MEMBER_ADD events. | Rapptz | 2015-08-27 | 1 | -0/+7 | |
| | | | | | Thanks izy. | |||||
| * | on_status now takes only a member. | Rapptz | 2015-08-27 | 1 | -9/+4 | |
| | | ||||||
| * | Documentation update. | Rapptz | 2015-08-26 | 1 | -2/+9 | |
| | | ||||||
| * | Add logout support and on_disconnect event. | Rapptz | 2015-08-24 | 1 | -0/+4 | |
| | | ||||||
| * | Add support for channel creation events. | Rapptz | 2015-08-23 | 1 | -2/+5 | |
| | | ||||||
| * | Add on_channel_delete event. | Rapptz | 2015-08-23 | 1 | -0/+7 | |
| | | ||||||
| * | Sandbox events so exceptions being thrown don't break the client. | Rapptz | 2015-08-23 | 1 | -1/+3 | |
| | | ||||||
| * | Add on_status event. | Rapptz | 2015-08-23 | 1 | -0/+11 | |
| | | ||||||
| * | Rename project from pydiscord to discord.py | Rapptz | 2015-08-22 | 5 | -17/+17 | |
| | | ||||||
| * | Add on_message_edit event. | Rapptz | 2015-08-21 | 1 | -1/+7 | |
| | | ||||||
| * | Add on_message_delete event and Client.messages attribute. | Rapptz | 2015-08-21 | 1 | -0/+6 | |
| | | ||||||
| * | Initial commit | Rapptz | 2015-08-21 | 5 | -0/+812 | |