summaryrefslogtreecommitdiff
path: root/Applications/IRCClient/IRCClient.cpp
AgeCommit message (Expand)Author
2020-10-06IRCClient: Use new format functions.asynts
2020-10-04AK: Don't add newline for outf/dbgf/warnf.asynts
2020-09-23Applications+IRCClient: Use new format functions.asynts
2020-09-07IRCClient: Add the "/me" command to send CTCP ACTION emotes :^)Andreas Kling
2020-08-30IRCClient: Unbreak building with extra debug macrosBen Wiederhake
2020-08-26LibC: Deduplicate declaration of strcasecmpBen Wiederhake
2020-07-27LibCore: Change the signature of Socket::send() to use Span.asynts
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-05-28IRCClient: remove some unused headers and replace tabs with spacesEmanuele Torre
2020-05-06Misc: Replace "String(string_view)" with "string_view.to_string()"Linus Groh
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-09IRCClient: Set nick and userinfo to OS username when not set in configBrendan 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-08IRCClient: Remove FIXME for RPL_TOPICWHOTIMEBrendan Coles
2020-04-08IRCClient: Rename /hop command to /cycleBrendan 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-02IRCClient: Use active channel window for part,hop,topic,kick commandsBrendan 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-03-03AK: Make quick_sort() a little more ergonomicAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-20AK: Use size_t for ByteBuffer sizesAndreas Kling
2020-02-16AK: Add basic Traits for RefPtrAndreas Kling
2020-02-11IRCClient: Use Core::DateTimeAndreas 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-12-03IRCClient: Sort the member list ignoring the character cases.Sasan Hezarkhani
2019-09-21LibCore: Convert CTCPServer to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CTCPSocket to ObjectPtr, add construct() helperAndreas Kling
2019-09-20LibCore: Convert CNotifier to ObjectPtrAndreas Kling
2019-09-13IRCClient: Fix unneeded conversion to StringMinusGix
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-13IRCClient: Implement "/msg <nick> ..."Andreas Kling
2019-07-13IRCClient: Open query window immediately when created by the user.Andreas Kling
2019-07-13IRCClient: Process incoming NOTICE messages like PRIVMSG.Andreas Kling
2019-07-11IRCClient: Remove use of copy_ref().Andreas Kling
2019-07-07IRCClient: Fix build. Forgot to update a function signature.Andreas Kling