32 Commits

Author SHA1 Message Date
Udo
02e153a6a7 Add archive helpers and harden task runtime 2026-05-21 00:00:23 +00:00
Udo
9f7625c7fd working on documentation and more API functions 2026-04-29 12:09:37 +00:00
Udo
cd445f3c9b some cleanup 2026-04-28 12:10:07 +00:00
Udo
223cf4c6e1 website with slop placeholders 2026-04-22 13:31:51 +00:00
Udo
14ebf10a22 changing doc format and HTML literals 2026-04-22 09:31:00 +00:00
Udo
f7b066b374 changing doc format and HTML literals 2026-04-22 01:56:46 +00:00
Udo
8223dcc6b3 I think I need to change the documentation format 2026-04-22 01:32:05 +00:00
udo
b53eb6e4f1 Enhance template parser to handle C++ comments and refactor preprocessing logic
- Updated parser to correctly interpret C++ `//` and `/* ... */` comments within template code.
- Split preprocessing implementation into separate files for better organization.
- Added regression test for comment parsing in templates.
- Adjusted CSS styles for improved layout and readability in documentation.
2026-04-20 21:41:23 +00:00
Udo
dc05f9faa5 PHP familiarity shortcuts 2026-04-19 21:15:52 +00:00
Udo
af642c8167 getting closer to full port of web app starter 2026-04-19 19:44:18 +00:00
Udo
d1167aec3b getting closer to full port of web app starter 2026-04-19 19:09:21 +00:00
Udo
2b5586d7df decided in favor of dedicated COMPONENT() macro, updates to documentation 2026-04-19 11:34:03 +00:00
Udo
be514d63d6 trying to port web app starter from PHP 2026-04-19 09:38:23 +00:00
udo
46d98a092f Enhance WebSocket support: add opcode handling, binary message support, and improve connection validation 2026-04-18 18:41:50 +00:00
udo
86dc93864e Add WebSocket support and enhance chat functionality
- Implement WebSocket handling in the FastCGI server, allowing for real-time communication.
- Introduce functions for managing WebSocket connections, broadcasting messages, and sending to specific connections.
- Create a chat interface in the `websockets.ws.uce` file, including message handling and user notifications.
- Refactor existing code to accommodate WebSocket integration, ensuring compatibility with HTTP requests.
- Update documentation to reflect new features and usage instructions for WebSocket functionality.
2026-04-18 15:10:15 +00:00
udo
cd8f07aaa7 Refactor FastCGI server and compiler, enhance HTTP header parsing, and add WebSocket support
- Refactored FastCGIServer class to improve socket handling and added shutdown functionality.
- Updated compiler functions to streamline HTML and text literal processing.
- Enhanced split_kv function to support uppercase keys and added split_http_headers for better HTTP header parsing.
- Introduced new session management functions to validate and handle session IDs.
- Added WebSocket frame parsing and handling in the URI module.
- Created systemd service scripts for easier deployment and management of the UCE FastCGI runtime.
- Added new test cases for header handling, time parsing, and WebSocket functionality.
2026-04-18 14:04:58 +00:00
Udo
984453f336 update sigh 2022-12-22 06:01:23 +00:00
Udo
392b7224b1 Merge branch 'main' of github.com:ThingamaNet/uce 2022-04-18 23:37:37 +00:00
Udo
364d83b199 doc update 2022-04-18 23:37:21 +00:00
Udo Schroeter
21fdeafb6c
Basic documentation 2022-02-11 11:44:32 +01:00
Udo Schroeter
9e5b7d39e3
Basic readme 2022-02-11 11:22:04 +01:00
Udo
defc628204 packaging 2022-02-11 02:35:06 +00:00
Udo
6f6919f3f0 backage builder 2022-02-11 01:51:32 +00:00
Udo
0a6ebc60f0 precompile on startup 2022-01-31 00:42:16 +00:00
Udo
3a9dfba86c fixed bug in #load 2022-01-30 12:45:18 +00:00
Udo
5df52146be split_space 2022-01-30 12:19:20 +00:00
Udo
17336fe649 Unicode stuff 2022-01-30 12:16:09 +00:00
Udo
18ca2368bc VERY basic UTF8 parser 2022-01-28 20:23:14 +00:00
Udo
939009f9a1 shell stuff, preprocessor directive 2022-01-21 22:22:14 +00:00
Udo
3e8f0f1fa7 initial import 2022-01-21 09:11:17 +00:00
Udo
c047927b18 initial import 2022-01-21 09:10:38 +00:00
Udo Schroeter
ad3d65cdac
Initial commit 2022-01-21 09:53:46 +01:00