Skip to content

Commit

Permalink
Bump lib/libcommuni from 95f0547 to a7b32cd (Chatterino#3410)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paweł <zneix@zneix.eu>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
  • Loading branch information
3 people authored Dec 25, 2021
1 parent aa1c16d commit efcef61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libcommuni
Submodule libcommuni updated 45 files
+7 −0 CHANGELOG.md
+1 −1 Doxyfile
+1 −1 README.md
+2 −2 doc/debugging.dox
+1 −1 doc/mainpage.dox
+5 −5 doc/qml.dox
+1 −1 examples/bot/main.cpp
+15 −15 examples/client/ircclient.cpp
+6 −6 examples/minimal/main.cpp
+1 −1 examples/qmlbot/main.cpp
+1 −1 examples/qmlbot/qml/main.qml
+3 −3 examples/quick/main.cpp
+2 −2 examples/quick/qml/ConnectPage.qml
+17 −1 include/IrcCore/ircdebug_p.h
+2 −2 include/IrcCore/ircglobal.h
+1 −1 include/IrcUtil/ircpalette.h
+5 −3 src/core/ircconnection.cpp
+17 −12 src/core/ircmessage.cpp
+2 −0 src/imports/qml1/plugin.cpp
+5 −3 src/imports/qml2/plugin.cpp
+339 −4 src/imports/qml2/plugins.qmltypes
+34 −34 src/model/ircbuffermodel.cpp
+1 −1 src/util/irccommandparser.cpp
+2 −2 src/util/irclagtimer.cpp
+25 −25 tests/auto/irc/tst_irc.cpp
+7 −7 tests/auto/ircbuffer/tst_ircbuffer.cpp
+62 −62 tests/auto/ircbuffermodel/tst_ircbuffermodel.cpp
+3 −3 tests/auto/ircchannel/tst_ircchannel.cpp
+43 −43 tests/auto/irccommand/tst_irccommand.cpp
+96 −96 tests/auto/irccommandparser/tst_irccommandparser.cpp
+35 −35 tests/auto/irccompleter/tst_irccompleter.cpp
+144 −144 tests/auto/ircconnection/tst_ircconnection.cpp
+3 −3 tests/auto/irclagtimer/tst_irclagtimer.cpp
+110 −110 tests/auto/ircmessage/tst_ircmessage.cpp
+51 −51 tests/auto/ircnetwork/tst_ircnetwork.cpp
+1 −1 tests/auto/ircpalette/tst_ircpalette.cpp
+28 −28 tests/auto/irctextformat/tst_irctextformat.cpp
+2 −2 tests/auto/ircuser/tst_ircuser.cpp
+45 −45 tests/auto/ircusermodel/tst_ircusermodel.cpp
+1 −1 tests/auto/shared/shared.pri
+0 −94 tests/auto/shared/tst_freenode.h
+9 −9 tests/auto/shared/tst_ircdata.cpp
+94 −0 tests/auto/shared/tst_libera.h
+4 −4 tests/benchmarks/irctextformat/tst_irctextformat.cpp
+1 −1 version.pri

0 comments on commit efcef61

Please sign in to comment.