This website requires JavaScript.
Explore
Help
Register
Sign In
torsten
/
singlechat
Watch
1
Star
0
Fork
0
You've already forked singlechat
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8d2189dd7a2ce0a1cdbc824859c27aac2f829239
singlechat
/
server
History
Torsten Schulz (local)
d1fc31f4dd
Improve error handling and logging in broadcast.js by adding try-catch blocks when creating the logs directory. Update error messages to display only the error message for better clarity. This enhances the robustness of the logging functionality.
2025-12-05 10:56:51 +01:00
..
broadcast.js
Improve error handling and logging in broadcast.js by adding try-catch blocks when creating the logs directory. Update error messages to display only the error message for better clarity. This enhances the robustness of the logging functionality.
2025-12-05 10:56:51 +01:00
index.js
Refactor logging functions in broadcast.js to create logs directory if it doesn't exist. Update setupBroadcast function to pass __dirname for correct path resolution. This enhances log management and ensures logs are stored in the appropriate directory.
2025-12-05 10:51:34 +01:00
routes-seo.js
Enhance SEO meta tag handling in generateHTML function by improving regex patterns for description and keywords, ensuring proper insertion of new tags before closing head tag while preserving script tags, and adding detailed logging for HTML manipulation.
2025-12-05 09:20:27 +01:00
routes.js
Implement image upload functionality with temporary storage and cleanup. Update chat and broadcast logic to handle image URLs instead of base64 data, enhancing performance and user experience. Modify .gitignore to exclude temporary files and uploads directory.
2025-12-05 10:43:27 +01:00