Juliusz Chroboczek
|
3409f5a27f
|
Replace uses of os.IsExist and os.IsNotExist with errors.Is.
The former don't properly unwrap errors.
|
2024-04-14 13:34:32 +02:00 |
|
Juliusz Chroboczek
|
31f89163a2
|
Simplify server startup.
We now create the server and the listener in the calling thread,
and only create a new goroutine before calling server.Serve.
|
2024-04-14 02:12:46 +02:00 |
|
Juliusz Chroboczek
|
695c379a6c
|
Distinguish empty key in password from absence of key.
|
2024-04-12 01:05:48 +02:00 |
|
Juliusz Chroboczek
|
7673a95b05
|
Implement FallbackUsers in API.
|
2024-04-11 17:53:48 +02:00 |
|
Juliusz Chroboczek
|
31a18bcf44
|
Implement keys handling in API.
|
2024-04-11 14:30:44 +02:00 |
|
Juliusz Chroboczek
|
cc38c53075
|
Implement administrative API.
|
2024-04-11 13:27:08 +02:00 |
|