1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-26 20:57:48 +02:00
toxic/src
2014-09-22 20:00:36 -04:00
..
audio_call.c a few fixes and improve error messages 2014-08-04 14:35:34 -04:00
audio_call.h Fixed some build errors 2014-07-21 23:48:39 +02:00
autocomplete.c separate file transfer updates from callbacks 2014-08-17 00:11:49 -04:00
autocomplete.h fix buggy path autocomplete behaviour 2014-07-28 01:33:12 -04:00
chat_commands.c allow resuming of broken file transfers (needs testing) 2014-08-16 17:20:53 -04:00
chat_commands.h add ability to cancel file transfers 2014-08-04 02:03:23 -04:00
chat.c don't share chatlogs across data files (changes log naming convention) 2014-09-22 17:09:39 -04:00
chat.h file transfer improvements and bug fixes 2014-08-05 17:38:33 -04:00
configdir.c put chatlogs in their own directory 2014-08-02 21:03:59 -04:00
configdir.h put chatlogs in their own directory 2014-08-02 21:03:59 -04:00
device.c Try to support older versions of OpenAL 2014-07-31 13:14:33 +02:00
device.h Started adding support for popup notifications and adjustments to new core 2014-07-27 01:49:59 +02:00
dns.c allow resuming of broken file transfers (needs testing) 2014-08-16 17:20:53 -04:00
dns.h enforce const correctess, fix undefined behaviour with string literals 2014-07-29 14:54:34 -04:00
execute.c code cleanup and fix bug that sometimes prevented tab notifications from working 2014-09-04 18:28:20 -04:00
execute.h slight simplification for command list iteration 2014-09-02 02:23:44 -04:00
file_senders.c message sending queue for fake offline messaging 2014-09-06 13:18:42 -04:00
file_senders.h allow resuming of broken file transfers (needs testing) 2014-08-16 17:20:53 -04:00
friendlist.c implement data file encryption 2014-09-14 17:46:28 -04:00
friendlist.h separate file transfer updates from callbacks 2014-08-17 00:11:49 -04:00
global_commands.c don't share chatlogs across data files (changes log naming convention) 2014-09-22 17:09:39 -04:00
global_commands.h add command to decline friend requests 2014-08-25 14:08:01 -04:00
groupchat.c don't share chatlogs across data files (changes log naming convention) 2014-09-22 17:09:39 -04:00
groupchat.h Added VAD, changed device i/o, mute option, dynamic device changing and more 2014-06-22 02:18:23 +02:00
help.c add command to decline friend requests 2014-08-25 14:08:01 -04:00
help.h add help menu for friendlist 2014-07-31 13:49:15 -04:00
input.c Box notifications are like ready 2014-08-02 00:37:02 +02:00
input.h refactor chat window input code, misc fixes 2014-06-26 02:52:01 -04:00
line_info.c increase line_info msg buffer size so won't cut off long log lines 2014-09-22 13:49:09 -04:00
line_info.h increase line_info msg buffer size so won't cut off long log lines 2014-09-22 13:49:09 -04:00
log.c small fix 2014-09-22 18:38:46 -04:00
log.h don't share chatlogs across data files (changes log naming convention) 2014-09-22 17:09:39 -04:00
message_queue.c don't write unsent messages to log 2014-09-11 01:36:33 -04:00
message_queue.h don't write unsent messages to log 2014-09-11 01:36:33 -04:00
misc_tools.c implement data file encryption 2014-09-14 17:46:28 -04:00
misc_tools.h implement data file encryption 2014-09-14 17:46:28 -04:00
notify.c message sending queue for fake offline messaging 2014-09-06 13:18:42 -04:00
notify.h Box notifications are like ready 2014-08-02 00:37:02 +02:00
prompt.c don't share chatlogs across data files (changes log naming convention) 2014-09-22 17:09:39 -04:00
prompt.h add command to decline friend requests 2014-08-25 14:08:01 -04:00
settings.c add setting to disable welcome message 2014-09-19 01:11:23 -04:00
settings.h add setting to disable welcome message 2014-09-19 01:11:23 -04:00
toxic_strings.c Box notifications are like ready 2014-08-02 00:37:02 +02:00
toxic_strings.h auto-completion for paths when sending file & improved auto-complete algorithm to do partial matches 2014-07-18 01:37:33 -04:00
toxic.c set signal handlers at more appropriate places 2014-09-22 20:00:36 -04:00
toxic.h small fix 2014-09-22 18:38:46 -04:00
windows.c implement read receipts 2014-09-07 02:43:53 -04:00
windows.h use proper variable type for sig handler flags 2014-09-22 14:27:33 -04:00