zefie
0fdc93290b
fix issues with user name verification
2022-10-07 12:08:03 -04:00
zefie
dbd35e5e48
fix generation of 1.0 and 1.1 viewers in viewergen
2022-10-05 11:50:01 -04:00
zefie
2e399e4439
fix guest login mode
2022-10-04 16:17:07 -04:00
zefie
b3dbc21550
fix wtv-1800 noflash for bf0app
2022-10-03 02:56:31 -04:00
zefie
3ec6bb1efb
add old classic build profile to viewergen
2022-10-03 02:54:38 -04:00
zefie
fee8b768fc
fix wtv-flashrom catch-all error messages
2022-10-02 17:09:19 -04:00
zefie
9d33e86937
fix diskset_file error
2022-10-02 11:26:46 -04:00
zefie
269d237479
experimental webtv viewer patcher on pc_service
2022-10-02 10:33:27 -04:00
zefie
c403c589c1
experimental webtv viewer patcher on pc_service
2022-10-02 08:25:02 -04:00
zefie
27e84ab3ca
add favicon.ico to pc services
2022-10-02 01:49:55 -04:00
zefie
bac031bd4e
fix http_pc pc services
2022-10-01 23:29:59 -04:00
zefie
1752bfed35
fix parsing of discuss boolean in sendmail
2022-10-01 22:37:10 -04:00
zefie
6a21c4a851
fix wtv-tricks:/info, tidy up eval VM related stuff
2022-09-26 17:20:27 -04:00
zefie
8b49e1ec29
fix new issues in sendmail
2022-09-26 16:53:48 -04:00
zefie
e538bfb913
some fixes for pages that broke from the new VM based eval
2022-09-26 16:47:10 -04:00
zefie
b2aece5437
incomplete NNTP usenet support
2022-09-25 22:52:18 -04:00
zefie
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.
2022-09-25 18:05:45 -04:00
zefie
90f4896e72
remove debugging from wtv-disk:/sync
2022-09-24 23:35:04 -04:00
zefie
08c47586a7
generate subscriber_smtp_password on login-stage-two (for future use)
2022-09-24 23:32:05 -04:00
zefie
daf0d4af9b
remove extra hidden form fields
2022-09-22 15:51:28 -04:00
zefie
811faa270a
Fix login password page was locked to 10 characters instead of max_length config value
2022-04-20 14:13:00 -04:00
zefie
4f36dd7829
fix errpage issue on validate-change-password
2022-03-22 18:34:00 -04:00
zefie
0fa54babfb
implement remove-user functionality
2022-03-18 21:36:09 -04:00
zefie
ffa0d7e63e
implement mail signature colors
2022-03-18 16:35:44 -04:00
zefie
2ebc2d392b
implement message_url support
2022-03-18 15:59:33 -04:00
zefie
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)
2022-03-17 19:56:32 -04:00
zefie
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
2022-03-17 19:24:06 -04:00
zefie
3269ec55a5
Don't close connection in lc2-download-complete
2022-03-17 18:18:33 -04:00
zefie
e081d34903
Add wtv-1800 service to wtv-1800:/noflash
2022-03-16 16:12:47 -04:00
zefie
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
2022-03-12 15:14:32 -05:00
zefie
8acb801ef0
add wtv-mail-url header to login
2022-03-09 17:38:16 -05:00
zefie
a711e05a1d
update the correct file
2022-03-09 17:38:15 -05:00
zefie
dddbbff478
now to fix passwords
2022-03-09 17:38:15 -05:00
zefie
6efbf465f0
more user creation tweaks
2022-03-09 17:38:14 -05:00
zefie
aa2fbfbbb3
tweat adding users
2022-03-09 17:38:14 -05:00
zefie
0a00e34537
fix login, probably break 5 other things
2022-03-09 17:38:14 -05:00
zefie
2a526c0702
initial attempt to fix security issue
...
- likely adds new bug where users will be kicked to relogin after the
server restarts
- TODO: figure out a way to safely check the user login when session
data is unknown (eg restart) (hint: ticket?)
2022-03-09 17:38:14 -05:00
zefie
c295f81ccc
fix hangup button on user select page
2022-03-09 17:38:14 -05:00
zefie
cf3e15412e
Using an invalid user_id is the better way to force null bug
2022-03-09 17:38:13 -05:00
zefie
59ba999b5a
fix null user bug, but also make a page to intentionally trigger it
2022-03-09 17:38:13 -05:00
zefie
f32c4b1926
fix DealerDemo and other stuff
2022-03-09 17:38:13 -05:00
zefie
445e28c91a
implement internal shared ROMCache
...
- make most ROMCache URLS relative
- create wtvshared.htmlEntitize function
- update wtv-mail:/readmail to use wtvshared.htmlEntitize
2022-03-09 17:38:12 -05:00
zefie
afb236e7da
remove 'D:\test.jpg' testing from get-attachment
2022-03-09 17:38:12 -05:00
zefie
bc401765e8
remove iconv-lite module and accomplish the same failure with our own function
2022-03-09 17:38:11 -05:00
zefie
35471fd098
new module (iconv-lite) to attempt char encodings
2022-03-09 17:38:11 -05:00
zefie
81b2ea8faf
handle message elements with special characters that get flagged as binary
2022-03-09 17:38:11 -05:00
zefie
264b7f576c
readmail update
2022-03-09 17:38:11 -05:00
zefie
9e7549cec8
fix mail always sent to sender
2022-03-09 17:38:11 -05:00
zefie
9a7d4ec035
signatures still need voodoo for bgcolor and such
2022-03-09 17:38:10 -05:00
zefie
51a0576a3e
only embed signature if its html, otherwise just write it
2022-03-09 17:38:10 -05:00