index
:
getwtxt
this commit
master
twtxt registry written in Go
gbmor <ben@gbmor.dev>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
svc
/
conf.go
Commit message (
Collapse
)
Author
Age
Files
Lines
*
added support for TLS and hostname resolution
Ben Morrison
2019-06-11
1
-5
/
+32
|
*
check if behind reverse proxy
Ben Morrison
2019-06-11
1
-0
/
+10
|
*
readability changes
Ben Morrison
2019-06-11
1
-28
/
+18
|
*
moved timed/periodic functions and types to periodic.go
Ben Morrison
2019-06-11
1
-77
/
+0
|
*
eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ↵
Ben Morrison
2019-06-11
1
-5
/
+0
|
|
|
|
ticker for intervals.
*
cache and db now use time.Ticker for events. refactored some initialization.
Ben Morrison
2019-06-11
1
-10
/
+94
|
*
refactored initConfig()
Ben Morrison
2019-06-10
1
-69
/
+42
|
*
changed some log formatting
Ben Morrison
2019-06-10
1
-1
/
+1
|
*
setting version via build flags
Ben Morrison
2019-06-09
1
-2
/
+2
|
*
init staticAssets explicitly on startup
Ben Morrison
2019-06-09
1
-9
/
+0
|
*
split db-specific funcs into separate files
Ben Morrison
2019-06-08
1
-10
/
+14
|
*
sqlite functionality added
Ben Morrison
2019-06-08
1
-7
/
+3
|
*
moved type declarations into respective files
Ben Morrison
2019-06-08
1
-0
/
+28
|
*
config and logging functions split into own file
Ben Morrison
2019-06-06
1
-0
/
+187