• Joined on 2020-04-12
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-02-05 15:30:10 +01:00
0838c962f0 Compiles again. CurrentRR Modal is on the way.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-02-05 04:18:27 +01:00
e343523142 WIP: modals. CANNOT COMPILE ATM.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-02-05 01:13:36 +01:00
1f4191acba WIP: massive code cleaning & _resources array for all RRs.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-02-04 14:34:03 +01:00
2904a0e089 UpdateLocalForm: simpler code, could replace dozens and dozens of lines.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-02-04 04:31:20 +01:00
08dcd6d875 WIP: a single entry in the state for all resources.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-02-04 00:54:51 +01:00
cfd356a650 Provide error messages + fix some warnings.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-02-03 18:58:01 +01:00
2b8a640427 Errors are displayed in a fancy way.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-02-02 05:31:19 +01:00
4a10ffa4e3 Validation: parsers for about everything. WIP.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-02-02 04:02:48 +01:00
64fe15aff7 Validation: both simplification and slowly using GenericParser.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-02-01 16:21:11 +01:00
38bbc36a88 AcceptedRRTypes.
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-02-01 16:12:30 +01:00
1171703b62 A new path for the validation process. Will be rewritten with GenericParser!
karchnu pushed to dev at karchnu/halogen-websocket-ipc-playzone 2024-02-01 13:27:34 +01:00
28c1d56b6f WIP Validation, CANNOT COMPILE ATM.
karchnu pushed to master at Baguette/parser 2024-02-01 01:52:45 +01:00
d7f713839c Added a test: see if my parsers aren't modifying the input.
karchnu pushed to master at Baguette/parser 2024-01-31 19:28:46 +01:00
ea72414e6a Parser: read_input so we can provide unaltered input read by a parser.
karchnu pushed to master at Baguette/parser 2024-01-31 19:27:55 +01:00
57fdd3f9d9 Altered RFC rules to make it work.
karchnu pushed to master at Baguette/parser 2024-01-31 05:24:26 +01:00
43d8ae9c0b Comment fix.
karchnu pushed to master at Baguette/parser 2024-01-31 05:20:43 +01:00
2ef674e856 Rewriting comments.
karchnu pushed to master at Baguette/parser 2024-01-31 02:09:09 +01:00
498343c96e Do not change the original input while parsing.
karchnu pushed to master at Baguette/parser 2024-01-30 23:56:15 +01:00
45f867f3c5 RFC5234: return what was parsed (except for \r\n in lwsp).
karchnu pushed to master at Baguette/parser 2024-01-30 02:57:19 +01:00
b77f219c40 WIP: RFC5322, actually almost everything works!