about summary refs log tree commit diff
path: root/net (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-15 r/2738 feat(crimp): Add Nix build for crateVincent Ambo2-0/+187
... mostly to get CI. Note that this adds the Cargo.lock file because we require pinning, but it is generally not required for Rust libraries. Change-Id: I565c7c8e899694accf3efd825ff46225f3c47d1a Reviewed-on: https://cl.tvl.fyi/c/depot/+/3363 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
2021-08-15 r/2737 feat(alcoholic_jwt): Add Nix build for crateVincent Ambo2-0/+201
... mostly to get CI. Note that this adds the Cargo.lock file because we require pinning, but it is generally not required for Rust libraries. Change-Id: Iedbd3758e8df8a7f60fe67b6b06c8e41aba8f345 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3362 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
2021-08-15 r/2736 chore(alcoholic_jwt): Prepare 1.0.1 releaseVincent Ambo1-3/+3
This release includes fixes for the audience claim. It has also been pointed out to me that the repository URL on crates.io was pointing at the old location. Change-Id: Ie6265c86932a67a8f8c0210271f1d69b6394756b Reviewed-on: https://cl.tvl.fyi/c/depot/+/3361 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
2020-08-26 r/1713 chore(net): Remove mushroomVincent Ambo5-223/+0
We don't need to build this anymore. Change-Id: I0ddd4ec3db9eb4774553003e18c5503b0f431810 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1842 Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: lukegb <lukegb@tvl.fyi> Tested-by: BuildkiteCI
2020-07-06 r/1227 fix(alcoholic_jwt): Support multiple values in jwt audience claimCaranatar1-2/+16
Per https://tools.ietf.org/html/rfc7519#section-4.1.3, the audience claim can consist of either a single string or an array of strings. The latter currently causes an error due to the type of aud in PartialClaims. Message-Id: <87r1toex8n.fsf@riseup.net> Change-Id: I6e00791d0ba56cb1e3c029e1b8617c33000d2ab1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/946 Tested-by: BuildkiteCI Reviewed-by: lukegb <lukegb@tvl.fyi>
2020-06-08 r/887 chore(net/mushroom): Bootstrap projectVincent Ambo5-0/+223
2019-12-21 r/275 chore(net/stomp_erl): Remove erlang.mkVincent Ambo1-6519/+0
The project should be migrated to one of the newer mechanisms, like rebar.
2019-12-21 r/270 merge(crimp): Integrate at //net/crimpVincent Ambo6-0/+1364
2019-12-21 chore(crimp): Prepare for depot mergeVincent Ambo6-0/+1364
2019-12-21 r/269 merge(alcoholic_jwt): Integrate at //net/alcoholic_jwtVincent Ambo6-0/+1268
2019-12-21 chore(alcoholic_jwt): Prepare for depot mergeVincent Ambo6-0/+1268
2019-12-21 chore(stomp.erl): Prepare for depot mergeVincent Ambo9-0/+6870