index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
email
/
dkim
Age
Commit message (
Expand
)
Author
10 days
all: apply go fix
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2025-02-04
all: remove the nolint tags
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2024-03-05
all: comply with linter recommendations #3
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-11-07
email/dkim: set ExpiredAtto MaxInt64 if value is greater than 12 digits
Shulhan
2023-09-11
email/dkim: realign struct for better size allocation
Shulhan
2023-04-08
email/dkim: replace lib/io#Reader with lib/bytes#Parser
Shulhan
2022-10-05
email/dkim: fix tests with -count=X, where X>1
Shulhan
2022-07-16
email/dkim: skip test that require external DNS records
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-04-06
all: replace any usage of ioutil package with os or io
Shulhan
2022-03-21
email/dkim: remove amazonses.com domain from test cases
Shulhan
2021-11-16
lib/dns: refactoring, change signature of client Lookup
Shulhan
2021-11-15
lib/{email,spf}: changes related to refactoring lib/dns
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-08-15
dns: refactoring the ResourceRecord values from []byte to string
Shulhan
2020-08-03
all: fix tests affected by changes on dns package
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-05-16
all: fix and suppress linter warnings
Shulhan
2020-03-20
dkim: convert the expired time to UTC on error
Shulhan
2020-03-20
dkim: skip test that use external DNS
Shulhan
2020-01-20
email/dkim: fix the expected test result and errors
Shulhan
2019-11-05
email/dkim: fix the test expected response on LookupDNSTXT
Shulhan
2019-09-05
all: fix test for Go 1.13
Shulhan
2019-06-14
ascii: new library for working with ASCII characters
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-05-07
email: changes affected by update on dns package
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2019-02-15
email/dkim: fix warnings from linters
Shulhan
2019-02-15
all: fix the usage of "iota"
Shulhan
2019-02-15
email: implement signing message with DKIM method
Shulhan
2019-02-14
email: implement DKIM verify on message
Shulhan
2019-02-13
email/dkim: rename "verifyXxx" methods to "validateXxx"
Shulhan
2019-02-11
email/dkim: rename Verify method to Validate
Shulhan
2019-02-09
email/dkim: split parsing canonicalization value into its own functions
Shulhan
2019-02-09
email/dkim: split the DNS related functions into new file
Shulhan
2019-02-09
email/dkim: various fixes with more unit tests
Shulhan
2019-02-08
email/dkim: add key pool
Shulhan
2019-02-08
email/dkim: decode and parse public key from TXT record
Shulhan
2019-02-08
email/dkim: handle invalid characters when parsing tag value with base64
Shulhan
2019-02-07
email/dkim: fix linter warnings on global variables
Shulhan
2019-02-07
email/dkim: implement public key lookup with DNS
Shulhan
2019-02-07
email/dkim: add type for query method that combine query type and option
Shulhan
2019-02-06
lib/email/dkim: new package for parsing and creating DKIM signature
Shulhan