thelounge/src
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
..
command-line Make add and reset CLI commands scriptable 2020-10-07 09:00:00 +03:00
models Disable search if we have no message provider 2021-04-12 23:12:11 +02:00
plugins Improve inline audio file support 2021-05-06 02:02:23 +02:00
client.js Merge pull request #4197 from Nachtalb/richrd/message-search 2021-05-03 16:18:15 -07:00
clientManager.js Fixing thelounge username case-sensitivity - issue#2943 2020-06-23 13:01:06 +01:00
helper.js Add version support for packages. 2020-08-21 15:03:12 +01:00
identification.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
log.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
server.js Merge remote-tracking branch 'origin/master' into richrd/message-search 2021-04-12 22:00:49 +02:00