Skip to content

Commit

Permalink
chore(deps): Bump toxic from 60280a4 to dc91258
Browse files Browse the repository at this point in the history
Bumps [toxic](https://github.com/TokTok/toxic) from `60280a4` to `dc91258`.
- [Release notes](https://github.com/TokTok/toxic/releases)
- [Commits](TokTok/toxic@60280a4...dc91258)

---
updated-dependencies:
- dependency-name: toxic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jan 22, 2024
1 parent 6980e85 commit c28c5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toxic
Submodule toxic updated 93 files
+1 −1 Makefile
+2 −2 doc/toxic.1
+39 −6 doc/toxic.conf.5
+28 −4 doc/toxic.conf.5.asc
+44 −5 misc/toxic.conf.example
+10 −8 src/api.c
+1 −1 src/api.h
+74 −55 src/audio_call.c
+3 −3 src/audio_call.h
+1 −1 src/audio_device.c
+1 −1 src/audio_device.h
+6 −6 src/autocomplete.c
+2 −2 src/autocomplete.h
+20 −20 src/avatars.c
+7 −7 src/avatars.h
+8 −8 src/bootstrap.c
+2 −2 src/bootstrap.h
+215 −114 src/chat.c
+4 −4 src/chat.h
+92 −43 src/chat_commands.c
+22 −22 src/chat_commands.h
+116 −67 src/conference.c
+9 −7 src/conference.h
+40 −16 src/conference_commands.c
+6 −6 src/conference_commands.h
+1 −1 src/configdir.c
+1 −1 src/configdir.h
+1 −1 src/curl_util.c
+1 −1 src/curl_util.h
+10 −9 src/execute.c
+2 −2 src/execute.h
+12 −12 src/file_transfers.c
+7 −6 src/file_transfers.h
+249 −72 src/friendlist.c
+35 −3 src/friendlist.h
+27 −18 src/game_base.c
+3 −3 src/game_base.h
+18 −21 src/game_centipede.c
+1 −1 src/game_centipede.h
+14 −14 src/game_chess.c
+1 −1 src/game_chess.h
+16 −16 src/game_life.c
+1 −1 src/game_life.h
+20 −20 src/game_snake.c
+1 −1 src/game_snake.h
+1 −3 src/game_util.c
+3 −1 src/game_util.h
+209 −79 src/global_commands.c
+28 −27 src/global_commands.h
+199 −63 src/groupchat_commands.c
+21 −22 src/groupchat_commands.h
+401 −123 src/groupchats.c
+30 −8 src/groupchats.h
+4 −3 src/help.c
+2 −2 src/help.h
+1 −1 src/input.c
+1 −1 src/input.h
+1 −1 src/line_info.c
+3 −1 src/line_info.h
+1 −1 src/log.c
+1 −1 src/log.h
+6 −6 src/message_queue.c
+3 −3 src/message_queue.h
+66 −13 src/misc_tools.c
+17 −5 src/misc_tools.h
+6 −6 src/name_lookup.c
+2 −2 src/name_lookup.h
+1 −1 src/notify.c
+1 −1 src/notify.h
+1 −1 src/osx_video.h
+1 −1 src/osx_video.m
+52 −29 src/prompt.c
+4 −4 src/prompt.h
+3 −3 src/python_api.c
+1 −1 src/python_api.h
+1 −1 src/qr_code.c
+1 −1 src/qr_code.h
+213 −23 src/settings.c
+31 −2 src/settings.h
+13 −13 src/term_mplex.c
+2 −2 src/term_mplex.h
+453 −336 src/toxic.c
+62 −42 src/toxic.h
+1 −1 src/toxic_strings.c
+1 −1 src/toxic_strings.h
+30 −27 src/video_call.c
+2 −2 src/video_call.h
+1 −1 src/video_device.c
+1 −1 src/video_device.h
+209 −118 src/windows.c
+81 −59 src/windows.h
+1 −1 src/x11focus.c
+1 −1 src/x11focus.h

0 comments on commit c28c5c8

Please sign in to comment.