summaryrefslogtreecommitdiff
path: root/modules/zrtp
Commit message (Collapse)AuthorAge
* cmd: make it fully re-entrantAlfred E. Heggestad2016-08-07
|
* cmd: add support for long commandsAlfred E. Heggestad2016-08-07
| | | | | | | | | | | | | | | | | | - Long commands are commands that is 2 or more characters, and MUST be completed by pressing enter. - A given command can have a long-command, a short-command or both. - All long commands are using '/' (slash) prefix - a simple TAB-completion is supported, while punching in your long command you can press TAB to see a list of commands that matches the input string. Feedback is welcome, specially on the long-command strings itself. If you want to suggest changes, please make a small and non-intrusive patch and send it as a Pull Request (PR).
* zrtp: use -isystem to include zrtp header filesAlfred E. Heggestad2016-05-18
|
* zrtp: fix ZRTP over TURNAlfred E. Heggestad2015-12-01
|
* zrtp: fix warningsAlfred E. Heggestad2015-11-30
|
* zrtp: suppress warnings from libzrtp headers, print zrtp configAlfred E. Heggestad2015-11-28
|
* zrtp: fix ZID verification checkAlfred E. Heggestad2015-10-24
| | | | patch from Ingo Feinerer
* zrtp: add presz of 36 bytes for TURN headersAlfred E. Heggestad2015-09-19
|
* zrtp: initialize remote_zidAlfred E. Heggestad2015-03-08
| | | | thanks to Ingo Feinerer for the patch
* zrtp: print Z-command infoAlfred E. Heggestad2014-09-21
|
* zrtp: set cache type to fileAlfred E. Heggestad2014-09-17
| | | | contributed by Ingo Feinerer, thanks !
* zrtp: add support for SAS verificationAlfred E. Heggestad2014-09-17
| | | | | | - the patch was contributed by Ingo Feinerer - use the command 'Z' to write verified ZID
* zrtp: send control packets from this UDP-helperAlfred E. Heggestad2014-09-06
| | | | | | | | | | | | | - udp_send() will process *all* send helpers on that UDP-socket, from the top-level helper to the bottom-level helper (including the helper used by zrtp). - instead we use udp_send_helper() which will send the outgoing packet from the helper right *below* this helper (st->uh), and continue down the chain of helpers. - the logic behind UDP-helpers is that a particular helper should not know about any other potential helpers above or below
* zrtp: persistent ZID (thanks Ingo Feinerer)Alfred E. Heggestad2014-09-05
| | | | | | | | | | | | | | the patch was contributed by Ingo Feinerer, thanks! - add support for generating a random ZID the first time the application is started, and saving the ZID in $HOME/.baresip/zrtp_zid - subsequent runs will read the ZID from this file - setting client_id to "baresip/zrtp" - setting license-mode to UNLIMITED
* baresip 0.4.10Alfred E. Heggestad2014-02-09