Commit Graph

39 Commits

Author SHA1 Message Date
Eric MacDonald
c04da6fe0a Kicking the whoopsies out 2021-09-08 22:41:49 -04:00
Eric MacDonald
ca5f2d281a Stool push 2021-09-08 22:32:29 -04:00
Eric MacDonald
6b1712e107 Better words 2021-09-08 22:31:59 -04:00
Eric MacDonald
848ff5df74 Comments 2021-09-08 22:31:02 -04:00
Eric MacDonald
2d6533536b Better words 2021-09-08 22:12:28 -04:00
Eric MacDonald
79dbf3dcb4 Stool push 2021-09-08 22:11:47 -04:00
Eric MacDonald
ab4b678d6e Better words 2021-09-08 22:09:14 -04:00
Eric MacDonald
fddcbf7e7a Better words 2021-09-08 22:05:57 -04:00
Eric MacDonald
710066f228 Useless 2021-09-08 21:59:45 -04:00
Eric MacDonald
a18c832754 Better words 2021-09-08 21:53:20 -04:00
Eric MacDonald
fda7e0c1b5 Better formats 2021-09-08 21:48:48 -04:00
Eric MacDonald
5ccba979c6 More neat URLs 2021-09-08 21:00:13 -04:00
Eric MacDonald
1115aa323c Add notes about the dictionaries used 2021-09-08 20:31:26 -04:00
Eric MacDonald
2b95402b14 Detailed authorship neatos 2021-09-08 18:33:05 -04:00
Eric MacDonald
d6d2c75d72 Add variable 'filler byte' option. Compressed data is escaped/terminated with it. 0x20 for wtv- service, 0x00 for ROMFS. 2021-09-08 15:33:20 -04:00
Eric MacDonald
924d4bbe43 Don't append encoding data when it's null. It throws off the decoder on the box. 2021-09-08 15:15:35 -04:00
Eric MacDonald
a8f43ea5d5 Return when Finish() is called (makes it easier when we add stream comp) 2021-08-10 22:57:55 -04:00
Eric MacDonald
002c221f05 Remove WordArray from allowed input types then fix garbled text encoding issue 2021-08-10 22:57:54 -04:00
Eric MacDonald
2781fc10d4 Undo 337eecc9eb. Good intentions but doesn't really fix the core issue (and will break other things) 2021-08-09 18:48:14 -04:00
Eric MacDonald
410ce9f95e Remove event emitter
We can add non-blocking code at a later time
2021-08-09 18:48:13 -04:00
Eric MacDonald
b0f28852da Add missing ;s 2021-08-09 18:48:12 -04:00
zefie
337eecc9eb this might be crazy but it appears to help a bit (at least on the ServeLegal page) 2021-08-08 22:22:14 -04:00
zefie
00d0d59f07 Revert "lzpf: updated function flow path"
This reverts commit 02c92b8527.
2021-08-08 17:26:33 -04:00
zefie
c81279310b update class header comments 2021-08-08 17:24:57 -04:00
zefie
02c92b8527 lzpf: updated function flow path 2021-08-08 17:24:50 -04:00
zefie
5e8aebd621 fix documentation update from 1949ccb01a 2021-08-08 16:45:33 -04:00
zefie
9deb84b9d2 WTVSec Updates
- optimize WordArray to Buffer functions
- update documentation in WTVSec
- update WTVSec barrowed function in WTVLzpf
- removed NewRC4Session, was a pointless alias to SecureOn
2021-08-08 16:41:03 -04:00
zefie
1949ccb01a lzpf: this doesn't fix anything but doesn't break it more either :)
- renamed some functions
- fixed some param documentation
- added ConvertToBuffer function
2021-08-08 16:05:02 -04:00
Eric MacDonald
e6958fb2c3 'Working' Lzpf stream compression 2021-08-07 16:10:40 -04:00
Eric MacDonald
eb6fc5f89a Initial code for Lzpf stream compression 2021-08-07 15:29:20 -04:00
Eric MacDonald
1c8e0adbaf More removing Zefie's asyc stuff 2021-08-07 15:24:24 -04:00
Eric MacDonald
9fc9636b2c More removing Zefie's chunking 2021-08-07 15:23:09 -04:00
Eric MacDonald
7a69d3e8da Remove Zefie's chunking and async stuff. Will revisit later. Fixing alg first. 2021-08-07 15:11:18 -04:00
Eric MacDonald
6a286d6851 Change lookback to ring buffer 2021-08-07 14:52:09 -04:00
zefie
3da637dfb0 update: compression system: make asynchronous 2021-08-06 16:24:55 -04:00
zefie
ad16a04c55 update: do not delete WTVSec on last socket, instead recreate on prereg
update: clean up SSID session data only if client is not seen for 3 minutes
update: add shouldWeCompress() function
update: tweak lzpf (still corrupted)
update: rename wtv-setup:/get to wtv-setup:/get-settings
update: add additional headers to wtv-setup:/get-settings
update: add initial blank wtv-music:/get-playlist
2021-08-06 14:05:27 -04:00
Eric MacDonald
345f106b2c Fix type 2021-08-06 02:02:42 -04:00
Eric MacDonald
a75eb03942 Fix whitespace 2021-08-06 01:48:32 -04:00
Eric MacDonald
f12717bfef Add Lzpf compression 2021-08-06 01:42:27 -04:00