msta.git
2025-01-26 David RodenπŸ› Actually handle connections in a new thread
2025-01-26 David Roden🎨 Set name for server thread
2025-01-26 David Roden♻️ Turn Pair into a record
2025-01-26 David Roden✨ Add basic implementation of β€œinfo window”
2025-01-25 David Roden♻️ Refactor connection input and output handling
2025-01-25 David RodenπŸ› Use createEvent() method here as well
2025-01-25 David Roden♻️ Extract methods to easier handle connections
2025-01-25 David Roden♻️ Use actual JSON matchers for Server test
2025-01-25 David Roden♻️ Create event JSON using Jackson
2025-01-25 David RodenπŸ‘· Add Jenkinsfile
2025-01-25 David RodenπŸ› Only send a single new-window/frame event for each...
2025-01-25 David RodenπŸ“Œ Add dependencies for MSTA modules
2025-01-25 David Roden✨ Add basic MSTA client
2025-01-25 David Roden🚸 Allow stopping the server cleanly
2025-01-25 David Roden🚸 Allow multiple connections to MSTA server
2025-01-25 David Roden✨ Run shutdown hook only when shutdown command is sent
2025-01-25 David Roden✨ Add server that can detect windows and frames
2025-01-25 David Roden⚰️ Remove empty line
2025-01-25 David RodenπŸ™ˆ Add .gitignore file to ignore target directories
2025-01-25 David RodenπŸ—οΈ Split project into client and server components
2025-01-23 David RodenπŸ—οΈ Add initial POM
2025-01-23 David RodenπŸŽ‰ Begin project by adding Maven wrapper