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
/
http.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplified indexHandler to reference staticCache
Ben Morrison
2019-05-26
1
-2
/
+3
*
checking for X-Real-IP header sometimes used by nginx when forwarding request...
Ben Morrison
2019-05-25
1
-1
/
+7
*
checking for X-Forwarded-For header when adding user IP to context
Ben Morrison
2019-05-24
1
-1
/
+9
*
tuning query handling
Ben Morrison
2019-05-22
1
-2
/
+2
*
fixed http 400 response and test
Ben Morrison
2019-05-21
1
-1
/
+2
*
runtime bugs re: http400 and database reading on startup
Ben Morrison
2019-05-21
1
-2
/
+1
*
fleshed out POST handler, added remote registry list
Ben Morrison
2019-05-21
1
-2
/
+4
*
apiEndpointHandler returning all users/statuses/mentions if no query present
Ben Morrison
2019-05-21
1
-0
/
+6
*
renamed files for clarity
Ben Morrison
2019-05-20
1
-182
/
+33
*
streamlined error handling and misc minor fixes
Ben Morrison
2019-05-20
1
-75
/
+63
*
error handling after http.Request.ParseForm()
Ben Morrison
2019-05-20
1
-2
/
+7
*
endpoint query function added
Ben Morrison
2019-05-20
1
-5
/
+6
*
middleware func to attach remote ip to context
Ben Morrison
2019-05-20
1
-0
/
+215