summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-03-26Update to 2.5.3Echo J
And move back to Chatterino's websocketpp again (because the system one doesn't have the get_io_service() function)
2025-03-19Switch back to system's websocketppEcho J
And exclude beta versions from nvchecker
2025-02-23Add fixes for building with Boost 1.78Echo J
Also refactor submodule handling code
2025-01-07Update to 2.5.2Echo J
This commit also includes: - Add nvchecker file - Switch to system websocketpp headers - Freeze the submodule dependencies (this should help with reproducibility and also allows checksumming them) - Remove the crash-handler submodule (the relevant functionality seems to only work properly on Windows anyway)
2024-06-08Define NDEBUG option by defaultEcho J
This removes the debugging features from Chatterino in a release build
2024-06-06Initial commitEcho J