| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
This reverts commit 948f565b430d80f782d0b7c264cc0b27aa1ec0b2.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Previously it stated that Role object is not serializable due to
passing in Role objects rather than their IDs.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Fixes #62.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
This should reduce the amount of checks for None if someone doesn't
want a websocket connection. The connection state is instead cleared
rather than reconstructed.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Mainly login and ready listeners.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Fixes #58.
|
| |
|
|
| |
Fixes #59.
|
| | |
|
| |
|
|
| |
\d+ includes unicode characters while [0-9]+ doesn't.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
Client.add_roles and Client.remove_roles would dispatch to the
Client.replace_roles function. However, replace_roles expects Role
objects while the dispatching involved string IDs. So as a result this
needed another layer of dispatch into a _replace_roles function to do
the actual call that all three of them dispatch to.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|