Commit Graph

  • 1b8929b129
    Merge 8c1c25f79e into 071a692f11 #34 Amanda Cameron 2024-03-28 11:37:50 -0400
  • 071a692f11 Check network device MTUs and split packets accordingly depending on capacity and overhead. Tally of packet overhead: - 16 bytes packet ID - 8 bytes type - N bytes dest - N bytes source - 8 bytes port - N bytes data - 6*2 bytes network card overhead master Izaya 2024-03-16 12:30:25 +1000
  • 60931734e3 add libsyslog as a dependency to dss2-server Izaya 2024-02-07 15:08:45 +1000
  • cad56fe0e0 fix deps for dss2-frontend Izaya 2023-11-23 21:38:12 +1000
  • 3d3be80ea5 add DSS2 to programs.cfg, maybe. Izaya 2023-11-23 18:11:38 +1000
  • 2674bb1201 add new things Izaya 2023-11-14 19:54:11 +1000
  • bff81dafba add a rpc.unregister function to bring it in line with PsychOS Izaya 2023-11-14 19:48:01 +1000
  • 2f1144041b fix liblzss Izaya 2023-11-13 20:36:26 +1000
  • 26e2bc9db2 update mtar programs.cfg entry Izaya 2023-11-13 20:25:51 +1000
  • f30cdef8c0 set RPC client environment variable Izaya 2023-11-13 14:51:29 +1000
  • 3a6cad78b5 set proper dependencies for rica Izaya 2023-11-12 10:58:22 +1000
  • ef7e2366b3 add rica and ricad to oppm listing Izaya 2023-11-10 17:53:13 +1000
  • b3787b2df8 don't execute the function twice. oops. Izaya 2023-11-10 17:37:20 +1000
  • 012b32a4a9 forgot one Izaya 2023-11-03 16:41:18 +1000
  • 14e50a3f7e move external files to dependencies like they should've been. oops. Izaya 2023-11-03 16:39:15 +1000
  • 39648e07dd attempt #2 Izaya 2023-11-03 16:06:02 +1000
  • d5091f9ec9 let's try it this way Izaya 2023-11-03 16:05:08 +1000
  • 907d25ce91 add rtfs packages for OpenOS Izaya 2023-11-03 15:33:34 +1000
  • 32b7287445 type check RPC calls to address #40, plus do proper error propogation Izaya 2023-09-19 23:59:17 +1000
  • 72a503a032 honestly i dont know #40 Examnes 2023-09-18 19:52:33 +0400
  • 1a15b18e7b chunksize was too large Examnes 2023-09-18 18:17:25 +0400
  • 3c9be1d61d fix Examnes 2023-09-18 04:24:38 +0400
  • b06ee43093 installation Examnes 2023-09-18 03:47:01 +0400
  • a80d36c205 exportall and importall and some strange things Examnes 2023-09-18 02:25:14 +0400
  • 13e18f3451 Fix: responce was interpritated as function call Examnes 2023-09-16 16:17:35 +0400
  • f8903ad587
    Merge pull request #36 from Hawk777/fix-listeners-deregistering Izaya 2023-07-27 10:08:33 +1000
  • 98fbf0e7d5
    Merge pull request #35 from Hawk777/fix-syslog-without-hostname Izaya 2023-07-27 10:07:04 +1000
  • 23915e4737
    Merge pull request #37 from Hawk777/fix-wrong-listener Izaya 2023-07-27 10:06:36 +1000
  • 3b0d652e3a more github stupidity Izaya 2022-01-06 09:37:55 +1100
  • 367f661da6 guess I have to include the URIs in the text because github strips them from the HTML Izaya 2022-01-06 09:36:26 +1100
  • 2236265a67 update contact info Izaya 2022-01-06 09:22:28 +1100
  • b0df805658 add mtar to oppm Izaya 2021-05-26 18:48:39 +1000
  • a78a3758f8
    Fix registering the wrong listener #37 Christopher Head 2021-01-22 19:26:04 -0800
  • 074a980d81
    Do not unregister listeners on unexpected data #36 Christopher Head 2021-01-22 19:21:23 -0800
  • 4f0efd256c
    Fix syslog running with HOSTNAME unset #35 Christopher Head 2021-01-22 19:11:26 -0800
  • 8c1c25f79e microtel: Add support for broadcast and multicast. #34 Amanda Cameron 2020-11-16 09:28:41 -0500
  • 4c462a5d4e add access control support to MTFS Izaya 2020-10-17 18:50:30 +1100
  • 2363890151 added basic ACLs for the RPC library Izaya 2020-10-17 18:49:00 +1100
  • f0527243b4 add the -d option to exportfs to allow removing exports Izaya 2020-10-17 10:45:36 +1100
  • 69815096fe exportfs does better arg parsing now, can export ro or rw Izaya 2020-10-17 10:39:31 +1100
  • 5679885592 fix cached file type, and cache whether the filesystem is read only Izaya 2020-10-14 17:20:12 +1100
  • d0933c9967 added a basic outline of the MTFS protocol Izaya 2020-10-12 19:36:08 +1100
  • 11d6966a8a refactored importfs to use one function for all cache access Izaya 2020-10-12 19:20:22 +1100
  • a3601bc0a3 add metadata caching to mtfs, to increase the speed of, among other things, ls Izaya 2020-10-12 19:15:36 +1100
  • dd3f922d5c add mtfs to the programs.cfg Izaya 2020-10-12 18:15:08 +1100
  • ba9c9a3dd7 initial mtfs stuff Izaya 2020-10-12 18:09:06 +1100
  • c6c471cfcf added the local listener. whoops. Izaya 2020-05-05 01:27:07 +1000
  • 0637da63b4 made minitel.open time out properly, for #30 Izaya 2020-04-11 12:28:26 +1000
  • ddf3a9b17d change default retries to 3 Izaya 2020-03-23 12:09:53 +1100
  • cb3847d1c4 fixed some temporary hangs in fserv Izaya 2020-03-13 13:29:52 +1100
  • 645fcf8270 updated fserv to use threads rather than a coroutine scheduler, added internet proxy support Izaya 2020-02-19 20:36:23 +1100
  • 92a740389e fixed the realtime entry in programs.cfg Izaya 2020-01-22 18:21:34 +1100
  • d24c914855 add mt-rpc to programs.cfg Izaya 2020-01-05 06:26:46 +1100
  • f896547ea9 added a usage text to exportcomponent Izaya 2019-12-25 16:50:52 +1100
  • f7cc00822a added two programs using the RPC library, for exporting and importing programs over the network Izaya 2019-12-25 16:29:58 +1100
  • effcadc915 bugfix for getChannel Izaya 2019-12-20 02:19:35 +1100
  • b938640625 improved vtunnel compatibility with real tunnel cards Izaya 2019-12-20 02:14:03 +1100
  • 36d5df5fcc added pcap.lua for the vtunnel bridge, whoops Izaya 2019-12-20 01:42:38 +1100
  • 3496f70d6d added an initial InterMinitel packet dissector for Wireshark Izaya 2019-12-19 20:47:33 +1100
  • 5c1730d9d3 updated vtunnel documentation Izaya 2019-12-19 20:47:01 +1100
  • 11ec131ab8 Updated the OpenOS vTunnel client, added pcap output to the vTunnel bridge. Izaya 2019-12-19 20:42:43 +1100
  • 970926efb6 made the vtunnel bridge not repeat packets to the connection that sent them Izaya 2019-12-19 17:20:04 +1100
  • 52ae542344 inital RPC-reladed commit Izaya 2019-12-08 14:01:53 +1100
  • c9bb890a59 aaaaaaaaaaaaaaaa Merge branch 'master' of github.com:ShadowKatStudios/OC-Minitel Izaya 2019-11-09 17:40:15 +1100
  • 78a68efa00 cleared up some docs Izaya 2019-11-09 17:40:04 +1100
  • 1ab051aa2d fixed a file in programs.cfg Izaya 2019-10-28 14:09:34 +1100
  • 02bcbb1cdd added portinfo to the programs.cfg Izaya 2019-10-28 13:38:18 +1100
  • 1ae39fc223 updated the realtime README Izaya 2019-10-24 21:48:36 +1100
  • 18f7ba2932 added more realtime-related stuff Izaya 2019-10-24 21:38:30 +1100
  • c706ff367a added the realtime library, will be used properly soon Izaya 2019-10-24 20:19:50 +1100
  • 1b53606fe4 Merge branch 'master' of github.com:ShadowKatStudios/OC-Minitel forgot to pull before committing Izaya 2019-10-24 02:01:38 +1100
  • 0aaccb9e8f added documentation for WoLBeacon, fixed the config file path Izaya 2019-10-24 02:01:25 +1100
  • d8b6501b57 added a wake-on-LAN beacon daemon Izaya 2019-10-24 01:42:56 +1100
  • 37db09d472
    Merge pull request #27 from booty-bumping/save-config Izaya 2019-09-23 08:08:16 +0000
  • 134257426d make sure config is saved after setting routes #27 booty-bumping 2019-09-23 01:34:04 -0600
  • 6cbe2d6479 Added the dlfs module, used to download a filesystem from a remote FRequest server to the tmpfs and boot from it. This is used for the nbcore file, which is the actually usable version of that. Izaya 2019-05-21 02:32:05 +1000
  • dc4f76fdcb made FRequest actually start, apparently nobody uses this because this is the first I've heard of it not working Izaya 2019-05-21 02:28:24 +1000
  • 9ae161aeb5 made mtcfg start the minitel daemon as well as enable it Izaya 2019-05-21 02:27:45 +1000
  • 8298c21124 made mtcfg significantly better, now actually saves if not firstrun Izaya 2019-04-21 14:39:20 +1000
  • 7ed7452428 update the KOS NEO implementation to comply with new packet repeating behavior Izaya 2019-04-19 14:37:05 +1000
  • e6e7a6b6b6 change wording to allow ignoring the receiving modem address if repeating packets Izaya 2019-04-19 14:28:05 +1000
  • 02e4eb1794
    Merge pull request #24 from booty-bumping/no-wired-repeat Izaya 2019-04-19 14:00:51 +1000
  • 9cdce20847
    Merge pull request #25 from booty-bumping/add-editorconfig Izaya 2019-04-19 13:58:14 +1000
  • 0e2b3a9e91 add editorconfig #25 booty-bumping 2019-04-18 03:49:20 -0600
  • b624918e88 avoid repeating packets to the same wired interface #24 booty-bumping 2019-04-18 03:35:31 -0600
  • 67c5790bd4 make minitel.rsend return the packet ID if not blocking Izaya 2019-04-18 13:26:30 +1000
  • 40c6f47f4d make it possible to rsend a packet and specify the packet ID Izaya 2019-04-18 13:24:35 +1000
  • e579f1f567 Specify packet ID cache behavior in the standard. Closes #23 Izaya 2019-04-03 17:49:41 +1100
  • 81a35c5e8a hopefully made the layers diagram less obnoxious Izaya 2018-10-20 01:40:55 +1100
  • 173a0573de maybe made the images work on github Izaya 2018-10-20 01:33:48 +1100
  • ed82729f20 added some diagrams and stuff Izaya 2018-10-20 01:30:54 +1100
  • ec681811d4 added a self-extracting program compressor Izaya 2018-09-22 19:21:27 +1000
  • 6d1d972e9b replaced the FRequest server (again) with something that threads better Izaya 2018-09-01 17:47:58 +1000
  • 66f844ec65 changed some wording Izaya 2018-08-20 17:24:26 +1000
  • 873b84693f updated the OpenOS documentation to include event types Izaya 2018-08-20 17:23:16 +1000
  • f867737dcd fixed the packet routing question Izaya 2018-08-17 17:43:05 +1000
  • f3336f98f1 made mtcfg ask the user whether to route packets Izaya 2018-08-16 21:27:52 +1000
  • c01a9fdadd improved socket:read() Izaya 2018-08-16 20:54:23 +1000
  • 3ac99ace7d argh Izaya 2018-08-12 02:22:59 +1000
  • 8f628d7b10 made mtcfg more generally useful Izaya 2018-08-12 02:22:49 +1000