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.cpp
Age
Commit message (
Expand
)
Author
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-05-28
IRCClient: remove some unused headers and replace tabs with spaces
Emanuele Torre
2020-05-06
Misc: Replace "String(string_view)" with "string_view.to_string()"
Linus Groh
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-09
IRCClient: Set nick and userinfo to OS username when not set in config
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-08
IRCClient: Remove FIXME for RPL_TOPICWHOTIME
Brendan Coles
2020-04-08
IRCClient: Rename /hop command to /cycle
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-02
IRCClient: Use active channel window for part,hop,topic,kick commands
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-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-20
AK: Use size_t for ByteBuffer sizes
Andreas Kling
2020-02-16
AK: Add basic Traits for RefPtr
Andreas Kling
2020-02-11
IRCClient: Use Core::DateTime
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-12-03
IRCClient: Sort the member list ignoring the character cases.
Sasan Hezarkhani
2019-09-21
LibCore: Convert CTCPServer to ObjectPtr
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-13
IRCClient: Fix unneeded conversion to String
MinusGix
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-13
IRCClient: Implement "/msg <nick> ..."
Andreas Kling
2019-07-13
IRCClient: Open query window immediately when created by the user.
Andreas Kling
2019-07-13
IRCClient: Process incoming NOTICE messages like PRIVMSG.
Andreas Kling
2019-07-11
IRCClient: Remove use of copy_ref().
Andreas Kling
2019-07-07
IRCClient: Fix build. Forgot to update a function signature.
Andreas Kling
2019-07-07
IRCClient: Implement the "part from channel" action.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
Applications: Run clang-format on everything.
Andreas Kling
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-23
Do a pass of compiler warning fixes.
Andreas Kling
2019-04-20
AK: Add String::copy(BufferType) helper.
Andreas Kling
[next]