1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 16:38:31 +00:00
Commit graph

232 commits

Author SHA1 Message Date
SirStendec
231e2839e8 Backend: Attempt fixing argument leak when RPC is called without arguments. 2017-09-17 14:40:39 -04: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
Mike
d208fcb3b6 Merge pull request #235 from riking/patch-4
Extract JSON error instead of re-encoding it
2017-09-15 19:09:55 -04:00
Kane York
537800956a Extract JSON error instead of re-encoding it 2017-09-15 16:08:23 -07:00
Mike
7fd7592443 Merge pull request #234 from riking/patch-4
at least pretend to make Statistics updates thread-safe
2017-09-15 19:04:26 -04:00
Kane York
ad1296e0ed fix errors without a message ID 2017-09-15 16:03:09 -07:00
Kane York
e725dc248c at least pretend to make Statistics thread-safe
reduce websocket read buffers
2017-09-15 15:57:21 -07:00
Mike
76fca392a7 Merge pull request #233 from riking/patch-3
Fix BunchedCommand replies
2017-09-15 17:02:00 -04:00
Kane York
443a658af2 Fix BunchedCommand replies 2017-09-15 13:58:13 -07:00
Kane York
7d5fee46bd Remove DebugHello 2017-09-15 13:45:17 -07:00
Kane York
9594bda74a NotLikeThis 2017-09-15 13:41:18 -07:00
Kane York
e0ae732f35 move send out of lock 2017-09-15 13:20:28 -07:00
Kane York
fd357ae6f2 reject pongs for non-set-up clients 2017-09-15 13:19:33 -07:00
Kane York
d254435173 add hello error debugging, lock mutex during hello 2017-09-15 13:19:20 -07:00
Kane York
f31a93f790 Fix failure-to-hello check 2017-09-15 13:11:19 -07:00
Kane York
26ac45358e Separate CurrentClientCount and global subs 2017-09-15 13:07:41 -07:00
Kane York
42c82251be Assign new client ID when null 2017-09-15 12:58:14 -07:00
Kane York
e0b5d92671 Allow a null client_id 2017-09-15 12:57:22 -07:00
Kane York
413f62f56b fix compile 2017-09-15 12:28:01 -07:00
Kane York
6a2267cb97 Fix documentation. 2017-09-15 12:26:10 -07:00
Kane York
14417c708e Use groupcache for bunched backend commands 2017-09-15 12:21:41 -07:00
SirStendec
d97a44326a 3.5.521. Emote data stuff. Bugfixes. Rich content in chat. Server socket changes. 2017-09-15 14:41:00 -04:00
SirStendec
aa084d71ec Fix console package. 2017-09-01 16:16:40 -04:00
SirStendec
3044bd6d8e Fix broken socket server test. 2017-09-01 16:15:04 -04:00
Kane York
e04b6c84f8 Treat any 200 code as success 2017-08-24 11:56:20 -07:00
Kane York
0da257197f Remove relative imports, update main for ratelimiting 2017-08-24 11:56:20 -07:00
Kane York
e5525088bb format 2017-02-02 23:20:57 -08:00
Kane York
469b0d544d nit 2017-02-02 23:20:48 -08:00
Kane York
1da392f5b3 Moved rate.Limiter into its own package 2017-02-02 23:20:10 -08:00
Kane York
7be7fc5c3a Reformat, fix doc 2017-02-02 23:08:21 -08:00
Kane York
50e295c834 Add ratelimits to publishing 2017-02-02 22:59:17 -08:00
Kane York
9d1b3e926d stop panicing earlier than needed 2016-07-16 15:29:12 -07:00
Kane York
972437cd4a Add /get_sub_count 2016-07-08 19:16:10 -07:00
Kane York
328363ab6b update comments 2016-07-08 14:20:35 -07:00
Kane York
1dc92ed407 Add tests 2016-07-08 13:08:36 -07: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
10feaee470 fix test compile 2016-06-02 08:41:58 -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