1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-16 21:52:24 +00:00
serenity/Applications/IRCClient
Andreas Kling 4e0df06f86 IRCClient: Use NonnullRefPtr<IRCClient> throughout
To protect against mishaps during app exit teardown, make sure everyone
who needs to be is a co-owner of the IRCClient object.

Fixes #3451.
2020-09-10 18:45:00 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
IRCAppWindow.cpp LibGUI: Move table view headers into their own widget 2020-08-26 00:51:35 +02:00
IRCAppWindow.h IRCClient: remove some unused headers and replace tabs with spaces 2020-05-28 17:01:31 +02:00
IRCChannel.cpp IRCClient: remove some unused headers and replace tabs with spaces 2020-05-28 17:01:31 +02:00
IRCChannel.h IRCClient: remove some unused headers and replace tabs with spaces 2020-05-28 17:01:31 +02:00
IRCChannelMemberListModel.cpp LibGUI: Move GUI::Model::Role to GUI::ModelRole 2020-08-16 16:44:09 +02:00
IRCChannelMemberListModel.h LibGUI: Move GUI::Model::Role to GUI::ModelRole 2020-08-16 16:44:09 +02:00
IRCClient.cpp IRCClient: Add the "/me" command to send CTCP ACTION emotes :^) 2020-09-07 20:49:35 +02:00
IRCClient.h IRCClient: Connect to IRC server URL specified in command line argument 2020-04-23 09:50:19 +02:00
IRCLogBuffer.cpp LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
IRCLogBuffer.h LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
IRCQuery.cpp IRCClient: Use NonnullRefPtr<IRCClient> throughout 2020-09-10 18:45:00 +02:00
IRCQuery.h IRCClient: Use NonnullRefPtr<IRCClient> throughout 2020-09-10 18:45:00 +02:00
IRCWindow.cpp IRCClient: Use NonnullRefPtr<IRCClient> throughout 2020-09-10 18:45:00 +02:00
IRCWindow.h IRCClient: Use NonnullRefPtr<IRCClient> throughout 2020-09-10 18:45:00 +02:00
IRCWindowListModel.cpp IRCClient: Use NonnullRefPtr<IRCClient> throughout 2020-09-10 18:45:00 +02:00
IRCWindowListModel.h IRCClient: Use NonnullRefPtr<IRCClient> throughout 2020-09-10 18:45:00 +02:00
main.cpp LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00