| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix user cache acting incorrectly with evictions | Rapptz | 2021-07-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The first issue involved copied users which would lead to user updates causing faster evictions of the cache than was expected. The second issue involved users that weren't bound to an internal lifetime eviction policy. These users would not get evicted. For example, a user without mutual guilds or being part of the internal cache in general (messages, DMs) would never end up being evicted for some strange reason. To handle this case, store_user would get a counterpart named create_user which would create a user without potentially storing them in the cache. That way only users with a bound lifetime within the library would be stored. | ||||
| * | Mock PartialTemplateState._get_guild as pass-through | Rapptz | 2021-06-29 | 1 | -1/+4 |
| | | |||||
| * | Rework Template.edit to use MISSING sentinel | Rapptz | 2021-06-29 | 1 | -14/+13 |
| | | |||||
| * | Add Template.url | Sebastian Law | 2021-05-12 | 1 | -0/+8 |
| | | |||||
| * | Add Template.is_dirty | Nadir Chowdhury | 2021-04-21 | 1 | -1/+19 |
| | | |||||
| * | Add missing future annotations import | Rapptz | 2021-04-10 | 1 | -0/+2 |
| | | |||||
| * | Add typings for invites, templates, and bans | Nadir Chowdhury | 2021-04-10 | 1 | -8/+25 |
| | | |||||
| * | Use f-strings in more places that were missed. | Rapptz | 2021-04-08 | 1 | -3/+8 |
| | | |||||
| * | Convert datetimes to aware datetimes with UTC. | Rapptz | 2021-04-04 | 1 | -2/+3 |
| | | | | | | Naive datetimes will now be interpreted as local time throughout the library. | ||||
| * | Remove userbot functionality | Rapptz | 2021-04-04 | 1 | -5/+1 |
| | | | | | | This has a lot of legacy and cruft so there may be some stuff I've missed but this first pass is enough to get a clear separation. | ||||
| * | Modernize code to use f-strings | Rapptz | 2021-04-04 | 1 | -3/+1 |
| | | | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`. | ||||
| * | remove trailing whitespace | Nadir Chowdhury | 2021-03-13 | 1 | -9/+9 |
| | | |||||
| * | Code optimisations and refactoring via Sourcery | Nadir Chowdhury | 2021-02-24 | 1 | -5/+3 |
| | | |||||
| * | Add remaining template endpoints | Nadir Chowdhury | 2021-02-23 | 1 | -7/+87 |
| | | |||||
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 1 | -1/+1 |
| | | |||||
| * | Fix error with templates not having access to member cache flags. | Rapptz | 2020-11-21 | 1 | -5/+9 |
| | | | | | | | This also changes the attribute from having an underscore Fix #5986 | ||||
| * | Add missing comma in template.py | apple502j | 2020-08-05 | 1 | -1/+1 |
| | | |||||
| * | Fix NameError and AttributeError in Template and Integrations | Xua | 2020-08-05 | 1 | -1/+1 |
| | | |||||
| * | Fix typo when creating a guild via template | Riley S | 2020-07-31 | 1 | -1/+1 |
| | | |||||
| * | [docs] fix reference to `Guild` and document `utils.resolve_template` | NCPlayz | 2020-07-08 | 1 | -2/+2 |
| | | |||||
| * | Add a licence and encoding declaration to missing files | James | 2020-07-08 | 1 | -0/+26 |
| | | |||||
| * | Documentation formatting | Skezza | 2020-06-30 | 1 | -1/+1 |
| | | |||||
| * | Add support for Discord templates | Nadir Chowdhury | 2020-06-28 | 1 | -0/+140 |