mirror-chatterino2/src
pajlada 65b1ed312c
refactor: Logging (chat logger) (#5058)
It's no longer a singleton

It's now a unique_ptr that dies together with the Application

* Add getChatLogger to EmptyApplication

* unrelated change: Access Application::instance statically

* fix logging init order

* Add changelog entry
2023-12-31 12:51:40 +00:00
..
common refactor: Logging (chat logger) (#5058) 2023-12-31 12:51:40 +00:00
controllers Autogenerate docs/plugin-meta.lua (#5055) 2023-12-30 10:26:19 +00:00
debug Remove boost::noncopyable use & boost::random dependency (#4776) 2023-09-09 10:23:20 +00:00
messages feat: show restricted chats and suspicious treatment updates (#5056) 2023-12-31 10:44:55 +00:00
providers feat: show restricted chats and suspicious treatment updates (#5056) 2023-12-31 10:44:55 +00:00
singletons refactor: Logging (chat logger) (#5058) 2023-12-31 12:51:40 +00:00
util fix: Fixed some compiler warnings (#5028) 2023-12-16 11:24:28 +00:00
widgets Allow customization of whisper colors in settings (#5053) 2023-12-29 20:52:35 +00:00
Application.cpp refactor: Logging (chat logger) (#5058) 2023-12-31 12:51:40 +00:00
Application.hpp refactor: Logging (chat logger) (#5058) 2023-12-31 12:51:40 +00:00
BrowserExtension.cpp Refactor Native Messages (#4738) 2023-07-30 11:14:58 +00:00
BrowserExtension.hpp Argument parsing rework (#1940) 2020-09-26 16:03:51 +02:00
CMakeLists.txt feat: show restricted chats and suspicious treatment updates (#5056) 2023-12-31 10:44:55 +00:00
ForwardDecl.hpp Add ability to disable precompiled headers with CMake (#2727) 2021-05-08 15:57:00 +02:00
main.cpp refactor: Make Args less of a singleton (#5041) 2023-12-29 15:40:31 +01:00
PrecompiledHeader.hpp Replace boost::optional with std::optional (#4877) 2023-10-08 16:50:48 +00:00
RunGui.cpp refactor: Make Args less of a singleton (#5041) 2023-12-29 15:40:31 +01:00
RunGui.hpp refactor: Make Args less of a singleton (#5041) 2023-12-29 15:40:31 +01:00