1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-03 01:28:30 +00:00
Commit graph

1072 commits

Author SHA1 Message Date
Kane York
b2624ec77f Should be deleting the key too 2015-10-29 15:02:28 -07:00
Kane York
e11c6e6479 val can be nil 2015-10-29 15:01:42 -07:00
Kane York
a14038b215 missing list != nil check 2015-10-29 10:29:16 -07:00
Kane York
37833043bd Make sure that the reader thread finishes when main thread
calls CloseConnection
2015-10-29 01:30:25 -07:00
Kane York
33bf762a00 Fix panic sending on closed client.MessageChannel 2015-10-29 01:23:58 -07:00
Kane York
601b5501a7 Fix multithreaded call to SendMessage() 2015-10-29 00:17:13 -07:00
Kane York
1fdef8b846 report emote data more often 2015-10-28 23:27:04 -07:00
Kane York
0786f6aa07 oops 2015-10-28 23:00:22 -07:00
Kane York
ab6eb2d530 Send pings to the client 2015-10-28 22:59:27 -07:00
Kane York
cf49f38bf8 Move BannerHTML to index.html 2015-10-28 18:13:04 -07:00
Kane York
6c422b8782 Write to logfile, cut some of logging 2015-10-28 17:31:44 -07:00
Kane York
014e7bc5e5 Add publish command 2015-10-28 17:24:21 -07:00
Kane York
43d596ad07 handle null clientid in ArgumetnsAsTwoStrings 2015-10-28 16:07:51 -07:00
Kane York
59ba6d52f6 fix marshalling emote usage, log non-hello first messages 2015-10-28 15:49:53 -07:00
Kane York
9f1c369fdb switch to gorilla/websocket, post aggregate data 2015-10-28 15:19:22 -07:00
Kane York
9c4891db9f remove canonical path? 2015-10-27 21:25:00 -07:00
Kane York
74bc15e0e9 lol commit messages 2015-10-27 21:21:06 -07:00
Kane York
e9801e6ca3 FindFirstNewMessage can return -1 2015-10-27 18:47:27 -07:00
SirStendec
05db9ea5eb Merged in riking/frankerfacez/socketdev (pull request #4)
Client changes in prep for socket server
2015-10-27 21:28:12 -04:00
Kane York
2fd1817627 Merge branch 'master' into socketdev 2015-10-27 18:26:28 -07:00
Kane York
787f5a1caa Defaults in the config file are a nice thing to have 2015-10-27 18:22:56 -07:00
SirStendec
a7f6e0b63f Removed Firefox update warning. Made styles attempt to re-downlaod with new URLs upon error due to CDN issues. Made viewer list sorting optional. Added safety checks to API for non-global sets. 2015-10-27 21:22:54 -04:00
Kane York
c5f53657cb rename to ffzsocketserver 2015-10-27 17:58:55 -07:00
SirStendec
acc0010247 3.5.37 to 3.5.40. Added Twitch emote mirror. Fixed emote sorting in My Emoticons. Fixed failure to leave chat rooms. Added /ffz reload chat command. Fixed Stream Latency again. Added new API methods. Made settings.get try to load unloaded settings. 2015-10-27 14:25:13 -04:00
Kane York
4eee83a561 Combine config objects, improve first-run ux 2015-10-26 22:16:03 -07:00
Kane York
a6508d32ab can't believe i didn't already have this smdh 2015-10-26 18:00:29 -07:00
Kane York
8ba87e1a27 Implement backlog and test it 2015-10-26 14:55:20 -07:00
Kane York
44bcd7df05 client: Start at random point in round-robin 2015-10-26 12:26:47 -07:00
Kane York
85d261afb3 client: Move room/channel distinction into name (room.trihex)
Also, have the client send a "ready" message when it has sent all its
initial requests.
2015-10-26 12:14:03 -07:00
Kane York
69676bf287 backlog data types, test stuff 2015-10-26 11:56:03 -07:00
Kane York
812c6f2557 More test infrastructure 2015-10-26 11:25:17 -07:00
Kane York
0be3693c99 Add test that posts to /pub_msg, test infrastructure 2015-10-26 11:22:06 -07:00
Kane York
730ce39f72 rename http targets 2015-10-26 10:24:28 -07:00
Kane York
898057cc20 rework /pubmsg to use MessageTargetType 2015-10-26 10:23:53 -07:00
Kane York
ae1306387e Let's start caching some of the backlog data on the server 2015-10-26 10:07:15 -07:00
Kane York
8918b9ac3a Reformat and add global message subscriptions 2015-10-26 10:06:45 -07:00
Kane York
df7d607556 Move HandlePublishRequest to backend.go 2015-10-26 08:58:04 -07:00
Kane York
0c9e7bb97d Add tests, fix some bugs uncovered by the tests 2015-10-25 20:17:17 -07:00
Kane York
8a24ac37ab Finish Seal/UnsealRequest functions 2015-10-25 14:06:56 -07:00
Kane York
c6a3c120c6 Switch to nacl cryptobox 2015-10-25 12:40:07 -07:00
Kane York
401f66f15b Work on pub/sub and peer cert setup 2015-10-25 03:21:50 -07:00
Kane York
d4afc3c4c7 store data from emoticon_uses command 2015-10-25 00:58:05 -07:00
Kane York
2a6c36bba5 rename listener package to internal/server 2015-10-25 00:44:25 -07:00
Kane York
93c3f6f672 Enumerate possible get_link responses 2015-10-24 22:38:04 -07:00
Kane York
9a1d1b720d Add TwitchUsername to ClientInfo 2015-10-24 21:42:16 -07:00
Kane York
6681c1d64b Stub all command handlers on server 2015-10-24 21:33:55 -07:00
Kane York
9b75026422 Add client handling for "error" messages 2015-10-24 21:33:31 -07:00
Kane York
61b4ef33e3 Implement recieve loop 2015-10-24 20:40:49 -07:00
Kane York
36ac3e576f Start writing socket server in Go 2015-10-24 19:59:34 -07:00
SirStendec
d934508b04 3.5.31 to 3.5.36. Added Portrait Mode. Fixed missing Op button on mod cards. Changed Feature Friday code to facilitate events without an associated channel, like Halloween. Fixed Stream Latency breaking on a broken player function. Added a simple JS API to let other extensions add emoticons to FFZ. 2015-10-24 22:44:00 -04:00