summaryrefslogtreecommitdiff
path: root/Applications/IRCClient/IRCClient.h
AgeCommit message (Expand)Author
2020-04-23IRCClient: Connect to IRC server URL specified in command line argumentBrendan Coles
2020-04-11IRCClient: Add channel member context menus for common CTCP requestsBrendan Coles
2020-04-10IRCClient: Add NotifyOnMessage/NotifyOnMention config optionsBrendan Coles
2020-04-10IRCClient: Add ShowNickChangeMessages/ShowJoinPartMessages conf optionsBrendan Coles
2020-04-10IRCClient: Autojoin channels after client registrationBrendan Coles
2020-04-08IRCClient: Add application and context menu items to hop/dehop usersBrendan Coles
2020-04-08IRCClient: Add nick_without_prefix and nick_at helpersBrendan Coles
2020-04-05IRCClient: Allow CTCP replies to be user configurable in IRCClient.iniBrendan Coles
2020-04-05IRCClient: Add handling for server responses and BANLIST commandBrendan Coles
2020-04-05IRCClient: Add support for raw protocol commands with /RAWBrendan Coles
2020-04-02IRCClient: Update channel user list when a user joins or quitsBrendan Coles
2020-04-02IRCClient: Add is_channel_prefix to check if string is a channel nameBrendan Coles
2020-04-02IRCClient: Add channel operations to Channel application menuBrendan Coles
2020-04-01IRCClient: Add Channel application menu and LIST and KICK commandsBrendan Coles
2020-03-31IRCClient: Add support for /HOP and /TOPIC commandsBrendan Coles
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23IRCClient: Modernize Core::Object usageAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibCore: Convert CTCPSocket to ObjectPtr, add construct() helperAndreas Kling
2019-09-20LibCore: Convert CNotifier to ObjectPtrAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-09-04IRCClient: Make the auto-join on connect feature actually do somethingAndreas Kling
2019-09-03IRCClient: Don't auto-open new queries for NOTICE or CTCP messagesAndreas Kling
2019-09-03IRCClient: Handle incoming CTCP requests VERSION and PINGAndreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-13IRCClient: Open query window immediately when created by the user.Andreas Kling
2019-07-13IRCClient: Make the channel and query mappings case-insensitive.Andreas Kling
2019-07-13IRCClient: Process incoming NOTICE messages like PRIVMSG.Andreas Kling
2019-07-07IRCClient: Implement the "part from channel" action.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-27can now tile background and made sure the IRC choose server popup still worksChristopher Dumas
2019-05-27IRC client setttings, Terminal settings, more WM settingsChristopher Dumas
2019-04-20AK: Add String::copy(BufferType) helper.Andreas Kling
2019-04-10LibCore: Move GIODevice hierarchy from LibGUI to LibCore.Andreas Kling
2019-04-10LibCore: Move LibGUI/GNotifier to LibCore/CNotifier.Andreas Kling
2019-04-10LibCore: Move LibGUI/GObject to LibCore/CObject.Andreas Kling
2019-04-08LibGUI: Make GSocket connection asynchronous.Andreas Kling
2019-04-02IRCClient: Ask the user which IRC server to connect to on startup.Andreas Kling
2019-03-20IRCClient: Add ability to change nickname.Andreas Kling
2019-03-20LibGUI: Make GTableModel a retainable object.Andreas Kling
2019-03-19LibGUI: Add GInputBox for getting a string from a modal dialog.Andreas Kling
2019-03-18IRCClient: Add support for a bunch of numerics, mostly WHOIS related.Andreas Kling
2019-03-18LibGUI: Add GTCPSocket and base class GSocket (inherits from GIODevice.)Andreas Kling
2019-03-16IRCClient: Add handling of some basic messages and commands.Andreas Kling
2019-03-16IRCClient: Add a little "(n)" indicator to window list for unread messages.Andreas Kling