Commit Graph

238 Commits

Author SHA1 Message Date
Izaya c01a9fdadd improved socket:read() 2018-08-16 20:54:23 +10:00
Izaya 3ac99ace7d argh 2018-08-12 02:22:59 +10:00
Izaya 8f628d7b10 made mtcfg more generally useful 2018-08-12 02:22:49 +10:00
Izaya 7f1a0aa250 Merge branch 'master' of github.com:ShadowKatStudios/OC-Minitel
oops
2018-08-11 14:43:40 +10:00
Izaya 86055b6228 syslogd now uses minitel.lua instead of net.lua 2018-08-11 14:25:42 +10:00
Izaya 2a2e347663
Merge pull request #14 from ShadowKatStudios/kos-update
Update the KOS NEO version of Minitel. Closes #14
2018-08-11 14:01:42 +10:00
Izaya f32385df75 convert all the applications to require minitel rather than net 2018-08-11 13:59:44 +10:00
Izaya 5099c19be2 updated docs and such to reflect the library name changes 2018-08-11 13:54:25 +10:00
Izaya 1a9ed7562a added a wrapper for net.lua so existing programs will work for the time being 2018-08-11 13:49:49 +10:00
Izaya a3cb100a5c renamed net.lua to minitel.lua 2018-08-11 13:49:11 +10:00
Izaya cd613e857d move net.lua -> minitel.lua 2018-08-10 23:08:10 +10:00
Izaya 27bc1c6fc3 update the KOS NEO versions of the core stuff 2018-08-10 23:06:17 +10:00
Izaya 658f87e37c added the API docs to the minitel man page 2018-08-10 20:03:39 +10:00
Izaya 9c2c74b7fd added man pages for syslog, for #9 2018-08-10 19:12:34 +10:00
Izaya e614eefa90 updated the man page for the minitel daemon 2018-08-08 09:44:11 +10:00
Izaya 3df8ee1146 clarification on settings changing methods 2018-08-08 09:37:29 +10:00
Izaya 2798e79817 added syslog to the main readme 2018-08-08 09:36:10 +10:00
Izaya 39776e13dd added info about the configuration file to the OpenOS readme 2018-08-08 09:35:28 +10:00
Izaya fb9aaa858c syntax highlighting is nicew 2018-08-08 09:15:55 +10:00
Izaya bf5c56c231 cleanup and such 2018-08-08 09:15:03 +10:00
Izaya ef6e7076b8 added a readme to the OpenOS version of syslog 2018-08-08 08:58:29 +10:00
Izaya e31d0088dd made mtcfg enable the daemon on first run 2018-08-04 07:48:04 +10:00
Izaya 93e22d5409 added --firstrun to the postinstall for minitel-util 2018-08-04 05:58:16 +10:00
Izaya e4c70beae4 added a --firstrun option to mtcfg to hide advanced settings 2018-08-04 05:49:48 +10:00
Izaya fc5f800e61 updates to setup and such, and included the postinstall commands in programs.cfg 2018-08-04 05:24:07 +10:00
Izaya eb1a86af03 made ufs work a bit better when programs try to access / 2018-08-04 05:23:14 +10:00
Izaya f2de219206 added mtcfg to the repo, added a utils and docs section to the oppm repo 2018-08-04 05:17:50 +10:00
Izaya 43c6f5279d added an option to display log messages over a certain priority 2018-07-28 17:22:22 +10:00
Izaya ff4ab9c0b9 made minitel use the right config write function 2018-07-28 05:54:27 +10:00
Izaya 276c8f125e replaced a bunch of different configuration options in the minitel daemon with a single command 2018-07-28 05:52:37 +10:00
Izaya b212d13010 added a beeplevel option, any events equal to or above that level will make the server beep. 2018-07-28 05:34:31 +10:00
Izaya 80a059342e made fserv actually able to save/load configs 2018-07-28 05:26:19 +10:00
Izaya a509630361 replaced fserv.lua with a much cleaner version that uses libsyslog 2018-07-28 05:19:58 +10:00
Izaya 97734851dc made the minitel daemom use a config file 2018-07-27 10:43:56 +10:00
Izaya b21295f9fb added the -s flag to fget for getting file sizes 2018-07-27 03:38:45 +10:00
Izaya 6d0ea31c27 protocol documentation for syslog 2018-07-25 21:28:25 +10:00
Izaya e2dddc542a added a ping util 2018-07-25 21:05:50 +10:00
Izaya 57606424ca push some old embedded-related work 2018-07-25 21:04:24 +10:00
Izaya a85e2b01c2 added an option to not block in net.rsend 2018-07-25 12:29:25 +10:00
Izaya 89b19e7808 added syslogd and libsyslog to the programs.cfg 2018-07-25 12:05:55 +10:00
Izaya a7b2d2c012 add variable for amount of retries for #6 2018-07-25 11:56:10 +10:00
Izaya 4aba85513a fixed up network syslog stuff 2018-07-25 04:41:00 +10:00
Izaya 284c67994e initial work on #9 2018-07-24 22:15:12 +10:00
Izaya d726ddbfb6 more timeout-related bugfixes 2018-07-02 01:16:07 +10:00
Izaya c3cd39544b fixed fget 2018-06-22 12:58:45 +10:00
Izaya 5e4f2727e1 added protocol detection to fget, to deal with actual URLs 2018-06-22 11:48:21 +10:00
Izaya 3a769628e6 more #3 related stuff, this time adding the improvements to the KOS NEO version 2018-06-17 23:16:58 +10:00
Izaya ad3c6d8433 made timeouts shorter and made stuff fail when it times out, resolves #3 hopefully 2018-06-17 23:00:19 +10:00
Izaya e74b8282c6 made fs.resolve remove trailing /s 2018-05-25 10:51:32 +10:00
Izaya 7e9758ca6d added ufs, a tiny filesystem library for embedded systems 2018-05-23 06:07:54 +10:00