Andrei
9c88ddaf2c
Release v0.0.11-rc.7
8 years ago
Andrei
78ac2c4338
[voice] add on_complete callback to DCADOpusEncoderPlayable
8 years ago
Andrei
a522a90900
[examples] use queue.append instead of queue.put
8 years ago
Andrei Zbikowski
667eb1be3b
[voice] Better Queue ( #44 )
* Add built-in Playable queue
* More functionality
8 years ago
Andrei
885a21505f
[channel] add support for nsfw flag
8 years ago
Andrei
070bb6551d
[gateway] improve debug logging format
8 years ago
Andrei
f3a39e96a3
[cleanup] whitespace
8 years ago
Andrei
32085b4a67
[util] fix SimpleLimiter not limiting correctly
This would cause our GatewayClient to get rate limited when guild member
syncing was enabled for clients with a large number of guilds. The bug
had to do with the limiter releaseing all the requests after the initial
period it blocked for. This was resolved by rewriting the SimpleLimiter
to use a semaphore.
8 years ago
Andrei
7b47011c7e
Bump to v0.0.11-rc.6
8 years ago
Andrei
f098241596
[deps] bump holster to v1.0.16
8 years ago
Andrei
3529907eee
[channels] add ability to modify properties on channel
8 years ago
Andrei
5aa5e63079
[bugfix] handle stale presences correctly
It's possible for Discord to send us presences for users which do not
actually exist in the Guild (remember; eventually consistent), so we
should throw these away when we get them.
8 years ago
Andrei
c4331daf8f
Bump to 0.0.11-rc.5
8 years ago
andrei
6ba556c369
[api] fix None reason throwing error
8 years ago
Danny
20b9e496bc
Use a persistent requests session instead of recreating it ( #39 )
As per the documentation for requests, this allows us to have a
persistent TCP connection and uses connection pooling, causing some
speed ups instead of constantly recreating the session object via
`requests.request`.
8 years ago
andrei
8aca1b47b7
[types.message] add Emoji.custom property
8 years ago
andrei
b3cd55e6b0
[tests] cleanup / etc
8 years ago
andrei
83e5f93958
[tests] add more typing tests
8 years ago
andrei
cca53f0a70
[types] cleanup model loading and make consume greedy
8 years ago
andrei
359795e410
[types] make load_into a classmethod, add testing for types
8 years ago
andrei
25f1b2d503
[bugfix] move VoiceClient import into method to avoid warnings
8 years ago
Andrei
bc1f15556f
Bump to v0.0.11-rc.4
8 years ago
Andrei
d0de5a3408
[cli] properly fix manhole_bind/enable usage
8 years ago
Andrei
725d972487
Bump to v0.0.11-rc.3
8 years ago
andrei
d7641ce1c0
[cli] fix error thrown if not enabling manhole
8 years ago
Andrei
c56d58c06f
Bump to v0.0.11-rc.2
8 years ago
Andrei Zbikowski
5fedac5151
Audit Log ( #35 )
* Initial stab at audit log stuff
* Checkpoint progress
* Further progress on audit log
* Merge in previous changes
* Fix Guild.create_ban/guilds_bans_create signatures
8 years ago
Andrei
41e35c4381
Add support for limit/after query args in guild_members_list ( fixes #37 )
8 years ago
Andrei
6a185908ac
Always return a list from get_commands_for_message ( fixes #36 )
8 years ago
Andrei
831f7566e9
Remove requirement around pyyaml, bump gevent
8 years ago
Andrei
bc0878f4cf
Remove requirement for inflection library
8 years ago
Andrei
ab4f975609
Cleanup examples and include comments
8 years ago
Andrei Zbikowski
f48671d9bb
Add support for built-in HTTP/Flask server ( #34 )
* Add support for built-in HTTP/Flask server
* Don't default http_enabled to true
8 years ago
Andrei Zbikowski
30fbb9cbe7
Increase the weight of group matches over command argument matches ( #33 )
8 years ago
andrei
782e583808
[docs] more building blocks stuff
8 years ago
andrei
35eeb761eb
[docs] specify that \_\_init\_\_.py is required
8 years ago
andrei
70cc47ba8b
remove usages of StopIteration to remove warnings on py3
this was due to pep479
8 years ago
andrei
333fcebcd4
[commands] fix a two bugs related to command groupings + tests
1. The shortest possible match for a single command was an empty string.
2. Group matching was overly greedy, and would allow extraneous
characters at the end of the group match.
8 years ago
andrei
3bb63c4c2a
nitpick fix
8 years ago
andrei
0842e82365
Bump to v0.0.10
8 years ago
andrei
9d595047c3
Actually properly fix GatewayEvent proxying once and for all
8 years ago
andrei
bc247c7d21
Add support for ArgumentParser based parsing
8 years ago
andrei
163b62e418
Fix proxy getattr on Python 2.x
8 years ago
Andrei
3470be1345
Bump to v0.0.9, include pyyaml in requirements
8 years ago
Andrei
00edde0896
Documentation fixes / updates for channels
8 years ago
Andrei
f3b3dd47b5
Add EXTREME verification level
8 years ago
Andrei
e7a75c2a0d
Properly proxy getattr within GatewayEvent ( fixes #31 )
8 years ago
Andrei
9fdfecd7f7
Include @everyone role within Guild.get_permissions ( fixes #30 )
Previouslly this was ommited erroneously
8 years ago
Andrei Zbikowski
b2abc46122
Rework Documentation ( #20 )
* First stab at reworking docs
* Take a stab at some client documentation
* More DOCS stuff
* more docs stuff
8 years ago
andrei
4a416788cc
Fix typo in readme
8 years ago