Skip to content

Commit

Permalink
Add OS icons for graphical desktop clients
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Jun 2, 2021
1 parent 0de8e75 commit d684d5f
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
18 changes: 18 additions & 0 deletions _data/os.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# desktop

bsd:
name: BSD
icon: freebsd

linux:
name: GNU/Linux
icon: linux

macos:
name: macOS
icon: apple

windows:
name: Windows
icon: windows

# mobile
android:
name: Android
Expand Down
46 changes: 46 additions & 0 deletions _data/sw_clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
- name: AdiIRC
# ref: https://dev.adiirc.com/projects/adiirc/wiki/IRCv3
link: https://www.adiirc.com
os:
- windows
support:
stable:
account-notify:
Expand Down Expand Up @@ -35,6 +37,10 @@
- name: Ambassador
# ref: JSIRCV3_SUPPORTED_CAPS in https://github.com/Ascrod/ambassador/blob/7d2b260f1a069e2d11718c576d694f9343c096be/ambassador/js/lib/irc.js
link: https://github.com/Ascrod/ambassador/
os:
- linux
- macos
- windows
support:
stable:
account-notify:
Expand Down Expand Up @@ -71,6 +77,8 @@
- name: Colloquy
# ref: handleCapWithParameters() in https://github.com/colloquy/colloquy/blob/main/Chat%20Core/MVIRCChatConnection.m
link: http://www.colloquy.info
os:
- macos
support:
stable:
account-notify:
Expand Down Expand Up @@ -115,6 +123,11 @@
- name: HexChat
# ref: https://github.com/hexchat/hexchat/blob/v2.10.3/src/common/inbound.c#L1728
link: https://hexchat.github.io
os:
- bsd
- linux
- macos
- windows
support:
stable:
account-notify:
Expand All @@ -139,6 +152,8 @@
- name: IceChat
# ref: CapREQ() in https://github.com/icechat/IceChat/blob/9.50P/src/IceChat/IRCConnection/ParseIRCData.cs
link: https://icechat.net
os:
- windows
support:
stable:
account-notify:
Expand Down Expand Up @@ -183,6 +198,11 @@
- name: Konversation
# ref: Server::initCapablityNames() in https://github.com/KDE/konversation/blob/v21.04.0/src/irc/server.cpp
link: https://konversation.kde.org
os:
- bsd
- linux
- macos
- windows
support:
stable:
account-notify:
Expand All @@ -203,6 +223,11 @@
- name: KVIrc
# ref: cap_add() in https://github.com/kvirc/KVIrc/blob/5.0.0/src/kvirc/kernel/KviIrcConnection.cpp
link: https://www.kvirc.net
os:
- bsd
- linux
- macos
- windows
support:
stable:
account-notify: Git
Expand All @@ -221,6 +246,8 @@
- name: LimeChat
# ref: https://github.com/psychs/limechat/blob/2.42/Classes/IRC/IRCClient.m#L3681
link: http://limechat.net/mac/
os:
- macos
support:
stable:
cap-3.1:
Expand All @@ -232,6 +259,8 @@
# ref: https://www.mirc.com/news.html
# https://www.mirc.com/versions.txt
link: https://www.mirc.com
os:
- windows
support:
stable:
account-notify:
Expand Down Expand Up @@ -263,6 +292,11 @@
# ref: irc{CAP,EchoMessage,MultiPrefix,SASL,ServerTime,WatchMonitor}.jsm files in
# https://searchfox.org/comm-central/source/chat/protocols/irc/
link: https://www.thunderbird.net/
os:
- bsd
- linux
- macos
- windows
support:
stable:
cap-notify: 72.0+
Expand All @@ -279,6 +313,11 @@
- name: Quassel
# ref: knownCaps in https://github.com/quassel/quassel/blob/0.14-rc1/src/common/irccap.h
link: https://www.quassel-irc.org
os:
- bsd
- linux
- macos
- windows
support:
stable:
account-notify:
Expand All @@ -304,6 +343,11 @@
- name: Srain
# ref: https://doc.srain.im/en/latest/support.html
link: https://srain.im
os:
- bsd
- linux
- macos
- windows
support:
stable:
cap-notify:
Expand Down Expand Up @@ -331,6 +375,8 @@
# ref: isCapabilitySupported in https://github.com/Codeux-Software/Textual/blob/55498fb845baf9efe1df93bc4e463edbe5c2057f/Sources/App/Classes/IRC/IRCClient.m
# ref: https://github.com/Codeux-Software/Textual/blob/v6.0.1/Classes/IRC/IRCClient.m#L4590
link: https://www.codeux.com/textual
os:
- macos
support:
stable:
away-notify:
Expand Down

0 comments on commit d684d5f

Please sign in to comment.