1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 00:17:46 +00:00
serenity/Applications/IRCClient
Andreas Kling 9a7b638743 IRCClient: Process incoming NOTICE messages like PRIVMSG.
They should be handled slightly differently, but at least now we're doing
*something* withthem.
2019-07-13 11:04:41 +02:00
..
IRCAppWindow.cpp IRCClient: Remove use of copy_ref(). 2019-07-11 16:03:54 +02:00
IRCAppWindow.h IRCClient: Implement the "part from channel" action. 2019-07-07 21:58:57 +02:00
IRCChannel.cpp IRCClient: Implement the "part from channel" action. 2019-07-07 21:58:57 +02:00
IRCChannel.h AK: Rename Retainable.h => RefCounted.h. 2019-06-21 18:58:45 +02:00
IRCChannelMemberListModel.cpp Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
IRCChannelMemberListModel.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
IRCClient.cpp IRCClient: Process incoming NOTICE messages like PRIVMSG. 2019-07-13 11:04:41 +02:00
IRCClient.h IRCClient: Process incoming NOTICE messages like PRIVMSG. 2019-07-13 11:04:41 +02:00
IRCLogBuffer.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
IRCLogBuffer.h AK: Rename Retainable.h => RefCounted.h. 2019-06-21 18:58:45 +02:00
IRCLogBufferModel.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
IRCLogBufferModel.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
IRCQuery.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
IRCQuery.h AK: Rename Retainable.h => RefCounted.h. 2019-06-21 18:58:45 +02:00
IRCWindow.cpp Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
IRCWindow.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
IRCWindowListModel.cpp GUI: Use Win2K-like "warm gray" color instead of the older colder gray. 2019-06-30 09:23:16 +02:00
IRCWindowListModel.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
main.cpp Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
Makefile Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00