Commit Graph

  • 981ba63727 Update client.py DexallDesteros 2017-07-26 16:57:52 -0400
  • a2382b48e8 [channel] implement channel categories Andrei 2017-07-26 12:44:32 -0700
  • d374eeb3de [config] allow logging level to be configurable #47 sliceofcode 2017-07-26 12:02:34 -0700
  • c959806efb [channel] add parent_id andrei 2017-07-26 11:39:27 -0700
  • 680d7e0180 [tests] cleanup andrei 2017-07-24 17:16:31 -0700
  • 70bef21ca7 [tests] add test for prior bugfix andrei 2017-07-24 12:42:09 -0700
  • d75178a88f [bugfix] roles in GuildRoleCreate have guild_id andrei 2017-07-24 12:34:43 -0700
  • 6b645b6a44 Bumpb version to 0.0.11-rc.8 v0.0.11-rc.8 andrei 2017-07-20 16:32:26 -0700
  • 566130d1b3 [perf] greatly increase hashmap performance andrei 2017-07-20 16:26:44 -0700
  • 9e9d6bb1b1 Capture Raw API Responses (#46) Andrei Zbikowski 2017-07-19 21:02:47 -0700
  • 203befbcf0 Just subclass list, naming changes, tests #46 Andrei 2017-07-19 20:09:47 -0700
  • 3c4d3e1f1e Merge branch 'master' into feature/capture-requests Andrei 2017-07-19 20:04:40 -0700
  • 3544bc05df Actually fix travis builds andrei 2017-07-18 15:31:47 -0700
  • bd213afb6c Upgrade pip within travis run andrei 2017-07-18 15:13:48 -0700
  • 19f0d766ad Just use setup.py test for travis andrei 2017-07-18 15:01:03 -0700
  • 47a10b4cf1 Try newer version of pytest-benchmarks andrei 2017-07-18 14:57:54 -0700
  • af4d22e614 Fix travis and pathing andrei 2017-07-18 14:36:16 -0700
  • faccde4154 Refactor tests, move to pytest, etc andrei 2017-07-18 14:25:05 -0700
  • 670d7e5dec Add support for capturing and viewing API responses andrei 2017-07-18 12:25:22 -0700
  • 320add963b [cleanup] docs + deprecation warnings andrei 2017-07-18 11:28:35 -0700
  • 1180884f2c Bump biblio to v0.0.4 Andrei 2017-07-17 10:26:25 -0700
  • 8e13dd71df Move CHANGELOG.txt to CHANGELOG.md Andrei 2017-07-17 09:02:07 -0700
  • 9c88ddaf2c Release v0.0.11-rc.7 v0.0.11-rc.7 Andrei 2017-07-17 09:00:25 -0700
  • 78ac2c4338 [voice] add on_complete callback to DCADOpusEncoderPlayable Andrei 2017-07-17 08:46:48 -0700
  • a522a90900 [examples] use queue.append instead of queue.put Andrei 2017-07-17 08:08:35 -0700
  • 667eb1be3b [voice] Better Queue (#44) Andrei Zbikowski 2017-07-17 08:07:40 -0700
  • 277083d07c More functionality #44 Andrei 2017-07-17 07:59:14 -0700
  • 4d2114aef9 Add built-in Playable queue Andrei 2017-07-17 07:00:35 -0700
  • 885a21505f [channel] add support for nsfw flag Andrei 2017-07-13 13:42:23 -0700
  • 070bb6551d [gateway] improve debug logging format Andrei 2017-07-13 13:42:00 -0700
  • f3a39e96a3 [cleanup] whitespace Andrei 2017-07-11 13:52:05 -0700
  • 32085b4a67 [util] fix SimpleLimiter not limiting correctly Andrei 2017-07-11 13:50:30 -0700
  • cefb992fe0 Merge 5cda804809 into 7b47011c7e #41 Giovani Irimea 2017-07-11 18:33:50 +0000
  • 7b47011c7e Bump to v0.0.11-rc.6 v0.0.11-rc.6 Andrei 2017-07-11 11:26:47 -0700
  • f098241596 [deps] bump holster to v1.0.16 Andrei 2017-07-11 11:26:01 -0700
  • 3529907eee [channels] add ability to modify properties on channel Andrei 2017-07-11 11:21:24 -0700
  • 5aa5e63079 [bugfix] handle stale presences correctly Andrei 2017-07-10 07:15:26 -0700
  • 2f37dbb10e Start working on Sendable / better message builders #43 feature/message-builder Andrei 2017-07-04 21:45:29 -0700
  • c4331daf8f Bump to 0.0.11-rc.5 v0.0.11-rc.5 Andrei 2017-07-03 21:51:43 -0700
  • 5cda804809 changed 'check_command_permissions' to work with python3 #41 Giovani Irimea 2017-07-01 02:14:50 +0300
  • 6ba556c369 [api] fix None reason throwing error andrei 2017-06-27 12:00:01 -0700
  • 20b9e496bc Use a persistent requests session instead of recreating it (#39) Danny 2017-06-27 11:40:00 -0400
  • 8aca1b47b7 [types.message] add Emoji.custom property andrei 2017-06-26 11:35:05 -0700
  • 51deab2cea Use a persistent requests session instead of recreating it #39 Danny 2017-06-25 04:19:38 -0400
  • b3cd55e6b0 [tests] cleanup / etc andrei 2017-06-23 23:16:53 -0700
  • 83e5f93958 [tests] add more typing tests andrei 2017-06-23 16:28:30 -0700
  • cca53f0a70 [types] cleanup model loading and make consume greedy andrei 2017-06-23 16:11:56 -0700
  • 29fa6d0afe Merge 915b078095 into 359795e410 #38 Rudi Bonfiglioli 2017-06-23 18:54:13 +0000
  • 915b078095 Fix example config.yaml #38 Rudi Bonfiglioli 2017-06-23 18:52:15 +0000
  • 359795e410 [types] make load_into a classmethod, add testing for types andrei 2017-06-22 15:36:09 -0700
  • 25f1b2d503 [bugfix] move VoiceClient import into method to avoid warnings andrei 2017-06-22 15:35:48 -0700
  • bc1f15556f Bump to v0.0.11-rc.4 v0.0.11-rc.4 Andrei 2017-06-19 14:10:44 -0700
  • d0de5a3408 [cli] properly fix manhole_bind/enable usage Andrei 2017-06-19 14:09:48 -0700
  • 725d972487 Bump to v0.0.11-rc.3 v0.0.11-rc.3 Andrei 2017-06-19 14:04:56 -0700
  • d7641ce1c0 [cli] fix error thrown if not enabling manhole andrei 2017-06-19 14:03:50 -0700
  • c56d58c06f Bump to v0.0.11-rc.2 v0.0.11-rc.2 Andrei 2017-06-17 22:41:50 -0700
  • 5fedac5151 Audit Log (#35) Andrei Zbikowski 2017-06-17 22:41:25 -0700
  • 539ba27b58 Fix Guild.create_ban/guilds_bans_create signatures #35 Andrei 2017-06-17 22:33:36 -0700
  • b8166c2fa6 Merge branch 'master' into feature/audit-log Andrei 2017-06-17 22:26:28 -0700
  • 41e35c4381 Add support for limit/after query args in guild_members_list (fixes #37) Andrei 2017-06-17 16:23:44 -0700
  • 6a185908ac Always return a list from get_commands_for_message (fixes #36) Andrei 2017-06-17 16:16:38 -0700
  • 831f7566e9 Remove requirement around pyyaml, bump gevent v0.0.11-rc.1 Andrei 2017-06-17 04:51:29 -0700
  • bc0878f4cf Remove requirement for inflection library Andrei 2017-06-17 04:49:21 -0700
  • ab4f975609 Cleanup examples and include comments Andrei 2017-06-17 04:44:41 -0700
  • f48671d9bb Add support for built-in HTTP/Flask server (#34) Andrei Zbikowski 2017-06-17 01:15:49 -0700
  • 30fbb9cbe7 Increase the weight of group matches over command argument matches (#33) Andrei Zbikowski 2017-06-17 01:15:36 -0700
  • e8e3277ce7 Merge in previous changes Andrei 2017-06-17 00:46:04 -0700
  • b69c941317 Further progress on audit log Andrei 2017-06-17 00:41:01 -0700
  • e4b35ae02f Merge branch 'master' into feature/audit-log Andrei 2017-06-16 23:55:54 -0700
  • fb70f43508 Checkpoint progress Andrei 2017-06-16 23:55:02 -0700
  • eea94e1a8d Don't default http_enabled to true #34 andrei 2017-06-16 17:51:24 -0700
  • 0f59b606fb Increase the weight of group matches over command argument matches #33 andrei 2017-06-16 17:46:35 -0700
  • fa05d161af Add support for built-in HTTP/Flask server andrei 2017-06-16 15:45:57 -0700
  • 782e583808 [docs] more building blocks stuff andrei 2017-06-14 11:12:27 -0700
  • 35eeb761eb [docs] specify that \_\_init\_\_.py is required andrei 2017-06-12 17:18:33 -0700
  • 70cc47ba8b remove usages of StopIteration to remove warnings on py3 andrei 2017-06-07 17:26:34 -0700
  • 1e6d144f45 Merge 1015ba4704 into 333fcebcd4 #18 r3t4rd3d 2017-06-04 17:44:19 +0000
  • f0fae86074 Merge eb17b0f655 into 333fcebcd4 #27 José Duarte 2017-06-04 17:44:19 +0000
  • 333fcebcd4 [commands] fix a two bugs related to command groupings + tests andrei 2017-06-03 22:30:39 -0700
  • 3bb63c4c2a nitpick fix andrei 2017-06-02 00:39:08 -0700
  • 0842e82365 Bump to v0.0.10 v0.0.10 andrei 2017-06-02 00:16:57 -0700
  • 9d595047c3 Actually properly fix GatewayEvent proxying once and for all andrei 2017-06-02 00:16:22 -0700
  • bc247c7d21 Add support for ArgumentParser based parsing andrei 2017-06-02 00:00:51 -0700
  • 163b62e418 Fix proxy getattr on Python 2.x andrei 2017-06-02 00:00:38 -0700
  • 3470be1345 Bump to v0.0.9, include pyyaml in requirements v0.0.9 Andrei 2017-06-01 14:57:51 -0700
  • 00edde0896 Documentation fixes / updates for channels Andrei 2017-05-26 22:44:50 -0700
  • f3b3dd47b5 Add EXTREME verification level Andrei 2017-05-26 22:32:46 -0700
  • e7a75c2a0d Properly proxy getattr within GatewayEvent (fixes #31) Andrei 2017-05-26 16:22:26 -0700
  • 9fdfecd7f7 Include @everyone role within Guild.get_permissions (fixes #30) Andrei 2017-05-26 16:17:51 -0700
  • b2abc46122 Rework Documentation (#20) Andrei Zbikowski 2017-05-26 16:05:41 -0700
  • 4a416788cc Fix typo in readme andrei 2017-05-15 13:44:45 -0700
  • efaf2ed2f4 Merge 549d95d982 into f14f316ebc #11 Peter Urda 2017-05-15 20:07:01 +0000
  • f14f316ebc Fix image hashes incorrectly using `binary` type andrei 2017-05-15 11:19:46 -0700
  • 4ef91c8b15 Replace Message.get_reactors w/ Message.get_reactors_iter Andrei 2017-05-12 06:50:29 -0700
  • 960478110e Add support for paginating over message reactors Andrei 2017-05-12 06:48:31 -0700
  • dc7e282943 Add get_icon_url/get_splash_url for Guild's Andrei 2017-05-10 15:28:49 -0700
  • e981cfd79b http - better output when validation error occurs Andrei 2017-05-10 15:28:34 -0700
  • ebe6b5d0ce state - fix untracked/stale users Andrei 2017-05-10 15:28:04 -0700
  • e357162c00 Fix Py3 warning in OpusEncoder Andrei 2017-05-08 07:13:49 -0700
  • b971eacdcb Improve voice logging, add log level to disco.cli arguments Andrei 2017-05-08 07:08:26 -0700