1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-22 22:27:39 +00:00
serenity/Applications/IRCClient
Andreas Kling c460f4a3cb IRCClient: Add the "/me" command to send CTCP ACTION emotes :^)
You can now express your feelings and actions with our IRC client by
using the /me command.
2020-09-07 20:49:35 +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: Add the "/me" command to send CTCP ACTION emotes :^) 2020-09-07 20:49:35 +02:00
IRCQuery.h IRCClient: Add the "/me" command to send CTCP ACTION emotes :^) 2020-09-07 20:49:35 +02:00
IRCWindow.cpp LibGUI: Move table view headers into their own widget 2020-08-26 00:51:35 +02:00
IRCWindow.h LibWeb: Rename PageView => InProcessWebView 2020-08-17 18:05:35 +02:00
IRCWindowListModel.cpp LibGUI: Move GUI::Model::Role to GUI::ModelRole 2020-08-16 16:44:09 +02:00
IRCWindowListModel.h LibGUI: Move GUI::Model::Role to GUI::ModelRole 2020-08-16 16:44:09 +02:00
main.cpp LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00