diff options
author | Andreas Kling <kling@serenityos.org> | 2021-08-24 16:19:08 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-24 16:37:28 +0200 |
commit | c9151745631a45e6511eab6ec41308414be8757b (patch) | |
tree | 4abf65599438a401031a8d1dc6badeb89607eb85 /Base | |
parent | 97f53835259853a3060949a68326c25f4f617a0b (diff) | |
download | serenity-c9151745631a45e6511eab6ec41308414be8757b.zip |
Userland: Remove IRC Client
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.
Diffstat (limited to 'Base')
-rw-r--r-- | Base/etc/shellrc | 1 | ||||
-rw-r--r-- | Base/home/anon/.config/IRCClient.ini | 20 | ||||
-rw-r--r-- | Base/home/anon/.config/LaunchServer.ini | 1 | ||||
-rw-r--r-- | Base/res/apps/IRCClient.af | 7 | ||||
-rw-r--r-- | Base/res/icons/16x16/app-irc-client.png | bin | 197 -> 0 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/irc-close-query.png | bin | 470 -> 0 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/irc-invite.png | bin | 422 -> 0 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/irc-join.png | bin | 424 -> 0 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/irc-list.png | bin | 436 -> 0 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/irc-nick.png | bin | 470 -> 0 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/irc-open-query.png | bin | 461 -> 0 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/irc-part.png | bin | 516 -> 0 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/irc-topic.png | bin | 576 -> 0 bytes | |||
-rw-r--r-- | Base/res/icons/16x16/irc-whois.png | bin | 485 -> 0 bytes | |||
-rw-r--r-- | Base/res/icons/32x32/app-irc-client.png | bin | 353 -> 0 bytes |
15 files changed, 0 insertions, 29 deletions
diff --git a/Base/etc/shellrc b/Base/etc/shellrc index 0d9849171e..5700af0e0b 100644 --- a/Base/etc/shellrc +++ b/Base/etc/shellrc @@ -1,7 +1,6 @@ #!sh alias fm=FileManager -alias irc=IRCClient alias mag=Magnifier alias ms=Minesweeper alias sh=Shell diff --git a/Base/home/anon/.config/IRCClient.ini b/Base/home/anon/.config/IRCClient.ini deleted file mode 100644 index cc542335c6..0000000000 --- a/Base/home/anon/.config/IRCClient.ini +++ /dev/null @@ -1,20 +0,0 @@ -[User] -Nickname=anon_seren1ty - -[Connection] -Server=chat.freenode.net -Port=6667 -AutoJoinChannels= - -[CTCP] -VersionReply=IRC Client [x86] / Serenity OS -UserInfoReply=anon -FingerReply=anon - -[Messaging] -ShowJoinPartMessages=1 -ShowNickChangeMessages=1 - -[Notifications] -NotifyOnMessage=1 -NotifyOnMention=1 diff --git a/Base/home/anon/.config/LaunchServer.ini b/Base/home/anon/.config/LaunchServer.ini index 7c14d637a0..0c7910f136 100644 --- a/Base/home/anon/.config/LaunchServer.ini +++ b/Base/home/anon/.config/LaunchServer.ini @@ -28,4 +28,3 @@ directory=/bin/FileManager gemini=/bin/Browser http=/bin/Browser https=/bin/Browser -irc=/bin/IRCClient diff --git a/Base/res/apps/IRCClient.af b/Base/res/apps/IRCClient.af deleted file mode 100644 index 3b2ed41b50..0000000000 --- a/Base/res/apps/IRCClient.af +++ /dev/null @@ -1,7 +0,0 @@ -[App] -Name=IRC Client -Executable=/bin/IRCClient -Category=Internet - -[Launcher] -Protocols=irc diff --git a/Base/res/icons/16x16/app-irc-client.png b/Base/res/icons/16x16/app-irc-client.png Binary files differdeleted file mode 100644 index 82c1a5c273..0000000000 --- a/Base/res/icons/16x16/app-irc-client.png +++ /dev/null diff --git a/Base/res/icons/16x16/irc-close-query.png b/Base/res/icons/16x16/irc-close-query.png Binary files differdeleted file mode 100644 index ba2b405229..0000000000 --- a/Base/res/icons/16x16/irc-close-query.png +++ /dev/null diff --git a/Base/res/icons/16x16/irc-invite.png b/Base/res/icons/16x16/irc-invite.png Binary files differdeleted file mode 100644 index 727d88616e..0000000000 --- a/Base/res/icons/16x16/irc-invite.png +++ /dev/null diff --git a/Base/res/icons/16x16/irc-join.png b/Base/res/icons/16x16/irc-join.png Binary files differdeleted file mode 100644 index 3a86927805..0000000000 --- a/Base/res/icons/16x16/irc-join.png +++ /dev/null diff --git a/Base/res/icons/16x16/irc-list.png b/Base/res/icons/16x16/irc-list.png Binary files differdeleted file mode 100644 index 05d0eb35cc..0000000000 --- a/Base/res/icons/16x16/irc-list.png +++ /dev/null diff --git a/Base/res/icons/16x16/irc-nick.png b/Base/res/icons/16x16/irc-nick.png Binary files differdeleted file mode 100644 index e52da4d2f4..0000000000 --- a/Base/res/icons/16x16/irc-nick.png +++ /dev/null diff --git a/Base/res/icons/16x16/irc-open-query.png b/Base/res/icons/16x16/irc-open-query.png Binary files differdeleted file mode 100644 index b827be3a40..0000000000 --- a/Base/res/icons/16x16/irc-open-query.png +++ /dev/null diff --git a/Base/res/icons/16x16/irc-part.png b/Base/res/icons/16x16/irc-part.png Binary files differdeleted file mode 100644 index 6755f333e9..0000000000 --- a/Base/res/icons/16x16/irc-part.png +++ /dev/null diff --git a/Base/res/icons/16x16/irc-topic.png b/Base/res/icons/16x16/irc-topic.png Binary files differdeleted file mode 100644 index 56a8e08ebc..0000000000 --- a/Base/res/icons/16x16/irc-topic.png +++ /dev/null diff --git a/Base/res/icons/16x16/irc-whois.png b/Base/res/icons/16x16/irc-whois.png Binary files differdeleted file mode 100644 index 5dde6881a2..0000000000 --- a/Base/res/icons/16x16/irc-whois.png +++ /dev/null diff --git a/Base/res/icons/32x32/app-irc-client.png b/Base/res/icons/32x32/app-irc-client.png Binary files differdeleted file mode 100644 index 8a9abb8c1a..0000000000 --- a/Base/res/icons/32x32/app-irc-client.png +++ /dev/null |