summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-18Added ability to change the title of a conference.pranomostro
2017-02-18Finish conferences that can be left, joined, and used for sending messages.pranomostro
2017-02-18Free invite structures after accepting.pranomostro
2017-02-18Remove unnecessary include.pranomostro
2017-02-18Add handling of joining conferences in loop().pranomostro
2017-02-18Added implementations for the different conference callbacks.pranomostro
2017-02-18Removed check from .PHONY targets in makefile.pranomostro
2017-02-18Incorporated changes from master.pranomostro
2017-02-18Update nodes.pranomostro
2017-02-16Update nodes.pranomostro
2017-01-13Updated nodes and added .PHONY target to makefile.pranomostro
2017-01-13Whitespace fix.pranomostro
2017-01-13Remove FOLDER in enum.pranomostro
2017-01-13Removed unneeded whitespace.pranomostro
2017-01-13Remove conference slots as well. Fix some naming.pranomostro
2017-01-13Sync readpassphrase(3) with OpenBSD 6.0 sourcessin
2017-01-12Sync readpassphrase(3) with OpenBSD 6.0 sourcessin
2016-12-31Begin writing functions for the invitation callback.pranomostro
2016-12-29Merge branch 'toktok' of git.z3bra.org:ratox into toktokpranomostro
2016-12-29Fixed removal of conference directories and files.pranomostro
2016-12-23Removed tests, updated version number.pranomostro
2016-12-17Update the tests so that they send multiple messages and files and also ↵pranomostro
change the names and statuses.
2016-12-15Make tests faster by not starting three different sessions after each other.pranomostro
2016-12-15Add tests for ratox, importing z3bra's tests.pranomostro
Add a target check for the makefile for running the tests.
2016-12-05Bump to 0.3pranomostro
Changes: * upgrade to newest irungentoo version of toxcore * add the nodegen script that makes the TODO file obsolete * upgrade calls to be more smooth and use less cpu * fix a number of small bugs from the last version
2016-12-05Fix typo in error message, update nodes.hpranomostro
2016-12-05Fix possible NULL memcpy() after allocating data.pranomostro
2016-12-02Check data for being NULL instead of intermediate, we did that already.pranomostro
2016-12-02Fix issue with endianness in confcreate().pranomostro
2016-12-02Merge branch 'toktok' of git.z3bra.org:ratox into toktokpranomostro
Fix amend commit.
2016-12-02Data model and adding function for conferences.pranomostro
2016-12-01Remove the return value from friendcreate()pranomostro
It is not used anywhere and it is unlikely that this will change anytime.
2016-12-01Data model and adding function for conferences.pranomostro
2016-11-28Remove converting nospam values because toxcore does that for us now.pranomostro
2016-11-28Update to the toktok API.pranomostro
2016-11-25Make ringing delay checks simplerz3bra
2016-11-25Discard sending of the avatar picturesz3bra
2016-11-25nodegen: Keep only online nodes (.last_ping > 0)z3bra
Updated nodes.h to match this criteria as well
2016-11-25Cancel calls ringing longer than RINGINGDELAYz3bra
2016-11-25Hang up only when we're in TRANSMITTING modez3bra
When f->av.state equals TRANSMITTING, it means that we're neither receiving, nor sending data, thus, we can cancel the call. This doesn't apply to RINGING mode because this state is possible when someone calls us, and we didn't answer yet.
2016-11-25Fix accepting friend requestsz3bra
Actually passes the friend number returned by tox_friend_add_norequest() to the friendcreate() function.
2016-11-24Fix tests against friend call statez3bra
2016-11-24Let the caller hang up while call is ringingz3bra
2016-11-24Allocate resources for outgoing call when neededz3bra
If we're not initiating the call, we might be in TRANSMITTING mode even if call_in hasn't been openned by the user. In this case, we shouldn't send any data. sednfriendcalldata() should only be called when resources are allocated for an OUTGOING call, which is triggered when the friend accepts audio.
2016-11-23Make sending only a newline succeed (patch by z3bra).pranomostro
2016-11-23Adjust the types of a few variables where it makes sense, mostly in regard ↵pranomostro
to comparisons between signed and unsigned integers.
2016-11-22Fix issue that prevents correct sending of INCOMPLETE buffers.pranomostro
f->av.state & INCOMPLETE was evaluated as 8, which made the third test always false.
2016-11-22Use ternary to prevent passing negative size to fiforead()z3bra
2016-11-22Remove noisy logmsg() / Fix grammarz3bra
2016-11-21Discard buffer if size is bigger than expected sizez3bra