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
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
2020-09-06
dns: export function to get query type by address value
Shulhan
2020-09-06
dns: update comment on answers type
Shulhan
2020-09-06
dns: make the RemoveCachesByNames also remove record in non-local caches
Shulhan
2020-09-06
dns: add method to search caches
Shulhan
2020-09-05
dns: terminate the SOA MName and RName values when saving to zone file
Shulhan
2020-09-04
dns: trim the dot suffix when saving zone file records
Shulhan
2020-09-04
dns: fix PTR record format when saving ZoneFile
Shulhan
2020-09-04
dns: remove zone file path in error message
Shulhan
2020-09-04
dns: fix parsing SOA resource record data from master file
Shulhan
2020-09-02
dns: convert the hostname to lowercase when parsing hosts file
Shulhan
2020-08-31
websocket: remove logging on Send function
Shulhan
[next]