ladybird/Userland/Applications/IRCClient
Andreas Kling 31d4bcf5bf Userland: Tighten a *lot* of pledges! :^)
Since applications using Core::EventLoop no longer need to create a
socket in /tmp/rpc/, and also don't need to listen for incoming
connections on this socket, we can remove a whole bunch of pledges!
2021-05-13 23:28:40 +02:00
..
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
IRCAppWindow.cpp Everywhere: Add Alt shortcuts to remaining top-level menus 2021-05-12 18:09:42 +01:00
IRCAppWindow.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCChannel.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
IRCChannel.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCChannelMemberListModel.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCChannelMemberListModel.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
IRCClient.cpp Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 2021-05-01 21:25:06 +02:00
IRCClient.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCLogBuffer.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
IRCLogBuffer.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCQuery.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
IRCQuery.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCWindow.cpp IRCClient: Apply some polish to menus and actions 2021-05-10 10:28:41 +02:00
IRCWindow.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCWindowListModel.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRCWindowListModel.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
main.cpp Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00