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.

Releases: getwtxt/getwtxt

v0.5.0

22 Oct 02:53
2151021

Choose a tag to compare

Endpoint for removing users

v0.4.15

25 Jun 04:25
525f339

Choose a tag to compare

Two edgecases in datetime handling were fixed:

  • parse rfc3339 + nano
  • parse rfc3339 that omits seconds

Makefile now non-destructively installs over previous versions.

v0.4.14

21 Jun 06:00
24e86fb

Choose a tag to compare

Changelog

  • better datestamp parsing
  • moved 'registry' library into this repo
  • updated references regarding the move to sourcehut

v0.4.13

12 Apr 21:32
0a69c58

Choose a tag to compare

Changelog

0daa948 Arbitrary static files can be served via $URI/static
0a69c58 Serving a copy of kognise/water.css locally instead of fetching it on page load.

v0.4.12

16 Mar 20:02
4bae99e

Choose a tag to compare

Changelog

4bae99e Another source of duplicated statuses fixed
50c1520 Related to above, specifying in config file that changing database options will require a restart

v0.4.11

16 Mar 18:59
3bb022f

Choose a tag to compare

Changelog

31c992e Removed experimental TLS and hostname matching support
d1ec21e Removed static build flags from Makefile
2f3390b On uninstall, let the user know the database still lives
23d4356 Updated dependencies
3bb022f Eliminated panic when serving requests from empty registry

v0.4.10

07 Feb 23:35
c5df410

Choose a tag to compare

Bumped version of the dependency getwtxt/registry to fix duplicated status issue

v0.4.9

22 Dec 07:19
f532f49

Choose a tag to compare

Changelog

f60789a Added testdata/twtxt.txt for tests to run against
7db28dd Decoupled tests from my live twtxt.txt file
e53b843 Added a few more function comments
f532f49 make uninstall now leaves database intact

v0.4.8

19 Dec 05:39
5631380

Choose a tag to compare

Changelog

85f6000 closeLog channel now uses struct{} instead of bool for signaling
34d7903 tick.exitchannels now using struct{} instead of bool for signaling
e79fa24 ETag header is now an FNV hash
efbc14f reduced size of FNV hashes used for ETag to 32bits
982a521 refactored handlers.go::servStatic() to eliminate early return
04ad0e7 reduced early returns and removed unnecessary switch statement in handlers.go::apiEndpointHandler()

v0.4.7

19 Sep 23:02
4d7c4f5

Choose a tag to compare

Changelog

Changed the default logfile paths in getwtxt.yml to absolute. Thanks to @cremesk for bringing this to my attention.