Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Twilight

Builds software that powers the biggest Discord bots
Collective - Host: opensource - https://opencollective.com/twilight - Website: https://twilight.rs - Code: https://github.com/twilight-rs/twilight

refactor(model): clippy 1.62 (#1806)

github.com/twilight-rs/twilight - 57947a45f3b7154666fc96bd5c41a88686c1e4d6 authored over 2 years ago by Cassandra McCarthy <[email protected]>
refactor(lavalink): replace an unwrap with expect (#1787)

Replace a `Result::unwrap` call with a more detailed
`Result::expect` call.

github.com/twilight-rs/twilight - 6ae5f9d82a8dd0c17747065b38bb62c7f202c4e3 authored over 2 years ago by Cassandra McCarthy <[email protected]>
refactor(http): standardize clippy lints (#1780)

Based on the lints survey discussion in #1644, this standardizes Clippy
lints in the HTTP crate...

github.com/twilight-rs/twilight - 0014441224165c3b149c3c6ddd320796d5e54066 authored over 2 years ago by Cassandra McCarthy <[email protected]>
refactor(http-ratelimiting)!: rework headers (#1728)

Improve documentation around the module `headers` module, rename types
to be clearer, and do so...

github.com/twilight-rs/twilight - a345979f2837c3ac158f9512a71bec89e0664cb6 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
refactor(model)!: reduce channel integer sizes (#1775)

Reduce the size of various integer fields on the Channel type,
specifically by reducing:

- b...

github.com/twilight-rs/twilight - c7a456279144133b0d92a0aba09bf5102e997b08 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
feat(cache)!: expose channel_messages as vecdeque (#1770)

The underlying type of how we store the messages for a channel won't be
changing, so it's fine ...

github.com/twilight-rs/twilight - 76177d24c8e6aa017d8a60e78aa439cdbab53ebf authored over 2 years ago by Vilgot Fredenberg <[email protected]>
feat: set track_caller on panicable functions (#1802)

Set `#[track_caller]` on functions that can explicitly panic to enable
additional debugging inf...

github.com/twilight-rs/twilight - 76405d8d92e0b857f12fe9dbdd8db049177cbfb8 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
refactor(model): rework optional member deserialization (#1743)

Remove the `OptionalMemberDeserializer` that took an arbitrary guild_id
before being replaced w...

github.com/twilight-rs/twilight - 3fe3a1d9905d189687417f6a2f25289f7551dc1a authored over 2 years ago by Vilgot Fredenberg <[email protected]>
fix(lavalink): correctly specify ws headers (#1773)

Fixes #1647 in a way that is more accurate than #1666. tungstenite has a
strict header requirem...

github.com/twilight-rs/twilight - e3adad41aa4d6d0a43f99aaf97621afacece9b9a authored over 2 years ago by James Liu <[email protected]>
ci(deploy): add missing workspace flag (#1801)

One of the steps for deploying API docs now excludes the book as a
result of #1798, and while t...

github.com/twilight-rs/twilight - b6c62c29700f58ffe32d45c2c4d9116a01299581 authored over 2 years ago by Zeyla Hellyer <[email protected]>
feat: inline book into repo (#1798)

Inline the twilight documentation book hosted at our
`twilight-rs.github.io` repository into th...

github.com/twilight-rs/twilight - 03bfe554a20b015ef14d6bec1e567273685228cc authored over 2 years ago by Zeyla Hellyer <[email protected]>
fix(model): button component serialization length (#1799)

Serialization length was incorrect for the `Component::Button` variant,
causing weird results w...

github.com/twilight-rs/twilight - c23259749ad3418f39023a7dadd26393e2486a1a authored over 2 years ago by baptiste0928 <[email protected]>
docs(model): fix command type typo (#1800)

Fix a typo on the documentation for `CommandType::User`.

github.com/twilight-rs/twilight - 13f2cd5ab8c0e61356bfcb00099ff7ea3c4826e6 authored over 2 years ago by Zeyla Hellyer <[email protected]>
refactor(gateway)!: don't validate tokens in shard builder (#1776)

Validating tokens in the shard builder makes little sense now due to
#1673 which hardcoded the ...

github.com/twilight-rs/twilight - 382dcdfedeed41960e1990ba0dcb5a8cc4b7dc2e authored over 2 years ago by Jens Reidel <[email protected]>
feat(model): remove renames in identify properties (#1797)

Remove the dollar sign renames in the identify fields now that they are
deprecated:

https://...

github.com/twilight-rs/twilight - 226b4e5e389313589f757397e451f974067f9e7c authored over 2 years ago by HTGAzureX1212 <[email protected]>
feat(model): add `MessageType::AutoModerationAction` (#1710)

Co-authored-by: Cassandra McCarthy <[email protected]>

github.com/twilight-rs/twilight - f160109eff70e87fbbd0d266c53a33f655728ecd authored over 2 years ago by ocean <[email protected]>
refactor(lavalink): standardize clippy lints (#1783)

Based on #1644, standardize clippy lints and fix new ones that appear.

Co-authored-by: BlackH...

github.com/twilight-rs/twilight - a6af2ccd8cbb286465f09216e662d76bda6d88dd authored over 2 years ago by Cassandra McCarthy <[email protected]>
refactor(cache): cleanup test imports (#1778)

Replace instances of `use super::*;` with concrete named imports. Remove
one instance of a test...

github.com/twilight-rs/twilight - 579e6f167f040d96e53991cad784e0b7b204ce2e authored over 2 years ago by Cassandra McCarthy <[email protected]>
docs(gateway-queue): fix large bot sharding link (#1793)

Fix the link to the Large Bot Sharding documentation on Discord's
website due to the header bei...

github.com/twilight-rs/twilight - e45def2fb6b6a0b292e8f1c4ec592dc192cc55c1 authored over 2 years ago by part1cleth1ef <[email protected]>
deps(http): upgrade `hyper-trust-dns` (#1790)

This PR updates the `hyper-trust-dns` dependency to `0.4`. Upstream
breaking changes have been ...

github.com/twilight-rs/twilight - 294f80cc0ab556925c53bb6cf8d1297e150f49bc authored over 2 years ago by Basti Ortiz <[email protected]>
refactor(embed-builder)!: remove library (#1771)

Remove the `twilight-embed-builder` library from source as it has been
deprecated since 0.10.1 ...

github.com/twilight-rs/twilight - f0d16b26545c1bf09a313179685386b595bc560f authored over 2 years ago by Vilgot Fredenberg <[email protected]>
fix(model)!: multiple options and autocomplete (#1614)

- removed `ApplicationCommandAutocomplete`
- added `CommandOptionValue::Focused(String, Command...

github.com/twilight-rs/twilight - e4868c1d5dd26dc4fb434077849d2c57877b32a8 authored over 2 years ago by ITOH <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - b8d78a4b71a5e5031a79849d8dd96929d78538b0 authored over 2 years ago by Cassandra McCarthy <[email protected]>
refactor(validate): standardize clippy lints (#1788)

Based on #1644, standardize clippy lints and fix new ones that appear.

github.com/twilight-rs/twilight - 598f0cb9a94eec00d00e040be242d17b5bbf7e50 authored over 2 years ago by Cassandra McCarthy <[email protected]>
refactor(util): standardize clippy lints (#1786)

Based on #1644, standardize clippy lints nd fix new ones that appear.

github.com/twilight-rs/twilight - 8eeef4a1dfce51b173895af5043aa8c94313ef10 authored over 2 years ago by Cassandra McCarthy <[email protected]>
refactor(standby): standardize clippy lints (#1785)

Based on #1644, standardize clippy lints and fix new ones that appear.

github.com/twilight-rs/twilight - a9094eb800a56c30a7c250571cda28b410ff624d authored over 2 years ago by Cassandra McCarthy <[email protected]>
refactor(mention): standardize clippy lints (#1784)

Based on #1644, standardize clippy lints and fix new ones that appear.

github.com/twilight-rs/twilight - 57b37b07aad7f6e54dacef2ba857f5f4678142eb authored over 2 years ago by Cassandra McCarthy <[email protected]>
refactor(http-ratelimiting): standardize clippy lints (#1782)

Based on #1644, standardize clippy lints and fix new ones that appear.

github.com/twilight-rs/twilight - 5266446ae8902181e2b828e02c74213ee1c51911 authored over 2 years ago by Cassandra McCarthy <[email protected]>
refactor(gateway-queue): standardize clippy lints (#1779)

Based on #1644, standardize clippy lints and fix new ones that appear.

github.com/twilight-rs/twilight - 0f432fb54b9ca9c5d5b8cd0d735ca3a33b9c0d16 authored over 2 years ago by Cassandra McCarthy <[email protected]>
refactor(cache): standardize clippy lints (#1777)

Based on #1644, standardize clippy lints and fix new ones that appear.
Some exceptions have b...

github.com/twilight-rs/twilight - b8994a638b74917513579aab509048fc7787c68d authored over 2 years ago by Cassandra McCarthy <[email protected]>
feat(model): add `From` implementation for `Component` variants (#1753)

In order to make it easier to construct components a `From<ActionRow>
for Component` is useful....

github.com/twilight-rs/twilight - ac47da8c54154e431c781fd3a26f134893311c44 authored over 2 years ago by ITOH <[email protected]>
refactor(gateway)!: use hardcoded gateway url (#1763)

The gateway url is hardcoded, so there's no need to fetch it on startup.

github.com/twilight-rs/twilight - 78d75e36dd9c00475247c3a3cbb144323064a063 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - b5bcc81d97caf36711d977fd1a1926db3cfd2ad1 authored over 2 years ago by Cassandra McCarthy <[email protected]>
refactor: remove `test_` prexif from tests (#1767)

Tests are already separated into their own module (`tests`) so prefixing
them with `test_` is...

github.com/twilight-rs/twilight - 55e701292c66901b1b4362f12d03ae94826aebaa authored over 2 years ago by Vilgot Fredenberg <[email protected]>
build(gateway,http): support `simd-json` 0.5 (#1766)

github.com/twilight-rs/twilight - 84957e9b7b4b450340edc861b4b24f610134d7e3 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
ci: check spelling and code format parallel to msrv (#1765)

These steps take only seconds to complete.

github.com/twilight-rs/twilight - ca2f63bd27be1adde96eb2a737f6f2d28d9f1513 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
ci: standardize job steps order and actions (#1764)

1. Checkout
2. Install toolchain
3. Cache dependencies
4. Problem matchers
5. Custom tools i...

github.com/twilight-rs/twilight - 64b7db96c36b55e18aca082e1c06a035faf0f299 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
build: use `zlib-ng` directly instead of through `zlib-sys` (#1762)

This means that it is no longer necessary to make sure that zlib-stock
is anywhere in the depen...

github.com/twilight-rs/twilight - ac466042e325b29673af3a246d57ab0b1630ee55 authored over 2 years ago by Erk <[email protected]>
refactor: `#[must_use]` on builders, not methods (#1761)

Conservative first change for our `#[must_use]` policy.

github.com/twilight-rs/twilight - 0ee6145eebf2524ede16895ae345f5e72cfa3703 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
docs: use anyhow on public errorable examples (#1738)

Returning from `fn main() -> Result<(), Box<dyn Error>>` on errors with
`?` prints the error's ...

github.com/twilight-rs/twilight - efbc403aa8cfa35deae7955a116d925467f52f16 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
Merge branch 'main' into next

Includes reconciliation for the following commits:
- https://github.com/twilight-rs/twilight/com...

github.com/twilight-rs/twilight - edf0b8a7a697fce2b1786571dc30d28ace39fe3d authored over 2 years ago by Cassandra McCarthy <[email protected]>
refactor(cache/in-memory): `Reference::new` ignore `clippy::missing_const_for_fn` (#1759)

github.com/twilight-rs/twilight - 2ab853fa6641f4ea15ef670c064396f620c3c2a0 authored over 2 years ago by ITOH <[email protected]>
feat(model): add command data guild_id field (#1755)

Add the `CommandData::guild_id` field, which denotes the ID of the guild
the command is registe...

github.com/twilight-rs/twilight - f5007717e37d2d227199b922ece3407c5171188a authored over 2 years ago by Zeyla Hellyer <[email protected]>
feat(http): implement clone on request (#1758)

Implement Clone on Request, allowing people to re-use built requests.

github.com/twilight-rs/twilight - a0fd1edf813266cc7c3416d564cdf6b133760ad7 authored over 2 years ago by Zeyla Hellyer <[email protected]>
docs(model): add attachment documentation (#1739)

Add documentation for Attachments in `twilight_model::http::attachment`,
documenting what all o...

github.com/twilight-rs/twilight - eb0c23230f0bdc74f888a80313a5ebe5498dd638 authored over 2 years ago by mu-arch <[email protected]>
refactor(http): simplify client::try_request (#1742)

Refactor and simplify `Client::try_request` by:

- extracting the user agent out from the func...

github.com/twilight-rs/twilight - 6e01be4852396d727cd05ff17ee1544c3b55a28c authored over 2 years ago by Vilgot Fredenberg <[email protected]>
refactor(http): rename `NullableField` to `Nullable` (#1756)

Rename the internal `NullableField` wrapper to `Nullable` because it is
more concise and isn't ...

github.com/twilight-rs/twilight - ba29e17dd40342aae826b9be08534a4242ebd298 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
fix(http): backport #1744 string image serializers (#1754)

Backport the fixes from #1744 to serialize image data as strings. We can
achieve this by still ...

github.com/twilight-rs/twilight - 2871a6ff9416b3ea102ebbef300cbba0f3963de8 authored over 2 years ago by Zeyla Hellyer <[email protected]>
ci: sync readme via include_str! (#1605)

Instead of using cargo-sync-readme to sync README files with their
respective lib.rs crate-leve...

github.com/twilight-rs/twilight - 69adbe7ca7cc3f645caac63b54a51eaf57506e88 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
docs(http, model): auto archives not boost locked (#1747)

Document that thread automatic archive durations are no longer boost
locked, where 3-day and 7-...

github.com/twilight-rs/twilight - b04d1d7f07668ca91fd4550ae1682ccadb9084c8 authored over 2 years ago by Zeyla Hellyer <[email protected]>
feat!(model): integration::enabled is optional (#1746)

The `enabled` field of `GuildIntegration` isn't always present and is
optional.

Closes #1714...

github.com/twilight-rs/twilight - a07fe46066c6324a5ac5e459580ab7296777e3e7 authored over 2 years ago by Zeyla Hellyer <[email protected]>
refactor: remove cargo.toml from include lists (#1751)

Remove the `Cargo.toml` value from `include`s in Cargo files because it
is always included. Car...

github.com/twilight-rs/twilight - 84fb80a6293d187c8254e116934c79721e57e00e authored over 2 years ago by Vilgot Fredenberg <[email protected]>
refactor(gateway): allow `ptr_arg` lint on conditional (#1745)

Allow the `clippy::ptr_arg` lint on `compression::add_url_feature`,
which conditionally uses th...

github.com/twilight-rs/twilight - 846bc5ba2058d162065096d0f513a751ff65665d authored over 2 years ago by Zeyla Hellyer <[email protected]>
fix(http)!: webhook names can't be null (#1748)

Webhook names aren't allowed to be null, so we need to only accept
non-optional name values in ...

github.com/twilight-rs/twilight - 94c51f7be48f434a96ae5262116a6db2846a82eb authored over 2 years ago by ITOH <[email protected]>
fix(http): skip null icons in `CreateGuildFromTemplate` (#1749)

Skip serializing icons that are null in the `CreateGuildFromTemplate`
request.

API docs refe...

github.com/twilight-rs/twilight - 14c0644dfd4cbf6b27e686229555dc51d0c50aba authored over 2 years ago by ITOH <[email protected]>
fix(http)!: make image data strings (#1744)

Image data needs to be provided as strings because they're a more
accurate representation, but ...

github.com/twilight-rs/twilight - 2643b6b0d66df97ef37f262fabe861a4f58fb9e5 authored over 2 years ago by ITOH <[email protected]>
refactor(http): light refactoring in `request` (#1750)

Lightly refactor the `request` module's root by:

- removing `slice_is_empty` in favor of usin...

github.com/twilight-rs/twilight - 54de4753c00343278aadcaf8db76f1dd24ccbceb authored over 2 years ago by Vilgot Fredenberg <[email protected]>
refactor(http-ratelimiting): use `instrument` for spans (#1736)

Improves readability as each tracing call uses the same parent span.

github.com/twilight-rs/twilight - e642c59a972ebde4f03f4b0007e7be52a3355e2a authored over 2 years ago by Vilgot Fredenberg <[email protected]>
feat(cache): account for `communication_disabled_until` field (#1669)

In the cache's permission calculator, account for the validity of a
member's `communication_dis...

github.com/twilight-rs/twilight - fc584c493d7ed9b9800a5fcd495f1edc1b4116b0 authored over 2 years ago by laralove <[email protected]>
ci: check all feature combinations (#1484)

Instead of testing some packages' feature combinations, check them all
with `cargo hack check -...

github.com/twilight-rs/twilight - 218c7c3a2378e1321a81ccfc42cf8bddc207aa84 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
docs(gateway-queue): fix sharding hyperlink (#1741)

Fix the Sharding for Very Large Bots hyperlink by creating a newline
between the named anchor d...

github.com/twilight-rs/twilight - 762954cff3916f248d794dd0783fb689e323af99 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
release(twilight): bump to 0.11.0

The advertisement crate has been updated to bump development
dependencies.

github.com/twilight-rs/twilight - 26f23c39b5d08502f7e5051806c294398bf3fe3a authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(standby): bump to 0.11.0

MSRV has been bumped to 1.60.

Changes

Pin `dashmap` to 5.3 ([#1702] - [@baptiste0928]).

`trac...

github.com/twilight-rs/twilight - 728cc10b2658f716a395b1f4dddeb4ec43701edc authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(lavalink): bump to 0.11.0

MSRV has been bumped to 1.60.

Changes

Pin `dashmap` to 5.3 ([#1702] - [@baptiste0928]).

`trac...

github.com/twilight-rs/twilight - 11c954cac417b091412cf23e4d161c566e14dd04 authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(gateway): bump to 0.11.0

MSRV has been bumped to 1.60.

Additions

Support Guild Scheduled Events gateway events ([#1574]...

github.com/twilight-rs/twilight - d0c3ad9348431f6ada108f50867d6bf21d6ecceb authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(gateway-queue): bump to 0.11.0

MSRV has been bumped to 1.60.

Changes

`tracing` is no longer an optional dependency and is alw...

github.com/twilight-rs/twilight - 54463d322754643fbdc1d55f8a380cce00ce9535 authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(http): bump to 0.11.0

MSRV has been bumped to 1.60.

Additions

Support Application Command Permissions V2 ([#1708] - ...

github.com/twilight-rs/twilight - b3f992d9002a7f8d79e3dbe1f8f43822ebb3bc89 authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(http-ratelimiting): bump to 0.11.0

MSRV has been bumped to 1.60.

Changes

Rename `Ratelimiter::globally_locked` to `Ratelimiter::i...

github.com/twilight-rs/twilight - 29dbcf8ff187b28e99729d94a97ac357f9b5d7d2 authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(cache-inmemory): bump to 0.11.0

This major version bump of the Cache crate is done to match all
of the other crates in the ecosy...

github.com/twilight-rs/twilight - 6ce61013ce54911b85aeeb4defb6e2903568d7ac authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(embed-builder): bump to 0.11.0

MSRV has been bumped to 1.60.

This major version bump of the Embed Builder crate is done to mat...

github.com/twilight-rs/twilight - 97e38dc9a3c5cbee08e00bcb9b34f9d76ca1aa98 authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(util): bump to 0.11.0

MSRV has been bumped to 1.60.

This major version bump of the Util crate is done to match all of...

github.com/twilight-rs/twilight - b4ac9a5fa8d2a915f5a5c2b32b89b62f190b2b11 authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(mention): bump to 0.11.0

MSRV has been bumped to 1.60.

Changes

Remove member nickname support as it was removed by Disc...

github.com/twilight-rs/twilight - ee78cf246e877092b3fcbfeed21a45104a222c1c authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(validate): bump to 0.11.0

MSRV has been bumped to 1.60.

Additions

Support validating webhook usernames under the `reques...

github.com/twilight-rs/twilight - 75a5f062829d13ef1bb27d2acf5b09100be29081 authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(model): bump to 0.11.0

MSRV has been bumped to 1.60.

Additions

Support Guild Scheduled Events gateway events ([#1574]...

github.com/twilight-rs/twilight - 70b71d76ef5d49c0f9b0d2101a2d77b1876299c1 authored over 2 years ago by Zeyla Hellyer <[email protected]>
Merge branch 'next' into 'main'

github.com/twilight-rs/twilight - 77b0314100f2b03c8a954950606bb5738c58ee8f authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(cache-inmemory): bump to 0.10.4

Pin `dashmap` to 5.3 to receive library security fixes. This bumps the crate's
MSRV to 1.59.

github.com/twilight-rs/twilight - a0aee70c0d01001c0c2a15134d70f5848d44b93b authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(validate): bump to 0.10.3

Additions

Support Get Guild Bans request pagination ([#1657] - [@zeylahellyer]).

[@zeylahellye...

github.com/twilight-rs/twilight - 28ed40b799478b3172db0d9313683549c2ba42ca authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(gateway): bump to 0.10.2

Support gateway connections without TLS ([#1483], [#1727] - [@vilgotf]).

Prominently document m...

github.com/twilight-rs/twilight - 39dfc5962dbfaa829d69e906d7079b3a81a4448f authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(http): bump to 0.10.3

Additions

Display API v8 errors for error printing ([#1719] - [@vilgotf]).

Support Get Guild B...

github.com/twilight-rs/twilight - 26caaf8b27a36380ede092b9f69b39eaa6ba08af authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(http-ratelimiting): bump to 0.10.2

Additions

Catch erroneous bool header values ([#1724] - [@vilgotf]).

[@vilgotf]: https://githu...

github.com/twilight-rs/twilight - ce7ef86a3390a711d9a43562d45490cce1de8349 authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(cache-inmemory): bump to 0.10.3

Additions

Fix some typos in the stats interface documentation ([#1680] - [@zeylahellyer]).

Doc...

github.com/twilight-rs/twilight - 7f6681b15baf7af98c69b4b1d2ba12a29e58c0c9 authored over 2 years ago by Zeyla Hellyer <[email protected]>
release(model): bump to 0.10.3

Additions

Add getter for retrieving interaction tokens ([#1698] - [@laralove143]).

Document in...

github.com/twilight-rs/twilight - 72b3a4ae1602291d95e2e0b18f67d3ab1ef0b450 authored over 2 years ago by Zeyla Hellyer <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - 584789e229011f42bb43d3c84391dab0fc389cd7 authored over 2 years ago by Zeyla Hellyer <[email protected]>
refactor(http-ratelimiting)!: rename globally_locked api (#1729)

Rename `Ratelimiter::globally_locked` to
`Ratelimiter::is_globally_locked`, which is an idiomat...

github.com/twilight-rs/twilight - b58ec5a1018fa7884cdeef24997bf7f90c558394 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
fix: last remnants of tracing feature overhaul (#1730)

Remove the last few remnants of `tracing` feature gating that were
missed in the `tracing` feat...

github.com/twilight-rs/twilight - 080e100fa723c1f6b3f652c4d8b78c27ee8cca0b authored over 2 years ago by Vilgot Fredenberg <[email protected]>
refactor(gateway): use timeout over sleep (#1731)

Use `tokio::time::timeout` over a call to `tokio::time::sleep` because
the latter is confusing ...

github.com/twilight-rs/twilight - fb20e8a1f41b2a35dfd80e71f6642f34d82002de authored over 2 years ago by Vilgot Fredenberg <[email protected]>
docs(cache): remove broken crate level anchor (#1732)

Remove a broken anchor in the cache crate's documentation.

github.com/twilight-rs/twilight - dd7d3198ad9f2ef01c8244d9a08c41148a4fd298 authored over 2 years ago by laralove <[email protected]>
refactor(http): shorthand response future stages (#1735)

When creating pending stages in the `ResponseFuture` pass self instead
of deconstructing and re...

github.com/twilight-rs/twilight - 60fe9a8fd77ffd25a8422eb74ecbd4ed299a510e authored over 2 years ago by Vilgot Fredenberg <[email protected]>
docs(gateway): mention that TLS is optional (#1727)

This was missed in #1483.

github.com/twilight-rs/twilight - 30e291c284db4c277cfa947cdbc3a7283ca11f83 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
feat(model, http)!: slash command localization (#1701)

This PR implement slash command localization.

- add `name_localizations` and `description_lo...

github.com/twilight-rs/twilight - dee04ca6450f8266ad723fee645ca0da023f820a authored over 2 years ago by baptiste0928 <[email protected]>
refactor: use identifier in format (#1689)

This [feature] was stabilized in 1.58: use it everywhere.

[feature]: https://blog.rust-lang.o...

github.com/twilight-rs/twilight - 22d700b12d8692d920540b371784f4b16413d0f5 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - 8c62ec86f74a99c73c30d7347b27fb2245326810 authored over 2 years ago by Cassandra McCarthy <[email protected]>
feat(gateway): support non tls connections (#1483)

When none of the TLS features are enabled, omit all TLS struct members
and function arguments f...

github.com/twilight-rs/twilight - aa78369577230a5b3fa39b36935ed362e4b3f51f authored over 2 years ago by Vilgot Fredenberg <[email protected]>
refactor(http-ratelimiting): cleanup inmemory::entry (#1720)

In `InMemory::entry`, instead of always returning a tuple of the bucket
and whether it's fresh ...

github.com/twilight-rs/twilight - 448ca6b2a33d1d046c0097ea56f9b548110d779c authored over 2 years ago by Vilgot Fredenberg <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - 2dd64e9bf0c9c766b9b004285545296f6a8b8258 authored over 2 years ago by Cassandra McCarthy <[email protected]>
refactor(http-ratelimiter): catch erroneous bool headers (#1724)

Catch erroneous boolean header values by checking that headers are valid
UTF-8 and then parsing...

github.com/twilight-rs/twilight - 6c8bdfb38203faf2b1f3f958dbffe3ef5a3963a5 authored over 2 years ago by Zeyla Hellyer <[email protected]>
refactor!: make tracing required (#1684)

Support for the `tracing` crate as a method for logging is currently
opt-in via respective `tra...

github.com/twilight-rs/twilight - 0124950218822b067fe87d012d15f386a806f3e9 authored over 2 years ago by Zeyla Hellyer <[email protected]>
build(cache, lavalink, standby): update dashmap to 5.3 (#1699)

Update the `dashmap` dependency in the cache, lavalink, and standby
crates to 5.3 to take advan...

github.com/twilight-rs/twilight - 99df2d2a3080cfff1fc96274652d678e9457b568 authored over 2 years ago by Joel <[email protected]>
ci: bump codecov/codecov-action from 2 to 3 (#1721)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3.
- [Relea...

github.com/twilight-rs/twilight - a718e066f56af444b5f843b00738aeffe3b22665 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ci: bump actions/checkout from 2 to 3 (#1722)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](ht...

github.com/twilight-rs/twilight - 448549d791f88c06803f39c0088b77a5336389fd authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>