weechat icon indicating copy to clipboard operation
weechat copied to clipboard

irc: Implement the UTF8ONLY IRCv3 specification

Open progval opened this issue 4 years ago • 1 comments

https://ircv3.net/specs/extensions/utf8-only

progval avatar Aug 27 '21 16:08 progval

Codecov Report

Merging #1688 (2f6d827) into master (009a288) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1688   +/-   ##
=======================================
  Coverage   36.01%   36.02%           
=======================================
  Files         209      209           
  Lines       83973    83975    +2     
=======================================
+ Hits        30246    30251    +5     
+ Misses      53727    53724    -3     
Impacted Files Coverage Δ
src/plugins/irc/irc-server.c 38.70% <100.00%> (+0.29%) :arrow_up:
src/gui/gui-line.c 51.05% <0.00%> (-0.45%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 009a288...2f6d827. Read the comment docs.

codecov-commenter avatar Sep 04 '21 14:09 codecov-commenter

Thanks, merged!

flashcode avatar May 17 '23 19:05 flashcode