1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-01 23:48:31 +00:00
Commit graph

237 commits

Author SHA1 Message Date
Kane York
ba73186a99 Add MaxClientCount to configuration 2016-01-15 20:59:33 -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
9ca9b6b213 Actually give ErrForwardedFromBackend special handling >.> 2016-01-03 13:54:26 -08:00
Kane York
41a40d360d Fix backend error handling, maybe 2016-01-03 13:50:33 -08:00
Kane York
c634e50b5d CahcedLastMessages was not initialized 2016-01-03 09:31:22 -08:00
Kane York
1a709d6e51 lmao time.UnixDate sounds like a great idea doesn't it 2016-01-03 08:57:37 -08:00
Kane York
b22efabfed flag.Arg(0) not flag.Arg(1) you dummy 2015-12-23 23:54:03 -08:00
Kane York
daeb9d1a06 try gob.registername?? 2015-12-23 23:36:10 -08:00
Kane York
987286a607 Commit script to merge HLL counts 2015-12-23 22:35:52 -08:00
Kane York
2ddfa2b02c Add /hll_force_write 2015-12-23 22:18:11 -08:00
Kane York
81c477cd6b Add unique client counting 2015-12-23 21:57:33 -08:00
Kane York
89ff64f52c Add comments, add dumpStackOnCtrlZ() for tests 2015-12-23 21:56:56 -08:00
Kane York
18c1abd3e3 Bugfixes: div0, wrong low-mem condition, race 2015-12-23 21:55:15 -08:00
Kane York
bbe8b41fed Use username= and authenticated= 2015-12-16 15:51:12 -08:00
Kane York
286488891e Tests for SendRemoteCommand[Cached] 2015-12-16 15:35:35 -08:00
Kane York
ddc5e02cd7 Move TSetup to top of file, use in TestSealRequest 2015-12-16 14:34:05 -08:00
Kane York
4509a4245f Move all testing infra to the same file 2015-12-16 14:31:29 -08:00
Kane York
7552a91b3d derp, unused import.. 2015-12-16 14:25:23 -08:00
Kane York
c6891425d5 kill debug prints 2015-12-16 14:24:10 -08:00
Kane York
6f612f881e Fix race condition during testing 2015-12-16 14:23:28 -08:00
Kane York
9f5eb5818a Remove cruft code that was double-closing connections 2015-12-16 14:20:50 -08:00
Kane York
b236c34c94 Don't send IPs and usernames until I know how to delete them 2015-12-16 14:19:23 -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
26747a1104 Fix - non-logged-in needs a reply if auth needed
Refactor for testing - all janitors have sleep in a different function
from the work, so tests can trigger them
2015-12-16 13:59:51 -08:00
Kane York
4b2449aecf Remove SocketOrigin config, edit url building 2015-12-16 12:47:19 -08:00
Kane York
6b88b40538 Fix data race, add stat 2015-12-16 12:00:37 -08:00
Kane York
405ad22372 Fix a data race 2015-12-16 11:58:48 -08:00
Kane York
717acb3e40 Oh yeah, the config option 2015-12-16 11:48:37 -08:00
Kane York
75cf4fbb46 rename package to 'logstasher' 2015-12-16 11:47:51 -08:00
Kane York
03e6e99cb9 Add submission of connection reports to logstash 2015-12-16 11:15:17 -08:00
Kane York
da57357793 Merge branch 'master' into socketdev 2015-12-16 09:44:56 -08:00
Kane York
93d93b54a3 Revert "Update tweet tooltip display code"
This reverts commit 2ecdf8d8d6a183ad7c03da5cca3497fcc01e8e17.
2015-12-16 09:44:52 -08:00
Kane York
24693325ae Delete unused file 2015-12-16 09:44:04 -08:00
Kane York
ed71736e07 Update tweet tooltip display code 2015-12-12 16:00:51 -08:00
SirStendec
800553c602 3.5.84 to 3.5.100. Most importantly, started using new Ember stuff. -view-registry instead of Ember.View.views, and such. Finally added UI for managing pinned channels. Use HTTPS for the API and socket servers. Don't immediately unload chat rooms. Smarter chat tab behavior. Added /card command for opening mod cards. Other stuff. 2015-12-12 13:28:35 -05:00
Kane York
3eb7c58e90 Add scaffold for link normalization 2015-12-02 19:09:50 -08:00
Kane York
dc09698e36 Small refactor to bunched command 2015-12-02 19:08:19 -08:00
Kane York
59fed52797 Split socket writer loop into a function 2015-12-02 17:28:15 -08:00
Kane York
faf02a483e Fix centering in svg 2015-12-02 17:26:39 -08:00
Kane York
0aaa1f8700 Add architecgture design document 2015-12-02 17:20:52 -08:00
Kane York
de6e671bdb Better standards compliance with codes 2015-11-23 23:34:57 -08:00
Kane York
6a5bcdca4a Oops, SSL needs a different listen address.. 2015-11-23 16:08:22 -08:00
Kane York
6f13ea360c Add BackendVerifyFails to /stats to count request spam 2015-11-21 12:10:12 -08:00
Kane York
38972364fb Close server on SIGUSR1, 'kickclients' for rebalancing 2015-11-19 17:49:48 -08:00
Kane York
62c9659430 Close the connection if we get corrupted commands. 2015-11-19 16:55:03 -08:00
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
SirStendec
c167a8b626 3.5.78 to 3.5.83. It's been so long since I've commited. I'm a bad person. Added grouping for hosted channels, and a menu to select which channel you visit. Added weights for selecting which socket server to use. Added server time offset calculations. Refactored a LOT of how chat badges and chat line rendering and history processing works behind the scenes. Removed a ton of duplicate code. Added basic adjacent chat message lookups. Need better server support. 2015-11-19 02:45:56 -05:00
Kane York
3805fa1b66 Code cleanup: Remove single-target, timestamp-cache 2015-11-18 18:33:58 -08:00