index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-06
Release share v0.22.0 (2021-01-06)
v0.22.0
Shulhan
2021-01-06
http: ignore errors in the example codes
Shulhan
2021-01-06
big: fix test due to changes on tip of json package
Shulhan
2021-01-06
git: fix test due to changes on exit status on git client
Shulhan
2020-12-23
totp: add method to generate n number of passwords
Shulhan
2020-12-23
cmd: add new CLI "totp"
Shulhan
2020-12-21
ssh: print the private key file that has an error when generating signers
Shulhan
2020-12-18
http: print client request if debug value is equal or greater than 2
Shulhan
2020-12-17
sql: use the options MigrationDir if the argument fs is nil
Shulhan
2020-12-17
sql: change the new client function parameter into struct of options
Shulhan
2020-12-10
contact: remove unused package proofn
Shulhan
2020-12-06
Release share v0.21.0 (2020-12-06)
v0.21.0
Shulhan
2020-12-06
all: replace the tasks to serve and generate docs using ciigo as library
Shulhan
2020-12-06
README: rewrite to make it readable on pkg.go.dev and sr.ht
Shulhan
2020-12-03
lib/totp: new package that implement TOTP protocol
Shulhan
2020-11-27
http: allow Endpoint to register custom error handler
Shulhan
2020-11-27
http: add an example on how to write custom HTTP status code
Shulhan
2020-11-26
websocket: create buffered channel for running queue
Shulhan
2020-11-23
smtp: update the expired test certificate
Shulhan
2020-11-23
test: refactoring Assert with better error message
Shulhan
2020-11-15
paseto: add unit test to validate JSON token
Shulhan
2020-11-15
parser: fix Line method that always return non-empty line
Shulhan
2020-11-10
big: update the latest expected error message with Go tip
Shulhan
2020-11-10
net: always return the host name or IP on ParseIPPort
Shulhan
2020-11-09
Makefile: rename taks `genhtml` to `docs` and add task to serve the docs
v0.20.1
Shulhan
2020-11-09
all: regenerate documentations using latest ciigo
Shulhan
2020-11-08
Release share v0.20.1
Shulhan
2020-10-23
websocket: set TLSConfig to nil if Endpoint scheme is not https or wss
Shulhan
2020-10-21
paseto: add 5 seconds time drift when validating JSONToken
Shulhan
2020-10-13
go.mod: update dependencies
Shulhan
2020-10-13
parser: add Stop method
Shulhan
2020-10-08
paseto: fix linter warnings
Shulhan
2020-10-08
big: add method RoundToNearestAway and RoundToZero
Shulhan
2020-10-08
_doc: update generated HTML with latest changes on ciigo
Shulhan
2020-10-05
Release share v0.20.0 (2020-10-05)
v0.20.0
Shulhan
2020-10-05
http: increase the debug level from 2 to 3
Shulhan
2020-09-21
paseto: change the Unpack return type to PublicToken
Shulhan
2020-09-16
paseto: handle token request under 1 second
Shulhan
2020-09-15
dns: serve DoT without SSL if server is behind proxy or tlsConfig is null
Shulhan
2020-09-15
paseto: round the time to second to prevent sub-second precision
Shulhan
2020-09-14
paseto: use byte as parameter for calculating little-endian
Shulhan
2020-09-09
http: add constanst for header "Authorization" and key "Bearer"
Shulhan
2020-09-09
paseto: check for empty key ID and private key on NewPublicMode
Shulhan
2020-09-09
paseto: add method to unpack token from HTTP request
Shulhan
2020-09-09
paseto: implement strict JSON token validation
Shulhan
2020-09-09
paseto: new package for working with paseto
Shulhan
2020-09-08
Release share v0.19.0 (2020-09-08)
v0.19.0
Shulhan
2020-09-06
dns: unexport the Messsage's Packet field
Shulhan
2020-09-06
dns: add method to append and remove record in hosts file
Shulhan
2020-09-06
dns: add method to remove local caches by names on Server
Shulhan
[next]