toxcore/testing
Dubslow d8da9bf709
callback_file_request_chunk -> callback_file_chunk_request
A couple of minor reasons, combined warrant a PR imo:
a) fileChunkRequested is a better signal name than fileRequestChunkReceived, and I don't want to break consistency by reordering words for just this signal
b) "request chunk" is parsed by English speakers as a verb-object combination,
   implying sending the request, not receiving, whereas "chunk requested" is
   parsed (more correctly) as an adjective-noun combo (in particular, request is
   a noun not a verb), and thus reads far more like "hey heads up we just got a request"

For instance some tests/testing code had some callbacks to *receive* chunk requests, and they were called "tox_file_request_chunk"... to receive a chunk, not request it. Now they're called "tox_file_chunk_request".

So yeah...
2015-03-19 08:38:27 -05:00
..
DHT_test.c Added callbacks to DHT called when the ip of a peer is discovered. 2014-09-26 17:56:06 -04:00
dns3_test.c Ported some of the code in testing/ to the new api. 2015-02-24 20:29:01 -05:00
irc_syncbot.c Merged normal message function and send action function into one 2015-03-18 15:32:53 -04:00
Makefile.inc Ported some of the code in testing/ to the new api. 2015-02-24 20:29:01 -05:00
Messenger_test.c Merged normal message function and send action function into one 2015-03-18 15:32:53 -04:00
misc_tools.c Astyled and removed some useless files. 2014-02-09 09:43:16 -05:00
nTox.c callback_file_request_chunk -> callback_file_chunk_request 2015-03-19 08:38:27 -05:00
nTox.h Started as a simple bugfix for wrap(), expanded to more detailed help. 2013-11-10 19:06:17 +01:00
tox_shell.c Renamed TOX_MESSAGE_TYPE_MESSAGE to TOX_MESSAGE_TYPE_NORMAL. 2015-03-18 17:14:57 -04:00
tox_sync.c callback_file_request_chunk -> callback_file_chunk_request 2015-03-19 08:38:27 -05:00