1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-01 16:48:32 +00:00
Commit graph

1072 commits

Author SHA1 Message Date
SirStendec
6f5b7e1b09 3.5.149. Fixed directory stuff. CS:GO previews no longer give me the correct data to show stream uptime. Had to make my own Component declaration for host previews. Weird stuff. 2016-03-28 14:32:24 -04:00
SirStendec
5bb64a0904 3.5.148. Fix tokenize_emotes not using hasOwnProperty to check if a key exists in an object, causing some words to get eaten in chat on Firefox. 2016-03-27 02:15:32 -04:00
SirStendec
46dee22d83 3.5.146. Tab completion for emotes. 2016-03-26 16:09:36 -04:00
SirStendec
5b784aa4f8 3.5.145. Fixed component:twitch-chat-input not being found. Fixed modification of the live hosts collection. Refactored how layout CSS is calculated. Fixed ban, unban, and timeout buttons in chat. Fixed an error in the API if a room's extra sets aren't defined. Fixed an error with the Following tooltip if it's destroyed first frame, somehow. 2016-03-25 18:32:35 -04:00
SirStendec
fbf891378d 3.5.142. Fixed chat. Changes for Ember 2.4 support. Fixed chat. Had to clean up a data structure for the model:host hijinx. Fixed chat. Changed chat CSS to the old and busted .chat-lines > div:nth-child(2n+0) > .chat-line nonsense. 2016-03-24 23:04:11 -04:00
SirStendec
9eb1d3a724 3.5.140. Fixed navigation for hosts in the directory. Potential fix for weird "Welcome to the chat room!" messages, which is a race condition afaik. 2016-03-24 20:04:39 -04:00
SirStendec
4e5d736651 3.5.139. Fix VOD chat messages. Fix conversation messages. God Ember's components are annoying. Rewriting DOM after it's already been inserted is fucking stupid. 2016-03-24 15:30:43 -04:00
SirStendec
e6757432a8 3.5.138. Fixed Chat Room Management tooltip. Fixed subscriber emote favorite stars. Fixed chat lines as much as I can for now. 2016-03-24 14:48:53 -04:00
SirStendec
4972ae3c54 3.5.136. Fix for grouped hosts (Ember upgrade) and viewer list name capitalization (3.5.134 regression) 2016-03-24 12:25:14 -04:00
SirStendec
f1300f3a1e 3.5.135. Put in a little helper for the player not resizing. Is this an ember bug or am I expecting too much? 2016-03-24 12:01:25 -04:00
SirStendec
2677a252d0 3.5.134. Fixed the player stats on the Debug page of the FFZ menu. Now actually finds the player if you've been navigating around. 2016-03-24 02:48:43 -04:00
SirStendec
adaf77dabf Added: Report subscriber emoticon set information to the server for the purpose of mapping emote set IDs to channels.
Fixed: CSS bug with the menu when no FFZ emotes are present.
2016-03-24 02:00:18 -04:00
SirStendec
ee1380f95d 3.5.134. Replaced Ember lookups with a utility function to make things easier in the future. 2016-03-23 20:23:04 -04:00
SirStendec
d55af32b4e I really need to remember to commit more frequently. 2016-03-23 19:28:22 -04:00
Kane York
4874d2577f Update the archetecture drawing 2016-02-03 22:06:57 -08:00
Kane York
bba5d8f344 Use a regexp instead to match origin 2016-02-03 22:06:46 -08:00
Kane York
cddd13ba16 Allow HTTPS twitch pages access to socket server 2016-02-03 22:01:47 -08:00
Kane York
1113c3a766 lock once during multichan publish 2016-01-27 19:40:17 -08:00
Kane York
af19d5f30a one line diff boys 2016-01-27 18:04:28 -08:00
Kane York
b870eac3f3 okay yeah i'm tired of that buildtime penalty 2016-01-17 19:51:10 -08: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
fdbcfe98dd move internCommands() to func init() 2016-01-17 18:40:08 -08:00
Kane York
7654dcdf8d Source cleanup, and some string copies 2016-01-17 18:01:21 -08:00
Kane York
387ada9c9c memory: Make a copy of origArguments 2016-01-17 17:46:34 -08:00
Kane York
abb032f0c1 memory: Use a string pool for Commands 2016-01-17 17:45:37 -08:00
Kane York
c85e8b10c3 Memory: Reduce send buffer length, entirely too large 2016-01-17 17:28:33 -08:00
Kane York
b3cbec4560 this is why i wasn't using relative imports 2016-01-17 17:05:52 -08:00
Kane York
1023b6ed11 implement addRange, add pprof to server 2016-01-17 16:50:17 -08:00
Kane York
aca50d9de5 Add documentation to ProcessSingleGetRequest
Make a collectError() function to reduce repetitiveness
2016-01-17 14:09:09 -08:00
Kane York
a327f6cf57 That's a good stopping point 2016-01-17 12:53:15 -08:00
Kane York
b0ae3c27c6 Add more .gitignore files 2016-01-17 11:12:19 -08:00
Kane York
9fc946e373 Start of statsweb program 2016-01-17 11:11:21 -08:00
Kane York
56b86ad4e3 Expose some functions 2016-01-17 10:31:39 -08:00
Kane York
15658e58c3 Oops 2016-01-16 17:49:39 -08:00
Kane York
133544bddd Oops, forgot to count disconnects... 2016-01-15 21:22:36 -08:00
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