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

247 commits

Author SHA1 Message Date
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
Kane York
dfcd6bf413 Cycle socket servers when connection fails 2015-10-24 16:04:27 -07:00
Kane York
a2116591bc Switch the socket server in development 2015-10-24 15:59:58 -07:00
SirStendec
f62132cc7e 3.5.22 to 3.5.30. I need to commit more. Added basic setting for Stream Uptime, made Uptime seconds configurable. Tooltip for Stream Latency includes resolution. Added Stream Uptime to the directory. Added Reset Settings button. Added customizable in-line moderation icons. Added option to show channel logos in the directory. Added option to swap columns on the dashboard. Split Minimalistic Chat into two configurable sub-options. 2015-10-17 18:05:44 -04:00
SirStendec
4072f3c82a 3.5.17 to 3.5.21. Added font family option. Added timestamp seconds option. Fixed regex emoticons in My Emoticons pasting the wrong code. Added Google Noto emoji. Fixed broken chat line alternation. Made My Emoticons menu button not visible when the menu wouldn't contain anything. 2015-08-28 22:54:12 -04:00
SirStendec
3238fbcd68 3.5.16. Made hiding of shortened links an option. Added option to disable all FFZ notifications. Fixed deleted links from mods when links are disabled. 2015-08-21 19:00:48 -04:00
SirStendec
56392cd879 Fixed a bug that'd probably cause out of order messages when disabling chat delay if things were timed just right. Added the Firefox upgrade notice. 2015-08-14 13:39:32 -04:00
SirStendec
ad21cfa9ae Updated settings strings for the new artificial chat delay feature and made a couple tweaks to improve responsiveness. 2015-08-14 13:21:57 -04:00
SirStendec
36630f8da1 Removed compiled script files from repository, added them to gitignore. 2015-08-14 12:32:05 -04:00
SirStendec
169d074702 Merged in fugiman/frankerfacez/cure_cancer (pull request #3)
Cure cancer
2015-08-14 12:28:43 -04:00
Fugiman
7b7af6169f Cure cancer 2015-08-09 23:35:19 -07:00
SirStendec
96cc2ea787 One last bugfix from last night's tired mess of coding regarding deleted words. 2015-08-09 13:08:04 -04:00
SirStendec
9f5de2364e Merged in fugiman/frankerfacez/fix_initial_setup (pull request #2)
Fix initial setup, have dev server only listen on localhost.
2015-08-09 13:05:01 -04:00
Fugiman
8ed9460319 Merge branch 'master' into fix_initial_setup
Conflicts:
	README.md
2015-08-08 23:48:54 -07:00
Fugiman
27f8354cf1 Fix initial setup, have dev server only listen on localhost. 2015-08-08 23:36:02 -07:00
SirStendec
82ba070fb9 Update readme to mention installing gulp. Also a bug fix for the link thing I just added. 2015-08-09 02:31:55 -04:00
SirStendec
315a91ab5c Blocking a couple link domains by default. 2015-08-09 01:29:06 -04:00
SirStendec
771e290197 Basic settings. Pull in FileSaver as a requirement. Menus can have sub-pages now, so that's cool. 2015-08-04 01:43:08 -04:00
SirStendec
9ece18ec0f Added nice following tooltips to the sidebar. Shift-clicking emotes in the menu works now. Fixed color code bugs on non-ember. Fixed DDoS prevention nonsense. 2015-08-02 02:41:03 -04:00
SirStendec
08ad23ec02 Added aggressive caching of Twitch emoticon set data for more reliable tooltips. 2015-07-31 21:40:51 -04:00
SirStendec
d8c017bab0 Forgot to commit new layout soruce file. 2015-07-31 17:44:49 -04:00
SirStendec
c73158202e Added change log. Refactored how modified colors are applied for performance. Added option for automatically entering theater-mode when navigating to a channel. Split High Contrast option for more configurability. Added option to shift-click emoticons to open info pages. Made new aliases update in existing chat lines immediately. Disabled slow mode countdown for subscribers. Made menu draggable from side to side. 2015-07-31 17:44:20 -04:00
SirStendec
c5f55bd6b8 Re-factored chat rendering. Lots of other stuff. Still don't remember to commit frequently like I should. :( 2015-07-29 01:03:10 -04:00
SirStendec
02b0a95bd0 Refactored colors. Fixed scrolling on mobile. Added image preview on hover. 2015-07-18 21:10:27 -04:00
SirStendec
2bc2b7003b Abandon all hope of useful commit messages, ye who enter here. 2015-07-13 21:52:44 -04:00
SirStendec
a7e7f7498d Chat input is in now, and a ton of other stuff. Why are my commits to trash? 2015-07-06 00:09:21 -04:00