1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-30 01:40:55 +00:00
Commit graph

104 commits

Author SHA1 Message Date
Kane York
cf238bf650 lol guess i missed one 2015-11-19 16:39:47 -08:00
Kane York
3c3791579f Fix tests for deleted code 2015-11-19 16:38:07 -08:00
Kane York
75bee4fee5 Oops, forgot to remove test for deleted code 2015-11-19 16:31:10 -08:00
Kane York
3805fa1b66 Code cleanup: Remove single-target, timestamp-cache 2015-11-18 18:33:58 -08:00
Kane York
00175cad39 change global sub to ClientInfo, remove ip output 2015-11-18 09:07:34 -08:00
Kane York
3802dea35c refactor CloseConnection 2015-11-17 19:53:58 -08:00
Kane York
3e956ba456 Fix the LE handler, serve 404s 2015-11-17 13:44:52 -08:00
Kane York
121298af0e Add LE support, listen on HTTPS and HTTP 2015-11-17 13:36:34 -08:00
Kane York
0229274a6c Add units to memory figures 2015-11-17 12:16:46 -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
0c1d6ed725 Protect against filled send buffers 2015-11-17 00:28:42 -08:00
Kane York
3ad59fb47e format the uptime >.> 2015-11-16 23:15:38 -08:00
Kane York
976a2593eb add build stamp to /stats 2015-11-16 22:56:40 -08:00
Kane York
6cadcffd5c Add uptime to /stats 2015-11-16 22:46:19 -08:00
Kane York
532cd0e2ce Fix tests without skipping 2015-11-16 22:34:55 -08:00
Kane York
5dc54bbd2e Fix tests (by calling Skip() lmao) 2015-11-16 22:18:36 -08:00
Kane York
4c3a4d9709 add user_history command 2015-11-16 22:10:55 -08:00
Kane York
bedd14ab4e Switch twitch_emote to bunched 2015-11-16 22:07:43 -08:00
Kane York
13b3f0f68a more /stats updates 2015-11-16 21:57:18 -08:00
Kane York
cc98c05472 update /stats - include cpu & mem usage 2015-11-16 21:15:29 -08:00
Kane York
56b80078e5 more /stats updates 2015-11-16 20:36:50 -08:00
Kane York
c55b5fb277 update to /stats 2015-11-16 20:35:03 -08:00
Kane York
ab14cdac72 Fix disconnect reason statistics 2015-11-16 20:26:59 -08:00
Kane York
c42a0fb171 not enough arguments to retur 2015-11-16 16:56:27 -08:00
Kane York
7a6b9e66ab Add ping command 2015-11-16 15:23:27 -08:00
Kane York
30bc90b152 are we a victim of rounding? 2015-11-16 14:58:42 -08:00
Kane York
c63a93679b Use UnixNano() so we have millis 2015-11-16 14:48:24 -08:00
Kane York
71f08f3c53 Implement version comparisons 2015-11-16 14:30:09 -08:00
Kane York
d3fa1e6894 revert to relative imports 2015-11-16 14:07:25 -08:00
Kane York
58dd0bd9ee Fix the build (move out of internal) 2015-11-16 13:28:16 -08:00
Kane York
c38b9b0018 Expose server statistics at /stats 2015-11-16 13:25:25 -08:00
Kane York
a3971a27bf Replace log.Println() with Statistics 2015-11-16 13:07:02 -08:00
Kane York
cc3a160c29 more golint & cleanup 2015-11-16 12:50:00 -08:00
Kane York
66cc124e37 golint part 1 2015-11-15 18:43:34 -08:00
Kane York
aa6f090fcc Rename a few variables 2015-11-15 15:55:20 -08:00
Kane York
d518759fa0 Re-add bunched request caching with a lazy janitor
And this time, only one lock is held at a time during the response.
2015-11-15 15:52:50 -08:00
Kane York
377afb7a6b Speed up subscription janitor to 1min 2015-11-09 14:44:33 -08:00
Kane York
29eb07f58c Rename & Reorganize pub/sub 2015-11-08 22:34:06 -08:00
Kane York
a4ecc790b9 Handle multichat in single-publish 2015-11-08 22:01:32 -08:00
Kane York
4f3473e8d9 imported and not used: "fmt" 2015-11-08 21:27:44 -08:00
Kane York
736deacf4c Default to remote command 2015-11-08 21:20:32 -08:00
Kane York
a4bac68d02 Post to backend when server start 2015-11-08 21:10:24 -08:00
Kane York
95a8f710f8 Implement username validation 2015-11-08 16:44:16 -08:00
Kane York
0dffc494e4 Fix go vet problems 2015-11-05 23:24:35 -08:00
Kane York
525b19eccb Add reporting of added/removed subcriptions 2015-11-04 15:11:49 -08:00
Kane York
3ad095acf4 Forward application/json errors to client 2015-11-04 12:25:42 -08:00
Kane York
d09e4e592c Remove response cache for bunched commands, simplify locks 2015-11-04 12:09:24 -08:00
Kane York
64cc80c79a maybe the helper function is wrong 2015-11-03 17:57:35 -08:00