1
0
mirror of https://github.com/ShadowKatStudios/OC-Minitel.git synced 2024-09-20 02:08:48 +10:00
Commit Graph

198 Commits

Author SHA1 Message Date
e579f1f567 Specify packet ID cache behavior in the standard. Closes #23 2019-04-03 17:49:41 +11:00
81a35c5e8a hopefully made the layers diagram less obnoxious 2018-10-20 01:40:55 +11:00
173a0573de maybe made the images work on github 2018-10-20 01:33:48 +11:00
ed82729f20 added some diagrams and stuff 2018-10-20 01:30:54 +11:00
ec681811d4 added a self-extracting program compressor 2018-09-22 19:21:27 +10:00
6d1d972e9b replaced the FRequest server (again) with something that threads better 2018-09-01 17:47:58 +10:00
66f844ec65 changed some wording 2018-08-20 17:24:26 +10:00
873b84693f updated the OpenOS documentation to include event types 2018-08-20 17:23:16 +10:00
f867737dcd fixed the packet routing question 2018-08-17 17:43:05 +10:00
f3336f98f1 made mtcfg ask the user whether to route packets 2018-08-16 21:27:52 +10:00
c01a9fdadd improved socket:read() 2018-08-16 20:54:23 +10:00
3ac99ace7d argh 2018-08-12 02:22:59 +10:00
8f628d7b10 made mtcfg more generally useful 2018-08-12 02:22:49 +10:00
7f1a0aa250 Merge branch 'master' of github.com:ShadowKatStudios/OC-Minitel
oops
2018-08-11 14:43:40 +10:00
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
f32385df75 convert all the applications to require minitel rather than net 2018-08-11 13:59:44 +10:00
5099c19be2 updated docs and such to reflect the library name changes 2018-08-11 13:54:25 +10:00
1a9ed7562a added a wrapper for net.lua so existing programs will work for the time being 2018-08-11 13:49:49 +10:00
a3cb100a5c renamed net.lua to minitel.lua 2018-08-11 13:49:11 +10:00
cd613e857d move net.lua -> minitel.lua 2018-08-10 23:08:10 +10:00
27bc1c6fc3 update the KOS NEO versions of the core stuff 2018-08-10 23:06:17 +10:00
658f87e37c added the API docs to the minitel man page 2018-08-10 20:03:39 +10:00
9c2c74b7fd added man pages for syslog, for #9 2018-08-10 19:12:34 +10:00
e614eefa90 updated the man page for the minitel daemon 2018-08-08 09:44:11 +10:00
3df8ee1146 clarification on settings changing methods 2018-08-08 09:37:29 +10:00
2798e79817 added syslog to the main readme 2018-08-08 09:36:10 +10:00
39776e13dd added info about the configuration file to the OpenOS readme 2018-08-08 09:35:28 +10:00
fb9aaa858c syntax highlighting is nicew 2018-08-08 09:15:55 +10:00
bf5c56c231 cleanup and such 2018-08-08 09:15:03 +10:00
ef6e7076b8 added a readme to the OpenOS version of syslog 2018-08-08 08:58:29 +10:00
e31d0088dd made mtcfg enable the daemon on first run 2018-08-04 07:48:04 +10:00
93e22d5409 added --firstrun to the postinstall for minitel-util 2018-08-04 05:58:16 +10:00
e4c70beae4 added a --firstrun option to mtcfg to hide advanced settings 2018-08-04 05:49:48 +10:00
fc5f800e61 updates to setup and such, and included the postinstall commands in programs.cfg 2018-08-04 05:24:07 +10:00
eb1a86af03 made ufs work a bit better when programs try to access / 2018-08-04 05:23:14 +10:00
f2de219206 added mtcfg to the repo, added a utils and docs section to the oppm repo 2018-08-04 05:17:50 +10:00
43c6f5279d added an option to display log messages over a certain priority 2018-07-28 17:22:22 +10:00
ff4ab9c0b9 made minitel use the right config write function 2018-07-28 05:54:27 +10:00
276c8f125e replaced a bunch of different configuration options in the minitel daemon with a single command 2018-07-28 05:52:37 +10:00
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
80a059342e made fserv actually able to save/load configs 2018-07-28 05:26:19 +10:00
a509630361 replaced fserv.lua with a much cleaner version that uses libsyslog 2018-07-28 05:19:58 +10:00
97734851dc made the minitel daemom use a config file 2018-07-27 10:43:56 +10:00
b21295f9fb added the -s flag to fget for getting file sizes 2018-07-27 03:38:45 +10:00
6d0ea31c27 protocol documentation for syslog 2018-07-25 21:28:25 +10:00
e2dddc542a added a ping util 2018-07-25 21:05:50 +10:00
57606424ca push some old embedded-related work 2018-07-25 21:04:24 +10:00
a85e2b01c2 added an option to not block in net.rsend 2018-07-25 12:29:25 +10:00
89b19e7808 added syslogd and libsyslog to the programs.cfg 2018-07-25 12:05:55 +10:00