Commit Graph

  • 12031c3d73 Add GuildMember.modify Andrei 2017-03-15 23:31:46 -0700
  • e5a97a3c33 Fix command_matches_re not being case insensitive Andrei 2017-03-15 17:06:24 -0700
  • c5848dbe8b Fix Channel.delete_messages Andrei 2017-03-13 12:26:19 -0700
  • ecdc7f3073 Start working on cleaning up docs feature/docs Andrei 2017-02-25 14:25:51 -0800
  • 713c1be01b Various fixes, remove lazy_datetime, etc Andrei 2017-02-24 12:02:30 -0800
  • 534a15895b Fix Channel.delete_messages Andrei 2017-02-21 16:53:13 -0800
  • c7a017713a Fix some python3 issues Andrei 2017-02-21 16:41:47 -0800
  • 94c33ce358 Cleanup VOICE_STATE_UPDATE Andrei 2017-02-18 18:20:02 -0800
  • 52b912abfd type changes Andrei 2017-02-18 01:24:57 -0800
  • c654f0ca55 Fix MessageEmbed.set_footer Andrei 2017-02-16 21:23:04 -0800
  • cc012cd274 pass bot instance to commands_level_getter Andrei 2017-02-16 11:22:05 -0800
  • e42e9ebe63 add support for loading a level getter from a module/function path Andrei 2017-02-16 11:19:57 -0800
  • 2bac9f9781 Bump version to 0.0.7 v0.0.7 Andrei 2017-01-26 17:26:46 -0800
  • 835242c241 Add GuildMember.name property, returning nickname or username Andrei 2017-01-26 02:34:53 -0800
  • 8216ec4ad7 Add APIClient.users_me_get and APIClient.users_me_patch Andrei 2017-01-26 02:34:29 -0800
  • 729f778ef4 Add utility properties for MessageDeleteBulk Andrei 2017-01-26 02:34:08 -0800
  • a10aca7f4a Allow overriding plugin configuration in the top-level bot config Andrei 2017-01-26 02:33:22 -0800
  • d2d7166e66 add User.get_avatar_url to support more formats/sizes Andrei 2017-01-11 21:09:57 -0600
  • 8d0dbeba1e bugfix - properly combine multiple triggers (fixes #14) Andrei 2017-01-11 21:00:04 -0600
  • d78fed6641 bugfix - fix editing a message with embeds Andrei 2017-01-11 20:44:56 -0600
  • 1bba005c34 feature - add some utility functions for constructing MessageEmbed Andrei 2017-01-11 20:44:38 -0600
  • eef13d4330 hackfixes - various fixes, incl fucky CHANNEL_UPDATE stuff Andrei 2017-01-06 18:04:23 -0600
  • 75677ab272 feature - channel argtype should support channel names Andrei 2017-01-06 18:04:03 -0600
  • 514a99dcea feature - add Guild.create_channel Andrei 2017-01-06 18:03:34 -0600
  • 4f4c3ab2ff feature - Channel.recipients should be a hash map Andrei 2017-01-04 10:26:55 -0600
  • 29768b84d2 feature - add trace field to Ready and Resumed events Andrei 2017-01-04 10:26:41 -0600
  • ceb57e19d4 bugfix - fix `create_hash` not reading from the created object Andrei 2017-01-04 09:39:59 -0600
  • a3924440b9 etc - better default log format Andrei 2017-01-04 06:26:14 -0600
  • 013fd54444 cleanup - Simplfy ARGS_REGEX even more Andrei 2016-12-27 01:58:59 -0600
  • 21d54969e7 bugfix - properly send embed when using multipart-form for attachments Andrei 2016-12-22 17:37:34 -0600
  • a498f08217 feature - add ability to control gateway max reconnects vi config Andrei 2016-12-22 17:37:01 -0600
  • ec85c25342 bugfix - reset reconnection attempts after a successful resume Andrei 2016-12-15 12:38:59 -0600
  • 57b7e4b549 feature - add guild "mention" type to parser Andrei 2016-12-03 21:19:38 -0600
  • e0ea431d9d cleanup - actually use retries var in APIException Andrei 2016-12-03 20:59:16 -0600
  • 48c8fa6fa9 feature -Add some logging to Bot, allow for handling of command/event exceptions Andrei 2016-12-03 20:58:21 -0600
  • 704f784bef refactor - make APIException less corner-casey, easier to interact with Andrei 2016-12-03 20:58:03 -0600
  • 2e7b707e1e bugfix - n-size arguments would be limited to one argument Andrei 2016-12-02 15:56:55 -0600
  • bef1492d54 Bump holster, fix SimpleLimiter race error, fix to_dict recursion Andrei 2016-12-01 16:54:43 -0600
  • b85376be32 Add MessageReactionRemoveAll, etc fixes Andrei 2016-12-01 14:26:06 -0600
  • 8d3e290e03 feature - add GuildMember.unban utility method Andrei 2016-11-28 15:33:45 -0600
  • 549d95d982
    Make the README rst for pypi #11 Peter Urda 2016-11-28 13:28:50 -0500
  • 93cf4ac660 bugfix - private_channels is a list of channels, not guilds Andrei 2016-11-28 09:37:04 -0600
  • fca1599579 bugfix - fields without a default but set to None would become UNSET Andrei 2016-11-28 05:50:53 -0600
  • b41bcebef9 feature - add url property to GuildEmoji Andrei 2016-11-24 07:56:54 -0600
  • ca36412c2e feature - track GuildEmojisUpdate in state Andrei 2016-11-24 07:56:43 -0600
  • 0b2305a746 bugfix - fix flag parsing be super derp Andrei 2016-11-24 07:56:25 -0600
  • 5d2d20a42b feature - add guild emoji management routes Andrei 2016-11-24 07:55:55 -0600
  • 6f8684bb69 refactor - better parser flags implementation Andrei 2016-11-24 01:38:07 -0600
  • d9015dd3c0 feature - add support for flags/bools in command arguments Andrei 2016-11-22 20:17:32 -0600
  • b7535790fb bugfix - set a proper User-Agent header Andrei 2016-11-22 19:28:28 -0600
  • 7084531353 bugfix - parsed command arguments should be passed in kwargs Andrei 2016-11-22 19:14:52 -0600
  • d80e3c4c57 Swap to using RESTful role add/remove endpoints Andrei 2016-11-22 17:25:32 -0600
  • 492b26326a More hashmaps, cleanup and fixes Andrei 2016-11-20 21:37:47 -0600
  • cae3ceff85 cleanup - various bits of cleanup Andrei 2016-11-15 08:00:14 -0600
  • cc9ba3d641 bugfix - user type should look in state if its not a mention resolver Andrei 2016-11-13 04:57:16 -0600
  • fa2f915de5 Remove some debug stuff Andrei 2016-11-13 01:37:04 -0600
  • bc8e494fba bugfix - don't to_bytes keys in args Andrei 2016-11-12 21:06:23 -0600
  • 6f8cecdcf7 Fix filtered args dict compt in HTTPClient Andrei 2016-11-12 17:29:06 -0600
  • 07321c9250 Rename Model.fields to avoid smashing other model props, etc Andrei 2016-11-12 17:23:15 -0600
  • dd75502b89 Improvements to command processing Andrei 2016-11-12 07:22:19 -0600
  • b5284c1975 Various fixes and improvements Andrei 2016-11-10 19:28:14 -0600
  • 58ea923562 Better command function introspection, docstrings Andrei 2016-11-07 16:17:07 -0600
  • 28cfa830f7 Various fixes and tweaks Andrei 2016-11-07 16:00:00 -0600
  • 8db18a6a1f Fix killing heartbeat task when it wasnt created, better loads/dumps Andrei 2016-11-02 19:33:51 -0500
  • 137e4c1dcb Fixed minor typo in README for running example. (#10) LewisHogan 2016-11-10 06:36:39 +0000
  • 9330d4a8dd Couple of fixes andrei 2016-11-02 17:33:37 -0700
  • 337bb0450e Fixed minor typo in README for running example. #10 Lewis Hogan 2016-11-02 18:53:02 +0000
  • 92958309a8 Use six.reraise andrei 2016-10-30 22:01:49 -0700
  • c81044f82d Fix exception chaining, defaults, bump holster andrei 2016-10-30 21:46:57 -0700
  • d8d1df0ac4 period at end of every docstring first line, ca -> can (#9) Michael 2016-10-30 19:52:12 -0700
  • 9891b900d6 Modeling improvements, couple other fixes andrei 2016-10-30 19:49:45 -0700
  • 92f8bbad97 period at end of every docstring first line, ca -> can #9 Michael Van Buren 2016-10-30 14:32:37 -0700
  • 2a311cc336 Code cleanliness pass andrei 2016-10-28 21:38:59 -0700
  • 6a99eab1a2 Cleanup event subtype proxying, fix GuildSubType, etc Andrei 2016-10-28 19:19:24 -0500
  • ef4e87f7fb Better interface to reactions, etc cleanup Andrei 2016-10-28 01:23:19 -0500
  • fabab89e36 Message reactions support (untested) Andrei 2016-10-27 01:42:50 -0500
  • 67b6967ce9 Release 0.0.6 v0.0.6 Andrei 2016-10-20 03:23:22 -0500
  • 18fe47dbf5 Fuck python3 Andrei 2016-10-20 03:18:31 -0500
  • cc8fd6db84 Better listener support, another fix to VoiceStateUpdate Andrei 2016-10-20 03:16:51 -0500
  • e24243076b Document gateway events, couple fixes Andrei 2016-10-20 02:23:47 -0500
  • 0e3f518ad1 Add Client.update_presence, fix heartbeating on dead connections Andrei 2016-10-19 20:15:00 -0500
  • fb2a19efb8 Remove dill requirement, switch to marshal for serialization, etc Andrei 2016-10-19 19:43:36 -0500
  • c7ff3b3d18 Move IPC code, bit more cleanup Andrei 2016-10-19 19:24:27 -0500
  • 13ee463dbb Cleanup and fixes Andrei 2016-10-19 17:06:55 -0500
  • 417bf33d56 Better autosharding interface, more fixes Andrei 2016-10-18 20:49:23 -0500
  • 77970c9bef Refactor plugin management a bit, etc fixes/improvements Andrei 2016-10-18 17:32:03 -0500
  • aee7fa13e1 Refine autosharding/IPC Andrei 2016-10-17 21:46:17 -0500
  • ce29836e84 First stab at IPC based auto sharding Andrei 2016-10-17 19:36:03 -0500
  • 4b5d1347a4 more voice Andrei 2016-10-17 17:30:07 -0500
  • c9ee6169c6 First pass at voice sending Andrei 2016-10-14 20:14:09 -0500
  • b44e0e1b9b Fixed Route Typo (#8) Ethan 2016-10-14 15:16:28 -0400
  • 3cb6eb4faa Fixed Route Typo #8 EJH2 2016-10-14 06:32:42 -0400
  • 502d487b80 Left a debug in - smh Andrei 2016-10-14 01:53:39 -0500
  • eeae6faf78 Bump version to v0.0.5 v0.0.5 Andrei 2016-10-14 01:51:11 -0500
  • e2ced98337 Fix embeds in execute, return message object when wait=True Andrei 2016-10-14 01:49:36 -0500
  • 190100f50b Add webhooks Andrei 2016-10-14 01:42:09 -0500
  • 8c80d24025 Remove accidentally commited line Andrei 2016-10-13 00:06:32 -0500
  • c954d59cf1 Add redis provider Andrei 2016-10-13 00:06:16 -0500
  • cc71540309 Allow loading multiple plugins per module, set more context Andrei 2016-10-13 00:04:22 -0500
  • 73c5d16561 Add WebhooksUpdate gateway event Andrei 2016-10-12 18:45:12 -0500