Andrei
2161977902
Fix issue with sanitization
8 years ago
Andrei
9da191ae91
Proper time conversion
8 years ago
Andrei
898ba53f27
s/isoformat/strftime
8 years ago
Andrei
a544a6d020
Add snowflake-utils from_datetime and from_timestamp
8 years ago
Andrei
3410849543
Fix cases where member presence can be stomped on
8 years ago
Andrei
fb9128a092
Bump holster version
8 years ago
Andrei
34615cc398
Use proper URL format for deleting message reaction
8 years ago
Andrei
c7a4b25c7b
s/uesr_id/user_id
8 years ago
Andrei
8687a47c14
Add Guild.get_invites, Guild.get_emojis, MessageReactionAdd.delete
8 years ago
Andrei
5ca596b889
Add ability to pass conditional to Plugin.wait_for_event
8 years ago
Andrei
d9f619f007
Rename Invite.create -> create_for_channel
This was smashing a base model method
8 years ago
Andrei
2970466311
Add Chainable/async utils
8 years ago
Andrei
33f77869d5
Add GuildEmoji.delete
8 years ago
Andrei
1f50274554
Fix users loaded in GuildCreate missing presence information
The presence data comes sep. from the users info here, so we need to
load it.
8 years ago
Andrei
7256ff35fc
Fix API-returned GuildEmoji's not having guild_id set
8 years ago
Andrei
701b0d2437
Bump holster, fix bug with sanitizing mentions
8 years ago
Andrei
bd431d949e
Bump holster version
8 years ago
Andrei
a8a2c64e95
Add support for multiple attachments
This also deprecates the attachment keyword argument.
8 years ago
Andrei
a52ab456b1
Deprecate Message.create_reaction in favor of Message.add_reaction
This naming scheme was garbage and always tripped me up. In favor of
having a more intuitive (and less _technically_ correct) interface,
we'll swap the name up.
8 years ago
Andrei
b82c3ab69a
Add explicit_content_filter and default_message_notifications to guilds
Previously missing.
8 years ago
Andrei
db54d2a392
Fix issues with calculating abbreviations ( closes #15 )
8 years ago
Andrei Zbikowski
43c1838011
Refactor storage module, greatly simplify ( #22 )
8 years ago
Jamie Bishop
f155128bb0
Fixed typo in example ( #23 )
8 years ago
Andrei
281e686232
Add some additional requirement options
8 years ago
Andrei
4fcdb025d0
Add a callback within FileProxyPlayable
Useful for applications looking to confirm a fileproxyplayable has fully
completed _before_ doing something with it (e.g. caching)
8 years ago
Andrei
363d3b057c
Revert presence stuff for now,
8 years ago
Andrei
bad953e58d
Fix smashing PresenceUpdate.user value in state module
8 years ago
Andrei
5eeec20a75
Fix overflowing timestamp in voice player
This would cause heavy packet loss once our timestamp reached the int
max.
8 years ago
Andrei
1a9b973a0c
content is optional for channels_messages_modify
8 years ago
Andrei
1db1fc3bf3
s/resumed_events/replayed_events typo
8 years ago
Andrei
4bab008f79
Fix BufferedOpusEncoderPlayable cutting off playback too soon
Previously the signal for when BufferedOpusEncoderPlayable was
completed, was when the encoding process finished. However considering
we buffer the encoding, this would cause the playable to complete 4096
frames before it was actually done. We now properly just enqueue a None
(aka complete signal) when encoding is done, so that playback will
complete fully.
8 years ago
Andrei
517c0037ee
Fix various Python 3 voice issues
- Use print function for nacl library warning
- Use BufferedIO instead of StringIO on Python3, we're dealing with
bytes here
- Fix MRO issue w/ BufferedOpusEncoder
- Fix race condition on loading url information within YoutubeDLPlayable
8 years ago
Andrei
3dc6e6f99d
Fix possible edge case when bot has nickname and is mentioned
Its valid for a user mention to be sent and parsed when a nickname
mention is expected. As such we should filter both from the message
contents to avoid message processing issues.
8 years ago
Andrei
a50f864c14
Ensure Unset is falsey
8 years ago
Andrei
c41dca5512
Make pynacl optional dependency
8 years ago
Andrei
7ee41771b6
Update docs on Client.update_presence, fix Channel.send_message
8 years ago
Andrei
54222989ba
Switch from API v6 -> v7 to get more useful errors
Might need to tweak APIException
8 years ago
Andrei
bcb3ac682e
Cache PIP w/ travis
8 years ago
Andrei
6819ca6d60
Python 3.2 doesn't have unicode literal backwards-compat
🤣
8 years ago
Andrei
cc170e2cff
s/langauge/language
8 years ago
Andrei
5ed5f525ed
voice - only return metadata in property if we have metadata set
8 years ago
Andrei
add53ec444
Add some tests around embeds
8 years ago
Andrei
e78c99b605
Add tests/CI, fix playable import error on py3
8 years ago
Andrei
13c9721190
Users with administrator can execute all permissions
This isn't totally true because of heiarchy, but we can think about how
to handle that later as it requires interface changes.
8 years ago
Andrei
b340440ec1
Fix the way cached presences work
There where various oddities and bugs here, namely:
- Guild kept its initial `presences` list even though this is basically
useless, and was never kept up-to-date
- State did not properly use all the fields of presence_update, and was
creating some annoying recursive oddities w/ user and presence binding
8 years ago
Andrei
b0854c0969
Remote duration argument-parser field
Libs should just implement this manually.
8 years ago
Andrei
f2f9a96804
Add more visibility into resumes on GatewayClient
8 years ago
Andrei
3c3a318ae8
Improve channels_messages_create function signature
8 years ago
Andrei
e9317e9ee4
What am I even smoking
8 years ago
Andrei
968745341b
Create a non-authed client when using Webhook.from_url
8 years ago