Commit History

Author SHA1 Message Date
  asynts d5ffb51a83 AK: Don't add newline for outf/dbgf/warnf. 4 years ago
  asynts 1cb8be9906 Applications+IRCClient: Use new format functions. 4 years ago
  Andreas Kling c460f4a3cb IRCClient: Add the "/me" command to send CTCP ACTION emotes :^) 4 years ago
  Ben Wiederhake bc1dc2b688 IRCClient: Unbreak building with extra debug macros 4 years ago
  Ben Wiederhake cd93fb9656 LibC: Deduplicate declaration of strcasecmp 4 years ago
  asynts 21de20825a LibCore: Change the signature of Socket::send() to use Span. 5 years ago
  Andreas Kling fdfda6dec2 AK: Make string-to-number conversion helpers return Optional 5 years ago
  Emanuele Torre 97b5fbda7f IRCClient: remove some unused headers and replace tabs with spaces 5 years ago
  Linus Groh 9dbab2d05e Misc: Replace "String(string_view)" with "string_view.to_string()" 5 years ago
  Brendan Coles 3c9693c6c7 IRCClient: Connect to IRC server URL specified in command line argument 5 years ago
  Brendan Coles 502299919a IRCClient: Add channel member context menus for common CTCP requests 5 years ago
  Brendan Coles 63f8cbfb56 IRCClient: Add NotifyOnMessage/NotifyOnMention config options 5 years ago
  Brendan Coles df7b617ba1 IRCClient: Add ShowNickChangeMessages/ShowJoinPartMessages conf options 5 years ago
  Brendan Coles 68c7ca7d3b IRCClient: Autojoin channels after client registration 5 years ago
  Brendan Coles d95362d8cd IRCClient: Set nick and userinfo to OS username when not set in config 5 years ago
  Brendan Coles 5c90cfa90f IRCClient: Add application and context menu items to hop/dehop users 5 years ago
  Brendan Coles 036fb4c621 IRCClient: Add nick_without_prefix and nick_at helpers 5 years ago
  Brendan Coles 44f8161166 IRCClient: Remove FIXME for RPL_TOPICWHOTIME 5 years ago
  Brendan Coles 9126859679 IRCClient: Rename /hop command to /cycle 5 years ago
  Brendan Coles ddb8597c0c IRCClient: Allow CTCP replies to be user configurable in IRCClient.ini 5 years ago
  Brendan Coles a1b57216b8 IRCClient: Add handling for server responses and BANLIST command 5 years ago
  Brendan Coles 4ea71c9571 IRCClient: Add support for raw protocol commands with /RAW 5 years ago
  Brendan Coles 40b3203941 IRCClient: Update channel user list when a user joins or quits 5 years ago
  Brendan Coles 6bf47252dc IRCClient: Add is_channel_prefix to check if string is a channel name 5 years ago
  Brendan Coles 855f9286fa IRCClient: Add channel operations to Channel application menu 5 years ago
  Brendan Coles b3d8ce44a2 IRCClient: Use active channel window for part,hop,topic,kick commands 5 years ago
  Brendan Coles 175ec99814 IRCClient: Add Channel application menu and LIST and KICK commands 5 years ago
  Brendan Coles 2de2f49abc IRCClient: Add support for /HOP and /TOPIC commands 5 years ago
  Andreas Kling 686ade6b5a AK: Make quick_sort() a little more ergonomic 5 years ago
  Andreas Kling ceec1a7d38 AK: Make Vector use size_t for its size and capacity 5 years ago