summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-06Release share v0.21.0 (2020-12-06)v0.21.0Shulhan
2020-12-06all: replace the tasks to serve and generate docs using ciigo as libraryShulhan
2020-12-06README: rewrite to make it readable on pkg.go.dev and sr.htShulhan
2020-12-03lib/totp: new package that implement TOTP protocolShulhan
2020-11-27http: allow Endpoint to register custom error handlerShulhan
2020-11-27http: add an example on how to write custom HTTP status codeShulhan
2020-11-26websocket: create buffered channel for running queueShulhan
2020-11-23smtp: update the expired test certificateShulhan
2020-11-23test: refactoring Assert with better error messageShulhan
2020-11-15paseto: add unit test to validate JSON tokenShulhan
2020-11-15parser: fix Line method that always return non-empty lineShulhan
2020-11-10big: update the latest expected error message with Go tipShulhan
2020-11-10net: always return the host name or IP on ParseIPPortShulhan
2020-11-09Makefile: rename taks `genhtml` to `docs` and add task to serve the docsv0.20.1Shulhan
2020-11-09all: regenerate documentations using latest ciigoShulhan
2020-11-08Release share v0.20.1Shulhan
2020-10-23websocket: set TLSConfig to nil if Endpoint scheme is not https or wssShulhan
2020-10-21paseto: add 5 seconds time drift when validating JSONTokenShulhan
2020-10-13go.mod: update dependenciesShulhan
2020-10-13parser: add Stop methodShulhan
2020-10-08paseto: fix linter warningsShulhan
2020-10-08big: add method RoundToNearestAway and RoundToZeroShulhan
2020-10-08_doc: update generated HTML with latest changes on ciigoShulhan
2020-10-05Release share v0.20.0 (2020-10-05)v0.20.0Shulhan
2020-10-05http: increase the debug level from 2 to 3Shulhan
2020-09-21paseto: change the Unpack return type to PublicTokenShulhan
2020-09-16paseto: handle token request under 1 secondShulhan
2020-09-15dns: serve DoT without SSL if server is behind proxy or tlsConfig is nullShulhan
2020-09-15paseto: round the time to second to prevent sub-second precisionShulhan
2020-09-14paseto: use byte as parameter for calculating little-endianShulhan
2020-09-09http: add constanst for header "Authorization" and key "Bearer"Shulhan
2020-09-09paseto: check for empty key ID and private key on NewPublicModeShulhan
2020-09-09paseto: add method to unpack token from HTTP requestShulhan
2020-09-09paseto: implement strict JSON token validationShulhan
2020-09-09paseto: new package for working with pasetoShulhan
2020-09-08Release share v0.19.0 (2020-09-08)v0.19.0Shulhan
2020-09-06dns: unexport the Messsage's Packet fieldShulhan
2020-09-06dns: add method to append and remove record in hosts fileShulhan
2020-09-06dns: add method to remove local caches by names on ServerShulhan
2020-09-06dns: export function to get query type by address valueShulhan
2020-09-06dns: update comment on answers typeShulhan
2020-09-06dns: make the RemoveCachesByNames also remove record in non-local cachesShulhan
2020-09-06dns: add method to search cachesShulhan
2020-09-05dns: terminate the SOA MName and RName values when saving to zone fileShulhan
2020-09-04dns: trim the dot suffix when saving zone file recordsShulhan
2020-09-04dns: fix PTR record format when saving ZoneFileShulhan
2020-09-04dns: remove zone file path in error messageShulhan
2020-09-04dns: fix parsing SOA resource record data from master fileShulhan
2020-09-02dns: convert the hostname to lowercase when parsing hosts fileShulhan
2020-08-31websocket: remove logging on Send functionShulhan