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

39 commits

Author SHA1 Message Date
Kane York
8767206105 Revert switching cache implementation 2017-09-25 15:26:29 -07:00
Kane York
7657357164 Compile fixes, switch cache implementation 2017-09-25 15:08:22 -07:00
Kane York
44249a3721 Better shutdown code, release listeners 2017-09-21 14:33:06 -07:00
Kane York
bd1051b4c1 Merge branch 'master' into patch-4 2017-09-18 14:35:46 -07:00
SirStendec
e1522456b4 Backend: Use IndexRune instead of Index for splitting Content-Type header checking errors. 2017-09-17 14:40:17 -04:00
SirStendec
5f0dc3ce6f SocketServer: When parsing errors from the backend, ignore ;charset= in Content-Type headers. 2017-09-17 14:22:31 -04:00
Kane York
1c55e8fca7 Extract form sealing to a package 2017-09-15 16:40:40 -07:00
Kane York
e04b6c84f8 Treat any 200 code as success 2017-08-24 11:56:20 -07:00
Kane York
7be7fc5c3a Reformat, fix doc 2017-02-02 23:08:21 -08:00
Kane York
f61fea6414 move /uncached_pub to publisher.go 2016-07-08 12:47:13 -07:00
Kane York
ec932b1c36 remove MsgTargetType and CacheType 2016-07-08 12:46:16 -07:00
Kane York
3b3457af14 allow 2xx from backend 2016-06-04 11:43:37 -07:00
Kane York
4ae3cca6ac fix test compile 2016-06-02 09:07:17 -07:00
Kane York
89e6298583 convert final touches 2016-06-02 09:04:46 -07:00
Kane York
cdcb7fb079 convert backend urls 2016-06-02 09:03:43 -07:00
Kane York
6abd30d71c fix race condition with lastSuccess
convert responseCache
2016-06-02 08:59:40 -07:00
Kane York
b94bcf743e convert (Un)SealRequest 2016-06-02 08:47:07 -07:00
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)