Rapptz
9119f61caa
Fix KeyError with events.
10 years ago
Rapptz
73919fe152
Documentation fixes and version bump.
10 years ago
Rapptz
eed4b428aa
Add the ability to accept invites.
10 years ago
Rapptz
4aecd5f7b5
Add on_error event for doing something about uncaught exceptions.
10 years ago
Rapptz
568c2a773b
Remove owner_id from Server and use owner instead.
owner will be the actual Member who owns the server.
10 years ago
Rapptz
e11aaa0566
Add on_member_update event.
10 years ago
Rapptz
80eb567520
Add support for creating invites.
10 years ago
Rapptz
b4e6591c9d
Refactor parse_time into its own utils file.
10 years ago
Rapptz
b00ad4ad79
Use kwargs if the number of arguments needed is too many.
10 years ago
Rapptz
5f69fe9b07
Add ability to delete channels.
10 years ago
Rapptz
0e29d5a136
Add the ability to create channels.
10 years ago
Rapptz
7ab73bdf45
Add support for editing your profile.
10 years ago
Rapptz
9deb743df3
Store email in the client as an attribute.
10 years ago
Rapptz
81aa76021a
Update README.
10 years ago
Rapptz
54fa8dea69
Add the ability to kick, ban and unban users from a server.
10 years ago
Rapptz
c98a723f06
Add on_server_create and on_server_delete events.
10 years ago
Rapptz
4124b097c7
WebSocket gateway now properly uses the auth headers.
10 years ago
Rapptz
afdada133f
Permissions are now properties rather than functions.
This allows you to set or retrieve specific bits through a
higher level API to facilitate editing in the future.
10 years ago
Rapptz
b6ab4d54d3
Sandbox some events that didn't get sandboxed.
10 years ago
megamit
6a40a5da2e
Fix issue with author changing type
When cycling through the attributes of the data json 'author' within 'message' which was previously a user object is overwritten with a dictionary. This causes an AttributeError to be thrown ( and silently swallowed... thanks except: pass) whenever any of its attributes are referenced in the form message.author.x. User data should change in this step and the user object should not be modified for any reason so its safe to skip updating it.
10 years ago
Rapptz
e60777e68b
Document exceptions and change conf.py version detection.
10 years ago
Rapptz
abc32f5b5d
Remove unnecessary comment.
10 years ago
Rapptz
b7fc383013
Python3 import fixes.
10 years ago
Rapptz
faa7b726cd
Quick documentation fixes
10 years ago
Rapptz
5db2b31114
Version bump to v0.4.0.
10 years ago
Rapptz
b466a2615e
Handle GUILD_MEMBER_REMOVE/GUILD_MEMBER_ADD events.
Thanks izy.
10 years ago
Rapptz
197e7c2861
Remove no_offline_members option
10 years ago
Rapptz
795b8ceffe
on_status now takes only a member.
10 years ago
Rapptz
52852f4fd2
Give members their server as an attribute.
10 years ago
Rapptz
3aa8cc93a7
Members now have status info.
10 years ago
Rapptz
fbb045cc1f
Add MANIFEST file for pip.
10 years ago
Rapptz
29b71a7e88
Move websocket hub to the new gateway.
10 years ago
Rapptz
af5292872b
Parse roles in the member building.
10 years ago
Rapptz
a85aab92b7
Version bump.
10 years ago
Rapptz
0e4ccad32a
Parse permission_overwrites in every Channel instance.
10 years ago
Rapptz
49bc2dbf48
Documentation update.
10 years ago
Rapptz
108f0a6c45
Server members are now their own class that subclass Users.
Roles are also now properly parsed.
10 years ago
Rapptz
bcaf33e304
Preliminary work on permission parsing.
Thanks Voltagei.
10 years ago
Rapptz
adc358168f
Fix error in start_private_message.
10 years ago
Rapptz
de3bce2b32
Fix issue with some MESSAGE_UPDATE events.
10 years ago
Rapptz
d74f9c74cf
Version bump to v0.2.0
10 years ago
Rapptz
49b9b987c7
Add support for creating or deleting channels from the client.
10 years ago
Rapptz
9f601a24b1
Add logout support and on_disconnect event.
10 years ago
Rapptz
35084cf98a
Add support for channel creation events.
10 years ago
Rapptz
9b99834221
Fix setuputils script
10 years ago
Rapptz
3346b28fee
Add on_channel_delete event.
10 years ago
Rapptz
1f980361e3
Sandbox events so exceptions being thrown don't break the client.
10 years ago
Rapptz
75f7e0a63a
Handle user update events.
10 years ago
Rapptz
6445641f9e
Add on_status event.
10 years ago
Rapptz
59808727ef
Fix documentation example issue.
10 years ago