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
bcb3b5b71ff32e2c704fd2e6250e2eee1e1bcde2
singlechat
/
server
History
Torsten Schulz (local)
bcb3b5b71f
Implement login functionality in ChatInput and chat store. Update input handling to support username and password prompts, enhance message sending logic, and ensure proper command handling during login. Adjust broadcast logic to manage login states and provide appropriate feedback to users.
2026-03-19 13:48:09 +01:00
..
broadcast.js
Implement login functionality in ChatInput and chat store. Update input handling to support username and password prompts, enhance message sending logic, and ensure proper command handling during login. Adjust broadcast logic to manage login states and provide appropriate feedback to users.
2026-03-19 13:48:09 +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 management in image upload route by initializing req.session to ensure cookie setting. Implement fallback logic to retrieve the most recently active client if the initial client lookup fails, improving user authentication robustness during uploads.
2025-12-05 11:34:57 +01:00