Skip to content

Releases: mehrvarz/webcall

v3.5.5

04 Jun 12:36
Compare
Choose a tag to compare
  • Mastodon-bridge for call-notification and WebCall ID
  • federated server improvements
  • TextChat + mute mic
  • hashed passwords only (db format change)
  • removed outdated db-fields (db format change)
  • caller multilanguage support
  • dbg URL-parameter for caller and callee
  • local and online app version shown in callee settings
  • own video mirrored
  • Greek translation
  • replaced webcall/atombool with sync/atomic
  • updated to adapter-latest v8.2.2
  • resolved 2 vulnerablities in: golang.org/x/crypto + golang.org/x/net
  • dozens of other improvements
  • removed experimental support for Twitter-bridge and Call Buttons

v3.2.13 El Multifacético

28 Nov 03:37
Compare
Choose a tag to compare
  • fixed a mutex locking issue
  • fixed ticker3hours log-info regarding age of outdated ID
  • added mapping-data plausibility checks (mapping.js)
  • nickname changes will now take effect immediately

v3.2.12 El Multifacético

24 Oct 11:36
Compare
Choose a tag to compare

v3.2.x comes with support for all the recently introduced client-side features, including ID Manager and Federated WebCall.

v3.2.12:

v3.0.3 EL SILENCIO 2

20 Jun 04:11
Compare
Choose a tag to compare
  • dial sounds checkbox for callee web client
  • /callee/register now works from embedded core-client
  • video resolution selector issue resolved
  • fixed issue caused by immediate call abort (delayed hangupButton)
  • caller widget can now be closed with esc-key
  • JSON.parse issue now results in user message
  • stopAllAudioEffects() on websocket error
  • server startup now logs codetag + builddate

v3.0.2 EL SILENCIO

15 Jun 00:25
Compare
Choose a tag to compare
  • better audio quality with adaptive 320bps
  • improved server robustness
  • improved server efficiency
  • improved callee and caller clients
  • improved contacts mgmt
  • improved missed calls support
  • improved support for selfsigned certs
  • better log format
  • long list of bug fixes

v3.0.0-rc6 EL SILENCIO

09 Jun 03:36
Compare
Choose a tag to compare
Pre-release
  • better audio quality with adaptive 320bps
  • improved server robustness
  • improved server efficiency
  • improved callee and caller clients
  • improved contacts mgmt
  • improved missed calls support
  • improved support for selfsigned certs
  • better log format
  • long list of bug fixes

v3.0.0-rc5 EL SILENCIO

07 Jun 17:18
Compare
Choose a tag to compare
Pre-release
  • improved server robustness
  • improved server efficiency
  • improved support for selfsigned certs
  • improved support for missed calls
  • improved WebRTC issue-detection (NO PEERCON)
  • improved special-case user messaging
  • improved core clients (callee and caller)
  • improved contacts mgmt (auto-store)
  • improved client version mgmt
  • improved client spinner (lower CPU use)
  • improved logging clarity
  • long list of bug fixes

v2.0.9 Robusto 2

22 Mar 06:12
Compare
Choose a tag to compare

Only minor changes

  • httpOnline: now returns 'error' if urlID does not exist in dbRegisteredIDs
  • httpOnline: now logs clientVersion
  • fixed rare issue related to: rtcConnect timeout, cmd=='callerOffer'
  • caller.js/client.js: added checks for peerCon.iceConnectionState=='closed'
  • callee.js + httpLogin.go: log clientVersion on /login
  • go.mod: outcommented fasthttp/websocket + valyala/fasthttp

v2.0.8 Robusto

25 Feb 11:28
Compare
Choose a tag to compare
  • improved client handling if WebRTC is not supported (RTCPeerConnection())
  • improved echo prevention
  • improved hidden mode, works now if callee has no notification channel
  • improved callee disconnect handling
  • resolved cookie issue when user switching callee id
  • callee showing callerID and callerName
  • caller will wait for callee if offline for less than 15min
  • caller rtcConnect timeout 6000 -> 9000ms
  • fixed issue related to missed calls
  • fixed issue related to turn AuthHandler (CallerIpInHubMap)
  • removed SherClockHolmes/webpush-go + webpushSend()
  • prevent peer-disconnect by accidental click on area behind caller iframe
  • prevent contacts overwrite with empty name
  • new keyword 'thirtySecStats' (default false)
  • init.sh now installs adapter-latest.js v8.1.1

v2.0.7 Native client support

17 Jan 16:21
Compare
Choose a tag to compare
  • Dial ID now lets users enter target domain
  • server resolves 'already logged in' issues by detecting half-connected ws-connections
  • shows warning message if browser engine is not WebRTC compliant
  • new update-info delivery mechanism
  • improved missed call handling and presentation
  • improved popup menu layout