Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-15 | Now writing more errors to gslots. | pranomostro | |
2017-05-15 | Update API so that conf/in accepts flags for the conference type. | pranomostro | |
2017-03-10 | Implement quiet mode | sin | |
2017-03-05 | Fix obtaining of friend status while creating friend. | pranomostro | |
2017-03-05 | Update docs and fix minor code issue: | pranomostro | |
Update error messages. NUM/invite now also accepts ID's (not only public keys). The title is now also changed for the changer. | |||
2017-03-03 | Merge branch 'toktok'. | pranomostro | |
This merge updates ratox to toktoks toxcore, which is being developed, and adds groupchats (although lacking audio group chats at the moment). | |||
2017-03-03 | Now aborting when invited to audio conferences. | pranomostro | |
2017-03-03 | Small fixes. | pranomostro | |
Update type of cookie. Unify error messages. Delete invite-fifo if joining fails. | |||
2017-03-02 | Write call state to the FCALL_STATE file | z3bra | |
2017-03-02 | Reset INCOMPLETE flag when closing FCALL_IN | z3bra | |
2017-03-02 | Add logmsg() when call goes from RINGING to TRANSMITTING | z3bra | |
2017-03-02 | Always append FCALL_IN when in a call | z3bra | |
2017-02-18 | Fix warnings. | pranomostro | |
The title of a conference is apparently not known immediately after joining the conference, so don't print a warning in confcreate(), just wait for the cbconftitle() callback immediately afterwards. Friends that are not online can't be invited to conferences, logmsg' in that case. Print the name of the conference before messages in cbconfmessage(). | |||
2017-02-18 | Add ability to toggle message logging to stdout in config.h. | pranomostro | |
2017-02-18 | Update documentation with group-chats. | pranomostro | |
2017-02-18 | Added ability to change the title of a conference. | pranomostro | |
2017-02-18 | Finish conferences that can be left, joined, and used for sending messages. | pranomostro | |
2017-02-18 | Free invite structures after accepting. | pranomostro | |
2017-02-18 | Remove unnecessary include. | pranomostro | |
2017-02-18 | Add handling of joining conferences in loop(). | pranomostro | |
2017-02-18 | Added implementations for the different conference callbacks. | pranomostro | |
2017-02-18 | Incorporated changes from master. | pranomostro | |
2017-01-13 | Whitespace fix. | pranomostro | |
2017-01-13 | Remove FOLDER in enum. | pranomostro | |
2017-01-13 | Removed unneeded whitespace. | pranomostro | |
2017-01-13 | Remove conference slots as well. Fix some naming. | pranomostro | |
2016-12-31 | Begin writing functions for the invitation callback. | pranomostro | |
2016-12-29 | Fixed removal of conference directories and files. | pranomostro | |
2016-12-05 | Fix typo in error message, update nodes.h | pranomostro | |
2016-12-05 | Fix possible NULL memcpy() after allocating data. | pranomostro | |
2016-12-02 | Check data for being NULL instead of intermediate, we did that already. | pranomostro | |
2016-12-02 | Fix issue with endianness in confcreate(). | pranomostro | |
2016-12-01 | Remove the return value from friendcreate() | pranomostro | |
It is not used anywhere and it is unlikely that this will change anytime. | |||
2016-12-01 | Data model and adding function for conferences. | pranomostro | |
2016-11-28 | Remove converting nospam values because toxcore does that for us now. | pranomostro | |
2016-11-28 | Update to the toktok API. | pranomostro | |
2016-11-25 | Make ringing delay checks simpler | z3bra | |
2016-11-25 | Discard sending of the avatar pictures | z3bra | |
2016-11-25 | Cancel calls ringing longer than RINGINGDELAY | z3bra | |
2016-11-25 | Hang up only when we're in TRANSMITTING mode | z3bra | |
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-25 | Fix accepting friend requests | z3bra | |
Actually passes the friend number returned by tox_friend_add_norequest() to the friendcreate() function. | |||
2016-11-24 | Fix tests against friend call state | z3bra | |
2016-11-24 | Let the caller hang up while call is ringing | z3bra | |
2016-11-24 | Allocate resources for outgoing call when needed | z3bra | |
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-23 | Make sending only a newline succeed (patch by z3bra). | pranomostro | |
2016-11-23 | Adjust the types of a few variables where it makes sense, mostly in regard ↵ | pranomostro | |
to comparisons between signed and unsigned integers. | |||
2016-11-22 | Fix 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-22 | Use ternary to prevent passing negative size to fiforead() | z3bra | |
2016-11-22 | Remove noisy logmsg() / Fix grammar | z3bra | |
2016-11-21 | Discard buffer if size is bigger than expected size | z3bra | |