Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-07 | Quick fix for API-change | FRIGN | |
More fundamental support for the now multiple proxy types will follow. | |||
2014-12-25 | Update link to OS/X patch | sin | |
2014-12-25 | ratox.1: use author name and mailto macro | Hiltjo Posthuma | |
2014-12-25 | ratox.1: fix alignment for mandoc -Tpdf and html | Hiltjo Posthuma | |
2014-12-25 | Rework manpage | FRIGN | |
Include the recent parameter-changes and be more concise what we're talking about. What's left to do is to include the given examples in an EXAMPLE-section (including the examples given in the README). | |||
2014-12-25 | Change the command line parameters to reflect the config.def.h-changes | FRIGN | |
There must now be a way to explicitly disable proxy-mode and tcp-mode. | |||
2014-12-25 | Add ipv6-, tcp- and proxy-mode to config.def.h | FRIGN | |
There's no reason to prevent the user from setting this stuff at compile time. | |||
2014-12-23 | Update LICENSE | sin | |
2014-12-23 | Properly align tables as well | sin | |
2014-12-23 | Align globals and local variables | sin | |
2014-12-23 | Fix indentation and alignment | sin | |
2014-12-16 | Update README | sin | |
2014-12-16 | Update README with mailing list info | sin | |
2014-12-11 | Simplify comments | sin | |
2014-12-11 | Indent with tabs and align with spaces | sin | |
2014-12-09 | Refine config.def.h a bit | FRIGN | |
2014-12-09 | Add ability to specify save file as command line argument | FRIGN | |
Also, get closer to the STS (Single Tox Standard) by calling the the save file "save file" and not "data file". Additionally, augment the manual section about encrypting and decrypting the save file. | |||
2014-12-08 | Rework some of the log-warnings | FRIGN | |
2014-12-08 | Proceed with cleanup | FRIGN | |
2014-12-08 | Guard FD_APPEND with a do { } while(0) | sin | |
2014-12-08 | Begin cleanup according to style(9) | FRIGN | |
2014-12-07 | Bump version to 0.2 | sin | |
2014-12-07 | Re-prompt passphrase when creating a new encrypted save | FRIGN | |
This is more consistent with the de-facto behaviour of password-setting prompts. | |||
2014-12-07 | Remove SEE ALSO section from manpage | sin | |
2014-12-05 | Update LICENSE and AUTHORS section in manpage | sin | |
2014-12-05 | Fix wording in manpage | sin | |
2014-12-05 | Add -E and -e to enable and disable data file encryption | sin | |
2014-12-01 | Do not handle SIGABRT - let it terminate the process immediately | sin | |
2014-12-01 | Underline references to files | sin | |
2014-12-01 | Add info about `id' file to manpage | sin | |
2014-12-01 | Update manpage | sin | |
2014-12-01 | Increase connection delay to 4 seconds | sin | |
2014-12-01 | Do the datasave() as early as possible in shutdown() | sin | |
2014-12-01 | Save data file on receipt of a deadly signal | sin | |
2014-12-01 | Update TODO | sin | |
2014-11-30 | Update list of nodes | sin | |
2014-11-30 | Connect to nodes in a random order to minimize load on any given node | sin | |
2014-11-30 | Update TODO | sin | |
2014-11-29 | Adapt to latest cleanup in API | FRIGN | |
2014-11-28 | Fix style | sin | |
2014-11-27 | Don't lock up on blocking call_out | FRIGN | |
Since the av-refactor, we keep a call active as long as there is a listener or a sender. In case we don't have a listener, don't lock up in the sending function and rather just fall-through in case the write blocks. We can't do that as easily with the file-data-code, because data- integrity is very important there. | |||
2014-11-26 | Fit ratox to new toxav-API | FRIGN | |
mannol has done a great job re-working the toxav-api[0] also based on our suggestions for a stricter callback-approach. Previously, toxav-callbacks could hit any time, leaving us with dramatic timing-issues and instability in certain situations. The new toxav_do()-call enables the client to control when to fire the callbacks. toxav_do_interval() makes sure no time is lost in the meantime. [0]: https://github.com/irungentoo/toxcore/pull/1163 | |||
2014-11-01 | Don't assume mono-audio in defaults | FRIGN | |
2014-10-24 | Use (none, pending, active) instead of (0, 1, 2) | sin | |
2014-10-24 | Rename .ratox.data to .ratox.tox to comply with STS | sin | |
https://github.com/Tox/Tox-STS/blob/master/STS.md | |||
2014-10-23 | Add double spacing between sections in README | sin | |
2014-10-23 | Add screencasting example | sin | |
2014-10-23 | Add an examples section in the README | sin | |
2014-10-18 | Refactor logic in main-loop for pending calls even more | FRIGN | |
and implement fifoopen in other places. | |||
2014-10-18 | Don't forget to queue call_out while incoming ringing | FRIGN | |
Else the call would be rejected immediately in case you receive a call and have not yet opened call_out for reading. |