Commit Graph

  • 52685e38c8 Fixes #100: Remove old entry from voice_states if user device changes #109 Kyriog 2018-08-24 14:50:49 +0200
  • cf34230a7a Adding kwargs to scheduled functions (#104) Kyriog 2018-08-04 01:23:00 +0200
  • 2df215f049 Using kwargs as a dict for register_schedule #104 Kyriog 2018-08-04 01:10:43 +0200
  • 1c9bfb6be0 flake8 error fix #106 Dan 2018-08-02 00:04:55 -0400
  • 7e9e0a69d5 added voice_clients in state Dan 2018-08-01 23:52:14 -0400
  • a7aa98e4dc Merge branch 'master' of https://github.com/b1naryth1ef/disco Dan 2018-08-01 23:46:23 -0400
  • 7d3228a740 Adding Invite.link property to get a usable Discord Invite link #105 Kyriog 2018-08-02 00:12:01 +0200
  • 9cc7ca7000 voice receive support (#101) Dan 2018-08-01 14:46:57 -0400
  • 4032094bd2 Adding API method for Get User endpoint (#103) Kyriog 2018-08-01 20:38:28 +0200
  • 4064334b12 Adding kwargs to scheduled functions Kyriog 2018-08-01 18:58:23 +0200
  • 52d32b1c8e Adding API method for Get User endpoint #103 Kyriog 2018-08-01 18:51:39 +0200
  • 0ba70b7799 Fix docs anchors rendering (#102) Zac Nowicki 2018-07-23 13:52:23 -0400
  • 4644b094bf
    Fix docs anchors rendering #102 Zac Nowicki 2018-07-21 06:09:30 -0400
  • ec6f423d6c fixed version not being set on the voice gateway #101 Dan 2018-06-16 16:38:00 -0400
  • 9fa8d1d427 added more debug logs Dan 2018-06-15 16:51:34 -0400
  • 445e71e075 replaced channel with client in VoiceData and VoiceSpeaking events Dan 2018-06-15 11:52:06 -0400
  • da8c721f1c please pass Dan 2018-06-14 23:54:03 -0400
  • 2989a2cec6 some style updates Dan 2018-06-14 23:32:03 -0400
  • f603142898 some updates Dan 2018-06-14 22:26:57 -0400
  • a7379e0e89 initial voice Dan 2018-06-14 20:31:48 -0400
  • ec7f0797a9
    Fix the way HashMap.select() works Andrei 2018-05-27 17:07:32 -0700
  • a5316bc6f2 Fix wrong permission assert for channel deletion (#96) Kyriog 2018-05-22 20:05:42 +0200
  • 3fad17a2b0 Add Channel.send_typing (#97) Justin Moore 2018-05-22 13:05:18 -0500
  • dd8c3e1ddc Add Channel.send_typing #97 Dr. Chat 2018-05-22 12:16:33 -0500
  • fff5f8c6d3
    Fix wrong permission assert for channel deletion #96 Kyriog 2018-05-18 20:36:14 +0200
  • a0c3bc62d7
    Added docstring to open_dm() #95 Jaimyn Mayer 2018-05-04 00:43:29 +1000
  • c9bd086eac
    Added listener (pm user on guild join) example #94 Jaimyn Mayer 2018-05-04 00:26:02 +1000
  • e6563df50c Fix IDs being strings on `bot.levels` setting. (#93) Raphael Nepomuceno 2018-05-02 15:36:07 -0300
  • fe59583976 Fix IDs being strings on `bot.levels` setting. #93 Raphael Nepomuceno 2018-05-02 08:10:40 -0300
  • e0209737c0 Fixed typo in documentation (#91) Naymin 2018-05-02 09:59:15 +0300
  • 2a116631b9 [voice] use IP from voice ready for UDP connection andrei 2018-04-26 22:03:26 -0700
  • 65d651d3af
    Fix bug related to `text` field andrei 2018-04-16 14:52:47 -0700
  • de5ae5155c
    Add guild_id to events that now contain it Andrei 2018-04-13 20:33:49 -0700
  • 60846ada47
    Fixed typo in documentation #91 Naymin 2018-04-13 13:47:30 +0300
  • 91c35924e7
    Merge 69f96aa3ba into 44156c7e01 #90 Ezra Fielding 2018-04-06 19:19:06 +0000
  • 69f96aa3ba Spell Check #90 Ezra Fielding 2018-04-06 21:13:47 +0200
  • 44156c7e01
    [flake8] ignore A002 since its triggering on function names (???) andrei 2018-04-02 15:00:28 -0700
  • d41a4fff9b
    [docs] Update listeners docs andrei 2018-04-02 14:58:24 -0700
  • 94554fd743
    Merge 15bef1142d into 97876f2c34 #87 DaMoo 2018-04-02 21:39:07 +0000
  • 97876f2c34 Fix error in message sending. (#89) Alkali-Metal 2018-04-02 15:39:04 -0600
  • 0f127ea358
    Fix error in message sending. #89 Alkali-Metal 2018-03-28 22:29:49 -0600
  • 06f7e86480
    Merge 4f0179ffb0 into df6c363250 #86 DeJay 2018-03-27 23:03:04 +0000
  • df6c363250 Allow removing content during message edit (#88) Kodie Goodwin 2018-03-23 17:06:45 -0700
  • 022acda37b Allow removing content during message edit #88 Kodie 2018-03-23 17:03:04 -0700
  • 15bef1142d
    Change function call to property #87 Peter D 2018-03-18 14:05:05 -0400
  • 49d0486b6b
    Add xsalsa20_poly1305_lite voice encryption mode andrei 2018-03-13 12:43:06 -0700
  • 4f0179ffb0
    Update building_block_listeners.md #86 DeJay 2018-02-20 18:52:04 -0500
  • 772b7c684d
    Generated Documentation gh-pages AutoDoc 2018-02-14 21:53:23 -0800
  • f5b422117e Added more documentation in the bot tutorial directory (#56) Jari (LotU) 2018-02-15 06:52:49 +0100
  • 0851db2703
    Merge aa21e55b5b into c86824a64f #81 Kronopt 2018-02-15 05:52:01 +0000
  • c86824a64f
    Use JSON for tutorial Andrei 2018-02-14 21:51:48 -0800
  • 60fbb62b5f
    cleanup readme a bit Andrei 2018-02-14 21:48:30 -0800
  • 51576d2970
    Fix various inconsistencies/bugs in cli.py Andrei 2018-02-14 21:14:29 -0800
  • 90098c1c27
    Cleanup the initialization of the builtin HTTP server Andrei 2018-02-14 21:14:09 -0800
  • 5c28ee6508
    Fix exception on some MessageUpdates when `commands_allow_edit` was enabled Andrei 2018-02-14 21:13:41 -0800
  • ce143d1da4
    fix incorrect paren positioning from last commit Andrei 2018-02-14 21:13:10 -0800
  • eb6b22d93e
    state listeners should use Priority.BEFORE Andrei 2018-02-14 20:54:47 -0800
  • 56d705a8f7
    Release v0.0.12 v0.0.12 andrei 2018-02-12 16:00:10 -0800
  • e1fcda0ffb Set the ban reason in ban list as well (#82) PixeL 2018-02-12 16:32:46 -0600
  • cbddc3ae95
    Set the ban reason in ban list as well #82 PixeLInc 2018-02-09 23:23:27 -0600
  • 16257d6f48
    Update message_embeds.md #56 Jari (LotU) 2018-01-24 08:58:04 +0100
  • cc8c43434c
    Update building_block_listeners.md Jari (LotU) 2018-01-24 08:52:43 +0100
  • 88097e4b58
    Update building_block_commands.md Jari (LotU) 2018-01-24 08:41:34 +0100
  • aa21e55b5b
    Remove pyyaml from extras_require #81 Kronopt 2018-01-23 15:27:05 +0000
  • 9e7fcbc70f
    Add pyyaml to requirements.txt Kronopt 2018-01-23 15:25:54 +0000
  • 7d1fe756ac Release v0.0.12-rc.4 v0.0.12-rc.4 Andrei 2018-01-22 08:15:34 -0800
  • 88504f7aa6
    Voice Gateway v3 (#80) Andrei Zbikowski 2018-01-22 08:08:35 -0800
  • 4a83178a9f
    Merge branch 'master' into feature/voice-gateway-v3 #80 Andrei Zbikowski 2018-01-22 07:59:23 -0800
  • 9ac9e26a4a [reqs] downgrade websocket-client to 0.44.0 Andrei 2018-01-22 07:57:09 -0800
  • ea6b882da7 [reqs] add wsaccel to performance reqs Andrei 2018-01-22 06:30:50 -0800
  • 840e7abf91 Support voice gateway v3 Andrei 2018-01-22 07:56:41 -0800
  • b6bd35c374 Merge 82418bf652 into 02cc56e605 #57 Bottersnike 2018-01-22 14:56:45 +0000
  • 02cc56e605 Handle zombie connections (#79) PixeL 2018-01-22 08:34:34 -0600
  • 1ec746357a [reqs] add wsaccel to performance reqs Andrei 2018-01-22 06:30:50 -0800
  • a137dc2523
    Support 'xsalsa20_poly1305_suffix' encryption mode (#77) Andrei Zbikowski 2018-01-22 06:30:22 -0800
  • b5f2bff41d
    Close w/ non-1000 code, make variable private #79 Andrei Zbikowski 2018-01-22 06:27:24 -0800
  • d0a3c5db0d Add the new statuses (#78) PixeL 2018-01-22 08:19:30 -0600
  • 4427b78c13 Support 'xsalsa20_poly1305_suffix' encryption mode #77 andrei 2018-01-17 10:01:26 -0800
  • 42faa3b1f1
    Handle zombie connections PixeLInc 2018-01-21 03:14:45 -0600
  • ef97df4f7f
    Add the new statuses #78 PixeLInc 2018-01-18 18:54:02 -0600
  • 091017c8cf Add ETF support for Python 3.x (#68) Giovani Irimea 2018-01-17 20:10:58 +0200
  • 21a3ad0290
    Merge branch 'master' into master #68 Andrei Zbikowski 2018-01-17 10:10:48 -0800
  • 6eac91ce53 Bump versions of websocket-client, pynalc, and youtube_dl andrei 2018-01-17 10:07:34 -0800
  • 6a2ea55c12 fix tests from removal of disco.util.token andrei 2018-01-17 10:07:25 -0800
  • 76b34a039e Remove util.token module entirely andrei 2018-01-17 10:02:04 -0800
  • 5b46f701ed Merge 04be98a806 into a8ebb0f1b2 #76 Naymin 2018-01-16 15:02:41 +0000
  • 04be98a806
    Update to recognise new tokens #76 Naymin 2018-01-16 17:01:01 +0200
  • e925fcf5f6 Merge 371602fa4a into a8ebb0f1b2 #75 KartulUdus 2018-01-12 23:37:34 +0000
  • 371602fa4a as per request #75 KartulUdus 2018-01-13 01:37:29 +0200
  • 8731a1dbd7 Changed setup.py check from using six to sys Bumped requirements for youtube-dl and websocket-client Giovani 2018-01-12 19:00:46 +0200
  • 75ff8ce35e Token regex update KartulUdus 2018-01-12 00:25:32 +0200
  • 5edb93c488 upgrade discord token regex KartulUdus 2018-01-12 00:11:45 +0200
  • c8994b203e Play around with some better abstractions feature/refactor andrei 2018-01-10 18:42:35 -0800
  • a8ebb0f1b2 adds support for animated emoji (#74) Sebastian Winkler 2018-01-10 21:56:18 +0100
  • 2e50bf9ace
    improves string creation #74 Sebastian Winkler 2018-01-10 21:46:27 +0100
  • ed122c4bea
    adds support for animated emoji Sebastian Winkler 2018-01-10 16:25:41 +0100
  • c8d6cb0e29 Fix shared_config initialization typo (#71) Spencer 2018-01-06 23:40:15 -0800
  • 7ebd10f4bb
    Fix shared_config initialization typo #71 Spencer 2018-01-05 19:33:17 -0800
  • 857b4454a8 Fix IndexError instead of StopIteration when MessageIterator is done (#69) Moses Miller 2018-01-04 18:20:59 -0800
  • 252afd2297
    Make fill() return a boolean based on whether items were added to the buffer, and update __next__() accordingly #69 Moses Miller 2018-01-04 16:23:28 -0800