Commit Graph

164 Commits

Author SHA1 Message Date
moznion
1cc7e0320e 📝 doc
Signed-off-by: moznion <moznion@mail.moznion.net>
2021-05-31 23:45:15 +09:00
moznion
ae68d13974 Merge pull request #22 from moznion/renovate/tokio-1.x
fix(deps): update rust crate tokio to 1.6.1
2021-05-31 23:17:17 +09:00
Renovate Bot
0e0081c604 fix(deps): update rust crate tokio to 1.6.1 2021-05-28 18:16:45 +00:00
moznion
f5ec6cd121 Merge pull request #20 from moznion/renovate/rust-async-trait-0.x
fix(deps): update rust crate async-trait to 0.1.50
2021-04-27 10:16:42 +09:00
Renovate Bot
7d77396d7c fix(deps): update rust crate async-trait to 0.1.50 2021-04-18 00:44:28 +00:00
moznion
4e9fa07590 Merge pull request #19 from moznion/renovate/rust-async-trait-0.x
fix(deps): update rust crate async-trait to 0.1.47
2021-03-08 10:58:02 +09:00
Renovate Bot
2c5d871636 fix(deps): update rust crate async-trait to 0.1.47 2021-03-07 09:04:23 +00:00
moznion
1acda8dddd Merge pull request #18 from moznion/renovate/rust-tokio-1.x
fix(deps): update rust crate tokio to 1.2.0
2021-02-17 11:37:54 +09:00
Renovate Bot
edc05fd484 fix(deps): update rust crate tokio to 1.2.0 2021-02-07 11:52:18 +00:00
moznion
6ef94a6e20 releng: v0.2.0
Signed-off-by: moznion <moznion@mail.moznion.net>
2021-02-04 00:53:26 +09:00
moznion
23d19f88aa releng: v0.1.1
Signed-off-by: moznion <moznion@mail.moznion.net>
2021-02-04 00:41:15 +09:00
moznion
a4a9bb4a1d Merge pull request #14 from moznion/renovate/rust-tokio-1.x
Update Rust crate tokio to 1.1.1
2021-02-04 00:33:51 +09:00
Renovate Bot
bd2ddf5f5d Update Rust crate tokio to 1.1.1 2021-02-03 15:26:33 +00:00
moznion
fae71ea299 Merge pull request #15 from moznion/renovate/rust-log-0.x
Update Rust crate log to 0.4.14
2021-02-04 00:25:58 +09:00
moznion
3a52873a5d Merge pull request #16 from moznion/renovate/rust-rand-0.x
Update Rust crate rand to 0.8.3
2021-02-04 00:25:43 +09:00
moznion
8f94d2bd39 Tidy up the toolchain
Signed-off-by: moznion <moznion@mail.moznion.net>
2021-02-04 00:24:01 +09:00
moznion
6ccd711f06 Comment for special RADIUS code; zero out authenticator
Signed-off-by: moznion <moznion@mail.moznion.net>
2021-02-04 00:21:54 +09:00
moznion
7bbb8b8647 Merge pull request #17 from codertao/add-acct-resp-encode
Add AccountingResponse to set of known codes for encode
2021-02-03 23:42:27 +09:00
Matt Moss
5ce74d19eb Add AccountingResponse to set of known codes for encode 2021-02-03 02:13:04 +00:00
Renovate Bot
6b6f55d99a Update Rust crate rand to 0.8.3 2021-02-01 09:54:26 +00:00
Renovate Bot
8afa6072f6 Update Rust crate log to 0.4.14 2021-02-01 09:54:19 +00:00
moznion
6ef727b601 Merge pull request #13 from moznion/renovate/rust-rand-0.x
Update Rust crate rand to 0.8.2
2021-01-23 14:53:07 +09:00
moznion
671628e3ec Merge pull request #12 from moznion/renovate/rust-log-0.x
Update Rust crate log to 0.4.13
2021-01-23 14:53:00 +09:00
Renovate Bot
29970688d6 Update Rust crate rand to 0.8.2 2021-01-22 13:58:47 +00:00
Renovate Bot
c2737f8a31 Update Rust crate log to 0.4.13 2021-01-22 13:58:40 +00:00
moznion
8a653f0a56 Merge pull request #11 from moznion/renovate/rust-rand-0.x
Update Rust crate rand to 0.8.1
2021-01-09 22:15:42 +09:00
Renovate Bot
7e80de4233 Update Rust crate rand to 0.8.1 2021-01-06 19:49:18 +00:00
moznion
a89e149be6 Merge pull request #10 from moznion/docs_for_generated_code
Add documentation for generated RFC utilities
2021-01-03 17:07:01 +09:00
moznion
eaa171ec48 Add documentation for generated RFC utilities 2021-01-03 15:03:00 +09:00
moznion
b395f51fdd Merge pull request #9 from moznion/multi_stage_server_bootstrapping
Separate server bootstrap sequence between `listen()` and `run()`
2021-01-03 11:51:27 +09:00
moznion
48a9c56e3f Set a couple of parameters by setter, instead of function parameters 2021-01-03 11:34:05 +09:00
moznion
88e01fc828 Separate server bootstrap sequence between listen() and run()
Initially it uses a channel that given through the `run()` parameter to notify when a server becomes ready,
but that doesn't work because it never run the procedure until `await` called.
This means if it calls `await`, it blocks the procedure so it cannot consume a channel simultaneously.
Thus, it separates bootstrap sequence between `listen()` and `run()`.
`listen()`: Start UDP listening. After this function call is finished, the RADIUS server is ready.
`run()`: Start a loop to handle the RADIUS requests.
2021-01-03 11:19:28 +09:00
moznion
5c74cf92c7 Merge pull request #8 from moznion/upgrade_tokio_version_1.0.1
Upgrade tokio version => 1.0.1
2021-01-03 11:17:14 +09:00
moznion
ce4ac93631 Upgrade tokio version: v1.0.1 2021-01-02 11:24:55 +09:00
moznion
29989d903e fmt 2021-01-02 10:45:32 +09:00
moznion
24b261798a Releng: v0.1.0 2020-12-22 09:41:08 +09:00
moznion
2140127ce9 Merge pull request #7 from moznion/configurable_packet_ident
Make an identifier of a Packet instance configurable through a constructor and a setter method
2020-12-22 09:35:46 +09:00
moznion
b0fe80d6e3 feat: make an identifier of a Packet instance configurable through a constructor and a setter method
rel: #6
2020-12-21 23:17:30 +09:00
moznion
749c8eddb1 releng: v0.0.3 2020-12-12 14:18:49 +09:00
moznion
c2ed7ac6cd Fill some Cargo.toml items for crates.io 2020-12-12 14:17:42 +09:00
moznion
71d2323c05 Merge remote-tracking branch 'origin/main' into main 2020-12-12 14:17:29 +09:00
moznion
e97943fdc0 📝 add a badge for crates.io 2020-12-12 14:03:16 +09:00
moznion
b4e7326f78 releng: v0.0.2 2020-12-12 13:51:41 +09:00
moznion
148060a506 Fix the license name to be suitable with SPDX 2020-12-12 13:49:14 +09:00
moznion
2855b42cb2 releng: prepare the publishing 2020-12-12 13:38:45 +09:00
moznion
7633e2a49c 📝 doc 2020-12-12 13:38:45 +09:00
moznion
2f2c344f2b Restructure 2020-12-12 13:38:40 +09:00
moznion
37f5b03ad7 Remove unnecessary casts 2020-12-12 02:59:56 +09:00
moznion
b959883872 Fix GitHub Actions: install clippy manually 2020-12-12 02:54:07 +09:00
moznion
7910542618 Improve error enums 2020-12-12 02:50:39 +09:00