-
168c917e04
remove matrix build
main
andi
2026-01-20 07:31:01 +01:00
-
2cf4565fd1
add binary for linux-gnu and fix some other stuff
andi
2026-01-20 07:26:27 +01:00
-
8b2c3cff79
use version in all places and create artifact for build task
andi
2026-01-20 07:08:21 +01:00
-
a32f097bea
try env variables
andi
2026-01-20 07:01:10 +01:00
-
91b3545702
remove upload.sh, because I committed my token
andi
2026-01-19 20:00:52 +01:00
-
1df9395324
add mise.toml
andi
2026-01-19 19:42:19 +01:00
-
1062787e18
example for how to publish an artifact to gitea
andi
2025-11-05 09:13:31 +01:00
-
dfc2a0668c
build.sh automatically builds on changes
andi
2025-11-05 09:10:49 +01:00
-
1cda4d05b3
add schema
andi
2025-11-05 09:09:36 +01:00
-
aed00324f6
dang
andi
2025-08-05 19:59:49 +02:00
-
b329bc73e1
add parser for pre_release version
0.1.0
andi
2025-08-02 12:45:53 +02:00
-
cd8a9b0c76
try upload-artifact@v3
andi
2025-08-02 12:34:32 +02:00
-
4405bf4ab0
try caching
andi
2025-08-02 12:28:08 +02:00
-
f5acf8af4e
use target zig understands
andi
2025-08-02 10:44:50 +02:00
-
6510314dea
forgot the target
andi
2025-08-02 10:37:01 +02:00
-
ea5dc4d144
try matrix build
andi
2025-08-02 10:34:54 +02:00
-
4ff826d9f4
fetch complete repo
0.0.1
andi
2025-07-28 19:03:08 +02:00
-
769573a23b
try to upload artifacts
andi
2025-07-28 18:55:50 +02:00
-
d5632dea6e
fetch tags
andi
2025-07-28 18:49:40 +02:00
-
83efe0547e
cross compile for windows and linux
andi
2025-07-28 18:46:41 +02:00
-
761d9086cd
moving the zig binary doesn't work
andi
2025-07-27 17:58:24 +02:00
-
2214ae92d1
I am so stupid
andi
2025-07-27 17:56:39 +02:00
-
a0147b8216
host.docker.internal doesn't work, try magic ip instead
andi
2025-07-27 17:55:40 +02:00
-
e1d195f236
brainfart
andi
2025-07-27 17:54:53 +02:00
-
0fbea3d981
cannot use localhost in a container, obviously
andi
2025-07-27 17:51:51 +02:00
-
25e2c10bb2
ubuntu slim does not have wget or curl
andi
2025-07-27 17:50:33 +02:00
-
a296b509ae
typo in name for checkout action
andi
2025-07-27 17:46:56 +02:00
-
8b946e3423
1st try of a build workflow
andi
2025-07-27 17:45:03 +02:00
-
f5f1e1593b
add parameter --time
andi
2025-03-09 20:19:45 +01:00
-
ff7d1ede59
update to zig 0.14.0
andi
2025-03-09 20:17:17 +01:00
-
3f3c3198f5
add completions for fish and update for bash
andi
2025-03-09 10:57:52 +01:00
-
b4f82ebfda
add option to show help
andi
2025-03-08 19:31:05 +01:00
-
21a4c231a3
add command line parameter to print the version
andi
2025-03-08 19:19:52 +01:00
-
dd32db056e
Make it possible to validate a code.
andi
2025-02-22 20:45:37 +01:00
-
e9168203f5
add bash completion script
andi
2024-11-24 15:43:10 +01:00
-
0df5a7a5ce
add another link to totp spec
andi
2024-09-20 16:23:39 +02:00
-
ec75712d04
on windows the env var for home seems to be HOMEPATH
andi
2024-09-20 15:29:30 +02:00
-
a60fadd248
make compilable on windows
andi
2024-09-20 15:20:39 +02:00
-
51def513e3
improve more error messages
andi
2024-09-11 13:45:24 +02:00
-
1efad3d45c
improve error message if argument for --config is missing
andi
2024-09-10 08:47:13 +02:00
-
a41eed98bb
better error message when there is no parameter after 'show'
andi
2024-09-09 19:01:20 +02:00
-
c0704a604b
add error message for authenticator not found
andi
2024-09-09 18:42:41 +02:00
-
7edfe2dfff
add referene to the spec for otpauth urls (which is still a draft)
andi
2024-09-09 17:57:40 +02:00
-
a9f9becc41
add support for algorithms SHA256 and SHA512
andi
2024-09-09 15:38:55 +02:00
-
8b452af848
extract method to compute the totp code based on a pre-computed hmac
andi
2024-09-09 15:08:05 +02:00
-
0f5fd3f561
add 'algorithm' to OtpAuthUrl
andi
2024-09-09 14:47:22 +02:00
-
d0f5860a44
ignore directory .zig-cache
andi
2024-09-09 14:30:46 +02:00
-
39bcda689d
use arena allocator, because this is a short lived cli tool
andi
2024-09-09 09:40:27 +02:00
-
ba9e6b06b6
fix some memory leaks and add better error handling
andi
2024-09-08 11:48:28 +02:00
-
622391a67d
add test cases from RFC-6238
andi
2024-09-07 12:39:43 +02:00
-
a926906e91
finalize computation of the code
andi
2024-09-07 10:42:39 +02:00
-
36b19427e3
better parsing of the otpauth url
andi
2024-09-02 18:57:20 +02:00
-
0afbb7a757
Base32 decoding with optional padding
andi
2024-09-01 17:58:51 +02:00
-
c8efdbdffe
Adding Base32 decode method
andi
2024-09-01 10:44:50 +02:00
-
044b2e3e8f
fix memory leak and remove 'add'
andi
2024-08-27 19:45:48 +02:00
-
8854646cda
extract method to read the config file
andi
2024-08-27 19:12:28 +02:00
-
d1cf64bdcb
cleanup
andi
2024-08-27 18:59:50 +02:00
-
ecb7bacfa1
list command
andi
2024-08-27 18:39:21 +02:00
-
68f55396e3
initial commit
andi
2024-08-17 14:15:19 +02:00