1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 15:27:43 +00:00
Commit graph

22 commits

Author SHA1 Message Date
Kane York
842dc64991 all health timestamps in UTC 2016-06-02 08:39:11 -07:00
Kane York
24936a6543 convert baseURL 2016-06-02 08:39:01 -07:00
Kane York
dd9e66c80d convert httpClient 2016-06-02 08:36:02 -07:00
Kane York
cd7faaba38 convert serverID 2016-06-02 08:31:07 -07:00
Kane York
80179abc36 start converting to backend as a struct 2016-06-02 08:28:26 -07:00
Kane York
d49c88a222 Add Health to /stats, add irc reconnect 2016-06-02 08:16:16 -07:00
Kane York
922bda2218 run goimports 2016-04-28 14:36:59 -07:00
Kane York
43ecbff656 Treat all strings from read buffers as gc-tainted
Rule: Copies must be made before retaining the string.
2016-01-17 19:46:01 -08:00
Kane York
abb032f0c1 memory: Use a string pool for Commands 2016-01-17 17:45:37 -08:00
Kane York
e117766eb6 Rip out the weekly/monthly HLLs - they're redundant
The weekly data can be constructed much more flexibly by just using the
daily data.
2016-01-15 20:54:30 -08:00
Kane York
41a40d360d Fix backend error handling, maybe 2016-01-03 13:50:33 -08:00
Kane York
bbe8b41fed Use username= and authenticated= 2015-12-16 15:51:12 -08:00
Kane York
c0500457a6 [BREAKING] Add tests for username auth, fix form key names
Also, testing infrastructure
2015-12-16 14:14:19 -08:00
Kane York
4b2449aecf Remove SocketOrigin config, edit url building 2015-12-16 12:47:19 -08:00
Kane York
dc09698e36 Small refactor to bunched command 2015-12-02 19:08:19 -08:00
Kane York
6a5bcdca4a Oops, SSL needs a different listen address.. 2015-11-23 16:08:22 -08:00
Kane York
62c9659430 Close the connection if we get corrupted commands. 2015-11-19 16:55:03 -08:00
Kane York
3805fa1b66 Code cleanup: Remove single-target, timestamp-cache 2015-11-18 18:33:58 -08:00
Kane York
9b0597ca82 Those numbers are in kilobytes. 2015-11-17 11:11:14 -08:00
Kane York
096fe787b7 Set min memory to 24mb if blank 2015-11-17 11:04:10 -08:00
Kane York
da790fbaa6 Refuse connections if not enough RAM 2015-11-17 11:02:30 -08:00
Kane York
58dd0bd9ee Fix the build (move out of internal) 2015-11-16 13:28:16 -08:00
Renamed from socketserver/internal/server/backend.go (Browse further)