Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v1.1.0
moac
Browse files
Sep 18, 2021
Doc: have README/man pages reflect recent changes
· 4ef5a17e
Seirdy
authored
Sep 18, 2021
View commits for tag v1.1.0
v1.1.0
4ef5a17e
Feat: add "ascii" charset alias
· 2f5e6557
Seirdy
authored
Sep 18, 2021
2f5e6557
Fix(CLI): moac: remove trailing \n from passwords
· 73e08677
Seirdy
authored
Sep 18, 2021
73e08677
Chore: expand + rewrite golangci-lint config
· 998c1d5e
Seirdy
authored
Sep 18, 2021
998c1d5e
Test: custom charsets shouldn't bloat pw length
· a7bd211f
Seirdy
authored
Sep 18, 2021
a7bd211f
Fix: ensure that charsets don't shadow each other
· 28e0a003
Seirdy
authored
Sep 18, 2021
28e0a003
Sep 16, 2021
Refactor: move some unexported funcs to own file
· 8576e7b0
Seirdy
authored
Sep 16, 2021
8576e7b0
Fix: pwgen: don't add an extra unnecessary char
· ee673276
Seirdy
authored
Sep 16, 2021
ee673276
Test: pass large struct by pointer safely
· 24b2b8df
Seirdy
authored
Sep 16, 2021
24b2b8df
Chore: trivial code cleanups
· 05fbc8c5
Seirdy
authored
Sep 16, 2021
05fbc8c5
Build: Makefile: fix bmake compatibility
· a68575b8
Seirdy
authored
Sep 15, 2021
a68575b8
Fix(CLI): moac-pwgen: don't add trailing newlines
· e1dfd99f
Seirdy
authored
Sep 15, 2021
e1dfd99f
Feat(CLI): support reading passwords from stdin
· 4ac96d35
Seirdy
authored
Sep 15, 2021
4ac96d35
Sep 15, 2021
Chore: reduce dupl for errchecks + bottleneck calc
· 24562096
Seirdy
authored
Sep 15, 2021
24562096
Chore: enforce fieldalignment + format
· ccfa8c8c
Seirdy
authored
Sep 15, 2021
ccfa8c8c
Doc: README: add various information
· a6c634d0
Seirdy
authored
Sep 15, 2021
a6c634d0
Sep 12, 2021
Feat: specify custom temperature of the system
· bd76d08a
Seirdy
authored
Sep 12, 2021
bd76d08a
Sep 10, 2021
Fix(CLI): get version from runtime by default
· 3ee208b4
Seirdy
authored
Sep 10, 2021
3ee208b4
Sep 09, 2021
Doc: add contribution guidelines
· e186ef39
Seirdy
authored
Sep 09, 2021
View commits for tag v1.0.0
v1.0.0
e186ef39
Feat(CLI): add version (-v) flag
· 95139327
Seirdy
authored
Sep 09, 2021
95139327
Deps: bump getopt, /x/term
· b0dd0351
Seirdy
authored
Sep 09, 2021
b0dd0351
Doc: Add FAQs to the README
· 91b75711
Seirdy
authored
Sep 08, 2021
View commits for tag v0.3.2
v0.3.2
91b75711
Fix(CLI): remove latin from default pwgen charsets
· 582b8a3f
Seirdy
authored
Sep 08, 2021
582b8a3f
Sep 08, 2021
Fix: make char insertion more random
· aab46ebc
Seirdy
authored
Sep 08, 2021
View commits for tag v0.3.1
v0.3.1
aab46ebc
Chore: relicense to MPL 2.0
· e057b4d8
Seirdy
authored
Sep 08, 2021
e057b4d8
Doc: update README for upcoming 1.0
· 9d44b40a
Seirdy
authored
Sep 08, 2021
9d44b40a
Feat(CLI): add zsh completions
· e4f3c1da
Seirdy
authored
Sep 07, 2021
e4f3c1da
Doc: fix moac-pwgen manpage section on charsets
· c24ad809
Seirdy
authored
Sep 07, 2021
c24ad809
Chore: style: reformat a line
· 05bd280f
Seirdy
authored
Sep 07, 2021
05bd280f
Sep 07, 2021
Doc: add docs for CLI
· 5c563ac3
Seirdy
authored
Sep 07, 2021
View commits for tag v0.3.0
v0.3.0
5c563ac3
Feat: add missing charset "Latin-1"
· 3fba0f6c
Seirdy
authored
Sep 07, 2021
3fba0f6c
Refactor: CLI: split pwgen into own executable
· 90c68a1e
Seirdy
authored
Sep 07, 2021
90c68a1e
Aug 27, 2021
CI: lint in CI
· 1ce77f9b
Seirdy
authored
Aug 26, 2021
1ce77f9b
Build: consistency + compatibility in Makefile
· 1e707b98
Seirdy
authored
Aug 26, 2021
1e707b98
Doc: add Codeberg mirror
· 9747aea1
Seirdy
authored
Aug 26, 2021
9747aea1
Aug 26, 2021
CI: fix openbsd buildmode
· 8176383b
Seirdy
authored
Aug 26, 2021
8176383b
Aug 25, 2021
Refactor!: move pwgen to own directory
· b67d1f06
Seirdy
authored
Aug 24, 2021
b67d1f06
Build: add OpenBSD support
· acc7ca55
Seirdy
authored
Aug 24, 2021
acc7ca55
CI: build non-CGO static binaries too
· 7fb9b0fa
Seirdy
authored
Aug 24, 2021
7fb9b0fa
Build: Makefile: binary target srcs + flags
· 70fd2e07
Seirdy
authored
Aug 24, 2021
70fd2e07
Loading