1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-26 20:57:48 +02:00
toxic/src
jfreegman 0212391d7d
Disable DHT nodeslist fetching temporarily
We don't want to fetch the mainnet nodes list when we're on
the NGC testnet. This should be fixed before the NGC merge
2022-03-18 12:23:56 -04:00
..
api.c cleanup: Reduce the amount of "extern" in .c files. 2021-12-11 22:35:51 +00:00
api.h No longer require quotes to enclose paths 2018-10-17 18:00:08 -04:00
audio_call.c cleanup: Reduce the amount of "extern" in .c files. 2021-12-11 22:35:51 +00:00
audio_call.h Per-call pending status and state handling 2020-11-14 00:00:10 +00:00
audio_device.c Fix bazel build for games. 2021-12-10 17:52:43 +00:00
audio_device.h Fix issue with audio VAD threshold 2021-12-05 16:36:13 -05:00
autocomplete.c cleanup: Avoid casting away constness from pointers. 2021-12-11 22:22:25 +00:00
autocomplete.h sort includes 2020-11-14 00:00:05 +00:00
avatars.c sort includes 2020-11-14 00:00:05 +00:00
avatars.h sort includes 2020-11-14 00:00:05 +00:00
bootstrap.c Disable DHT nodeslist fetching temporarily 2022-03-18 12:23:56 -04:00
bootstrap.h Improve readability of defines 2018-10-08 13:39:04 -04:00
chat_commands.c Sync with master branch 2022-03-18 12:23:55 -04:00
chat_commands.h Implement new groupchats 2022-03-18 12:23:53 -04:00
chat.c Sync with master branch 2022-03-18 12:23:55 -04:00
chat.h sort includes 2020-11-14 00:00:05 +00:00
conference_commands.c Make sure conference audio calls are properly flagged 2021-11-20 10:16:47 -05:00
conference_commands.h Implement new groupchats 2022-03-18 12:23:53 -04:00
conference.c Implement new groupchats 2022-03-18 12:23:53 -04:00
conference.h Make sure conference audio calls are properly flagged 2021-11-20 10:16:47 -05:00
configdir.c sort includes 2020-11-14 00:00:05 +00:00
configdir.h Improve readability of defines 2018-10-08 13:39:04 -04:00
curl_util.c Update astylerc to match toxcore & reformat all source files 2018-07-18 11:33:16 -04:00
curl_util.h sort includes 2020-11-14 00:00:05 +00:00
execute.c Implement new groupchats 2022-03-18 12:23:53 -04:00
execute.h Implement new groupchats 2022-03-18 12:23:53 -04:00
file_transfers.c Make sure we check for duplicate paths in pending file transfers list 2022-01-17 10:53:34 -05:00
file_transfers.h Make sure we check for duplicate paths in pending file transfers list 2022-01-17 10:53:34 -05:00
friendlist.c Implement new groupchats 2022-03-18 12:23:53 -04:00
friendlist.h Implement new groupchats 2022-03-18 12:23:53 -04:00
game_base.c cleanup: Remove all uses of deprecated enum names. 2022-03-07 19:20:35 +00:00
game_base.h Fix a graphical bug with the game border on some terminal emulators 2021-07-27 14:15:36 -04:00
game_centipede.c Some minor fixes for game module 2021-06-28 13:54:25 -04:00
game_centipede.h Add game module (WIP) 2021-05-24 14:30:26 -04:00
game_chess.c cleanup: fix some uninitialized memory warnings and clarify some logic 2021-12-13 12:33:58 -05:00
game_chess.h Add networking to game engine / add multiplayer chess 2021-05-24 14:30:27 -04:00
game_life.c Add ability to toggle colours in game of life 2021-06-03 14:45:03 -04:00
game_life.h Implement Conway's Game of Life 2021-06-01 23:00:00 -04:00
game_snake.c Refactor game window sizing 2021-06-03 01:19:49 -04:00
game_snake.h Add game module (WIP) 2021-05-24 14:30:26 -04:00
game_util.c Some minor fixes for game module 2021-06-28 13:54:25 -04:00
game_util.h Fix small build bug and bump to v0.11.1 2021-06-28 16:04:25 -04:00
global_commands.c Sync with master branch 2022-03-18 12:23:55 -04:00
global_commands.h Implement new groupchats 2022-03-18 12:23:53 -04:00
groupchat_commands.c Sync with master branch 2022-03-18 12:23:55 -04:00
groupchat_commands.h Implement new groupchats 2022-03-18 12:23:53 -04:00
groupchats.c Sync with master branch 2022-03-18 12:23:55 -04:00
groupchats.h Fix/update group logging implementation 2022-03-18 12:23:53 -04:00
help.c Implement new groupchats 2022-03-18 12:23:53 -04:00
help.h Implement new groupchats 2022-03-18 12:23:53 -04:00
input.c Implement new groupchats 2022-03-18 12:23:53 -04:00
input.h Fix unused parameter and unused result warnings 2020-03-15 14:57:00 -04:00
line_info.c Fix/update groupchat UI 2022-03-18 12:23:55 -04:00
line_info.h Implement new groupchats 2022-03-18 12:23:53 -04:00
log.c Add some simple impersonation detection on friend requests 2022-01-23 11:32:57 -05:00
log.h Refactor logging 2020-11-17 16:05:20 -05:00
message_queue.c Use calloc instead of malloc for new message queue items 2022-03-18 12:17:50 -04:00
message_queue.h Refactor unread message flagging 2021-11-19 22:54:35 -05:00
misc_tools.c Implement new groupchats 2022-03-18 12:23:53 -04:00
misc_tools.h Implement new groupchats 2022-03-18 12:23:53 -04:00
name_lookup.c cleanup: fix some uninitialized memory warnings and clarify some logic 2021-12-13 12:33:58 -05:00
name_lookup.h Automatically update DHT nodeslist 2016-09-20 00:00:09 -04:00
notify.c Do proper error handling for a few malloc calls 2021-12-12 11:30:27 -05:00
notify.h Do proper error handling for a few malloc calls 2021-12-12 11:30:27 -05:00
osx_video.h Use (void) in prototypes instead of (). 2018-09-13 23:47:47 +00:00
osx_video.m Add ability to skip words in input field with ctrl-left/right arrow 2020-10-10 11:21:15 -04:00
prompt.c Implement new groupchats 2022-03-18 12:23:53 -04:00
prompt.h cleanup: Reduce the amount of "extern" in .c files. 2021-12-11 22:35:51 +00:00
python_api.c cleanup: Ensure python_api.c is never completely empty. 2022-03-17 17:52:37 +00:00
python_api.h Improve readability of defines 2018-10-08 13:39:04 -04:00
qr_code.c sort includes 2020-11-14 00:00:05 +00:00
qr_code.h Add an option to disable qr codes 2018-06-16 05:07:16 +02:00
settings.c Sync with master branch 2022-03-18 12:23:55 -04:00
settings.h Implement new groupchats 2022-03-18 12:23:53 -04:00
term_mplex.c sort includes 2020-11-14 00:00:05 +00:00
term_mplex.h Improve readability of defines 2018-10-08 13:39:04 -04:00
toxic_strings.c sort includes 2020-11-14 00:00:05 +00:00
toxic_strings.h Improve readability of defines 2018-10-08 13:39:04 -04:00
toxic.c Fix/update group logging implementation 2022-03-18 12:23:53 -04:00
toxic.h Implement new groupchats 2022-03-18 12:23:53 -04:00
video_call.c Remove lots of duplicate code related to printing timestamps 2020-11-30 17:55:57 -05:00
video_call.h Per-call pending status and state handling 2020-11-14 00:00:10 +00:00
video_device.c Do proper error handling for a few malloc calls 2021-12-12 11:30:27 -05:00
video_device.h Per-call pending status and state handling 2020-11-14 00:00:10 +00:00
windows.c Merge with master (V0.11.1) 2022-03-18 12:23:55 -04:00
windows.h Implement new groupchats 2022-03-18 12:23:53 -04:00
x11focus.c Cleanup and refactor x11 code 2020-11-24 19:31:59 -05:00
x11focus.h Cleanup and refactor x11 code 2020-11-24 19:31:59 -05:00