-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump toxic from
9cc7aba
to cb4e3a7
Bumps [toxic](https://github.com/TokTok/toxic) from `9cc7aba` to `cb4e3a7`. - [Release notes](https://github.com/TokTok/toxic/releases) - [Commits](TokTok/toxic@9cc7aba...cb4e3a7) --- updated-dependencies: - dependency-name: toxic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
49c1f14
commit a601abd
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule hs-cimple
updated
4 files
+19 −0 | .circleci/config.yml | |
+12 −12 | .cirrus.yml | |
+4 −1 | BUILD.bazel | |
+1 −0 | src/Language/Cimple/Parser.y |
Submodule hs-tokstyle
updated
4 files
+19 −0 | .circleci/config.yml | |
+12 −12 | .cirrus.yml | |
+4 −1 | BUILD.bazel | |
+1 −0 | src/Tokstyle/Linter/MissingNonNull.hs |
Submodule py_toxcore_c
updated
30 files
+13 −1 | .circleci/config.yml | |
+11 −11 | .cirrus.yml | |
+5 −0 | .restyled.yaml | |
+8 −0 | BUILD.bazel | |
+0 −0 | __init__.py | |
+29 −0 | cspell.config.yaml | |
+1 −0 | pytox/toxav/toxav.pxd | |
+11 −3 | pytox/toxcore/tox.pxd | |
+36 −33 | pytox/toxcore/tox.pyi | |
+29 −16 | pytox/toxcore/tox.pyx | |
+1 −0 | pytox/toxencryptsave/toxencryptsave.pxd | |
+4 −0 | pytox/toxencryptsave/toxencryptsave.pyi | |
+49 −1 | pytox/toxencryptsave/toxencryptsave.pyx | |
+1 −1 | setup.py | |
+2 −2 | test/BUILD.bazel | |
+41 −44 | test/auto_tests/auto_test.py | |
+6 −4 | test/tox_options_test.py | |
+3 −1 | test/tox_test.py | |
+24 −0 | test/toxencryptsave_test.py | |
+1 −0 | tools/groupbot/.gitignore | |
+43 −0 | tools/groupbot/BUILD.bazel | |
+0 −0 | tools/groupbot/__init__.py | |
+165 −0 | tools/groupbot/api.py | |
+149 −0 | tools/groupbot/commands.py | |
+208 −0 | tools/groupbot/groupbot.py | |
+ − | tools/groupbot/groupbot.tox | |
+80 −0 | tools/groupbot/nodes.py | |
+30 −0 | tools/groupbot/plugins/echo.py | |
+256 −0 | tools/groupbot/plugins/github.py | |
+29 −17 | tools/stubgen.py |
Submodule qtox
updated
62 files
Submodule tokhub
updated
49 files
Submodule toxic
updated
5 files
+2 −2 | src/audio_device.c | |
+11 −8 | src/chat.c | |
+4 −4 | src/groupchats.c | |
+3 −1 | src/notify.c | |
+2 −0 | src/notify.h |