You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2021. It is now read-only.
Fixed some bugs:
Two edgecases in datetime handling:
- rfc3339 + nano
- rfc3339, but omits seconds
Makefile now non-destructively installs over previous versions.
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.