• Joined on 2020-04-12
karchnu pushed to master at Baguette/parser 2024-01-24 04:22:09 +01:00
7ea7672ecf Simplification + check for useless use of short representation (IP v4 & v6)
karchnu pushed to master at Baguette/parser 2024-01-24 03:54:40 +01:00
9b82246d75 Better code for IPv4.
karchnu pushed to master at Baguette/parser 2024-01-23 19:26:02 +01:00
c060ffb3cc IPv6 addresses: verify the number of chunks + shortened representation.
karchnu pushed to master at Baguette/parser 2024-01-23 04:46:28 +01:00
ef1a0e40a3 Accept simplistic IPv6 representations.
karchnu pushed to master at Baguette/parser 2024-01-23 03:57:06 +01:00
c441dc0477 typo
karchnu pushed to master at Baguette/parser 2024-01-23 03:56:41 +01:00
bfbe31249f makefile: install esbuild.
6f6c1b3836 New IPv4 address parser.
Compare 2 commits »
karchnu pushed to master at Baguette/parser 2024-01-23 02:53:57 +01:00
883c33967c Remove unused reference.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-01-23 02:51:32 +01:00
bbc258bc58 minor
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-01-23 02:44:18 +01:00
8310488e82 Remove unused code.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-01-23 02:42:37 +01:00
d6f49210a8 Remove the modal when the "add" button is clicked.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-01-22 23:44:17 +01:00
7fcb9d73a9 Remove a lot of obsolete code.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-01-22 21:23:14 +01:00
68a06928ca WIP: code clean-up. loopE to loop over Halogen evenful functions.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-01-22 05:45:14 +01:00
272237a5a1 WIP: modal forms.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-01-21 17:45:28 +01:00
c448521df7 WIP: (slowly) replacing fixed "new RR" forms with modal forms.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-01-21 05:33:34 +01:00
c9552677ab Bulma "level" layout.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-01-21 02:52:22 +01:00
22053089af WIP: bulma modal caps + remove some warnings.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-01-21 02:47:34 +01:00
047c21103f WIP: Bulma module now has modal capabilities.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-01-20 05:00:30 +01:00
f579353d11 Start using GenericParser.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-01-20 02:47:47 +01:00
b4d80d2c71 New dependency: generic-parser (+ install it locally from its git repository).
efbadd09f8 README: remove old content.
Compare 2 commits »
karchnu pushed to master at Baguette/parser 2024-01-20 02:00:23 +01:00
36f3831827 Remove useless imports.