Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

Tags: getwtxt/getwtxt

Tags

v0.5.0

Toggle v0.5.0's commit message
add an endpoint for removing users

v0.4.15

Toggle v0.4.15's commit message
Fixed some bugs:

Two edgecases in datetime handling:
  - rfc3339 + nano
  - rfc3339, but omits seconds

Makefile now non-destructively installs over previous versions.

v0.4.14

Toggle v0.4.14's commit message
better datestamp parsing. moved 'registry' library

into this repo. updated references regarding the move
to sourcehut.

v0.4.13

Toggle v0.4.13's commit message
serving arbitrary static assets under /static/

using this to serve a local copy of water.css rather
than the remote copy.

v0.4.12

Toggle v0.4.12's commit message
Another source of duplicated statuses fixed

v0.4.11

Toggle v0.4.11's commit message
eliminated panic when serving reqs from empty registry,

removed experimental TLS and hostmatching support,
updated dependencies.

v0.4.10

Toggle v0.4.10's commit message
updated dep getwtxt/registry to fix duplicated statuses

v0.4.9

Toggle v0.4.9's commit message
Minor release:

Tests now use a constructed file rather than my live twtxt.txt file

Added a few comments above functions that weren't commented previously

Makefile now only removes the binary, logs, and config file on
uninstall, where previously it removed the whole /usr/local/getwtxt
directory. This is to leave the database intact.

v0.4.8

Toggle v0.4.8's commit message
cleanup and some bugfixes

v0.4.7

Toggle v0.4.7's commit message
config change, minor