1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-26 20:57:48 +02:00
toxic/src
2017-05-24 14:57:32 -04:00
..
api.c Fix error messages being printed when autorun_path is unset. 2017-05-23 19:12:53 -04:00
api.h Updated code style 2017-05-16 23:19:39 -04:00
audio_call.c Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
audio_call.h Fix some build issues 2015-11-03 23:04:05 -05:00
audio_device.c Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
audio_device.h Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
autocomplete.c Add "/run" to autocompleter and fix example Python script. 2017-05-22 20:47:56 -04:00
autocomplete.h implement avatars (setting only) and generalize path tab-complete 2014-09-26 03:10:44 -04:00
avatars.c Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
avatars.h fix a few avatar bugs 2015-08-21 00:14:02 -05:00
bootstrap.c Fix small nodeslist parsing bug 2016-10-23 12:26:18 -04:00
bootstrap.h Thread nodeslist loading 2016-09-22 14:09:07 -04:00
chat_commands.c Port to toktok-c-toxcore branch 2016-12-18 00:01:51 -05:00
chat_commands.h Changed to toggle video command rather than two separate commands 2015-08-21 00:43:47 -05:00
chat.c Add "/run" to autocompleter and fix example Python script. 2017-05-22 20:47:56 -04:00
chat.h rename reserved identifiers per C standard 2014-09-22 21:24:45 -04:00
configdir.c Automatically update DHT nodeslist 2016-09-20 00:00:09 -04:00
configdir.h Automatically update DHT nodeslist 2016-09-20 00:00:09 -04:00
curl_util.c Add setting to control DHT nodeslist update frequency 2016-09-20 13:13:12 -04:00
curl_util.h Add ipv6 support for bootstrap nodes and refactor parsing code 2016-09-21 21:22:05 -04:00
execute.c Finalized and documented the Python scripting interface. 2017-05-16 20:31:23 -04:00
execute.h rename reserved identifiers per C standard 2014-09-22 21:24:45 -04:00
file_transfers.c Add possibility to save QR code in PNG file format 2016-10-05 20:57:50 +02:00
file_transfers.h Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
friendlist.c Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
friendlist.h Refactor and clean up file transfers 2015-03-29 18:33:51 -04:00
global_commands.c Port to toktok-c-toxcore branch 2016-12-18 00:01:51 -05:00
global_commands.h Implemented a basic Python scripting engine, optional compilation. 2017-05-15 20:29:00 -04:00
group_commands.c Port to toktok-c-toxcore branch 2016-12-18 00:01:51 -05:00
group_commands.h implement group titles 2014-11-14 22:15:59 -05:00
groupchat.c Add "/run" to autocompleter and fix example Python script. 2017-05-22 20:47:56 -04:00
groupchat.h Port to toktok-c-toxcore branch 2016-12-18 00:01:51 -05:00
help.c Finalized and documented the Python scripting interface. 2017-05-16 20:31:23 -04:00
help.h Finalized and documented the Python scripting interface. 2017-05-16 20:31:23 -04:00
input.c Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
input.h rename reserved identifiers per C standard 2014-09-22 21:24:45 -04:00
line_info.c Add possibility to save QR code in PNG file format 2016-10-05 20:57:50 +02:00
line_info.h Use time_t instead of uint64_t for timestamps 2016-09-22 18:31:52 -04:00
log.c Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
log.h Use time_t instead of uint64_t for timestamps 2016-09-22 18:31:52 -04:00
message_queue.c simplify timeout function 2015-08-21 00:44:40 -05:00
message_queue.h Use time_t instead of uint64_t for timestamps 2016-09-22 18:31:52 -04:00
misc_tools.c Port to toktok-c-toxcore branch 2016-12-18 00:01:51 -05:00
misc_tools.h Port to toktok-c-toxcore branch 2016-12-18 00:01:51 -05:00
name_lookup.c Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
name_lookup.h Automatically update DHT nodeslist 2016-09-20 00:00:09 -04:00
notify.c Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
notify.h Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
osx_video.h Add possibility to save QR code in PNG file format 2016-10-05 20:57:50 +02:00
osx_video.m Add possibility to save QR code in PNG file format 2016-10-05 20:57:50 +02:00
prompt.c Add "/run" to autocompleter and fix example Python script. 2017-05-22 20:47:56 -04:00
prompt.h Lots of bug fixes and general code cleanup 2015-08-27 03:38:08 -04:00
python_api.c Change visibility on Python commands list 2017-05-20 08:18:28 -04:00
python_api.h Finalized and documented the Python scripting interface. 2017-05-16 20:31:23 -04:00
qr_code.c add missing implicit include 2016-10-18 09:38:28 +02:00
qr_code.h Add possibility to save QR code in PNG file format 2016-10-05 20:57:50 +02:00
settings.c Fix error messages being printed when autorun_path is unset. 2017-05-23 19:12:53 -04:00
settings.h Finalized and documented the Python scripting interface. 2017-05-16 20:31:23 -04:00
term_mplex.c Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
term_mplex.h use pthread for mplex detach polling for better portability 2015-03-11 18:38:07 -04:00
toxic_strings.c Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
toxic_strings.h Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
toxic.c Merge branch 'TsarFox-master' 2017-05-24 14:57:32 -04:00
toxic.h Port to toktok-c-toxcore branch 2016-12-18 00:01:51 -05:00
video_call.c Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
video_call.h Fix various video bugs; it should be working now! 2015-11-12 05:01:28 -05:00
video_device.c Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
video_device.h Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
windows.c Finalized and documented the Python scripting interface. 2017-05-16 20:31:23 -04:00
windows.h Finalized and documented the Python scripting interface. 2017-05-16 20:31:23 -04:00
xtra.c Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00
xtra.h Astyle everything and add an astyle options script to repo 2016-09-24 21:07:04 -04:00