thelounge/src/plugins/irc-events
Nachtalb 0bfcd955e3
Improve inline audio file support
Tested on latest Chromium / Firefox. In case of .m4a files they want audio/x-m4a and not audio/m4a, in case of .flac files they want audio/flac and not audio/x-flac. The module we useed to detect the types however detects them only as audio/x-m4a and audio/x-flac as they are not offical IANA supported mime types (not in IANA spec == "x-" prefix): https://www.iana.org/assignments/media-types/media-types.xhtml Though flac is not in the IANA spec many programs such as the file command (https://man7.org/linux/man-pages/man1/file.1.html) and Chromium (flac) / Firefox (x-flac and flac) support audio/flac only or both.
2021-05-06 02:02:23 +02:00
..
away.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
cap.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
chghost.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
connection.js Changes for irc-framework update 2020-07-13 10:25:54 +03:00
ctcp.js Changes for irc-framework update 2020-07-13 10:25:54 +03:00
error.js Safeguard nick randomizer up to allowed length 2020-04-22 15:18:55 +03:00
help.js Increase unread counter for HELP and INFO messages 2020-08-14 14:26:03 +03:00
info.js Increase unread counter for HELP and INFO messages 2020-08-14 14:26:03 +03:00
invite.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
join.js Add extended join information to join message. 2020-11-19 00:25:28 +01:00
kick.js Merge pull request #3857 from thelounge/xpaw/optimize-userlist-updates 2020-04-13 11:39:57 +03:00
link.js Improve inline audio file support 2021-05-06 02:02:23 +02:00
list.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
message.js add highlight exceptions 2020-08-19 00:00:56 +02:00
mode.js Always use multi-prefix modes 2020-09-01 11:45:08 +03:00
modelist.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
motd.js Implement generic monospace blocks for INFO and MOTD numerics 2020-07-20 10:07:49 +03:00
names.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
nick.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
part.js Merge pull request #3857 from thelounge/xpaw/optimize-userlist-updates 2020-04-13 11:39:57 +03:00
quit.js Merge pull request #3857 from thelounge/xpaw/optimize-userlist-updates 2020-04-13 11:39:57 +03:00
topic.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
unhandled.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
welcome.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
whois.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00