Age | Commit message (Expand) | Author |
2014-10-08 | Update README | sin |
2014-10-08 | Update README | sin |
2014-10-08 | Update README | sin |
2014-10-08 | Update README | sin |
2014-10-08 | Check if the call id is valid before cancelling it | sin |
2014-10-08 | Fix build on kfreebsd | Kill Your TV |
2014-10-08 | Add -lrt to LDFLAGS | sin |
2014-10-08 | Manpage update | sin |
2014-10-08 | Rework state management for audio calls...No need to try to keep local state, just use toxav_get_call_state().
We now can auto-accept calls by pre-attaching on the call_out FIFO.
| sin |
2014-10-08 | Add manpage | sin |
2014-10-08 | A bit more consistent output message | sin |
2014-10-08 | Implement peer timeout | sin |
2014-10-08 | Increase ringing delay | sin |
2014-10-08 | Update TODO | sin |
2014-10-08 | Release call resources with toxav_kill_transmission()...Reject calls on both sides to reset states. This still needs
to be tested to see if there's any effect of doing that.
| sin |
2014-10-08 | Remove debug printf() | sin |
2014-10-07 | Simplify user state tracking | sin |
2014-10-07 | Refactor user-state-logic | FRIGN |
2014-10-07 | Rename ustatus to ustate | sin |
2014-10-07 | Correctly inform external scripts of an invalid user state | sin |
2014-10-07 | Add support for changing the user state and reporting friend's user state | sin |
2014-10-07 | Allocate enough memory to allow copying all the friends | sin |
2014-10-07 | Revert accidental modification to config.mk | sin |
2014-10-07 | Send the actual message when initiating the friend request | sin |
2014-10-07 | Fix possible stack corruption when parsing friend IDs | sin |
2014-10-07 | Reset fd offset when writing out | sin |
2014-10-06 | Nuke leading space | sin |
2014-10-06 | Reset state after hangup | sin |
2014-10-06 | Re-order function decls | sin |
2014-10-06 | Allow to attach aplay after we've initiated a call | sin |
2014-10-05 | Factor out check for NULL frame | sin |
2014-10-05 | Allow simultaneous tx/rx call | sin |
2014-10-05 | Clean up calls on shutdown | sin |
2014-10-05 | Properly hang up initiating calls | sin |
2014-10-05 | Fix timing issue...I don't know why I missed that
1) of course we have to check tv_sec, not tv_nsec
2) when we do a nanosleep, but use the "now"-val for the lastsent-
time, we obviously keep the wrong time.
This leads to the program thinking more time elapsed than really
has, leading to less nanosleep and thus higher playback-speed.
Now this is fixed, and apart from state-transition issues,
call-receiving now works perfectly. ;)
| FRIGN |
2014-10-05 | Fix units (us -> ms)...Got off a factor of a thousand, this would've never worked.
Now it should handle the calls properly.
| FRIGN |
2014-10-05 | Style fix | sin |
2014-10-05 | Add sample-timer for calls | FRIGN |
2014-10-04 | Update README | sin |
2014-10-04 | Minor stylistic changes | sin |
2014-10-04 | Add initial outgoing call-support...This works, but the audio is a bit muffled up, which takes some
fine-tuning.
Also, not all state-transitions are yet taken into account.
| FRIGN |
2014-10-03 | Bring connection delay down to 3s | sin |
2014-10-03 | Default to 0666 perms | sin |
2014-10-03 | Up max calls to 8 after discussion with other tox developers | sin |
2014-10-03 | Clarify semantics | sin |
2014-10-03 | Put configurable stuff in config.def.h | sin |
2014-10-03 | Up max number of calls | sin |
2014-10-03 | Fix broken build | sin |
2014-10-03 | Refactor code and prepare multiple calls | FRIGN |
2014-10-03 | Simplify cbcallstarted() | sin |