Commit graph

44 commits

Author SHA1 Message Date
Matthieu Pignolet f794c18396 bump all dependencies 2023-07-05 07:18:34 +00:00
dependabot[bot] e79034a44d
Bump h2 from 0.3.15 to 0.3.17 (#41)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.15 to 0.3.17.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.15...v0.3.17)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-22 15:49:29 +04:00
Matthieu Pignolet 4520300181
bump dependencies (#39)
* bump dependencies

* fix lint errors
2023-02-21 14:06:53 +04:00
dependabot[bot] 05015037c9
Bump tokio from 1.24.1 to 1.24.2 (#38)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.24.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-14 09:39:12 +04:00
MatthieuCoder 28bb57889e bump twilight to 0.14.2 2023-01-21 13:42:08 +04:00
MatthieuCoder 81dff65713 new build infrastructure 2023-01-20 19:32:03 +04:00
Matthieu Pignolet ea1d345147
Draft: New cross building for docker images (#37)
* Add .circleci/config.yml

* base

* base

* add architectures and cross build

* fix clippy warnings
2023-01-20 16:38:10 +04:00
MatthieuCoder 0f90d0f3d3 new build system 2023-01-16 15:43:10 +04:00
MatthieuCoder 44faf8599b add debug info in the makefile and revert to gcc 2023-01-16 13:30:47 +04:00
MatthieuCoder e72357c34b clean dependencies 2023-01-16 13:14:40 +04:00
MatthieuCoder cbcaa3c01e add metrics and jemalloc 2023-01-15 17:03:29 +04:00
MatthieuCoder 3f34284614 clippy, tests and a bit of docs 2023-01-14 17:45:48 +04:00
MatthieuCoder b1e17001e3 better ratelimit, new go structure and better build system 2023-01-13 22:23:19 +04:00
MatthieuCoder c925e01d4a merge conflicts 2023-01-08 21:56:15 +04:00
dependabot[bot] ce85eec09f
Bump tokio from 1.23.0 to 1.23.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.23.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.23.0...tokio-1.23.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06 22:02:29 +00:00
MatthieuCoder 0003094333 remove reliance on openssl 2023-01-05 18:43:08 +04:00
MatthieuCoder 038add4d5e base for tracing 2023-01-05 18:33:53 +04:00
MatthieuCoder 91a27342db add all in one binary 2023-01-03 00:14:27 +04:00
MatthieuCoder 562eea5462 add ratelimiter service 2023-01-02 20:07:48 +04:00
MatthieuCoder f152af136f add token from config and change the signal handler to SIGTERM 2023-01-02 19:53:53 +04:00
MatthieuCoder f8c2a144e2 restructure project 2023-01-02 18:59:03 +04:00
MatthieuCoder 46fd26962e add base of cache component 2022-12-31 22:48:40 +04:00
MatthieuCoder 65652932f7 updates and bazel removal 2022-12-31 17:07:30 +04:00
Matthieu 7ddb5d3820 use twilight for deserialization and gateway 2021-11-05 19:04:58 +04:00
Matthieu 2c39f7a6a1 fix merge conflicts 2021-10-18 13:52:21 +04:00
Matthieu 304f4b660d upgrade dependencies 2021-10-18 12:29:16 +04:00
Matthieu a80124cfe2 regenerate cargo deps 2021-10-18 10:50:02 +04:00
n1c00o e58e816ceb
Merge branch 'main' into nats-structs-discord-gateway 2021-10-16 22:26:09 +02:00
Matthieu d2aa675b39 Add prometheus 2021-10-16 09:15:48 +04:00
Matthieu f96d8caf16 circleci for macos, windows and arm/x86 macos 2021-10-13 13:54:00 +04:00
Matthieu 005dadb342 tests, cleanup & rest base 2021-10-12 22:51:30 +04:00
n1c00o 1a40f1771e Add enumflags2 and serde_repr 2021-10-02 22:39:56 +02:00
Matthieu 95764cec87 add basic heartbeat 2021-09-20 08:51:54 +04:00
Matthieu 6d3caebc79 shard + implementation of the payload deserialization & restructure 2021-09-19 18:12:41 +04:00
Matthieu 88300c4520 work on the gateway 2021-09-18 00:17:22 +04:00
Matthieu 469a8fb1ea basic com implementation & cache base 2021-09-17 18:41:56 +04:00
Matthieu ba0170ea15 webhook base implementation 2021-09-17 13:14:24 +04:00
Matthieu 11912b050a gateway improvements, common packages and examples 2021-09-09 22:16:39 +04:00
Matthieu 893432ca9b cargo 2021-09-08 02:03:12 +04:00
Matthieu 6915e0b902 update webhook signatures 2021-09-07 22:09:55 +04:00
Matthieu 892c5ecf9a patch webpki and ring 2021-09-07 21:19:01 +04:00
Matthieu c41ae569b8 fix carious dependencies 2021-09-07 20:48:31 +04:00
Matthieu 0c8222205d migrate to cargo raze 2021-09-07 20:23:45 +04:00
Matthieu f0e439fa04 add better rust support 2021-09-03 23:33:44 +04:00
Renamed from webhook/Cargo.lock (Browse further)