Commit Graph

20 Commits

Author SHA1 Message Date
moznion
02f521872e releng: 0.3.0
Signed-off-by: moznion <moznion@mail.moznion.net>
2022-05-18 12:42:46 -07:00
moznion
140b58358e releng: v0.2.1
Signed-off-by: moznion <moznion@mail.moznion.net>
2021-06-01 00:03:09 +09:00
Renovate Bot
0e0081c604 fix(deps): update rust crate tokio to 1.6.1 2021-05-28 18:16:45 +00:00
Renovate Bot
7d77396d7c fix(deps): update rust crate async-trait to 0.1.50 2021-04-18 00:44:28 +00:00
Renovate Bot
2c5d871636 fix(deps): update rust crate async-trait to 0.1.47 2021-03-07 09:04:23 +00: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
Renovate Bot
bd2ddf5f5d Update Rust crate tokio to 1.1.1 2021-02-03 15:26:33 +00: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
ce4ac93631 Upgrade tokio version: v1.0.1 2021-01-02 11:24:55 +09:00
moznion
24b261798a Releng: v0.1.0 2020-12-22 09:41:08 +09:00
moznion
749c8eddb1 releng: v0.0.3 2020-12-12 14:18:49 +09:00
moznion
b4e7326f78 releng: v0.0.2 2020-12-12 13:51:41 +09:00
moznion
2855b42cb2 releng: prepare the publishing 2020-12-12 13:38:45 +09:00
moznion
2f2c344f2b Restructure 2020-12-12 13:38:40 +09:00
moznion
8b54927110 Remove PartialEq from error enum 2020-12-12 00:10:20 +09:00
Renovate Bot
8eaca2c922 Update Rust crate tokio to 0.3.5 2020-12-08 18:56:55 +00:00
moznion
60b67cc2f1 Add E2E test 2020-12-08 00:40:19 +09:00