summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-06Release share v0.22.0 (2021-01-06)v0.22.0Shulhan
2021-01-06http: ignore errors in the example codesShulhan
2021-01-06big: fix test due to changes on tip of json packageShulhan
2021-01-06git: fix test due to changes on exit status on git clientShulhan
2020-12-23totp: add method to generate n number of passwordsShulhan
2020-12-23cmd: add new CLI "totp"Shulhan
2020-12-21ssh: print the private key file that has an error when generating signersShulhan
2020-12-18http: print client request if debug value is equal or greater than 2Shulhan
2020-12-17sql: use the options MigrationDir if the argument fs is nilShulhan
2020-12-17sql: change the new client function parameter into struct of optionsShulhan
2020-12-10contact: remove unused package proofnShulhan
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