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
c998e32825dce0688335c2d95678603b0c68598e
singlechat
/
server
History
Torsten Schulz (local)
c998e32825
Enhance session ID handling in image upload route by refining extraction logic to prioritize cookie-based session IDs and fall back to req.sessionID when necessary. Improve logging for better debugging and client lookup, ensuring a more robust user authentication process during uploads.
2025-12-05 11:24:52 +01:00
..
broadcast.js
Refactor session ID extraction by exporting the extractSessionId function from broadcast.js. Update routes.js to utilize this function for consistent session ID handling during image uploads, improving code clarity and maintainability.
2025-12-05 11:15:43 +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
Enhance session ID handling in image upload route by refining extraction logic to prioritize cookie-based session IDs and fall back to req.sessionID when necessary. Improve logging for better debugging and client lookup, ensuring a more robust user authentication process during uploads.
2025-12-05 11:24:52 +01:00