index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
IRCClient
/
IRCClient.h
Age
Commit message (
Expand
)
Author
2020-04-23
IRCClient: Connect to IRC server URL specified in command line argument
Brendan Coles
2020-04-11
IRCClient: Add channel member context menus for common CTCP requests
Brendan Coles
2020-04-10
IRCClient: Add NotifyOnMessage/NotifyOnMention config options
Brendan Coles
2020-04-10
IRCClient: Add ShowNickChangeMessages/ShowJoinPartMessages conf options
Brendan Coles
2020-04-10
IRCClient: Autojoin channels after client registration
Brendan Coles
2020-04-08
IRCClient: Add application and context menu items to hop/dehop users
Brendan Coles
2020-04-08
IRCClient: Add nick_without_prefix and nick_at helpers
Brendan Coles
2020-04-05
IRCClient: Allow CTCP replies to be user configurable in IRCClient.ini
Brendan Coles
2020-04-05
IRCClient: Add handling for server responses and BANLIST command
Brendan Coles
2020-04-05
IRCClient: Add support for raw protocol commands with /RAW
Brendan Coles
2020-04-02
IRCClient: Update channel user list when a user joins or quits
Brendan Coles
2020-04-02
IRCClient: Add is_channel_prefix to check if string is a channel name
Brendan Coles
2020-04-02
IRCClient: Add channel operations to Channel application menu
Brendan Coles
2020-04-01
IRCClient: Add Channel application menu and LIST and KICK commands
Brendan Coles
2020-03-31
IRCClient: Add support for /HOP and /TOPIC commands
Brendan Coles
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
IRCClient: Modernize Core::Object usage
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
LibCore: Convert CTCPSocket to ObjectPtr, add construct() helper
Andreas Kling
2019-09-20
LibCore: Convert CNotifier to ObjectPtr
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-04
IRCClient: Make the auto-join on connect feature actually do something
Andreas Kling
2019-09-03
IRCClient: Don't auto-open new queries for NOTICE or CTCP messages
Andreas Kling
2019-09-03
IRCClient: Handle incoming CTCP requests VERSION and PING
Andreas Kling
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-13
IRCClient: Open query window immediately when created by the user.
Andreas Kling
2019-07-13
IRCClient: Make the channel and query mappings case-insensitive.
Andreas Kling
2019-07-13
IRCClient: Process incoming NOTICE messages like PRIVMSG.
Andreas Kling
2019-07-07
IRCClient: Implement the "part from channel" action.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-27
can now tile background and made sure the IRC choose server popup still works
Christopher Dumas
2019-05-27
IRC client setttings, Terminal settings, more WM settings
Christopher Dumas
2019-04-20
AK: Add String::copy(BufferType) helper.
Andreas Kling
2019-04-10
LibCore: Move GIODevice hierarchy from LibGUI to LibCore.
Andreas Kling
2019-04-10
LibCore: Move LibGUI/GNotifier to LibCore/CNotifier.
Andreas Kling
2019-04-10
LibCore: Move LibGUI/GObject to LibCore/CObject.
Andreas Kling
2019-04-08
LibGUI: Make GSocket connection asynchronous.
Andreas Kling
2019-04-02
IRCClient: Ask the user which IRC server to connect to on startup.
Andreas Kling
2019-03-20
IRCClient: Add ability to change nickname.
Andreas Kling
2019-03-20
LibGUI: Make GTableModel a retainable object.
Andreas Kling
2019-03-19
LibGUI: Add GInputBox for getting a string from a modal dialog.
Andreas Kling
2019-03-18
IRCClient: Add support for a bunch of numerics, mostly WHOIS related.
Andreas Kling
2019-03-18
LibGUI: Add GTCPSocket and base class GSocket (inherits from GIODevice.)
Andreas Kling
2019-03-16
IRCClient: Add handling of some basic messages and commands.
Andreas Kling
2019-03-16
IRCClient: Add a little "(n)" indicator to window list for unread messages.
Andreas Kling
[next]