Alejandro Mery amery
  • Brighton, UK
  • Joined on 2015-05-02
amery pushed to pr-amery-wireguard-ini at amery/jpictl 2023-10-23 23:12:15 +02:00
4320b9bedf wireguard: switch from gcfg to asciigoat.org/ini/basic
91955a3a7d wireguard: implement EndpointAddress.UnmarshalText
905d2aebf5 wireguard: implement UnmarshalText for PrivateKey and PublicKey
7dd04d84f4 Merge pull request 'chores: update dependencies' (#26)
385f85ff91 chore: go work sync
Compare 12 commits »
amery pushed tag v0.6.8 to amery/jpictl 2023-10-23 23:01:05 +02:00
amery deleted tag v0.6.8 from amery/jpictl 2023-10-23 23:00:08 +02:00
amery commented on pull request amery/jpictl#26 2023-10-23 22:59:15 +02:00
chores: update dependencies

v0.6.8 tagged

amery pushed tag v0.6.8 to amery/jpictl 2023-10-23 22:59:08 +02:00
amery merged pull request amery/jpictl#26 2023-10-23 22:58:26 +02:00
chores: update dependencies
amery deleted branch pr-amery-chores from amery/jpictl 2023-10-23 22:58:26 +02:00
amery pushed to main at amery/jpictl 2023-10-23 22:58:26 +02:00
7dd04d84f4 Merge pull request 'chores: update dependencies' (#26)
385f85ff91 chore: go work sync
986db350b4 cluster: make unreachable panic explicit
99ae34e98c chore: update darvaza.org/core to v0.10.0
Compare 4 commits »
amery created pull request amery/jpictl#26 2023-10-23 22:58:09 +02:00
chores: update dependencies
amery pushed to pr-amery-chores at amery/jpictl 2023-10-23 22:57:53 +02:00
385f85ff91 chore: go work sync
amery pushed to pr-amery-chores at amery/jpictl 2023-10-23 22:56:21 +02:00
986db350b4 cluster: make unreachable panic explicit
99ae34e98c chore: update darvaza.org/core to v0.10.0
Compare 2 commits »
amery created branch pr-amery-chores in amery/jpictl 2023-10-23 22:56:21 +02:00
amery pushed to pr-amery-cleanup at asciigoat/httools 2023-09-29 21:14:51 +02:00
0fb985026f htpasswd: clean up parser
amery created pull request asciigoat/httools#4 2023-09-29 20:56:00 +02:00
light clean up
amery created branch pr-amery-cleanup in asciigoat/httools 2023-09-29 20:53:17 +02:00
amery pushed to pr-amery-cleanup at asciigoat/httools 2023-09-29 20:53:17 +02:00
02235c36bc htpasswd: clean up errors
7b8b0e6700 htpasswd: standarize function names
5941fb013c vscode: add hasher, htpasswd and Passwds to the dictionary
47d0d5d0a4 fix go.mod version
Compare 4 commits »
amery pushed to master at asciigoat/httools 2023-09-28 20:18:37 +02:00
afac3a836f Merge pull request 'htpasswd: refactor and add Passwd methods' (#3)
5f5cbeab4f htpasswd: refactor and add Passwd methods
Compare 2 commits »
amery merged pull request asciigoat/httools#3 2023-09-28 20:18:36 +02:00
htpasswd: refactor and add Passwd methods
amery commented on pull request asciigoat/httools#3 2023-09-28 20:17:43 +02:00
htpasswd: refactor and add Passwd methods

usage or wrapping predefined errors so one can use errors.Is() and similar