Age | Commit message (Expand) | Author |
2017-03-05 | Fix obtaining of friend status while creating friend. | pranomostro |
2017-03-05 | Update docs and fix minor code issue:...Update error messages.
NUM/invite now also accepts ID's (not only public keys).
The title is now also changed for the changer.
| pranomostro |
2017-03-04 | Update license with the two recent maintainers of ratox. | pranomostro |
2017-03-03 | Merge branch 'toktok'....This merge updates ratox to toktoks toxcore, which is being developed, and
adds groupchats (although lacking audio group chats at the moment).
| pranomostro |
2017-03-03 | Now aborting when invited to audio conferences. | pranomostro |
2017-03-03 | Small fixes....Update type of cookie.
Unify error messages.
Delete invite-fifo if joining fails.
| pranomostro |
2017-03-02 | Explicitely list all libs in LDLIBS...This allow statically linking the binary by simply overriding LDFLAGS.
| z3bra |
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....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().
| pranomostro |
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 | Removed check from .PHONY targets in makefile. | pranomostro |
2017-02-18 | Incorporated changes from master. | pranomostro |
2017-02-18 | Update nodes. | pranomostro |
2017-02-16 | Update nodes. | pranomostro |
2017-01-13 | Updated nodes and added .PHONY target to makefile. | 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 |
2017-01-13 | Sync readpassphrase(3) with OpenBSD 6.0 sources | sin |
2017-01-12 | Sync readpassphrase(3) with OpenBSD 6.0 sources | sin |
2016-12-31 | Begin writing functions for the invitation callback. | pranomostro |
2016-12-29 | Merge branch 'toktok' of git.z3bra.org:ratox into toktok | pranomostro |
2016-12-29 | Fixed removal of conference directories and files. | pranomostro |
2016-12-23 | Removed tests, updated version number. | pranomostro |
2016-12-17 | Update the tests so that they send multiple messages and files and also chang... | pranomostro |
2016-12-15 | Make tests faster by not starting three different sessions after each other. | pranomostro |
2016-12-15 | Add tests for ratox, importing z3bra's tests....Add a target check for the makefile for running the tests.
| pranomostro |
2016-12-05 | Bump to 0.3...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
| 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-02 | Merge branch 'toktok' of git.z3bra.org:ratox into toktok...Fix amend commit.
| pranomostro |
2016-12-02 | Data model and adding function for conferences. | pranomostro |
2016-12-01 | Remove the return value from friendcreate()...It is not used anywhere and it is unlikely that this will
change anytime.
| pranomostro |
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 |