Skip to content

Commit

Permalink
Userland: Remove IRC Client
Browse files Browse the repository at this point in the history
The IRC Client application made some sense while our main communication
hub was an IRC channel. Now that we've moved on, IRC is just a random
protocol with no particular relevance to this project.

This also has the benefit of removing one major client of the single-
process Web::InProcessWebView class.
  • Loading branch information
awesomekling committed Aug 24, 2021
1 parent 97f5383 commit c915174
Show file tree
Hide file tree
Showing 38 changed files with 1 addition and 2,835 deletions.
4 changes: 0 additions & 4 deletions AK/Debug.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,6 @@
#cmakedefine01 IMAGE_LOADER_DEBUG
#endif

#ifndef IRC_DEBUG
#cmakedefine01 IRC_DEBUG
#endif

#ifndef ITEM_RECTS_DEBUG
#cmakedefine01 ITEM_RECTS_DEBUG
#endif
Expand Down
1 change: 0 additions & 1 deletion Base/etc/shellrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!sh

alias fm=FileManager
alias irc=IRCClient
alias mag=Magnifier
alias ms=Minesweeper
alias sh=Shell
Expand Down
20 changes: 0 additions & 20 deletions Base/home/anon/.config/IRCClient.ini

This file was deleted.

1 change: 0 additions & 1 deletion Base/home/anon/.config/LaunchServer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ directory=/bin/FileManager
gemini=/bin/Browser
http=/bin/Browser
https=/bin/Browser
irc=/bin/IRCClient
7 changes: 0 additions & 7 deletions Base/res/apps/IRCClient.af

This file was deleted.

Binary file removed Base/res/icons/16x16/app-irc-client.png
Binary file not shown.
Binary file removed Base/res/icons/16x16/irc-close-query.png
Binary file not shown.
Binary file removed Base/res/icons/16x16/irc-invite.png
Binary file not shown.
Binary file removed Base/res/icons/16x16/irc-join.png
Binary file not shown.
Binary file removed Base/res/icons/16x16/irc-list.png
Binary file not shown.
Binary file removed Base/res/icons/16x16/irc-nick.png
Binary file not shown.
Binary file removed Base/res/icons/16x16/irc-open-query.png
Binary file not shown.
Binary file removed Base/res/icons/16x16/irc-part.png
Binary file not shown.
Binary file removed Base/res/icons/16x16/irc-topic.png
Binary file not shown.
Binary file removed Base/res/icons/16x16/irc-whois.png
Binary file not shown.
Binary file removed Base/res/icons/32x32/app-irc-client.png
Binary file not shown.
1 change: 0 additions & 1 deletion Meta/CMake/all_the_debug_macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ set(IOAPIC_DEBUG ON)
set(IO_DEBUG ON)
set(IPV4_DEBUG ON)
set(IPV4_SOCKET_DEBUG ON)
set(IRC_DEBUG ON)
set(IRQ_DEBUG ON)
set(ISO9660_DEBUG ON)
set(ISO9660_VERY_DEBUG ON)
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ I'm also on [Patreon](https://www.patreon.com/serenityos) and [GitHub Sponsors](
* On-line help system (both terminal and GUI variants)
* Web browser (Browser)
* C++ IDE (HackStudio)
* IRC client
* Desktop synthesizer (Piano)
* E-mail client (Mail)
* Various desktop apps & games
Expand Down
1 change: 0 additions & 1 deletion Userland/Applications/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ add_subdirectory(FileManager)
add_subdirectory(FontEditor)
add_subdirectory(Help)
add_subdirectory(HexEditor)
add_subdirectory(IRCClient)
add_subdirectory(ImageViewer)
add_subdirectory(KeyboardMapper)
add_subdirectory(KeyboardSettings)
Expand Down
19 changes: 0 additions & 19 deletions Userland/Applications/IRCClient/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit c915174

Please sign in to comment.