| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add on_member_ban and on_member_unban events. | Rapptz | 2015-12-17 | 1 | -0/+20 |
| | | | | | Fixes #58. | ||||
| * | Remove on_status event. Superseded by on_member_update. | Rapptz | 2015-12-17 | 1 | -2/+1 |
| | | |||||
| * | All update related events now pass in the previous state. | Rapptz | 2015-12-17 | 1 | -6/+10 |
| | | |||||
| * | Add Server.me attribute to access the Member version of Client.user. | Rapptz | 2015-12-16 | 1 | -0/+1 |
| | | |||||
| * | Make more things into properties. | Rapptz | 2015-12-16 | 1 | -2/+2 |
| | | | | | | | A lot of the expensive getters were transformed into cached properties instead. A lot of things that were properties were transformed into properties as well. | ||||
| * | Fix GUILD_ROLE_DELETE triggering ValueError. | Rapptz | 2015-12-14 | 1 | -5/+12 |
| | | |||||
| * | avoid potential bug when creating new private msgs | Steven Berler | 2015-12-13 | 1 | -2/+3 |
| | | | | | | | | | | It probably isn't good to rely on an item that was added to a list to still be the last item, especially if we could have other async coroutines modify the list. This may not be an actual issue, but having the function explicitly return the object that it just added to the list should guarantee that we don't accidentally pull the wrong item from the end of the list later. | ||||
| * | Fix issue with member.roles being empty. | Rapptz | 2015-12-08 | 1 | -1/+2 |
| | | |||||
| * | Handle GUILD_UPDATE | Rapptz | 2015-12-06 | 1 | -0/+7 |
| | | |||||
| * | Add enumerators instead of strings. | Rapptz | 2015-12-04 | 1 | -0/+5 |
| | | | | | Changes channel type, status and server region into 3.4 enums. | ||||
| * | Begin working on asyncio port. | Rapptz | 2015-12-04 | 1 | -0/+295 |