Mattia Giambirtone nocturn9x
  • Italy
  • https://nocturn9x.space
  • A fan of the FOSS philosophy, *nix systems and Python. Occasionally a freelance Software Developer

  • Joined on 2022-01-23
nocturn9x synced commits to main at nocturn9x/nimd from mirror 2022-03-12 18:49:10 +01:00
99fd4171ed NimD now checks if another instance is running before starting up
e34e48f87c Updated README with note to scripts folder for testing
df1371c13f Added build and startup scripts
d240d05cef Minor changes to nimDExit and shutdown.nim
Compare 4 commits »
nocturn9x synced new reference main to nocturn9x/nimkalc from mirror 2022-03-01 21:36:11 +01:00
nocturn9x synced commits to master at nocturn9x/nimkalc from mirror 2022-03-01 21:36:11 +01:00
81e95feea4 Beautified code and moved visitor methods to camelCase naming convention
nocturn9x synced commits to main at nocturn9x/nimkalc from mirror 2022-03-01 21:36:11 +01:00
nocturn9x synced commits to main at nocturn9x/nimd from mirror 2022-03-01 13:16:18 +01:00
c0a3c18140 Minor changes
nocturn9x pushed to master at nocturn9x/cloud-ecosystem 2022-02-28 19:55:04 +01:00
4689552832 More nodes! :D
nocturn9x synced commits to master at nocturn9x/giambio from mirror 2022-02-27 20:36:18 +01:00
e76998f29f Added experimental network channels
ed6aba490f Added two-way proxy example stolen from njsmith and fixed bug with io_release_task being fucking dumb
b8ee9945c1 Minor changes
800a173aa6 Minor change to task_ipc test
3ec0864734 Added experimental memory channels
Compare 5 commits »
nocturn9x synced commits to master at nocturn9x/giambio from mirror 2022-02-27 04:16:19 +01:00
3eb6844848 Hopefully fixed giambio.Queue
nocturn9x synced commits to master at nocturn9x/giambio from mirror 2022-02-26 20:06:19 +01:00
da9a579caf Changed version back to 0.x.x because giambio isn't ready yet
f38e508ef6 Fixed bug where suspended tasks would not be purged upon exiting
Compare 2 commits »
nocturn9x pushed to master at nocturn9x/cloud-ecosystem 2022-02-26 18:08:18 +01:00
0b145a2dfe Changes to norlangarth's README
nocturn9x pushed to master at nocturn9x/cloud-ecosystem 2022-02-26 17:46:50 +01:00
402ba13fc8 Dummy addition for neon and cardina nodes
nocturn9x synced commits to master at nocturn9x/giambio from mirror 2022-02-05 21:06:18 +01:00
587fba2dad Minor fixes to I/O, added initial chatroom_client implementation
nocturn9x synced commits to master at nocturn9x/giambio from mirror 2022-02-05 13:04:39 +01:00
594c69ed84 Moved the queueing mechanism to use events instead of event loop hacks
51d01ba44e Minor fixes to chatroom test. Hopefully fixed queue
Compare 2 commits »
nocturn9x synced commits to master at nocturn9x/giambio from mirror 2022-02-04 23:16:27 +01:00
a0d376bb35 Added chatroom example and initial work on (semi-broken) async Queue implementation
nocturn9x synced commits to master at nocturn9x/giambio from mirror 2022-02-04 15:06:28 +01:00
cd2a436d3d Made the socket_ssl test look nicer
f7fbad931a (Hopefully) Fixed issues with blockinb I/O and timeouts
Compare 2 commits »
nocturn9x synced commits to main at nocturn9x/nimd from mirror 2022-01-31 20:26:25 +01:00
a0a49874bb Minor changes to docstrings
5e4aed7e0f Added comment about new reload operation in mainloop
84720c1f4c Added config reloading functionality and related subprogram
Compare 3 commits »
nocturn9x synced commits to master at nocturn9x/asyncevents from mirror 2022-01-31 12:39:25 +01:00
668c486068 Typos (_mode -> mode)
nocturn9x synced commits to master at nocturn9x/asyncevents from mirror 2022-01-31 12:37:50 +01:00
207716b6cf Removed old inaccurate note from docstring
nocturn9x pushed to master at nocturn9x/cloud-ecosystem 2022-01-25 20:13:45 +01:00
9acbb73eda Added one more very frequently asked question
nocturn9x pushed to master at nocturn9x/cloud-ecosystem 2022-01-25 20:10:14 +01:00
11ccc9814d Minor fix