Commit Graph

  • 269d237479 experimental webtv viewer patcher on pc_service zefie 2022-10-02 09:26:58 -04:00
  • c403c589c1 experimental webtv viewer patcher on pc_service zefie 2022-10-02 08:25:02 -04:00
  • 2bf3bc4d3a enable exception stack trace on PC pages (think PHP show_errors), with option to disable it globally zefie 2022-10-02 02:09:35 -04:00
  • 27e84ab3ca add favicon.ico to pc services zefie 2022-10-02 01:49:55 -04:00
  • ccd0d02676 add option to just drop PC connections rather than HTTP 500 if they connect to the wrong port zefie 2022-10-02 01:44:07 -04:00
  • 57b8426231 move comment back into place zefie 2022-10-02 01:39:21 -04:00
  • 81fe9c50ce add port isolation (services only respond to their own ports), also rewrite pc services a bit. initial (very pre-alpha and not functional) https code added too zefie 2022-10-02 01:36:10 -04:00
  • 678418073a return configured service name in error message instead of "HackTV" zefie 2022-10-02 01:34:53 -04:00
  • bac031bd4e fix http_pc pc services zefie 2022-10-01 23:29:59 -04:00
  • 1752bfed35 fix parsing of discuss boolean in sendmail zefie 2022-10-01 22:37:10 -04:00
  • 8f3ba3d49e silence warning in sanitizeSignature zefie 2022-09-26 17:40:45 -04:00
  • ad3accb364 more documentation and update catchall portion zefie 2022-09-26 17:35:47 -04:00
  • e22bb22497 forgot 'request_is_async' in the last commit ... and trying not to squash anymore zefie 2022-09-26 17:29:12 -04:00
  • 6a21c4a851 fix wtv-tricks:/info, tidy up eval VM related stuff zefie 2022-09-26 17:20:27 -04:00
  • 8b49e1ec29 fix new issues in sendmail zefie 2022-09-26 16:53:48 -04:00
  • e538bfb913 some fixes for pages that broke from the new VM based eval zefie 2022-09-26 16:46:27 -04:00
  • b2aece5437 incomplete NNTP usenet support zefie 2022-09-25 22:52:18 -04:00
  • d8da9e14c7 Rewrite script processing a bit - Instead of using eval() we now use a proper VM Context - As a result, any scripting errors will now give a more useful filename and line number. - However, some things may break, if they are dependant on variables we are not allowing in the context. zefie 2022-09-25 18:02:25 -04:00
  • 90f4896e72 remove debugging from wtv-disk:/sync zefie 2022-09-24 23:35:04 -04:00
  • 08c47586a7 generate subscriber_smtp_password on login-stage-two (for future use) zefie 2022-09-24 23:32:05 -04:00
  • 5c2dd0d5a5 update modules zefie 2022-09-24 23:31:26 -04:00
  • a4a1469a79 fix previous commit zefie 2022-09-24 23:22:05 -04:00
  • 518cf12c99 disable multi query webtvism by default, but allow it to be enabled at the service level zefie 2022-09-23 01:45:20 -04:00
  • 5dff5779e9 correct a typo in a comment for clarification zefie 2022-09-22 16:06:14 -04:00
  • daf0d4af9b remove extra hidden form fields zefie 2022-09-22 15:51:28 -04:00
  • ebd68a5265 add currently-unused function for possible workarounds zefie 2022-09-22 15:50:29 -04:00
  • e2e33f931d handle webtvism: allow get/post variables to be the same name multiple times rather than overwrite, the server will now change the variable from a string to an array. zefie 2022-09-08 00:28:43 -04:00
  • cebbc07948 Fix inversion of username check after pull request zefie 2022-09-08 00:07:43 -04:00
  • 6cc09aa630 update node modules zefie 2022-09-07 23:50:15 -04:00
  • 204958481f Merge pull request #9 from JarTeam/dev zefie 2022-08-26 13:47:30 -04:00
  • a1c4925217 Fix username available check in registration JarHead 2022-08-26 12:03:26 -04:00
  • 811faa270a Fix login password page was locked to 10 characters instead of max_length config value zefie 2022-04-20 14:13:00 -04:00
  • d02e40d530 change "http_response" to "Response" for cleaner logging zefie 2022-03-28 02:09:10 -04:00
  • e7154fe313 override .kar to audio/midi for UTV zefie 2022-03-27 23:43:53 -04:00
  • 4f36dd7829 fix errpage issue on validate-change-password zefie 2022-03-22 18:34:00 -04:00
  • 0fa54babfb implement remove-user functionality zefie 2022-03-18 21:36:09 -04:00
  • ebfc081efa fix syntax error zefie 2022-03-18 17:33:16 -04:00
  • 3376c3681f update sanitizeSignature function - allow links to open services - allow some html tag attributes - probably need to add more whitelisted attributes - no scripting allowed zefie 2022-03-18 16:54:52 -04:00
  • ffa0d7e63e implement mail signature colors zefie 2022-03-18 16:35:44 -04:00
  • 2ebc2d392b implement message_url support zefie 2022-03-18 15:59:33 -04:00
  • e19d8892f8 test wildcard whitelist entries for http(s) proxy zefie 2022-03-18 15:16:00 -04:00
  • a91b57764d send 'wtv-trusted: false' with http(s) responses zefie 2022-03-18 15:07:11 -04:00
  • a3c5e437e8 wtv-disk fixes - Fix Karaoke/Music diskmaps not working if partition didn't already exist - Fix downloadlist sending backslash on windows hosts (did not break functionality tho) zefie 2022-03-17 19:56:32 -04:00
  • d70cb5bf36 mostly fix bad-disk detection - may still get bad-disk screen once after fixing disk - may only be an issue if the user reconnects before the cleanup zefie 2022-03-17 19:24:06 -04:00
  • 3269ec55a5 Don't close connection in lc2-download-complete zefie 2022-03-17 18:18:33 -04:00
  • e081d34903 Add wtv-1800 service to wtv-1800:/noflash zefie 2022-03-16 16:12:47 -04:00
  • 2be8c66b01 Bug fixes - wtv-tricks:/unregister properly deletes SSID folder - Registration properly saves account data if SSID folder doesn't exist - do not send wtv-mail-count if SSID is not yet registered - Registration now correctly creates the welcome message for user0 - update wtv-tricks:/unregister to only allow the primary user to unregister the account zefie 2022-03-12 15:14:32 -05:00
  • 8acb801ef0 add wtv-mail-url header to login zefie 2022-02-20 11:21:14 -05:00
  • 701cd25b83 implement function for account-wide unread mail count zefie 2022-02-20 11:18:42 -05:00
  • 0f26cdfc70 add password filter feature - add post_data filter feature - finally figure out how to duplicate objects zefie 2022-02-20 10:45:37 -05:00
  • 01c782cca9 fix issue with locally stored flashroms zefie 2022-02-19 09:52:05 -05:00
  • 5aa1d1a050 fix bf0app default rom zefie 2022-02-19 09:13:18 -05:00
  • a711e05a1d update the correct file zefie 2022-02-18 23:27:05 -05:00
  • dddbbff478 now to fix passwords zefie 2022-02-18 23:25:03 -05:00
  • f5044255af bleh zefie 2022-02-18 23:18:16 -05:00
  • 6efbf465f0 more user creation tweaks zefie 2022-02-18 23:11:36 -05:00
  • aa2fbfbbb3 tweat adding users zefie 2022-02-18 23:08:25 -05:00
  • 0a00e34537 fix login, probably break 5 other things zefie 2022-02-16 20:07:35 -05:00
  • 2a526c0702 initial attempt to fix security issue zefie 2022-02-16 18:30:19 -05:00
  • c295f81ccc fix hangup button on user select page zefie 2022-02-15 18:36:36 -05:00
  • 96f5825b68 Bump vm2 from 3.9.5 to 3.9.7 in /zefie_wtvp_minisrv dependabot[bot] 2022-02-15 23:20:24 +00:00
  • cf3e15412e Using an invalid user_id is the better way to force null bug zefie 2022-02-15 18:25:17 -05:00
  • 59ba999b5a fix null user bug, but also make a page to intentionally trigger it zefie 2022-02-15 17:48:43 -05:00
  • f32c4b1926 fix DealerDemo and other stuff zefie 2022-02-13 00:15:52 -05:00
  • 445e28c91a implement internal shared ROMCache zefie 2022-02-12 21:45:06 -05:00
  • b124cfa33c actually remove iconv-lite module zefie 2022-02-11 21:22:53 -05:00
  • 0ed38ddf42 remove console.log testing from decodeBufferText zefie 2022-02-11 19:02:16 -05:00
  • afb236e7da remove 'D:\test.jpg' testing from get-attachment zefie 2022-02-11 19:01:52 -05:00
  • bc401765e8 remove iconv-lite module and accomplish the same failure with our own function zefie 2022-02-11 14:02:32 -05:00
  • 35471fd098 new module (iconv-lite) to attempt char encodings zefie 2022-02-11 00:28:29 -05:00
  • 81b2ea8faf handle message elements with special characters that get flagged as binary zefie 2022-02-10 23:26:25 -05:00
  • 264b7f576c readmail update zefie 2022-02-10 22:51:23 -05:00
  • 9e7549cec8 fix mail always sent to sender zefie 2022-02-10 22:14:56 -05:00
  • 9a7d4ec035 signatures still need voodoo for bgcolor and such zefie 2022-02-10 22:01:54 -05:00
  • 51a0576a3e only embed signature if its html, otherwise just write it zefie 2022-02-10 21:44:01 -05:00
  • 56e8fdd215 fix post on sendmail zefie 2022-02-10 21:34:50 -05:00
  • dd38f65ec9 fix cache:snapshot.jpg >.> zefie 2022-02-10 21:30:16 -05:00
  • 06ea64fb07 more mail stuff again zefie 2022-02-10 21:18:55 -05:00
  • 123c8f7823 even more mail stuff zefie 2022-02-10 20:49:48 -05:00
  • a5a035438b implement saveoff (saves draft when leaving compose) zefie 2022-02-10 13:43:31 -05:00
  • 4e6893ab02 add delete message function zefie 2022-02-10 13:01:47 -05:00
  • fe821095aa fix password check when adding user zefie 2022-02-10 12:19:06 -05:00
  • ccf48f3093 some more mail stuff zefie 2022-02-10 12:11:30 -05:00
  • a09ca642ab remove unnecessary line zefie 2022-02-10 01:53:05 -05:00
  • d14c4293aa post_data now logs as hex instead of raw WordArray zefie 2022-02-10 01:51:23 -05:00
  • 8068f842df fix minisrv branding on wtv-setup:/accounts zefie 2022-02-10 01:27:26 -05:00
  • 955f21039c even more fixes zefie 2022-02-10 01:20:58 -05:00
  • 4d8bc314b4 more fixes zefie 2022-02-10 01:18:00 -05:00
  • af34d66488 hopefully fix things this time zefie 2022-02-10 00:54:40 -05:00
  • db1b03fd99 update checkUserExists and inconsistencies zefie 2022-02-09 23:49:17 -05:00
  • ccdf89c582 update wtvmail.checkUserExists with new multiuser code zefie 2022-02-09 23:37:30 -05:00
  • bf7369431e add wtv-ticket store api - fix broken session bust crap from before - properly resume session as user when server restarted - api available to store other things in the wtv-ticket zefie 2022-02-08 16:10:15 -05:00
  • d1c70c7ab1 disable session buster detection code for now - breaks guest mode - breaks registration - really just breaks more than it fixes - need ticket key/value system zefie 2022-02-08 11:53:55 -05:00
  • 433fc3db19 more patches to previous updates - fixed getUnreadMailCount - added unread mail count to login screen - added session busted detection (new bug that when you restart minisrv it loses the user_id, so we send the client to relog) (todo: maybe add api to add key/value to ticket so we can retain data over server restarts) zefie 2022-02-08 04:58:16 -05:00
  • 07b5145dec I suppose these features deserve a version increment zefie 2022-02-08 03:57:27 -05:00
  • 4297364e6c update legal and add some more config flags zefie 2022-02-08 03:53:56 -05:00
  • 2b345b7349 cosmetic fix to choose-user screen zefie 2022-02-08 02:11:59 -05:00
  • c31f4cfa8c various fixes to previous commit zefie 2022-02-08 02:09:52 -05:00
  • 0d991d5eac user account updates - move user accounts to subdir - add password support - implemented basics of multi-user support - Can add users, edit them, and log in with them (password or not) - Cannot delete users (with service) yet zefie 2022-02-07 20:24:16 -05:00
  • 622698ee66 attempt to fix: bad disk units are perpetually banned zefie 2022-02-06 11:34:55 -05:00