299 Commits

Author SHA1 Message Date
MayaTheShy
aff772b851 Add validate handler to install selected packages from Welcome wizard 2026-03-22 16:15:46 -04:00
MayaTheShy
04751c3ba9 Enhance welcome screen with optional package selection and updated instructions 2026-03-22 16:13:28 -04:00
MayaTheShy
50fd8622ff Enhance package introduction display with improved color formatting 2026-03-22 15:56:47 -04:00
MayaTheShy
19edc6dc97 Update welcome screen with recommended packages and correct repository link 2026-03-22 15:56:21 -04:00
MayaTheShy
31b4fd52c9 Enhance package management UI with selection functionality and batch actions 2026-03-22 15:56:16 -04:00
MayaTheShy
9490b713ca Add support for exclude filters in package installation 2026-03-22 15:51:04 -04:00
Kan18
7d36c9aafe Fix Util.getVersion 2026-03-22 15:18:07 -04:00
Kan18
28733d77e8 oops 2026-03-22 15:18:07 -04:00
Kan18
be13d87266 actually set it to 30 2026-03-22 15:18:07 -04:00
Kan18
73616676dc oops 2026-03-22 15:18:07 -04:00
Kan18
e3ea71f5a3 Increase discovery message interval, distribute messages
Previously on large server(s), there was an issue where because
chunkloaded computers all started up at once, so they all had the same
discovery message sending timer. This prevents that by starting each off
with a random offset. Also increases the interval for sending messages
from 15 s to 30 s, so that messages (which are the same, a lot of the
time) get sent less often.
2026-03-22 15:18:07 -04:00
Kan18
fd6f39770a Sanitize label in samba.lua
Prevent labels from having .., /, *, control characters, or quotes (this
generally messes things up) and limit them to a reasonable length. We
might possibly also want to do this in snmp.lua, I'm not sure if that
will break things though
2026-03-22 15:18:07 -04:00
Kan18
88dda25911 genotp.lua changes
Make genotp more clearly state that the password can be used once but
allows permanent access (sorry for not making this clear earlier.) Use a
slightly longer password, and allow uppercase characters except for some
that could be ambiguous
2026-03-22 15:18:07 -04:00
MayaTheShy
c1b2e03fd6 Implement HMAC verification for encrypted messages and attach HMAC during encryption 2026-03-22 11:21:44 -04:00
MayaTheShy
9e06241ac3 Refactor trustConnection function to use getTrustKey instead of getPassword for improved security 2026-03-22 11:20:57 -04:00
MayaTheShy
9103c44658 Remove SHA hashing from password update process 2026-03-22 11:19:47 -04:00
MayaTheShy
6d6b43daf7 Add memory profiling script for CC:Tweaked / Opus OS 2026-03-22 04:08:53 -04:00
Kan18
3150525ee2 Fix #48 (shell resolving issue) (#58) 2022-07-04 00:08:59 -04:00
xAnavrins
7d9029c706 Reduce peripheral calls in Network app
Add a manual refresh button instead
2021-11-16 22:59:19 -05:00
Anavrins
2b75fbd1ee fix: up-to-date package on master branch 2021-02-15 21:28:57 -05:00
Luca
2ff4ee5670 fix: boolean value false is now correctly displayed in Lua.lua (#51) 2020-12-30 21:49:51 -05:00
Boom
ac91d8ed08 Trust manager (#46) 2020-08-24 01:41:25 -04:00
Kan18
a77deb72ec Add a one-time password system (#47)
This commit adds a one-time password system. Users can generate
passwords by using the `genotp` command (or manually queuing a set_otp
event with the SHA-256 hash of the one-time password they want to set)
and these passwords will be valid, along with the normal password,
either until the computer shuts down (or the net daemon is killed), a
new one-time password is generated, or the one-time password is used.
2020-08-24 01:20:42 -04:00
kepler155c@gmail.com
c24a5a7115 help cleanup 2020-07-25 18:52:41 -06:00
kepler155c@gmail.com
42bd4b2b69 remove preferred apps/alternates - same can be accomplished using aliases 2020-06-15 19:54:42 -06:00
kepler155c@gmail.com
7df4a47ba0 oops 2020-06-13 20:26:17 -06:00
kepler155c@gmail.com
b69dcdeffa shell cleanup 2020-06-13 12:18:04 -06:00
kepler155c@gmail.com
a2af4405e7 require cleanup + compatibility fixes 2020-06-11 13:28:43 -06:00
kepler155c@gmail.com
2fdcc338ad transparent compatiblity for moonscript 2020-06-10 19:46:34 -06:00
kepler155c@gmail.com
e9580d67eb pure lua compatiblity fixes for moonlight, busted, etc 2020-06-09 18:16:51 -06:00
kepler155c@gmail.com
2d942ef001 experimental packages fix https://github.com/kepler155c/opus/issues/35 2020-06-06 11:00:07 -06:00
kepler155c@gmail.com
6c5cc508b1 moonscript support + cleanup 2020-06-05 21:38:26 -06:00
kepler155c@gmail.com
704ef46b62 packages stored in compressed state - experimental (with config option) 2020-06-03 21:11:54 -06:00
kepler155c@gmail.com
6a3b38922b packages stored in compressed state - experimental (with config option) 2020-06-03 20:40:48 -06:00
kepler155c@gmail.com
5c4ab57ec8 binary support fixes 2020-06-01 16:53:01 -06:00
kepler155c@gmail.com
2105799524 minor cleanup 2020-05-30 20:05:53 -06:00
kepler155c@gmail.com
985830fcfd better fuzzy matching + vfs type flag in Files 2020-05-19 17:09:10 -06:00
kepler155c@gmail.com
a7e3318226 add standard lua os methods, another fix for vfs links within links, allow write on urlfs mounted files 2020-05-17 19:36:33 -06:00
kepler155c@gmail.com
90ce2bb1a5 Improved error messages 2020-05-12 21:25:37 -06:00
kepler155c@gmail.com
8279c1ae12 environments, error messages, and stack traces, oh my!
Changed the way processes are launched.
multishell.openTab and kernel.run now accept the current environment as a parameter.
That new process inherits a copy of the passed environment.
Reduces complexity as the calling process is not required to create a suitable env.
Stack traces have been greatly improved and now include the stack for coroutines that error.
2020-05-11 17:25:58 -06:00
kepler155c@gmail.com
a3a819256f fix resizing scrolling terminals 2020-05-10 14:04:20 -06:00
kepler155c@gmail.com
b0db0b86bd kernel improvements 2020-05-08 22:32:44 -06:00
devomaa
db9c05fa89 Update Overview.lua to work with N hotkey (#33) 2020-05-08 11:09:32 -06:00
kepler155c@gmail.com
8b14399a20 a temporary fix for vfs/delete 2020-05-07 21:34:50 -06:00
kepler155c@gmail.com
c24411717a optionally show value for slider component - remove some unneeded limits for textEntries 2020-05-06 18:01:10 -06:00
kepler155c@gmail.com
3d3e5400cf tidy up env creation - round 1 2020-05-05 17:25:58 -06:00
kepler155c@gmail.com
3d02230742 major oops - fix poluted envs 2020-05-04 21:06:23 -06:00
kepler155c@gmail.com
5afb21b68e more work on update notification 2020-05-01 23:16:10 -06:00
kepler155c@gmail.com
9c97849cff more work on update notification 2020-05-01 22:26:15 -06:00
kepler155c@gmail.com
3368fa3266 update notification 2020-04-30 21:27:07 -06:00